From d78f0e698863703c7173143b7b6cb8d3da2bab35 Mon Sep 17 00:00:00 2001 From: Travis Turner Date: Thu, 1 Jul 2021 13:50:47 -0700 Subject: [PATCH 01/11] Updating Compute quota custom generation for new API version. --- src/Azs.Compute.Admin/custom/New-AzsComputeQuota.ps1 | 8 ++++---- src/Azs.Compute.Admin/custom/Set-AzsComputeQuota.ps1 | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Azs.Compute.Admin/custom/New-AzsComputeQuota.ps1 b/src/Azs.Compute.Admin/custom/New-AzsComputeQuota.ps1 index e56db0d9..17b7ef88 100644 --- a/src/Azs.Compute.Admin/custom/New-AzsComputeQuota.ps1 +++ b/src/Azs.Compute.Admin/custom/New-AzsComputeQuota.ps1 @@ -6,9 +6,9 @@ Creates or Updates a Compute Quota with the provided quota parameters. .Example To view examples, please use the -Online parameter with Get-Help or navigate to: https://docs.microsoft.com/en-us/powershell/module/azs.compute.admin/new-azscomputequota .Inputs -Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180209.IQuota +Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api202101.IQuota .Outputs -Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180209.IQuota +Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api202101.IQuota .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. @@ -25,7 +25,7 @@ NEWQUOTA : Holds Compute quota information used to control resource allo https://docs.microsoft.com/en-us/powershell/module/azs.compute.admin/new-azscomputequota #> function New-AzsComputeQuota { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180209.IQuota])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api202101.IQuota])] [CmdletBinding(DefaultParameterSetName='CreateExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -52,7 +52,7 @@ param( [Parameter(ParameterSetName='Create', Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180209.IQuota] + [Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api202101.IQuota] # Holds Compute quota information used to control resource allocation. # To construct, see NOTES section for NEWQUOTA properties and create a hash table. ${NewQuota}, diff --git a/src/Azs.Compute.Admin/custom/Set-AzsComputeQuota.ps1 b/src/Azs.Compute.Admin/custom/Set-AzsComputeQuota.ps1 index 3303783e..2bc0dc4f 100644 --- a/src/Azs.Compute.Admin/custom/Set-AzsComputeQuota.ps1 +++ b/src/Azs.Compute.Admin/custom/Set-AzsComputeQuota.ps1 @@ -6,9 +6,9 @@ Creates or Updates a Compute Quota with the provided quota parameters. .Example To view examples, please use the -Online parameter with Get-Help or navigate to: https://docs.microsoft.com/en-us/powershell/module/azs.compute.admin/set-azscomputequota .Inputs -Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180209.IQuota +Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api202101.IQuota .Outputs -Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180209.IQuota +Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api202101.IQuota .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. @@ -25,7 +25,7 @@ NEWQUOTA : Holds Compute quota information used to control resource allo https://docs.microsoft.com/en-us/powershell/module/azs.compute.admin/set-azscomputequota #> function Set-AzsComputeQuota { -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180209.IQuota])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api202101.IQuota])] [CmdletBinding(DefaultParameterSetName='Update', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter()] @@ -38,7 +38,7 @@ param( [Parameter(Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180209.IQuota] + [Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api202101.IQuota] # Holds Compute quota information used to control resource allocation. # To construct, see NOTES section for NEWQUOTA properties and create a hash table. ${NewQuota}, From a7f497f4d3348c5b8ed517d2846830edee50b092 Mon Sep 17 00:00:00 2001 From: Travis Turner Date: Thu, 1 Jul 2021 13:58:05 -0700 Subject: [PATCH 02/11] Updating New-AzsDiskMigrationJob custom generation for new API version. --- src/Azs.Compute.Admin/custom/New-AzsDiskMigrationJob.ps1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Azs.Compute.Admin/custom/New-AzsDiskMigrationJob.ps1 b/src/Azs.Compute.Admin/custom/New-AzsDiskMigrationJob.ps1 index dbb19ebb..d90e6255 100644 --- a/src/Azs.Compute.Admin/custom/New-AzsDiskMigrationJob.ps1 +++ b/src/Azs.Compute.Admin/custom/New-AzsDiskMigrationJob.ps1 @@ -6,9 +6,9 @@ Starts a managed disk migration job to migrate managed disks to the specified de .Example To view examples, please use the -Online parameter with Get-Help or navigate to: https://docs.microsoft.com/en-us/powershell/module/azs.compute.admin/new-azsdiskmigrationjob .Inputs -Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180730Preview.IDisk[] +Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20210401.IDisk[] .Outputs -Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180730Preview.IDiskMigrationJob +Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20210401.IDiskMigrationJob .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. @@ -23,7 +23,7 @@ https://docs.microsoft.com/en-us/powershell/module/azs.compute.admin/new-azsdisk #> function New-AzsDiskMigrationJob { [Alias('Start-AzsDiskMigrationJob')] -[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180730Preview.IDiskMigrationJob])] +[OutputType([Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20210401.IDiskMigrationJob])] [CmdletBinding(DefaultParameterSetName='Volume', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] param( [Parameter(Mandatory)] @@ -68,7 +68,7 @@ param( [Parameter(Mandatory, ValueFromPipeline)] [Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Category('Body')] - [Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180730Preview.IDisk[]] + [Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20210401.IDisk[]] # . # To construct, see NOTES section for DISKS properties and create a hash table. ${Disks}, From 7d43ba6819c1de1b9dc3de1695f00885158e6a76 Mon Sep 17 00:00:00 2001 From: Travis Turner Date: Thu, 1 Jul 2021 14:06:51 -0700 Subject: [PATCH 03/11] Rename ScaleUnit to ComputeScaleUnit --- src/Azs.Compute.Admin/readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/Azs.Compute.Admin/readme.md b/src/Azs.Compute.Admin/readme.md index 1f71a31d..c2a5dc92 100644 --- a/src/Azs.Compute.Admin/readme.md +++ b/src/Azs.Compute.Admin/readme.md @@ -16,6 +16,9 @@ This directory contains the PowerShell module for the ComputeAdmin service. ## Detail This module was primarily generated via [AutoRest](https://github.com/Azure/autorest) using the [PowerShell](https://github.com/Azure/autorest.powershell) extension. +## Module Requirements +- [Az.Accounts module](https://www.powershellgallery.com/packages/Az.Accounts/), version 2.2.3 or greater + ## Authentication AutoRest does not generate authentication code for the module. Authentication is handled via Az.Accounts by altering the HTTP payload before it is sent. @@ -71,6 +74,12 @@ directive: set: subject-prefix: Compute + # Prepend Compute for the Quota cmdlets + - where: + subject: ScaleUnit + set: + subject-prefix: Compute + # Rename New-AzsPlatformImage to Add-AzsPlatformImage - where: verb: New From 0f2ac50aa9b16acaaedf76cf7b4593226d976468 Mon Sep 17 00:00:00 2001 From: Travis Turner Date: Wed, 28 Jul 2021 13:19:08 -0700 Subject: [PATCH 04/11] Updating Compute scripts from powershell generation module. --- src/Azs.Compute.Admin/Azs.Compute.Admin.psd1 | 25 ++ src/Azs.Compute.Admin/custom/readme.md | 8 +- .../docs/Add-AzsPlatformImage.md | 40 +-- .../docs/Add-AzsVMExtension.md | 32 +-- .../docs/Azs.Compute.Admin.md | 25 +- .../Disable-AzsTenantSubscriptionFeature.md | 262 ++++++++++++++++++ .../Enable-AzsTenantSubscriptionFeature.md | 262 ++++++++++++++++++ .../docs/Get-AzsComputeQuota.md | 19 +- .../docs/Get-AzsComputeScaleUnit.md | 164 +++++++++++ src/Azs.Compute.Admin/docs/Get-AzsDisk.md | 48 ++-- .../docs/Get-AzsDiskMigrationJob.md | 20 +- src/Azs.Compute.Admin/docs/Get-AzsFeature.md | 170 ++++++++++++ .../docs/Get-AzsPlatformImage.md | 20 +- .../docs/Get-AzsVMExtension.md | 19 +- .../docs/New-AzsComputeQuota.md | 35 +-- .../docs/New-AzsDiskMigrationJob.md | 44 ++- .../docs/Remove-AzsComputeQuota.md | 20 +- .../docs/Remove-AzsPlatformImage.md | 23 +- .../docs/Remove-AzsVMExtension.md | 22 +- .../docs/Set-AzsComputeQuota.md | 50 ++-- .../docs/Stop-AzsDiskMigrationJob.md | 12 +- .../docs/Update-AzsGlobalFeatureSetting.md | 262 ++++++++++++++++++ .../Disable-AzsTenantSubscriptionFeature.md | 18 ++ .../Enable-AzsTenantSubscriptionFeature.md | 18 ++ .../examples/Get-AzsComputeScaleUnit.md | 18 ++ .../examples/Get-AzsFeature.md | 18 ++ .../Update-AzsGlobalFeatureSetting.md | 18 ++ src/Azs.Compute.Admin/how-to.md | 58 ++++ src/Azs.Compute.Admin/license.txt | 227 +++++++++++++++ ...ble-AzsTenantSubscriptionFeature.Tests.ps1 | 30 ++ ...ble-AzsTenantSubscriptionFeature.Tests.ps1 | 30 ++ .../test/Get-AzsComputeScaleUnit.Tests.ps1 | 42 +++ .../test/Get-AzsFeature.Tests.ps1 | 26 ++ .../test/Get-AzsPlatformImage.Tests.ps1 | 26 ++ .../test/Get-AzsVMExtension.Tests.ps1 | 26 ++ .../test/New-AzsComputeQuota.Tests.ps1 | 22 ++ .../test/Remove-AzsComputeQuota.Tests.ps1 | 22 ++ .../test/Remove-AzsPlatformImage.Tests.ps1 | 22 ++ .../test/Remove-AzsVMExtension.Tests.ps1 | 22 ++ .../test/Set-AzsComputeQuota.Tests.ps1 | 18 ++ .../Update-AzsGlobalFeatureSetting.Tests.ps1 | 30 ++ src/Azs.Compute.Admin/test/loadEnv.ps1 | 4 +- .../utils/Unprotect-SecureString.ps1 | 16 ++ 43 files changed, 2040 insertions(+), 253 deletions(-) create mode 100644 src/Azs.Compute.Admin/Azs.Compute.Admin.psd1 create mode 100644 src/Azs.Compute.Admin/docs/Disable-AzsTenantSubscriptionFeature.md create mode 100644 src/Azs.Compute.Admin/docs/Enable-AzsTenantSubscriptionFeature.md create mode 100644 src/Azs.Compute.Admin/docs/Get-AzsComputeScaleUnit.md create mode 100644 src/Azs.Compute.Admin/docs/Get-AzsFeature.md create mode 100644 src/Azs.Compute.Admin/docs/Update-AzsGlobalFeatureSetting.md create mode 100644 src/Azs.Compute.Admin/examples/Disable-AzsTenantSubscriptionFeature.md create mode 100644 src/Azs.Compute.Admin/examples/Enable-AzsTenantSubscriptionFeature.md create mode 100644 src/Azs.Compute.Admin/examples/Get-AzsComputeScaleUnit.md create mode 100644 src/Azs.Compute.Admin/examples/Get-AzsFeature.md create mode 100644 src/Azs.Compute.Admin/examples/Update-AzsGlobalFeatureSetting.md create mode 100644 src/Azs.Compute.Admin/how-to.md create mode 100644 src/Azs.Compute.Admin/license.txt create mode 100644 src/Azs.Compute.Admin/test/Disable-AzsTenantSubscriptionFeature.Tests.ps1 create mode 100644 src/Azs.Compute.Admin/test/Enable-AzsTenantSubscriptionFeature.Tests.ps1 create mode 100644 src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Tests.ps1 create mode 100644 src/Azs.Compute.Admin/test/Get-AzsFeature.Tests.ps1 create mode 100644 src/Azs.Compute.Admin/test/Get-AzsPlatformImage.Tests.ps1 create mode 100644 src/Azs.Compute.Admin/test/Get-AzsVMExtension.Tests.ps1 create mode 100644 src/Azs.Compute.Admin/test/New-AzsComputeQuota.Tests.ps1 create mode 100644 src/Azs.Compute.Admin/test/Remove-AzsComputeQuota.Tests.ps1 create mode 100644 src/Azs.Compute.Admin/test/Remove-AzsPlatformImage.Tests.ps1 create mode 100644 src/Azs.Compute.Admin/test/Remove-AzsVMExtension.Tests.ps1 create mode 100644 src/Azs.Compute.Admin/test/Set-AzsComputeQuota.Tests.ps1 create mode 100644 src/Azs.Compute.Admin/test/Update-AzsGlobalFeatureSetting.Tests.ps1 create mode 100644 src/Azs.Compute.Admin/utils/Unprotect-SecureString.ps1 diff --git a/src/Azs.Compute.Admin/Azs.Compute.Admin.psd1 b/src/Azs.Compute.Admin/Azs.Compute.Admin.psd1 new file mode 100644 index 00000000..cbf38da1 --- /dev/null +++ b/src/Azs.Compute.Admin/Azs.Compute.Admin.psd1 @@ -0,0 +1,25 @@ +@{ + GUID = '062cd24f-2cc1-4efc-87e6-39a699410a31' + RootModule = 'Azs.Compute.Admin.psm1' + ModuleVersion = '1.0.1' + CompatiblePSEditions = 'Core', 'Desktop' + Author = 'Microsoft Corporation' + CompanyName = 'Microsoft Corporation' + Copyright = 'Microsoft Corporation. All rights reserved.' + Description = 'Microsoft AzureStack PowerShell: Compute Admin cmdlets' + PowerShellVersion = '5.1' + DotNetFrameworkVersion = '4.7.2' + RequiredAssemblies = './bin/Azs.Compute.Admin.private.dll' + RequiredModules = @(@{ModuleName = 'Az.Accounts'; RequiredVersion = '2.2.8'; }, @{ModuleName = 'Az.Resources'; RequiredVersion = '0.11.0'; }) + FormatsToProcess = './Azs.Compute.Admin.format.ps1xml' + FunctionsToExport = 'Add-AzsPlatformImage', 'Add-AzsVMExtension', 'Disable-AzsTenantSubscriptionFeature', 'Enable-AzsTenantSubscriptionFeature', 'Get-AzsComputeQuota', 'Get-AzsComputeScaleUnit', 'Get-AzsDisk', 'Get-AzsDiskMigrationJob', 'Get-AzsFeature', 'Get-AzsPlatformImage', 'Get-AzsVMExtension', 'New-AzsComputeQuota', 'New-AzsDiskMigrationJob', 'Remove-AzsComputeQuota', 'Remove-AzsPlatformImage', 'Remove-AzsVMExtension', 'Set-AzsComputeQuota', 'Stop-AzsDiskMigrationJob', 'Update-AzsGlobalFeatureSetting', '*' + AliasesToExport = 'Start-AzsDiskMigrationJob', '*' + PrivateData = @{ + PSData = @{ + Tags = 'AzureStack', 'ResourceManager', 'ARM', 'PSModule' + LicenseUri = 'https://aka.ms/azps-license' + ProjectUri = 'https://github.com/Azure/azurestack-powershell' + ReleaseNotes = 'AzureStack Hub Admin module generated with https://github.com/Azure/autorest.powershell' + } + } +} diff --git a/src/Azs.Compute.Admin/custom/readme.md b/src/Azs.Compute.Admin/custom/readme.md index e9f0e289..115f980f 100644 --- a/src/Azs.Compute.Admin/custom/readme.md +++ b/src/Azs.Compute.Admin/custom/readme.md @@ -31,11 +31,11 @@ These provide functionality to our HTTP pipeline and other useful features. In s ### Attributes For processing the cmdlets, we've created some additional attributes: -- `Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.DescriptionAttribute` +- `Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.DescriptionAttribute` - Used in C# cmdlets to provide a high-level description of the cmdlet. This is propegated to reference documentation via [help comments](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_comment_based_help) in the exported scripts. -- `Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.DoNotExportAttribute` +- `Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.DoNotExportAttribute` - Used in C# and script cmdlets to suppress creating an exported cmdlet at build-time. These cmdlets will *not be exposed* by `Azs.Compute.Admin`. -- `Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.InternalExportAttribute` +- `Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.InternalExportAttribute` - Used in C# cmdlets to route exported cmdlets to the `..\internal`, which are *not exposed* by `Azs.Compute.Admin`. For more information, see [readme.md](..\internal/readme.md) in the `..\internal` folder. -- `Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.ProfileAttribute` +- `Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.ProfileAttribute` - Used in C# and script cmdlets to define which Azure profiles the cmdlet supports. This is only supported for Azure (`--azure`) modules. \ No newline at end of file diff --git a/src/Azs.Compute.Admin/docs/Add-AzsPlatformImage.md b/src/Azs.Compute.Admin/docs/Add-AzsPlatformImage.md index 320e6341..5f4da8ed 100644 --- a/src/Azs.Compute.Admin/docs/Add-AzsPlatformImage.md +++ b/src/Azs.Compute.Admin/docs/Add-AzsPlatformImage.md @@ -60,10 +60,13 @@ ProvisioningState : Succeeded Type : Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions ``` -Add a Platform Image from Blob Storage. Use the a SasUri to specify the location of the PlatformImage, or use a publicly accessible URL. +Add a Platform Image from Blob Storage. +Use the a SasUri to specify the location of the PlatformImage, or use a publicly accessible URL. ## PARAMETERS +### -AsJob +Run the command as a job ```yaml Type: System.Management.Automation.SwitchParameter @@ -75,7 +78,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -BillingPartNumber @@ -91,7 +93,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -DataDisks @@ -108,7 +109,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -DefaultProfile @@ -124,7 +124,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -InputObject @@ -141,7 +140,6 @@ Position: Named Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False -Dynamic: False ``` ### -Location @@ -157,7 +155,6 @@ Position: Named Default value: (Get-AzLocation)[0].Location Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -NewImage @@ -174,7 +171,6 @@ Position: Named Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False -Dynamic: False ``` ### -NoWait @@ -190,7 +186,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Offer @@ -206,7 +201,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -OsType @@ -222,7 +216,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -OsUri @@ -238,7 +231,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -ProvisioningState @@ -254,7 +246,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Publisher @@ -270,7 +261,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Sku @@ -286,7 +276,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -SubscriptionId @@ -303,7 +292,6 @@ Position: Named Default value: (Get-AzContext).Subscription.Id Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Version @@ -319,7 +307,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Confirm @@ -335,7 +322,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -WhatIf @@ -352,7 +338,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### CommonParameters @@ -368,31 +353,35 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20151201Preview.IPlatformImage -## ALIASES - ## NOTES -### COMPLEX PARAMETER PROPERTIES +ALIASES + +COMPLEX PARAMETER PROPERTIES + To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -#### DATADISKS : Data disks used by the platform image. + +DATADISKS : Data disks used by the platform image. - `[Lun ]`: Logical unit number. - `[Uri ]`: Location of the disk template. -#### INPUTOBJECT : Identity Parameter +INPUTOBJECT : Identity Parameter - `[DiskId ]`: The disk guid as identity. + - `[FeatureName ]`: Name of the feature. - `[Id ]`: Resource identity path - `[Location ]`: Location of the resource. - `[MigrationId ]`: The migration job guid name. - `[Offer ]`: Name of the offer. - `[Publisher ]`: Name of the publisher. - `[QuotaName ]`: Name of the quota. + - `[ScaleUnitName ]`: Name of the scale unit. - `[Sku ]`: Name of the SKU. - `[SubscriptionId ]`: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - `[Type ]`: Type of extension. - `[Version ]`: The version of the resource. -#### NEWIMAGE : Parameters used to create a new platform image. +NEWIMAGE : Parameters used to create a new platform image. - `[DataDisk ]`: Data disks used by the platform image. - `[Lun ]`: Logical unit number. - `[Uri ]`: Location of the disk template. @@ -402,3 +391,4 @@ To create the parameters described below, construct a hash table containing the - `[ProvisioningState ]`: Provisioning status of the platform image. ## RELATED LINKS + diff --git a/src/Azs.Compute.Admin/docs/Add-AzsVMExtension.md b/src/Azs.Compute.Admin/docs/Add-AzsVMExtension.md index c5a51fe2..69e3f733 100644 --- a/src/Azs.Compute.Admin/docs/Add-AzsVMExtension.md +++ b/src/Azs.Compute.Admin/docs/Add-AzsVMExtension.md @@ -85,7 +85,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -DefaultProfile @@ -101,7 +100,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Extension @@ -118,7 +116,6 @@ Position: Named Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False -Dynamic: False ``` ### -InputObject @@ -135,7 +132,6 @@ Position: Named Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False -Dynamic: False ``` ### -IsSystemExtension @@ -151,7 +147,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Location @@ -167,7 +162,6 @@ Position: Named Default value: (Get-AzLocation)[0].Location Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -PropertiesPublisher @@ -183,7 +177,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -ProvisioningState @@ -199,7 +192,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Publisher @@ -215,7 +207,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -SourceBlob @@ -231,7 +222,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -SubscriptionId @@ -248,7 +238,6 @@ Position: Named Default value: (Get-AzContext).Subscription.Id Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -SupportMultipleExtensions @@ -264,7 +253,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Type @@ -280,7 +268,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Version @@ -296,7 +283,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -VmOsType @@ -312,7 +298,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -VMScaleSetEnabled @@ -328,7 +313,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Confirm @@ -344,7 +328,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -WhatIf @@ -361,7 +344,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### CommonParameters @@ -377,14 +359,16 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20151201Preview.IVMExtension -## ALIASES - ## NOTES -### COMPLEX PARAMETER PROPERTIES +ALIASES + +COMPLEX PARAMETER PROPERTIES + To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -#### EXTENSION : Parameters used to create a new Virtual Machine Extension Image. + +EXTENSION : Parameters used to create a new Virtual Machine Extension Image. - `[ComputeRole ]`: Compute role - `[IsSystemExtension ]`: Indicates if the extension is for the system. - `[ProvisioningState ]`: Provisioning state of extension. @@ -394,14 +378,16 @@ To create the parameters described below, construct a hash table containing the - `[VMScaleSetEnabled ]`: Value indicating whether the extension is enabled for virtual machine scale set support. - `[VmosType ]`: Target virtual machine operating system type necessary for deploying the extension handler. -#### INPUTOBJECT : Identity Parameter +INPUTOBJECT : Identity Parameter - `[DiskId ]`: The disk guid as identity. + - `[FeatureName ]`: Name of the feature. - `[Id ]`: Resource identity path - `[Location ]`: Location of the resource. - `[MigrationId ]`: The migration job guid name. - `[Offer ]`: Name of the offer. - `[Publisher ]`: Name of the publisher. - `[QuotaName ]`: Name of the quota. + - `[ScaleUnitName ]`: Name of the scale unit. - `[Sku ]`: Name of the SKU. - `[SubscriptionId ]`: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - `[Type ]`: Type of extension. diff --git a/src/Azs.Compute.Admin/docs/Azs.Compute.Admin.md b/src/Azs.Compute.Admin/docs/Azs.Compute.Admin.md index 1aae4ab0..4041e351 100644 --- a/src/Azs.Compute.Admin/docs/Azs.Compute.Admin.md +++ b/src/Azs.Compute.Admin/docs/Azs.Compute.Admin.md @@ -1,6 +1,6 @@ --- Module Name: Azs.Compute.Admin -Module Guid: ef24d091-a5a0-428f-b80c-25140b0f1045 +Module Guid: 062cd24f-2cc1-4efc-87e6-39a699410a31 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/azs.compute.admin Help Version: 1.0.0.0 Locale: en-US @@ -8,7 +8,7 @@ Locale: en-US # Azs.Compute.Admin Module ## Description -Microsoft AzureStack PowerShell: ComputeAdmin cmdlets +Microsoft AzureStack PowerShell: Compute Admin cmdlets ## Azs.Compute.Admin Cmdlets ### [Add-AzsPlatformImage](Add-AzsPlatformImage.md) @@ -17,15 +17,27 @@ Creates a new platform image with given publisher, offer, skus and version. ### [Add-AzsVMExtension](Add-AzsVMExtension.md) Create a Virtual Machine Extension Image with publisher, version. +### [Disable-AzsTenantSubscriptionFeature](Disable-AzsTenantSubscriptionFeature.md) +Disable the tenant subscription feature. + +### [Enable-AzsTenantSubscriptionFeature](Enable-AzsTenantSubscriptionFeature.md) +Enable the tenant subscription feature. + ### [Get-AzsComputeQuota](Get-AzsComputeQuota.md) Get an existing Compute Quota. +### [Get-AzsComputeScaleUnit](Get-AzsComputeScaleUnit.md) +Get the scale unit view. + ### [Get-AzsDisk](Get-AzsDisk.md) Returns the disk. ### [Get-AzsDiskMigrationJob](Get-AzsDiskMigrationJob.md) Returns the requested disk migration job. +### [Get-AzsFeature](Get-AzsFeature.md) +Get an existing feature. + ### [Get-AzsPlatformImage](Get-AzsPlatformImage.md) Returns the specific platform image matching publisher, offer, skus and version. @@ -33,10 +45,10 @@ Returns the specific platform image matching publisher, offer, skus and version. Returns requested Virtual Machine Extension Image matching publisher, type, version. ### [New-AzsComputeQuota](New-AzsComputeQuota.md) - +Creates or Updates a Compute Quota with the provided quota parameters. ### [New-AzsDiskMigrationJob](New-AzsDiskMigrationJob.md) - +Starts a managed disk migration job to migrate managed disks to the specified destination share. ### [Remove-AzsComputeQuota](Remove-AzsComputeQuota.md) Delete an existing Compute quota. @@ -48,8 +60,11 @@ Delete a platform image Deletes specified Virtual Machine Extension Image. ### [Set-AzsComputeQuota](Set-AzsComputeQuota.md) - +Creates or Updates a Compute Quota with the provided quota parameters. ### [Stop-AzsDiskMigrationJob](Stop-AzsDiskMigrationJob.md) Cancel a disk migration job. +### [Update-AzsGlobalFeatureSetting](Update-AzsGlobalFeatureSetting.md) +Update the feature settings. + diff --git a/src/Azs.Compute.Admin/docs/Disable-AzsTenantSubscriptionFeature.md b/src/Azs.Compute.Admin/docs/Disable-AzsTenantSubscriptionFeature.md new file mode 100644 index 00000000..cb789f8c --- /dev/null +++ b/src/Azs.Compute.Admin/docs/Disable-AzsTenantSubscriptionFeature.md @@ -0,0 +1,262 @@ +--- +external help file: +Module Name: Azs.Compute.Admin +online version: https://docs.microsoft.com/en-us/powershell/module/azs.compute.admin/disable-azstenantsubscriptionfeature +schema: 2.0.0 +--- + +# Disable-AzsTenantSubscriptionFeature + +## SYNOPSIS +Disable the tenant subscription feature. + +## SYNTAX + +### DisableExpanded (Default) +``` +Disable-AzsTenantSubscriptionFeature -FeatureName [-Location ] [-SubscriptionId ] + [-TenantSubscriptionId ] [-DefaultProfile ] [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### Disable +``` +Disable-AzsTenantSubscriptionFeature -FeatureName + -TenantSubscriptionFeatureSetting [-Location ] + [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### DisableViaIdentity +``` +Disable-AzsTenantSubscriptionFeature -InputObject + -TenantSubscriptionFeatureSetting [-DefaultProfile ] + [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### DisableViaIdentityExpanded +``` +Disable-AzsTenantSubscriptionFeature -InputObject [-TenantSubscriptionId ] + [-DefaultProfile ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Disable the tenant subscription feature. + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -FeatureName +Name of the feature. + +```yaml +Type: System.String +Parameter Sets: Disable, DisableExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.IComputeAdminIdentity +Parameter Sets: DisableViaIdentity, DisableViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Location +Location of the resource. + +```yaml +Type: System.String +Parameter Sets: Disable, DisableExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzLocation)[0].Location +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```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 +``` + +### -SubscriptionId +Subscription credentials that uniquely identify Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: Disable, DisableExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TenantSubscriptionFeatureSetting +The feature settings for the tenant subscription. +To construct, see NOTES section for TENANTSUBSCRIPTIONFEATURESETTING properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20201101.ITenantSubscriptionFeatureSettings +Parameter Sets: Disable, DisableViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -TenantSubscriptionId +The tenant subscription identifier. + +```yaml +Type: System.String +Parameter Sets: DisableExpanded, DisableViaIdentityExpanded +Aliases: + +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 + +### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20201101.ITenantSubscriptionFeatureSettings + +### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.IComputeAdminIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + + +INPUTOBJECT : Identity Parameter + - `[DiskId ]`: The disk guid as identity. + - `[FeatureName ]`: Name of the feature. + - `[Id ]`: Resource identity path + - `[Location ]`: Location of the resource. + - `[MigrationId ]`: The migration job guid name. + - `[Offer ]`: Name of the offer. + - `[Publisher ]`: Name of the publisher. + - `[QuotaName ]`: Name of the quota. + - `[ScaleUnitName ]`: Name of the scale unit. + - `[Sku ]`: Name of the SKU. + - `[SubscriptionId ]`: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + - `[Type ]`: Type of extension. + - `[Version ]`: The version of the resource. + +TENANTSUBSCRIPTIONFEATURESETTING : The feature settings for the tenant subscription. + - `[TenantSubscriptionId ]`: The tenant subscription identifier. + +## RELATED LINKS + diff --git a/src/Azs.Compute.Admin/docs/Enable-AzsTenantSubscriptionFeature.md b/src/Azs.Compute.Admin/docs/Enable-AzsTenantSubscriptionFeature.md new file mode 100644 index 00000000..ac945974 --- /dev/null +++ b/src/Azs.Compute.Admin/docs/Enable-AzsTenantSubscriptionFeature.md @@ -0,0 +1,262 @@ +--- +external help file: +Module Name: Azs.Compute.Admin +online version: https://docs.microsoft.com/en-us/powershell/module/azs.compute.admin/enable-azstenantsubscriptionfeature +schema: 2.0.0 +--- + +# Enable-AzsTenantSubscriptionFeature + +## SYNOPSIS +Enable the tenant subscription feature. + +## SYNTAX + +### EnableExpanded (Default) +``` +Enable-AzsTenantSubscriptionFeature -FeatureName [-Location ] [-SubscriptionId ] + [-TenantSubscriptionId ] [-DefaultProfile ] [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### Enable +``` +Enable-AzsTenantSubscriptionFeature -FeatureName + -TenantSubscriptionFeatureSetting [-Location ] + [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### EnableViaIdentity +``` +Enable-AzsTenantSubscriptionFeature -InputObject + -TenantSubscriptionFeatureSetting [-DefaultProfile ] + [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### EnableViaIdentityExpanded +``` +Enable-AzsTenantSubscriptionFeature -InputObject [-TenantSubscriptionId ] + [-DefaultProfile ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Enable the tenant subscription feature. + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -FeatureName +Name of the feature. + +```yaml +Type: System.String +Parameter Sets: Enable, EnableExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.IComputeAdminIdentity +Parameter Sets: EnableViaIdentity, EnableViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Location +Location of the resource. + +```yaml +Type: System.String +Parameter Sets: Enable, EnableExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzLocation)[0].Location +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```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 +``` + +### -SubscriptionId +Subscription credentials that uniquely identify Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: Enable, EnableExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TenantSubscriptionFeatureSetting +The feature settings for the tenant subscription. +To construct, see NOTES section for TENANTSUBSCRIPTIONFEATURESETTING properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20201101.ITenantSubscriptionFeatureSettings +Parameter Sets: Enable, EnableViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -TenantSubscriptionId +The tenant subscription identifier. + +```yaml +Type: System.String +Parameter Sets: EnableExpanded, EnableViaIdentityExpanded +Aliases: + +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 + +### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20201101.ITenantSubscriptionFeatureSettings + +### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.IComputeAdminIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + + +INPUTOBJECT : Identity Parameter + - `[DiskId ]`: The disk guid as identity. + - `[FeatureName ]`: Name of the feature. + - `[Id ]`: Resource identity path + - `[Location ]`: Location of the resource. + - `[MigrationId ]`: The migration job guid name. + - `[Offer ]`: Name of the offer. + - `[Publisher ]`: Name of the publisher. + - `[QuotaName ]`: Name of the quota. + - `[ScaleUnitName ]`: Name of the scale unit. + - `[Sku ]`: Name of the SKU. + - `[SubscriptionId ]`: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + - `[Type ]`: Type of extension. + - `[Version ]`: The version of the resource. + +TENANTSUBSCRIPTIONFEATURESETTING : The feature settings for the tenant subscription. + - `[TenantSubscriptionId ]`: The tenant subscription identifier. + +## RELATED LINKS + diff --git a/src/Azs.Compute.Admin/docs/Get-AzsComputeQuota.md b/src/Azs.Compute.Admin/docs/Get-AzsComputeQuota.md index 8c983e11..28142903 100644 --- a/src/Azs.Compute.Admin/docs/Get-AzsComputeQuota.md +++ b/src/Azs.Compute.Admin/docs/Get-AzsComputeQuota.md @@ -87,7 +87,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -InputObject @@ -104,7 +103,6 @@ Position: Named Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False -Dynamic: False ``` ### -Location @@ -120,7 +118,6 @@ Position: Named Default value: (Get-AzLocation)[0].Location Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Name @@ -136,7 +133,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -SubscriptionId @@ -153,7 +149,6 @@ Position: Named Default value: (Get-AzContext).Subscription.Id Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### CommonParameters @@ -165,23 +160,27 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180209.IQuota - -## ALIASES +### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api202101.IQuota ## NOTES -### COMPLEX PARAMETER PROPERTIES +ALIASES + +COMPLEX PARAMETER PROPERTIES + To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -#### INPUTOBJECT : Identity Parameter + +INPUTOBJECT : Identity Parameter - `[DiskId ]`: The disk guid as identity. + - `[FeatureName ]`: Name of the feature. - `[Id ]`: Resource identity path - `[Location ]`: Location of the resource. - `[MigrationId ]`: The migration job guid name. - `[Offer ]`: Name of the offer. - `[Publisher ]`: Name of the publisher. - `[QuotaName ]`: Name of the quota. + - `[ScaleUnitName ]`: Name of the scale unit. - `[Sku ]`: Name of the SKU. - `[SubscriptionId ]`: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - `[Type ]`: Type of extension. diff --git a/src/Azs.Compute.Admin/docs/Get-AzsComputeScaleUnit.md b/src/Azs.Compute.Admin/docs/Get-AzsComputeScaleUnit.md new file mode 100644 index 00000000..2b339e57 --- /dev/null +++ b/src/Azs.Compute.Admin/docs/Get-AzsComputeScaleUnit.md @@ -0,0 +1,164 @@ +--- +external help file: +Module Name: Azs.Compute.Admin +online version: https://docs.microsoft.com/en-us/powershell/module/azs.compute.admin/get-azscomputescaleunit +schema: 2.0.0 +--- + +# Get-AzsComputeScaleUnit + +## SYNOPSIS +Get the scale unit view. + +## SYNTAX + +### Get (Default) +``` +Get-AzsComputeScaleUnit -Name [-Location ] [-SubscriptionId ] + [-DefaultProfile ] [] +``` + +### GetViaIdentity +``` +Get-AzsComputeScaleUnit -InputObject [-DefaultProfile ] [] +``` + +## DESCRIPTION +Get the scale unit view. + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.IComputeAdminIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Location +Location of the resource. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: False +Position: Named +Default value: (Get-AzLocation)[0].Location +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +Name of the scale unit. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: ScaleUnitName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Subscription credentials that uniquely identify Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String[] +Parameter Sets: Get +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +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 + +### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.IComputeAdminIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20210401.IScaleUnit + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + + +INPUTOBJECT : Identity Parameter + - `[DiskId ]`: The disk guid as identity. + - `[FeatureName ]`: Name of the feature. + - `[Id ]`: Resource identity path + - `[Location ]`: Location of the resource. + - `[MigrationId ]`: The migration job guid name. + - `[Offer ]`: Name of the offer. + - `[Publisher ]`: Name of the publisher. + - `[QuotaName ]`: Name of the quota. + - `[ScaleUnitName ]`: Name of the scale unit. + - `[Sku ]`: Name of the SKU. + - `[SubscriptionId ]`: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + - `[Type ]`: Type of extension. + - `[Version ]`: The version of the resource. + +## RELATED LINKS + diff --git a/src/Azs.Compute.Admin/docs/Get-AzsDisk.md b/src/Azs.Compute.Admin/docs/Get-AzsDisk.md index 65f10651..4adce231 100644 --- a/src/Azs.Compute.Admin/docs/Get-AzsDisk.md +++ b/src/Azs.Compute.Admin/docs/Get-AzsDisk.md @@ -21,13 +21,14 @@ Get-AzsDisk [-Location ] [-SubscriptionId ] [-Count ] [ ### Get ``` -Get-AzsDisk -Name [-Location ] [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzsDisk -Name [-Location ] [-SubscriptionId ] [-ShowSizeDetail] + [-DefaultProfile ] [] ``` ### GetViaIdentity ``` -Get-AzsDisk -InputObject [-DefaultProfile ] [] +Get-AzsDisk -InputObject [-ShowSizeDetail] [-DefaultProfile ] + [] ``` ## DESCRIPTION @@ -184,7 +185,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -DefaultProfile @@ -200,7 +200,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -InputObject @@ -217,7 +216,6 @@ Position: Named Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False -Dynamic: False ``` ### -Location @@ -233,7 +231,6 @@ Position: Named Default value: (Get-AzLocation)[0].Location Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Name @@ -249,7 +246,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -ScaleUnit @@ -265,7 +261,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -SharePath @@ -281,7 +276,21 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False +``` + +### -ShowSizeDetail +Switch for whether summary or detailed disk size information is returned. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: Get, GetViaIdentity +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False ``` ### -Start @@ -297,7 +306,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Status @@ -313,7 +321,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -SubscriptionId @@ -330,7 +337,6 @@ Position: Named Default value: (Get-AzContext).Subscription.Id Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -UserSubscriptionId @@ -346,7 +352,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -VolumeLabel @@ -362,7 +367,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### CommonParameters @@ -374,23 +378,27 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180730Preview.IDisk - -## ALIASES +### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20210401.IDisk ## NOTES -### COMPLEX PARAMETER PROPERTIES +ALIASES + +COMPLEX PARAMETER PROPERTIES + To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -#### INPUTOBJECT : Identity Parameter + +INPUTOBJECT : Identity Parameter - `[DiskId ]`: The disk guid as identity. + - `[FeatureName ]`: Name of the feature. - `[Id ]`: Resource identity path - `[Location ]`: Location of the resource. - `[MigrationId ]`: The migration job guid name. - `[Offer ]`: Name of the offer. - `[Publisher ]`: Name of the publisher. - `[QuotaName ]`: Name of the quota. + - `[ScaleUnitName ]`: Name of the scale unit. - `[Sku ]`: Name of the SKU. - `[SubscriptionId ]`: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - `[Type ]`: Type of extension. diff --git a/src/Azs.Compute.Admin/docs/Get-AzsDiskMigrationJob.md b/src/Azs.Compute.Admin/docs/Get-AzsDiskMigrationJob.md index fe900918..ba1d0fa1 100644 --- a/src/Azs.Compute.Admin/docs/Get-AzsDiskMigrationJob.md +++ b/src/Azs.Compute.Admin/docs/Get-AzsDiskMigrationJob.md @@ -75,7 +75,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -InputObject @@ -92,7 +91,6 @@ Position: Named Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False -Dynamic: False ``` ### -Location @@ -108,7 +106,6 @@ Position: Named Default value: (Get-AzLocation)[0].Location Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Name @@ -124,7 +121,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Status @@ -140,7 +136,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -SubscriptionId @@ -157,7 +152,6 @@ Position: Named Default value: (Get-AzContext).Subscription.Id Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### CommonParameters @@ -169,23 +163,27 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180730Preview.IDiskMigrationJob - -## ALIASES +### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20210401.IDiskMigrationJob ## NOTES -### COMPLEX PARAMETER PROPERTIES +ALIASES + +COMPLEX PARAMETER PROPERTIES + To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -#### INPUTOBJECT : Identity Parameter + +INPUTOBJECT : Identity Parameter - `[DiskId ]`: The disk guid as identity. + - `[FeatureName ]`: Name of the feature. - `[Id ]`: Resource identity path - `[Location ]`: Location of the resource. - `[MigrationId ]`: The migration job guid name. - `[Offer ]`: Name of the offer. - `[Publisher ]`: Name of the publisher. - `[QuotaName ]`: Name of the quota. + - `[ScaleUnitName ]`: Name of the scale unit. - `[Sku ]`: Name of the SKU. - `[SubscriptionId ]`: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - `[Type ]`: Type of extension. diff --git a/src/Azs.Compute.Admin/docs/Get-AzsFeature.md b/src/Azs.Compute.Admin/docs/Get-AzsFeature.md new file mode 100644 index 00000000..76b30ce6 --- /dev/null +++ b/src/Azs.Compute.Admin/docs/Get-AzsFeature.md @@ -0,0 +1,170 @@ +--- +external help file: +Module Name: Azs.Compute.Admin +online version: https://docs.microsoft.com/en-us/powershell/module/azs.compute.admin/get-azsfeature +schema: 2.0.0 +--- + +# Get-AzsFeature + +## SYNOPSIS +Get an existing feature. + +## SYNTAX + +### List (Default) +``` +Get-AzsFeature [-Location ] [-SubscriptionId ] [-DefaultProfile ] + [] +``` + +### Get +``` +Get-AzsFeature -Name [-Location ] [-SubscriptionId ] [-DefaultProfile ] + [] +``` + +### GetViaIdentity +``` +Get-AzsFeature -InputObject [-DefaultProfile ] [] +``` + +## DESCRIPTION +Get an existing feature. + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.IComputeAdminIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Location +Location of the resource. + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: False +Position: Named +Default value: (Get-AzLocation)[0].Location +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +Name of the feature. + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: FeatureName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +Subscription credentials that uniquely identify Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String[] +Parameter Sets: Get, List +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +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 + +### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.IComputeAdminIdentity + +## OUTPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20201101.IFeature + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + + +INPUTOBJECT : Identity Parameter + - `[DiskId ]`: The disk guid as identity. + - `[FeatureName ]`: Name of the feature. + - `[Id ]`: Resource identity path + - `[Location ]`: Location of the resource. + - `[MigrationId ]`: The migration job guid name. + - `[Offer ]`: Name of the offer. + - `[Publisher ]`: Name of the publisher. + - `[QuotaName ]`: Name of the quota. + - `[ScaleUnitName ]`: Name of the scale unit. + - `[Sku ]`: Name of the SKU. + - `[SubscriptionId ]`: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + - `[Type ]`: Type of extension. + - `[Version ]`: The version of the resource. + +## RELATED LINKS + diff --git a/src/Azs.Compute.Admin/docs/Get-AzsPlatformImage.md b/src/Azs.Compute.Admin/docs/Get-AzsPlatformImage.md index ca974677..5f7c1ccd 100644 --- a/src/Azs.Compute.Admin/docs/Get-AzsPlatformImage.md +++ b/src/Azs.Compute.Admin/docs/Get-AzsPlatformImage.md @@ -87,7 +87,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -InputObject @@ -104,7 +103,6 @@ Position: Named Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False -Dynamic: False ``` ### -Location @@ -120,7 +118,6 @@ Position: Named Default value: (Get-AzLocation)[0].Location Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Offer @@ -136,7 +133,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Publisher @@ -152,7 +148,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Sku @@ -168,7 +163,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -SubscriptionId @@ -185,7 +179,6 @@ Position: Named Default value: (Get-AzContext).Subscription.Id Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Version @@ -201,7 +194,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### CommonParameters @@ -215,21 +207,25 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20151201Preview.IPlatformImage -## ALIASES - ## NOTES -### COMPLEX PARAMETER PROPERTIES +ALIASES + +COMPLEX PARAMETER PROPERTIES + To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -#### INPUTOBJECT : Identity Parameter + +INPUTOBJECT : Identity Parameter - `[DiskId ]`: The disk guid as identity. + - `[FeatureName ]`: Name of the feature. - `[Id ]`: Resource identity path - `[Location ]`: Location of the resource. - `[MigrationId ]`: The migration job guid name. - `[Offer ]`: Name of the offer. - `[Publisher ]`: Name of the publisher. - `[QuotaName ]`: Name of the quota. + - `[ScaleUnitName ]`: Name of the scale unit. - `[Sku ]`: Name of the SKU. - `[SubscriptionId ]`: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - `[Type ]`: Type of extension. diff --git a/src/Azs.Compute.Admin/docs/Get-AzsVMExtension.md b/src/Azs.Compute.Admin/docs/Get-AzsVMExtension.md index 2e23530c..7151bf1d 100644 --- a/src/Azs.Compute.Admin/docs/Get-AzsVMExtension.md +++ b/src/Azs.Compute.Admin/docs/Get-AzsVMExtension.md @@ -75,7 +75,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -InputObject @@ -92,7 +91,6 @@ Position: Named Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False -Dynamic: False ``` ### -Location @@ -108,7 +106,6 @@ Position: Named Default value: (Get-AzLocation)[0].Location Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Publisher @@ -124,7 +121,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -SubscriptionId @@ -141,7 +137,6 @@ Position: Named Default value: (Get-AzContext).Subscription.Id Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Type @@ -157,7 +152,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Version @@ -173,7 +167,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### CommonParameters @@ -187,21 +180,25 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20151201Preview.IVMExtension -## ALIASES - ## NOTES -### COMPLEX PARAMETER PROPERTIES +ALIASES + +COMPLEX PARAMETER PROPERTIES + To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -#### INPUTOBJECT : Identity Parameter + +INPUTOBJECT : Identity Parameter - `[DiskId ]`: The disk guid as identity. + - `[FeatureName ]`: Name of the feature. - `[Id ]`: Resource identity path - `[Location ]`: Location of the resource. - `[MigrationId ]`: The migration job guid name. - `[Offer ]`: Name of the offer. - `[Publisher ]`: Name of the publisher. - `[QuotaName ]`: Name of the quota. + - `[ScaleUnitName ]`: Name of the scale unit. - `[Sku ]`: Name of the SKU. - `[SubscriptionId ]`: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - `[Type ]`: Type of extension. diff --git a/src/Azs.Compute.Admin/docs/New-AzsComputeQuota.md b/src/Azs.Compute.Admin/docs/New-AzsComputeQuota.md index d7f27a2e..7086d6f8 100644 --- a/src/Azs.Compute.Admin/docs/New-AzsComputeQuota.md +++ b/src/Azs.Compute.Admin/docs/New-AzsComputeQuota.md @@ -68,7 +68,8 @@ VMScaleSetCount : 2 VirtualMachineCount : 99 ``` -Customize Quota with parameters. Any parameters not specified will have default value. +Customize Quota with parameters. +Any parameters not specified will have default value. ## PARAMETERS @@ -85,7 +86,6 @@ Position: Named Default value: 10 Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -CoresCount @@ -101,7 +101,6 @@ Position: Named Default value: 100 Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -DefaultProfile @@ -117,7 +116,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Location @@ -133,7 +131,6 @@ Position: Named Default value: (Get-AzLocation)[0].Location Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Location1 @@ -149,7 +146,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Name @@ -165,7 +161,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -NewQuota @@ -173,7 +168,7 @@ Holds Compute quota information used to control resource allocation. To construct, see NOTES section for NEWQUOTA properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180209.IQuota +Type: Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api202101.IQuota Parameter Sets: Create Aliases: @@ -182,7 +177,6 @@ Position: Named Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False -Dynamic: False ``` ### -PremiumManagedDiskAndSnapshotSize @@ -198,7 +192,6 @@ Position: Named Default value: 2048 Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -StandardManagedDiskAndSnapshotSize @@ -214,7 +207,6 @@ Position: Named Default value: 2048 Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -SubscriptionId @@ -231,7 +223,6 @@ Position: Named Default value: (Get-AzContext).Subscription.Id Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -VirtualMachineCount @@ -247,7 +238,6 @@ Position: Named Default value: 100 Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -VMScaleSetCount @@ -263,7 +253,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Confirm @@ -279,7 +268,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -WhatIf @@ -296,7 +284,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### CommonParameters @@ -304,23 +291,27 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180209.IQuota +### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api202101.IQuota ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180209.IQuota - -## ALIASES +### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api202101.IQuota ## NOTES -### COMPLEX PARAMETER PROPERTIES +ALIASES + +COMPLEX PARAMETER PROPERTIES + To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -#### NEWQUOTA : Holds Compute quota information used to control resource allocation. + +NEWQUOTA : Holds Compute quota information used to control resource allocation. - `[Location ]`: Location of the resource. - `[AvailabilitySetCount ]`: Maximum number of availability sets allowed. - `[CoresLimit ]`: Maximum number of cores allowed. + - `[DdagpuCount ]`: Maximum number of dda gpus allowed. + - `[PartitionedGpuCount ]`: Maximum number of partitioned gpus allowed. - `[PremiumManagedDiskAndSnapshotSize ]`: Maximum number of managed disks and snapshots of type premium allowed. - `[StandardManagedDiskAndSnapshotSize ]`: Maximum number of managed disks and snapshots of type standard allowed. - `[VMScaleSetCount ]`: Maximum number of scale sets allowed. diff --git a/src/Azs.Compute.Admin/docs/New-AzsDiskMigrationJob.md b/src/Azs.Compute.Admin/docs/New-AzsDiskMigrationJob.md index 8b8d9a18..ebd954ff 100644 --- a/src/Azs.Compute.Admin/docs/New-AzsDiskMigrationJob.md +++ b/src/Azs.Compute.Admin/docs/New-AzsDiskMigrationJob.md @@ -26,7 +26,7 @@ New-AzsDiskMigrationJob -Name -TargetShare -Disks [- ``` ## DESCRIPTION - +Starts a managed disk migration job to migrate managed disks to the specified destination share. ## EXAMPLES @@ -76,7 +76,7 @@ Create a disk migration job to migrate disks to the target share. ## PARAMETERS ### -DefaultProfile - +The credentials, account, tenant, and subscription used for communication with Azure. ```yaml Type: System.Management.Automation.PSObject @@ -88,14 +88,14 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Disks +. To construct, see NOTES section for DISKS properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180730Preview.IDisk[] +Type: Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20210401.IDisk[] Parameter Sets: (All) Aliases: @@ -104,11 +104,10 @@ Position: Named Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False -Dynamic: False ``` ### -Location - +Location of the resource. ```yaml Type: System.String @@ -120,11 +119,10 @@ Position: Named Default value: (Get-AzLocation)[0].Location Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Name - +The migration job guid name. ```yaml Type: System.String @@ -136,11 +134,11 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -SubscriptionId - +Subscription credentials that uniquely identify Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. ```yaml Type: System.String @@ -152,11 +150,10 @@ Position: Named Default value: (Get-AzContext).Subscription.Id Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -TargetScaleUnit - +The target scale unit name. ```yaml Type: System.String @@ -168,11 +165,10 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -TargetShare - +The target share name. ```yaml Type: System.String @@ -184,11 +180,10 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -TargetVolumeLabel - +The target volume label. ```yaml Type: System.String @@ -200,7 +195,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Confirm @@ -216,7 +210,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -WhatIf @@ -233,7 +226,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### CommonParameters @@ -241,22 +233,24 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180730Preview.IDisk[] +### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20210401.IDisk[] ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180730Preview.IDiskMigrationJob +### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20210401.IDiskMigrationJob + +## NOTES -## ALIASES +ALIASES ### Start-AzsDiskMigrationJob -## NOTES +COMPLEX PARAMETER PROPERTIES -### COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -#### DISKS : + +DISKS : . - `[Location ]`: Location of the resource. - `[DiskId ]`: The disk id. - `[SharePath ]`: The disk share path. diff --git a/src/Azs.Compute.Admin/docs/Remove-AzsComputeQuota.md b/src/Azs.Compute.Admin/docs/Remove-AzsComputeQuota.md index af4976d7..bc649f6a 100644 --- a/src/Azs.Compute.Admin/docs/Remove-AzsComputeQuota.md +++ b/src/Azs.Compute.Admin/docs/Remove-AzsComputeQuota.md @@ -51,7 +51,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -InputObject @@ -68,7 +67,6 @@ Position: Named Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False -Dynamic: False ``` ### -Location @@ -84,7 +82,6 @@ Position: Named Default value: (Get-AzLocation)[0].Location Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Name @@ -100,7 +97,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -PassThru @@ -116,7 +112,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -SubscriptionId @@ -133,7 +128,6 @@ Position: Named Default value: (Get-AzContext).Subscription.Id Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Confirm @@ -149,7 +143,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -WhatIf @@ -166,7 +159,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### CommonParameters @@ -180,21 +172,25 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### System.Boolean -## ALIASES - ## NOTES -### COMPLEX PARAMETER PROPERTIES +ALIASES + +COMPLEX PARAMETER PROPERTIES + To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -#### INPUTOBJECT : Identity Parameter + +INPUTOBJECT : Identity Parameter - `[DiskId ]`: The disk guid as identity. + - `[FeatureName ]`: Name of the feature. - `[Id ]`: Resource identity path - `[Location ]`: Location of the resource. - `[MigrationId ]`: The migration job guid name. - `[Offer ]`: Name of the offer. - `[Publisher ]`: Name of the publisher. - `[QuotaName ]`: Name of the quota. + - `[ScaleUnitName ]`: Name of the scale unit. - `[Sku ]`: Name of the SKU. - `[SubscriptionId ]`: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - `[Type ]`: Type of extension. diff --git a/src/Azs.Compute.Admin/docs/Remove-AzsPlatformImage.md b/src/Azs.Compute.Admin/docs/Remove-AzsPlatformImage.md index 7aef14d3..bcf9a6c6 100644 --- a/src/Azs.Compute.Admin/docs/Remove-AzsPlatformImage.md +++ b/src/Azs.Compute.Admin/docs/Remove-AzsPlatformImage.md @@ -60,7 +60,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -InputObject @@ -77,7 +76,6 @@ Position: Named Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False -Dynamic: False ``` ### -Location @@ -93,7 +91,6 @@ Position: Named Default value: (Get-AzLocation)[0].Location Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Offer @@ -109,7 +106,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -PassThru @@ -125,7 +121,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Publisher @@ -141,7 +136,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Sku @@ -157,7 +151,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -SubscriptionId @@ -174,7 +167,6 @@ Position: Named Default value: (Get-AzContext).Subscription.Id Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Version @@ -190,7 +182,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Confirm @@ -206,7 +197,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -WhatIf @@ -223,7 +213,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### CommonParameters @@ -237,21 +226,25 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### System.Boolean -## ALIASES - ## NOTES -### COMPLEX PARAMETER PROPERTIES +ALIASES + +COMPLEX PARAMETER PROPERTIES + To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -#### INPUTOBJECT : Identity Parameter + +INPUTOBJECT : Identity Parameter - `[DiskId ]`: The disk guid as identity. + - `[FeatureName ]`: Name of the feature. - `[Id ]`: Resource identity path - `[Location ]`: Location of the resource. - `[MigrationId ]`: The migration job guid name. - `[Offer ]`: Name of the offer. - `[Publisher ]`: Name of the publisher. - `[QuotaName ]`: Name of the quota. + - `[ScaleUnitName ]`: Name of the scale unit. - `[Sku ]`: Name of the SKU. - `[SubscriptionId ]`: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - `[Type ]`: Type of extension. diff --git a/src/Azs.Compute.Admin/docs/Remove-AzsVMExtension.md b/src/Azs.Compute.Admin/docs/Remove-AzsVMExtension.md index ec90163a..2a468ad0 100644 --- a/src/Azs.Compute.Admin/docs/Remove-AzsVMExtension.md +++ b/src/Azs.Compute.Admin/docs/Remove-AzsVMExtension.md @@ -58,7 +58,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -InputObject @@ -75,7 +74,6 @@ Position: Named Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False -Dynamic: False ``` ### -Location @@ -91,7 +89,6 @@ Position: Named Default value: (Get-AzLocation)[0].Location Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -PassThru @@ -107,7 +104,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Publisher @@ -123,7 +119,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -SubscriptionId @@ -140,7 +135,6 @@ Position: Named Default value: (Get-AzContext).Subscription.Id Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Type @@ -156,7 +150,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Version @@ -172,7 +165,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Confirm @@ -188,7 +180,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -WhatIf @@ -205,7 +196,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### CommonParameters @@ -219,21 +209,25 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### System.Boolean -## ALIASES - ## NOTES -### COMPLEX PARAMETER PROPERTIES +ALIASES + +COMPLEX PARAMETER PROPERTIES + To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -#### INPUTOBJECT : Identity Parameter + +INPUTOBJECT : Identity Parameter - `[DiskId ]`: The disk guid as identity. + - `[FeatureName ]`: Name of the feature. - `[Id ]`: Resource identity path - `[Location ]`: Location of the resource. - `[MigrationId ]`: The migration job guid name. - `[Offer ]`: Name of the offer. - `[Publisher ]`: Name of the publisher. - `[QuotaName ]`: Name of the quota. + - `[ScaleUnitName ]`: Name of the scale unit. - `[Sku ]`: Name of the SKU. - `[SubscriptionId ]`: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - `[Type ]`: Type of extension. diff --git a/src/Azs.Compute.Admin/docs/Set-AzsComputeQuota.md b/src/Azs.Compute.Admin/docs/Set-AzsComputeQuota.md index ff0e470b..8e3fc825 100644 --- a/src/Azs.Compute.Admin/docs/Set-AzsComputeQuota.md +++ b/src/Azs.Compute.Admin/docs/Set-AzsComputeQuota.md @@ -12,28 +12,13 @@ Creates or Updates a Compute Quota with the provided quota parameters. ## SYNTAX -### Update (Default) -``` -Set-AzsComputeQuota -Name -NewQuota [-Location ] [-SubscriptionId ] - [-DefaultProfile ] [-Confirm] [-WhatIf] [] -``` - -### Update (Default) ``` Set-AzsComputeQuota -NewQuota [-SubscriptionId ] [-DefaultProfile ] [-Confirm] [-WhatIf] [] ``` -### UpdateExpanded -``` -Set-AzsComputeQuota -Name [-Location ] [-SubscriptionId ] - [-AvailabilitySetCount ] [-CoresCount ] [-Location1 ] - [-PremiumManagedDiskAndSnapshotSize ] [-StandardManagedDiskAndSnapshotSize ] - [-VirtualMachineCount ] [-VMScaleSetCount ] [-DefaultProfile ] [-Confirm] [-WhatIf] - [] -``` ## DESCRIPTION -Update a Compute Quota +Creates or Updates a Compute Quota with the provided quota parameters. ## EXAMPLES @@ -57,13 +42,13 @@ VMScaleSetCount : 0 VirtualMachineCount : 100 ``` -Set the parameters specified on the command line. +Set the parameters specified in the NewQuota hash set. Any parameters not set will default to 0 ## PARAMETERS ### -DefaultProfile - +The credentials, account, tenant, and subscription used for communication with Azure. ```yaml Type: System.Management.Automation.PSObject @@ -75,15 +60,15 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -NewQuota +Holds Compute quota information used to control resource allocation. To construct, see NOTES section for NEWQUOTA properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180209.IQuota -Parameter Sets: Update +Type: Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api202101.IQuota +Parameter Sets: (All) Aliases: Required: True @@ -91,11 +76,11 @@ Position: Named Default value: None Accept pipeline input: True (ByValue) Accept wildcard characters: False -Dynamic: False ``` ### -SubscriptionId - +Subscription credentials that uniquely identify Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. ```yaml Type: System.String @@ -107,7 +92,6 @@ Position: Named Default value: (Get-AzContext).Subscription.Id Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Confirm @@ -123,7 +107,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -WhatIf @@ -140,7 +123,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### CommonParameters @@ -148,23 +130,27 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180209.IQuota +### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api202101.IQuota ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180209.IQuota - -## ALIASES +### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api202101.IQuota ## NOTES -### COMPLEX PARAMETER PROPERTIES +ALIASES + +COMPLEX PARAMETER PROPERTIES + To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -#### NEWQUOTA : + +NEWQUOTA : Holds Compute quota information used to control resource allocation. - `[Location ]`: Location of the resource. - `[AvailabilitySetCount ]`: Maximum number of availability sets allowed. - `[CoresLimit ]`: Maximum number of cores allowed. + - `[DdagpuCount ]`: Maximum number of dda gpus allowed. + - `[PartitionedGpuCount ]`: Maximum number of partitioned gpus allowed. - `[PremiumManagedDiskAndSnapshotSize ]`: Maximum number of managed disks and snapshots of type premium allowed. - `[StandardManagedDiskAndSnapshotSize ]`: Maximum number of managed disks and snapshots of type standard allowed. - `[VMScaleSetCount ]`: Maximum number of scale sets allowed. diff --git a/src/Azs.Compute.Admin/docs/Stop-AzsDiskMigrationJob.md b/src/Azs.Compute.Admin/docs/Stop-AzsDiskMigrationJob.md index 2008cf8b..6d7824c1 100644 --- a/src/Azs.Compute.Admin/docs/Stop-AzsDiskMigrationJob.md +++ b/src/Azs.Compute.Admin/docs/Stop-AzsDiskMigrationJob.md @@ -57,7 +57,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Location @@ -73,7 +72,6 @@ Position: Named Default value: (Get-AzLocation)[0].Location Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Name @@ -89,7 +87,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -SubscriptionId @@ -106,7 +103,6 @@ Position: Named Default value: (Get-AzContext).Subscription.Id Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -Confirm @@ -122,7 +118,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### -WhatIf @@ -139,7 +134,6 @@ Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False -Dynamic: False ``` ### CommonParameters @@ -149,11 +143,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20180730Preview.IDiskMigrationJob - -## ALIASES +### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20210401.IDiskMigrationJob ## NOTES +ALIASES + ## RELATED LINKS diff --git a/src/Azs.Compute.Admin/docs/Update-AzsGlobalFeatureSetting.md b/src/Azs.Compute.Admin/docs/Update-AzsGlobalFeatureSetting.md new file mode 100644 index 00000000..df70719f --- /dev/null +++ b/src/Azs.Compute.Admin/docs/Update-AzsGlobalFeatureSetting.md @@ -0,0 +1,262 @@ +--- +external help file: +Module Name: Azs.Compute.Admin +online version: https://docs.microsoft.com/en-us/powershell/module/azs.compute.admin/update-azsglobalfeaturesetting +schema: 2.0.0 +--- + +# Update-AzsGlobalFeatureSetting + +## SYNOPSIS +Update the feature settings. + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-AzsGlobalFeatureSetting -FeatureName [-Location ] [-SubscriptionId ] + [-GlobalFeatureState ] [-DefaultProfile ] [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### Update +``` +Update-AzsGlobalFeatureSetting -FeatureName -GlobalFeatureSetting + [-Location ] [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### UpdateViaIdentity +``` +Update-AzsGlobalFeatureSetting -InputObject + -GlobalFeatureSetting [-DefaultProfile ] [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### UpdateViaIdentityExpanded +``` +Update-AzsGlobalFeatureSetting -InputObject [-GlobalFeatureState ] + [-DefaultProfile ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Update the feature settings. + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -DefaultProfile +The credentials, account, tenant, and subscription used for communication with Azure. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -FeatureName +Name of the feature. + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GlobalFeatureSetting +Higher-priority global feature flags. +To construct, see NOTES section for GLOBALFEATURESETTING properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20201101.IGlobalFeatureSettings +Parameter Sets: Update, UpdateViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -GlobalFeatureState +The state of the global feature. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Support.GlobalFeatureState +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.IComputeAdminIdentity +Parameter Sets: UpdateViaIdentity, UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Location +Location of the resource. + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzLocation)[0].Location +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```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 +``` + +### -SubscriptionId +Subscription credentials that uniquely identify Microsoft Azure subscription. +The subscription ID forms part of the URI for every service call. + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +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 + +### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20201101.IGlobalFeatureSettings + +### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.IComputeAdminIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +ALIASES + +COMPLEX PARAMETER PROPERTIES + +To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. + + +GLOBALFEATURESETTING : Higher-priority global feature flags. + - `[GlobalFeatureState ]`: The state of the global feature. + +INPUTOBJECT : Identity Parameter + - `[DiskId ]`: The disk guid as identity. + - `[FeatureName ]`: Name of the feature. + - `[Id ]`: Resource identity path + - `[Location ]`: Location of the resource. + - `[MigrationId ]`: The migration job guid name. + - `[Offer ]`: Name of the offer. + - `[Publisher ]`: Name of the publisher. + - `[QuotaName ]`: Name of the quota. + - `[ScaleUnitName ]`: Name of the scale unit. + - `[Sku ]`: Name of the SKU. + - `[SubscriptionId ]`: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. + - `[Type ]`: Type of extension. + - `[Version ]`: The version of the resource. + +## RELATED LINKS + diff --git a/src/Azs.Compute.Admin/examples/Disable-AzsTenantSubscriptionFeature.md b/src/Azs.Compute.Admin/examples/Disable-AzsTenantSubscriptionFeature.md new file mode 100644 index 00000000..093355d1 --- /dev/null +++ b/src/Azs.Compute.Admin/examples/Disable-AzsTenantSubscriptionFeature.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Azs.Compute.Admin/examples/Enable-AzsTenantSubscriptionFeature.md b/src/Azs.Compute.Admin/examples/Enable-AzsTenantSubscriptionFeature.md new file mode 100644 index 00000000..093355d1 --- /dev/null +++ b/src/Azs.Compute.Admin/examples/Enable-AzsTenantSubscriptionFeature.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Azs.Compute.Admin/examples/Get-AzsComputeScaleUnit.md b/src/Azs.Compute.Admin/examples/Get-AzsComputeScaleUnit.md new file mode 100644 index 00000000..093355d1 --- /dev/null +++ b/src/Azs.Compute.Admin/examples/Get-AzsComputeScaleUnit.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Azs.Compute.Admin/examples/Get-AzsFeature.md b/src/Azs.Compute.Admin/examples/Get-AzsFeature.md new file mode 100644 index 00000000..093355d1 --- /dev/null +++ b/src/Azs.Compute.Admin/examples/Get-AzsFeature.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Azs.Compute.Admin/examples/Update-AzsGlobalFeatureSetting.md b/src/Azs.Compute.Admin/examples/Update-AzsGlobalFeatureSetting.md new file mode 100644 index 00000000..093355d1 --- /dev/null +++ b/src/Azs.Compute.Admin/examples/Update-AzsGlobalFeatureSetting.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Azs.Compute.Admin/how-to.md b/src/Azs.Compute.Admin/how-to.md new file mode 100644 index 00000000..e42df2b4 --- /dev/null +++ b/src/Azs.Compute.Admin/how-to.md @@ -0,0 +1,58 @@ +# How-To +This document describes how to develop for `Azs.Compute.Admin`. + +## Building `Azs.Compute.Admin` +To build, run the `build-module.ps1` at the root of the module directory. This will generate the proxy script cmdlets that are the cmdlets being exported by this module. After the build completes, the proxy script cmdlets will be output to the `exports` folder. To read more about the proxy script cmdlets, look at the [readme.md](exports/readme.md) in the `exports` folder. + +## Creating custom cmdlets +To add cmdlets that were not generated by the REST specification, use the `custom` folder. This folder allows you to add handwritten `.ps1` and `.cs` files. Currently, we support using `.ps1` scripts as new cmdlets or as additional low-level variants (via `ParameterSet`), and `.cs` files as low-level (variants) cmdlets that the exported script cmdlets call. We do not support exporting any `.cs` (dll) cmdlets directly. To read more about custom cmdlets, look at the [readme.md](custom/readme.md) in the `custom` folder. + +## Generating documentation +To generate documentation, the process is now integrated into the `build-module.ps1` script. If you don't want to run this process as part of `build-module.ps1`, you can provide the `-NoDocs` switch. If you want to run documentation generation after the build process, you may still run the `generate-help.ps1` script. Overall, the process will look at the documentation comments in the generated and custom cmdlets and types, and create `.md` files into the `docs` folder. Additionally, this pulls in any examples from the `examples` folder and adds them to the generated help markdown documents. To read more about examples, look at the [readme.md](examples/readme.md) in the `examples` folder. To read more about documentation, look at the [readme.md](docs/readme.md) in the `docs` folder. + +## Testing `Azs.Compute.Admin` +To test the cmdlets, we use [Pester](https://github.com/pester/Pester). Tests scripts (`.ps1`) should be added to the `test` folder. To execute the Pester tests, run the `test-module.ps1` script. This will run all tests in `playback` mode within the `test` folder. To read more about testing cmdlets, look at the [readme.md](examples/readme.md) in the `examples` folder. + +## Packing `Azs.Compute.Admin` +To pack `Azs.Compute.Admin` for distribution, run the `pack-module.ps1` script. This will take the contents of multiple directories and certain root-folder files to create a `.nupkg`. The structure of the `.nupkg` is created so it can be loaded part of a [PSRepository](https://docs.microsoft.com/en-us/powershell/module/powershellget/register-psrepository). Additionally, this package is in a format for distribution to the [PSGallery](https://www.powershellgallery.com/). For signing an Azure module, please contact the [Azure PowerShell](https://github.com/Azure/azure-powershell) team. + +## Module Script Details +There are multiple scripts created for performing different actions for developing `Azs.Compute.Admin`. +- `build-module.ps1` + - Builds the module DLL (`./bin/Azs.Compute.Admin.private.dll`), creates the exported cmdlets and documentation, generates custom cmdlet test stubs and exported cmdlet example stubs, and updates `Azs.Compute.Admin.psd1` with Azure profile information. + - **Parameters**: [`Switch` parameters] + - `-Run`: After building, creates an isolated PowerShell session and loads `Azs.Compute.Admin`. + - `-Test`: After building, runs the `Pester` tests defined in the `test` folder. + - `-Docs`: After building, generates the Markdown documents for the modules into the `docs` folder. + - `-Pack`: After building, packages the module into a `.nupkg`. + - `-Code`: After building, opens a VSCode window with the module's directory and runs (see `-Run`) the module. + - `-Release`: Builds the module in `Release` configuration (as opposed to `Debug` configuration). + - `-NoDocs`: Supresses writing the documentation markdown files as part of the cmdlet exporting process. + - `-Debugger`: Used when attaching the debugger in Visual Studio to the PowerShell session, and running the build process without recompiling the DLL. This suppresses running the script as an isolated process. +- `run-module.ps1` + - Creates an isolated PowerShell session and loads `Azs.Compute.Admin` into the session. + - Same as `-Run` in `build-module.ps1`. + - **Parameters**: [`Switch` parameters] + - `-Code`: Opens a VSCode window with the module's directory. + - Same as `-Code` in `build-module.ps1`. +- `generate-help.ps1` + - Generates the Markdown documents for the modules into the `docs` folder. + - Same as `-Docs` in `build-module.ps1`. +- `test-module.ps1` + - Runs the `Pester` tests defined in the `test` folder. + - Same as `-Test` in `build-module.ps1`. +- `pack-module.ps1` + - Packages the module into a `.nupkg` for distribution. + - Same as `-Pack` in `build-module.ps1`. +- `generate-help.ps1` + - Generates the Markdown documents for the modules into the `docs` folder. + - Same as `-Docs` in `build-module.ps1`. + - This process is now integrated into `build-module.ps1` automatically. To disable, use `-NoDocs` when running `build-module.ps1`. +- `export-surface.ps1` + - Generates Markdown documents for both the cmdlet surface and the model (class) surface of the module. + - These files are placed into the `resources` folder. + - Used for investigating the surface of your module. These are *not* documentation for distribution. +- `check-dependencies.ps1` + - Used in `run-module.ps1` and `test-module.ps1` to verify dependent modules are available to run those tasks. + - It will download local (within the module's directory structure) versions of those modules as needed. + - This script *does not* need to be ran by-hand. \ No newline at end of file diff --git a/src/Azs.Compute.Admin/license.txt b/src/Azs.Compute.Admin/license.txt new file mode 100644 index 00000000..b9f3180f --- /dev/null +++ b/src/Azs.Compute.Admin/license.txt @@ -0,0 +1,227 @@ +MICROSOFT SOFTWARE LICENSE TERMS + +MICROSOFT AZURE POWERSHELL + +These license terms are an agreement between Microsoft Corporation (or based on where you live, one of its affiliates) and you. Please read them. They apply to the software named above, which includes the media on which you received it, if any. + +BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS. IF YOU DO NOT ACCEPT THEM, DO NOT USE THE SOFTWARE. + + +-----------------START OF LICENSE-------------------------- + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +-------------------END OF LICENSE------------------------------------------ + + +----------------START OF THIRD PARTY NOTICE-------------------------------- + + +The software includes the AutoMapper library ("AutoMapper"). The MIT License set out below is provided for informational purposes only. It is not the license that governs any part of the software. + +Provided for Informational Purposes Only + +AutoMapper + +The MIT License (MIT) +Copyright (c) 2010 Jimmy Bogard + + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + + + + +*************** + +The software includes Newtonsoft.Json. The MIT License set out below is provided for informational purposes only. It is not the license that governs any part of the software. + +Newtonsoft.Json + +The MIT License (MIT) +Copyright (c) 2007 James Newton-King +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +-------------END OF THIRD PARTY NOTICE---------------------------------------- + diff --git a/src/Azs.Compute.Admin/test/Disable-AzsTenantSubscriptionFeature.Tests.ps1 b/src/Azs.Compute.Admin/test/Disable-AzsTenantSubscriptionFeature.Tests.ps1 new file mode 100644 index 00000000..b3b3861e --- /dev/null +++ b/src/Azs.Compute.Admin/test/Disable-AzsTenantSubscriptionFeature.Tests.ps1 @@ -0,0 +1,30 @@ +$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' +if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' +} +. ($loadEnvPath) +$TestRecordingFile = Join-Path $PSScriptRoot 'Disable-AzsTenantSubscriptionFeature.Recording.json' +$currentPath = $PSScriptRoot +while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent +} +. ($mockingPath | Select-Object -First 1).FullName + +Describe 'Disable-AzsTenantSubscriptionFeature' { + It 'DisableExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Disable' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DisableViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DisableViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/Azs.Compute.Admin/test/Enable-AzsTenantSubscriptionFeature.Tests.ps1 b/src/Azs.Compute.Admin/test/Enable-AzsTenantSubscriptionFeature.Tests.ps1 new file mode 100644 index 00000000..a6c1fa86 --- /dev/null +++ b/src/Azs.Compute.Admin/test/Enable-AzsTenantSubscriptionFeature.Tests.ps1 @@ -0,0 +1,30 @@ +$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' +if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' +} +. ($loadEnvPath) +$TestRecordingFile = Join-Path $PSScriptRoot 'Enable-AzsTenantSubscriptionFeature.Recording.json' +$currentPath = $PSScriptRoot +while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent +} +. ($mockingPath | Select-Object -First 1).FullName + +Describe 'Enable-AzsTenantSubscriptionFeature' { + It 'EnableExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Enable' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'EnableViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'EnableViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Tests.ps1 b/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Tests.ps1 new file mode 100644 index 00000000..f2e9e113 --- /dev/null +++ b/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Tests.ps1 @@ -0,0 +1,42 @@ +$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' +if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' +} +. ($loadEnvPath) +$TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzsComputeScaleUnit.Recording.json' +$currentPath = $PSScriptRoot +while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent +} +. ($mockingPath | Select-Object -First 1).FullName + + + +Describe 'Get-AzsComputeScaleUnit' { + It 'GetComputeScaleUnitTest' -Skip:$('TestListDiskMigrationJobs' -in $global:SkippedTests) { + $global:TestName = 'GetComputeScaleUnitTest' + + $scaleUnitView = Get-AzsComputeScaleUnit -Name s-cluster + + $scaleUnitView | Should Not Be $null + $scaleUnitView.Id | Should Not Be $null + $scaleUnitView.LastUpdatedTime | Should Not Be $null + $scaleUnitView.Node | Should Not Be $null + $scaleUnitView.ScaleUnitName | Should Be s-cluster + $scaleUnitView.Type | Should Not Be $null + + foreach ($node in $scaleUnitView.Node){ + $node.LastUpdatedTime | Should Not Be $null + $node.NodeHealthState | Should Not Be $null + $node.NodeName | Should Not Be $null + foreach ($vm in $node.VirtualMachine){ + $vm.ResourceGroupName | Should Not Be $null + $vm.SubscriptionId | Should Not Be $null + $vm.TimeOfLastConfigurationChange | Should Not Be $null + $vm.VMId | Should Not Be $null + $vm.VMSize | Should Not Be $null + } + } + } +} diff --git a/src/Azs.Compute.Admin/test/Get-AzsFeature.Tests.ps1 b/src/Azs.Compute.Admin/test/Get-AzsFeature.Tests.ps1 new file mode 100644 index 00000000..754552e6 --- /dev/null +++ b/src/Azs.Compute.Admin/test/Get-AzsFeature.Tests.ps1 @@ -0,0 +1,26 @@ +$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' +if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' +} +. ($loadEnvPath) +$TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzsFeature.Recording.json' +$currentPath = $PSScriptRoot +while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent +} +. ($mockingPath | Select-Object -First 1).FullName + +Describe 'Get-AzsFeature' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/Azs.Compute.Admin/test/Get-AzsPlatformImage.Tests.ps1 b/src/Azs.Compute.Admin/test/Get-AzsPlatformImage.Tests.ps1 new file mode 100644 index 00000000..c05a7c72 --- /dev/null +++ b/src/Azs.Compute.Admin/test/Get-AzsPlatformImage.Tests.ps1 @@ -0,0 +1,26 @@ +$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' +if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' +} +. ($loadEnvPath) +$TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzsPlatformImage.Recording.json' +$currentPath = $PSScriptRoot +while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent +} +. ($mockingPath | Select-Object -First 1).FullName + +Describe 'Get-AzsPlatformImage' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/Azs.Compute.Admin/test/Get-AzsVMExtension.Tests.ps1 b/src/Azs.Compute.Admin/test/Get-AzsVMExtension.Tests.ps1 new file mode 100644 index 00000000..54ab774c --- /dev/null +++ b/src/Azs.Compute.Admin/test/Get-AzsVMExtension.Tests.ps1 @@ -0,0 +1,26 @@ +$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' +if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' +} +. ($loadEnvPath) +$TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzsVMExtension.Recording.json' +$currentPath = $PSScriptRoot +while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent +} +. ($mockingPath | Select-Object -First 1).FullName + +Describe 'Get-AzsVMExtension' { + It 'List' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Get' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'GetViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/Azs.Compute.Admin/test/New-AzsComputeQuota.Tests.ps1 b/src/Azs.Compute.Admin/test/New-AzsComputeQuota.Tests.ps1 new file mode 100644 index 00000000..966eb639 --- /dev/null +++ b/src/Azs.Compute.Admin/test/New-AzsComputeQuota.Tests.ps1 @@ -0,0 +1,22 @@ +$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' +if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' +} +. ($loadEnvPath) +$TestRecordingFile = Join-Path $PSScriptRoot 'New-AzsComputeQuota.Recording.json' +$currentPath = $PSScriptRoot +while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent +} +. ($mockingPath | Select-Object -First 1).FullName + +Describe 'New-AzsComputeQuota' { + It 'CreateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Create' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/Azs.Compute.Admin/test/Remove-AzsComputeQuota.Tests.ps1 b/src/Azs.Compute.Admin/test/Remove-AzsComputeQuota.Tests.ps1 new file mode 100644 index 00000000..f085c3d0 --- /dev/null +++ b/src/Azs.Compute.Admin/test/Remove-AzsComputeQuota.Tests.ps1 @@ -0,0 +1,22 @@ +$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' +if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' +} +. ($loadEnvPath) +$TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzsComputeQuota.Recording.json' +$currentPath = $PSScriptRoot +while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent +} +. ($mockingPath | Select-Object -First 1).FullName + +Describe 'Remove-AzsComputeQuota' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/Azs.Compute.Admin/test/Remove-AzsPlatformImage.Tests.ps1 b/src/Azs.Compute.Admin/test/Remove-AzsPlatformImage.Tests.ps1 new file mode 100644 index 00000000..00dbcea1 --- /dev/null +++ b/src/Azs.Compute.Admin/test/Remove-AzsPlatformImage.Tests.ps1 @@ -0,0 +1,22 @@ +$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' +if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' +} +. ($loadEnvPath) +$TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzsPlatformImage.Recording.json' +$currentPath = $PSScriptRoot +while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent +} +. ($mockingPath | Select-Object -First 1).FullName + +Describe 'Remove-AzsPlatformImage' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/Azs.Compute.Admin/test/Remove-AzsVMExtension.Tests.ps1 b/src/Azs.Compute.Admin/test/Remove-AzsVMExtension.Tests.ps1 new file mode 100644 index 00000000..b3772ea8 --- /dev/null +++ b/src/Azs.Compute.Admin/test/Remove-AzsVMExtension.Tests.ps1 @@ -0,0 +1,22 @@ +$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' +if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' +} +. ($loadEnvPath) +$TestRecordingFile = Join-Path $PSScriptRoot 'Remove-AzsVMExtension.Recording.json' +$currentPath = $PSScriptRoot +while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent +} +. ($mockingPath | Select-Object -First 1).FullName + +Describe 'Remove-AzsVMExtension' { + It 'Delete' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'DeleteViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/Azs.Compute.Admin/test/Set-AzsComputeQuota.Tests.ps1 b/src/Azs.Compute.Admin/test/Set-AzsComputeQuota.Tests.ps1 new file mode 100644 index 00000000..afadef18 --- /dev/null +++ b/src/Azs.Compute.Admin/test/Set-AzsComputeQuota.Tests.ps1 @@ -0,0 +1,18 @@ +$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' +if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' +} +. ($loadEnvPath) +$TestRecordingFile = Join-Path $PSScriptRoot 'Set-AzsComputeQuota.Recording.json' +$currentPath = $PSScriptRoot +while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent +} +. ($mockingPath | Select-Object -First 1).FullName + +Describe 'Set-AzsComputeQuota' { + It 'Update' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/Azs.Compute.Admin/test/Update-AzsGlobalFeatureSetting.Tests.ps1 b/src/Azs.Compute.Admin/test/Update-AzsGlobalFeatureSetting.Tests.ps1 new file mode 100644 index 00000000..1fba6b87 --- /dev/null +++ b/src/Azs.Compute.Admin/test/Update-AzsGlobalFeatureSetting.Tests.ps1 @@ -0,0 +1,30 @@ +$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' +if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' +} +. ($loadEnvPath) +$TestRecordingFile = Join-Path $PSScriptRoot 'Update-AzsGlobalFeatureSetting.Recording.json' +$currentPath = $PSScriptRoot +while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent +} +. ($mockingPath | Select-Object -First 1).FullName + +Describe 'Update-AzsGlobalFeatureSetting' { + It 'UpdateExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'Update' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'UpdateViaIdentity' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/Azs.Compute.Admin/test/loadEnv.ps1 b/src/Azs.Compute.Admin/test/loadEnv.ps1 index 8487c4cf..c4ebf2e8 100644 --- a/src/Azs.Compute.Admin/test/loadEnv.ps1 +++ b/src/Azs.Compute.Admin/test/loadEnv.ps1 @@ -12,7 +12,6 @@ # limitations under the License. # ---------------------------------------------------------------------------------- $envFile = 'env.json' -Write-Host "Loading env.json" if ($TestMode -eq 'live') { $envFile = 'localEnv.json' } @@ -25,6 +24,5 @@ if (Test-Path -Path (Join-Path $PSScriptRoot $envFile)) { $env = @{} if (Test-Path -Path $envFilePath) { $env = Get-Content (Join-Path $PSScriptRoot $envFile) | ConvertFrom-Json - $PSDefaultParameterValues=@{"*:SubscriptionId"=$env.SubscriptionId; "*:Tenant"=$env.Tenant; "*:Location"=$env.Location} - Write-Host "Default values: $($PSDefaultParameterValues.Values)" + $PSDefaultParameterValues=@{"*:SubscriptionId"=$env.SubscriptionId; "*:Tenant"=$env.Tenant} } \ No newline at end of file diff --git a/src/Azs.Compute.Admin/utils/Unprotect-SecureString.ps1 b/src/Azs.Compute.Admin/utils/Unprotect-SecureString.ps1 new file mode 100644 index 00000000..cb05b51a --- /dev/null +++ b/src/Azs.Compute.Admin/utils/Unprotect-SecureString.ps1 @@ -0,0 +1,16 @@ +#This script converts securestring to plaintext + +param( + [Parameter(Mandatory, ValueFromPipeline)] + [System.Security.SecureString] + ${SecureString} +) + +$ssPtr = [System.Runtime.InteropServices.Marshal]::SecureStringToBSTR($SecureString) +try { + $plaintext = [System.Runtime.InteropServices.Marshal]::PtrToStringBSTR($ssPtr) +} finally { + [System.Runtime.InteropServices.Marshal]::ZeroFreeBSTR($ssPtr) +} + +return $plaintext \ No newline at end of file From d8fd1ddd9186b8fd31c9f24278afcba7131cdfb9 Mon Sep 17 00:00:00 2001 From: Travis Turner Date: Thu, 29 Jul 2021 16:08:52 -0700 Subject: [PATCH 05/11] Update quota recording; Adding computeScaleUnit recording --- .../test/Get-AzsComputeQuota.Recording.json | 5153 ++++++++++++----- .../Get-AzsComputeScaleUnit.Recording.json | 44 + 2 files changed, 3870 insertions(+), 1327 deletions(-) create mode 100644 src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Recording.json diff --git a/src/Azs.Compute.Admin/test/Get-AzsComputeQuota.Recording.json b/src/Azs.Compute.Admin/test/Get-AzsComputeQuota.Recording.json index b89d3328..cdf726b5 100644 --- a/src/Azs.Compute.Admin/test/Get-AzsComputeQuota.Recording.json +++ b/src/Azs.Compute.Admin/test/Get-AzsComputeQuota.Recording.json @@ -1,16 +1,17 @@ { - "Quota+[NoContext]+TestListQuotas+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas?api-version=2018-02-09+1": { + "Quota+[NoContext]+TestListQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas?api-version=2021-01-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "2" ], - "x-ms-client-request-id": [ "8f6144fd-975f-48d5-a64e-8f35195cf9e2" ], + "x-ms-unique-id": [ "415" ], + "x-ms-client-request-id": [ "fed09374-6745-424a-9784-ac457e249491" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -19,38 +20,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "acd0beb8-a3ef-4310-886b-b17725e22422" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvEMeijygwT1S/rv1c44ch4aZhaoV8WtnDkDEsov7ZJaIbXavKROb6xlSe/CCRSAH9SSzZCjgJ2W8wIJNAu5sGKVn9FpHP2+7IfKQagB2b0+R5NMuVpCMDiYqtHLM9JVNX7e1gJmYjXGr/3x67mIsk" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14797" ], - "x-ms-request-id": [ "acd0beb8-a3ef-4310-886b-b17725e22422" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233933Z:acd0beb8-a3ef-4310-886b-b17725e22422" ], + "x-ms-correlation-request-id": [ "7579af33-3efc-4fe2-be22-5099ebfa3715" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14665" ], + "x-ms-request-id": [ "7579af33-3efc-4fe2-be22-5099ebfa3715" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225538Z:7579af33-3efc-4fe2-be22-5099ebfa3715" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:32 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:38 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvnGYUN9sP+FvPS9FUo41X0brcy4Nybu+abiO2/uXBGjhUNyxgVWZFecdhlZksgIzKtt6hGfQgNSGSyAvqVDqJ2zllowm8KbpdkcBgWaRLumrcsSRou+zONbukT4Jrjun3UDiuO6ToR9eZGKRFMhgu" ] }, "ContentHeaders": { - "Content-Length": [ "3541" ], + "Content-Length": [ "44105" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/AComputeQuota\",\"name\":\"AComputeQuota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":99,\"availabilitySetCount\":9,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":4096,\"maxAllocationPremiumManagedDisksAndSnapshots\":4096}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/AComputeQuotaThatDoesNotExist\",\"name\":\"AComputeQuotaThatDoesNotExist\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":99,\"availabilitySetCount\":9,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":4096,\"maxAllocationPremiumManagedDisksAndSnapshots\":4096}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/AComputeQuotaThatDoesNotExist2\",\"name\":\"AComputeQuotaThatDoesNotExist2\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":99,\"availabilitySetCount\":9,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":4096,\"maxAllocationPremiumManagedDisksAndSnapshots\":4096}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/Default Quota\",\"name\":\"Default Quota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":20,\"coresLimit\":50,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":2048,\"maxAllocationPremiumManagedDisksAndSnapshots\":2048}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/MyNewComputeQuota\",\"name\":\"MyNewComputeQuota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":99,\"coresLimit\":99,\"availabilitySetCount\":9,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":4096,\"maxAllocationPremiumManagedDisksAndSnapshots\":4096}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/myQuota\",\"name\":\"myQuota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":1,\"availabilitySetCount\":0,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":1}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/TestingSettingsToZeroIssue\",\"name\":\"TestingSettingsToZeroIssue\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":0,\"availabilitySetCount\":25,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/VaaSSDKTestComputeQuota\",\"name\":\"VaaSSDKTestComputeQuota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":500,\"coresLimit\":400,\"availabilitySetCount\":2000,\"vmScaleSetCount\":2000,\"maxAllocationStandardManagedDisksAndSnapshots\":2048,\"maxAllocationPremiumManagedDisksAndSnapshots\":2048}}]}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-183\",\"name\":\"crp-test-admin-quota-183\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":5,\"coresLimit\":0,\"availabilitySetCount\":5,\"vmScaleSetCount\":5,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-295\",\"name\":\"crp-test-admin-quota-295\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":5,\"coresLimit\":20,\"availabilitySetCount\":5,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-609\",\"name\":\"crp-test-admin-quota-609\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":16,\"availabilitySetCount\":1,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-763\",\"name\":\"crp-test-admin-quota-763\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":16,\"availabilitySetCount\":1,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-880\",\"name\":\"crp-test-admin-quota-880\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":20,\"availabilitySetCount\":5,\"vmScaleSetCount\":5,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-932\",\"name\":\"crp-test-admin-quota-932\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":5,\"coresLimit\":20,\"availabilitySetCount\":0,\"vmScaleSetCount\":5,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/Default Quota\",\"name\":\"Default Quota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":20,\"coresLimit\":50,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":2048,\"maxAllocationPremiumManagedDisksAndSnapshots\":2048,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/myQuota\",\"name\":\"myQuota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":1,\"availabilitySetCount\":0,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":1,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_03e83052-5334-4698-ae99-2d7c920be26a\",\"name\":\"TipCrpQuota_03e83052-5334-4698-ae99-2d7c920be26a\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_0c338586-bd2d-4853-9469-9d777aeda04c\",\"name\":\"TipCrpQuota_0c338586-bd2d-4853-9469-9d777aeda04c\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_0fc53db4-6547-49fb-99a9-478fd1854760\",\"name\":\"TipCrpQuota_0fc53db4-6547-49fb-99a9-478fd1854760\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_1da01b70-953d-4e8c-91eb-e91b742fbe9b\",\"name\":\"TipCrpQuota_1da01b70-953d-4e8c-91eb-e91b742fbe9b\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_1fb0c25e-3e03-42a1-8a31-8cb410f1ca1c\",\"name\":\"TipCrpQuota_1fb0c25e-3e03-42a1-8a31-8cb410f1ca1c\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_20ca0054-0d9d-48af-86cc-33f2f86485fe\",\"name\":\"TipCrpQuota_20ca0054-0d9d-48af-86cc-33f2f86485fe\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_220c9d89-f22d-4b6f-9ddb-888fa227c389\",\"name\":\"TipCrpQuota_220c9d89-f22d-4b6f-9ddb-888fa227c389\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_2a4653c3-fd47-4be1-886e-03fa8a908cd6\",\"name\":\"TipCrpQuota_2a4653c3-fd47-4be1-886e-03fa8a908cd6\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_2ad03a15-d45b-4f3d-91d9-24714832d99c\",\"name\":\"TipCrpQuota_2ad03a15-d45b-4f3d-91d9-24714832d99c\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_2c6435c4-ee9a-4f5a-a4fc-441adb5f24ef\",\"name\":\"TipCrpQuota_2c6435c4-ee9a-4f5a-a4fc-441adb5f24ef\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_2d8ba290-6a4f-4f8d-a632-fdd8768f79aa\",\"name\":\"TipCrpQuota_2d8ba290-6a4f-4f8d-a632-fdd8768f79aa\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_315e9ea0-41a2-425a-89ad-035934330030\",\"name\":\"TipCrpQuota_315e9ea0-41a2-425a-89ad-035934330030\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_35640a91-26b9-4752-a80f-c2ccb1200362\",\"name\":\"TipCrpQuota_35640a91-26b9-4752-a80f-c2ccb1200362\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_36e9193c-7137-44f1-a0c0-505a1aa9164c\",\"name\":\"TipCrpQuota_36e9193c-7137-44f1-a0c0-505a1aa9164c\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_380ef479-4324-4189-b01d-4ac06415dff4\",\"name\":\"TipCrpQuota_380ef479-4324-4189-b01d-4ac06415dff4\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_38c55638-39f7-4a11-8fd6-dffe0cb594a8\",\"name\":\"TipCrpQuota_38c55638-39f7-4a11-8fd6-dffe0cb594a8\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_3c45ca77-35bd-48ab-a66f-b7e774363a20\",\"name\":\"TipCrpQuota_3c45ca77-35bd-48ab-a66f-b7e774363a20\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_3e9edafe-5fe2-4d4a-b9a1-bc4aeb8afc69\",\"name\":\"TipCrpQuota_3e9edafe-5fe2-4d4a-b9a1-bc4aeb8afc69\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_46db30e9-0725-471d-96e2-5f99dac411f6\",\"name\":\"TipCrpQuota_46db30e9-0725-471d-96e2-5f99dac411f6\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_4a8e3933-4820-48e4-8d33-319cdb998edb\",\"name\":\"TipCrpQuota_4a8e3933-4820-48e4-8d33-319cdb998edb\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_4affb4ae-2533-4b91-9669-178a72c28c05\",\"name\":\"TipCrpQuota_4affb4ae-2533-4b91-9669-178a72c28c05\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_4d8e8c00-bb31-450a-b148-82d6bf9d0211\",\"name\":\"TipCrpQuota_4d8e8c00-bb31-450a-b148-82d6bf9d0211\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_50210271-dd89-479e-b2ef-a705d6d5136e\",\"name\":\"TipCrpQuota_50210271-dd89-479e-b2ef-a705d6d5136e\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_5351849c-c628-4716-bd44-d0e596aba50d\",\"name\":\"TipCrpQuota_5351849c-c628-4716-bd44-d0e596aba50d\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_5f0b1184-4467-41d3-95d2-912a324591c8\",\"name\":\"TipCrpQuota_5f0b1184-4467-41d3-95d2-912a324591c8\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_62f98c1d-6944-4881-9340-88f3518ab36a\",\"name\":\"TipCrpQuota_62f98c1d-6944-4881-9340-88f3518ab36a\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_68f87362-b5d6-49f8-a1c2-56211a903d15\",\"name\":\"TipCrpQuota_68f87362-b5d6-49f8-a1c2-56211a903d15\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_6c9e22d3-2c45-4672-948f-f47eb09f9912\",\"name\":\"TipCrpQuota_6c9e22d3-2c45-4672-948f-f47eb09f9912\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_718a092c-627e-44c9-8b85-afa051604d51\",\"name\":\"TipCrpQuota_718a092c-627e-44c9-8b85-afa051604d51\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_7243a72d-a5aa-473a-908e-dde40123ffa2\",\"name\":\"TipCrpQuota_7243a72d-a5aa-473a-908e-dde40123ffa2\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_75570a55-9a85-4ab6-b307-1729dea80220\",\"name\":\"TipCrpQuota_75570a55-9a85-4ab6-b307-1729dea80220\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_77260dee-ce7b-4742-8cb3-99d5ff17e9d6\",\"name\":\"TipCrpQuota_77260dee-ce7b-4742-8cb3-99d5ff17e9d6\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_7893266b-c7de-45c9-8afd-ca21cf7a5be8\",\"name\":\"TipCrpQuota_7893266b-c7de-45c9-8afd-ca21cf7a5be8\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_80ac7b27-6ad5-436e-9e45-dbfae2ee2e35\",\"name\":\"TipCrpQuota_80ac7b27-6ad5-436e-9e45-dbfae2ee2e35\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_82af7a96-167d-4157-a651-526cf2f1b0c7\",\"name\":\"TipCrpQuota_82af7a96-167d-4157-a651-526cf2f1b0c7\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_834ccfc2-c570-486f-9f82-606958969a8f\",\"name\":\"TipCrpQuota_834ccfc2-c570-486f-9f82-606958969a8f\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_877a34a1-dfa5-4af0-9ae8-140ecdbc4d18\",\"name\":\"TipCrpQuota_877a34a1-dfa5-4af0-9ae8-140ecdbc4d18\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_8855d8ef-d217-4949-844b-424daaace267\",\"name\":\"TipCrpQuota_8855d8ef-d217-4949-844b-424daaace267\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_89cef4ce-73fe-4bbc-ae1b-61b92f641a46\",\"name\":\"TipCrpQuota_89cef4ce-73fe-4bbc-ae1b-61b92f641a46\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_8b5192fd-bb03-430d-8f3c-4cc01e6874fe\",\"name\":\"TipCrpQuota_8b5192fd-bb03-430d-8f3c-4cc01e6874fe\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_945c3f6b-3dbe-4ae8-a0e0-a6436f087b12\",\"name\":\"TipCrpQuota_945c3f6b-3dbe-4ae8-a0e0-a6436f087b12\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_9474e1c3-914e-430a-85e5-b2c25ee211a6\",\"name\":\"TipCrpQuota_9474e1c3-914e-430a-85e5-b2c25ee211a6\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_99b3f92d-8fca-4e9d-b304-66ccfacfb533\",\"name\":\"TipCrpQuota_99b3f92d-8fca-4e9d-b304-66ccfacfb533\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_9b9eafbf-c19b-4a02-b041-966e6619145a\",\"name\":\"TipCrpQuota_9b9eafbf-c19b-4a02-b041-966e6619145a\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_a1c7ba03-4dc7-4954-aedb-d5bccbdff148\",\"name\":\"TipCrpQuota_a1c7ba03-4dc7-4954-aedb-d5bccbdff148\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_a4565f32-c3b6-460e-9012-056dd1f85bbd\",\"name\":\"TipCrpQuota_a4565f32-c3b6-460e-9012-056dd1f85bbd\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_ad1dd320-7248-4c0a-87f9-0de9b879fac0\",\"name\":\"TipCrpQuota_ad1dd320-7248-4c0a-87f9-0de9b879fac0\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_ad49115c-d0a6-424d-ac42-b6a465c2495e\",\"name\":\"TipCrpQuota_ad49115c-d0a6-424d-ac42-b6a465c2495e\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_b689d6cb-9cb2-4fa2-8868-9fea11e638b2\",\"name\":\"TipCrpQuota_b689d6cb-9cb2-4fa2-8868-9fea11e638b2\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_b7eb4031-7521-44be-81ee-d28af22c04a6\",\"name\":\"TipCrpQuota_b7eb4031-7521-44be-81ee-d28af22c04a6\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_bdcc1b78-2d6d-46a2-94a0-be114c75a872\",\"name\":\"TipCrpQuota_bdcc1b78-2d6d-46a2-94a0-be114c75a872\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c21d7c91-e5e7-44aa-b99d-cb1b5484e451\",\"name\":\"TipCrpQuota_c21d7c91-e5e7-44aa-b99d-cb1b5484e451\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c254bdc6-7f84-4e3c-9f24-45ee4fad6f4d\",\"name\":\"TipCrpQuota_c254bdc6-7f84-4e3c-9f24-45ee4fad6f4d\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c3962496-e060-45e6-b892-428bd15fba06\",\"name\":\"TipCrpQuota_c3962496-e060-45e6-b892-428bd15fba06\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c4c284fc-2457-47e4-9274-9a1d15b27849\",\"name\":\"TipCrpQuota_c4c284fc-2457-47e4-9274-9a1d15b27849\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c5117940-85df-4e95-8295-08b129c4230a\",\"name\":\"TipCrpQuota_c5117940-85df-4e95-8295-08b129c4230a\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_ce5efde0-630e-4b5f-b412-efb5f919b668\",\"name\":\"TipCrpQuota_ce5efde0-630e-4b5f-b412-efb5f919b668\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_cf2ddb3c-1718-4737-accc-be6da3d4f0f5\",\"name\":\"TipCrpQuota_cf2ddb3c-1718-4737-accc-be6da3d4f0f5\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_d22d990c-4cdb-4538-a9e2-e7ac12c8d47c\",\"name\":\"TipCrpQuota_d22d990c-4cdb-4538-a9e2-e7ac12c8d47c\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_d31939a3-dd47-4d7c-8238-8d82796cd765\",\"name\":\"TipCrpQuota_d31939a3-dd47-4d7c-8238-8d82796cd765\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_d47b3132-f356-4b72-a8e9-f915289d622f\",\"name\":\"TipCrpQuota_d47b3132-f356-4b72-a8e9-f915289d622f\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_da03fa8e-7441-4644-9f24-afe801c60e0b\",\"name\":\"TipCrpQuota_da03fa8e-7441-4644-9f24-afe801c60e0b\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_df78adb7-1839-4e19-aaca-ea67878453da\",\"name\":\"TipCrpQuota_df78adb7-1839-4e19-aaca-ea67878453da\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e4cda532-e0cd-4861-af55-643fcfbc0f56\",\"name\":\"TipCrpQuota_e4cda532-e0cd-4861-af55-643fcfbc0f56\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e7148f69-198c-4061-9145-883d70ae5011\",\"name\":\"TipCrpQuota_e7148f69-198c-4061-9145-883d70ae5011\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e77fd175-85f7-4cdb-aaa0-89fd5bab7dd5\",\"name\":\"TipCrpQuota_e77fd175-85f7-4cdb-aaa0-89fd5bab7dd5\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e9b68710-c7f0-4a21-94d1-1659c2a03ad8\",\"name\":\"TipCrpQuota_e9b68710-c7f0-4a21-94d1-1659c2a03ad8\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e9c57286-08e8-4292-9050-d79ca8e7b865\",\"name\":\"TipCrpQuota_e9c57286-08e8-4292-9050-d79ca8e7b865\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_f155d2bc-e9bd-49d2-a465-1da9fb320ede\",\"name\":\"TipCrpQuota_f155d2bc-e9bd-49d2-a465-1da9fb320ede\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_f59a09e9-0228-4c09-980b-bd95ac5b3cde\",\"name\":\"TipCrpQuota_f59a09e9-0228-4c09-980b-bd95ac5b3cde\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_faed7c92-6e9c-429b-bbbd-e7920e850090\",\"name\":\"TipCrpQuota_faed7c92-6e9c-429b-bbbd-e7920e850090\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_fb17ff30-a9e7-4182-9597-79b8c0fcd515\",\"name\":\"TipCrpQuota_fb17ff30-a9e7-4182-9597-79b8c0fcd515\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_fdf3cea8-ec12-4baf-be3e-9ae183d08e16\",\"name\":\"TipCrpQuota_fdf3cea8-ec12-4baf-be3e-9ae183d08e16\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_fe4efdf1-7b2c-49d6-9b39-994b521d1f99\",\"name\":\"TipCrpQuota_fe4efdf1-7b2c-49d6-9b39-994b521d1f99\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_fef90e43-ace2-4282-ba88-18802cfbb0fb\",\"name\":\"TipCrpQuota_fef90e43-ace2-4282-ba88-18802cfbb0fb\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}]}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestGetQuota+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas?api-version=2018-02-09+1": { + "Quota+[NoContext]+TestGetQuota+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas?api-version=2021-01-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "3" ], - "x-ms-client-request-id": [ "5c691578-1bc6-4400-98d3-d7a5fd3c671a" ], + "x-ms-unique-id": [ "416" ], + "x-ms-client-request-id": [ "048fd71e-eed9-4656-8a50-3d251c71fbc4" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -59,38 +62,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "90b870b3-5831-4afe-a327-65393d27d400" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvMmPO3Fs2iJqi3pEWrKas1g93muIOqSRQ4gRBAKVJwKCtY6JMHSjTpLNqk+2uweDYqm8A9Xvaq6GRwq1u5AgVULqIUri3NvBujdsPRaL55IafqQvomTbw0mC0WgONKA7UNHN41Zm6DGGN96wXygGn" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14796" ], - "x-ms-request-id": [ "90b870b3-5831-4afe-a327-65393d27d400" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233934Z:90b870b3-5831-4afe-a327-65393d27d400" ], + "x-ms-correlation-request-id": [ "49c4865b-a8ca-41af-a97a-3746dd11c0b8" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14664" ], + "x-ms-request-id": [ "49c4865b-a8ca-41af-a97a-3746dd11c0b8" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225539Z:49c4865b-a8ca-41af-a97a-3746dd11c0b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:34 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:38 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvtmOVR6r8Emz2imQIStSDoIiUiyLE+7YO5damsIMvR+aYJEYjxGekD98ccA1AmRnmcuC+Fz00bjM2gZNFuzCqvNz+/H1Du9el4FUdS8Bx79bkAGePSJNTjcvRYPVUWDgwFnG+KSfL8w6MfBWYdS7Z" ] }, "ContentHeaders": { - "Content-Length": [ "3541" ], + "Content-Length": [ "44105" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/AComputeQuota\",\"name\":\"AComputeQuota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":99,\"availabilitySetCount\":9,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":4096,\"maxAllocationPremiumManagedDisksAndSnapshots\":4096}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/AComputeQuotaThatDoesNotExist\",\"name\":\"AComputeQuotaThatDoesNotExist\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":99,\"availabilitySetCount\":9,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":4096,\"maxAllocationPremiumManagedDisksAndSnapshots\":4096}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/AComputeQuotaThatDoesNotExist2\",\"name\":\"AComputeQuotaThatDoesNotExist2\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":99,\"availabilitySetCount\":9,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":4096,\"maxAllocationPremiumManagedDisksAndSnapshots\":4096}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/Default Quota\",\"name\":\"Default Quota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":20,\"coresLimit\":50,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":2048,\"maxAllocationPremiumManagedDisksAndSnapshots\":2048}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/MyNewComputeQuota\",\"name\":\"MyNewComputeQuota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":99,\"coresLimit\":99,\"availabilitySetCount\":9,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":4096,\"maxAllocationPremiumManagedDisksAndSnapshots\":4096}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/myQuota\",\"name\":\"myQuota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":1,\"availabilitySetCount\":0,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":1}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/TestingSettingsToZeroIssue\",\"name\":\"TestingSettingsToZeroIssue\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":0,\"availabilitySetCount\":25,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/VaaSSDKTestComputeQuota\",\"name\":\"VaaSSDKTestComputeQuota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":500,\"coresLimit\":400,\"availabilitySetCount\":2000,\"vmScaleSetCount\":2000,\"maxAllocationStandardManagedDisksAndSnapshots\":2048,\"maxAllocationPremiumManagedDisksAndSnapshots\":2048}}]}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-183\",\"name\":\"crp-test-admin-quota-183\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":5,\"coresLimit\":0,\"availabilitySetCount\":5,\"vmScaleSetCount\":5,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-295\",\"name\":\"crp-test-admin-quota-295\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":5,\"coresLimit\":20,\"availabilitySetCount\":5,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-609\",\"name\":\"crp-test-admin-quota-609\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":16,\"availabilitySetCount\":1,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-763\",\"name\":\"crp-test-admin-quota-763\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":16,\"availabilitySetCount\":1,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-880\",\"name\":\"crp-test-admin-quota-880\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":20,\"availabilitySetCount\":5,\"vmScaleSetCount\":5,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-932\",\"name\":\"crp-test-admin-quota-932\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":5,\"coresLimit\":20,\"availabilitySetCount\":0,\"vmScaleSetCount\":5,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/Default Quota\",\"name\":\"Default Quota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":20,\"coresLimit\":50,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":2048,\"maxAllocationPremiumManagedDisksAndSnapshots\":2048,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/myQuota\",\"name\":\"myQuota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":1,\"availabilitySetCount\":0,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":1,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_03e83052-5334-4698-ae99-2d7c920be26a\",\"name\":\"TipCrpQuota_03e83052-5334-4698-ae99-2d7c920be26a\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_0c338586-bd2d-4853-9469-9d777aeda04c\",\"name\":\"TipCrpQuota_0c338586-bd2d-4853-9469-9d777aeda04c\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_0fc53db4-6547-49fb-99a9-478fd1854760\",\"name\":\"TipCrpQuota_0fc53db4-6547-49fb-99a9-478fd1854760\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_1da01b70-953d-4e8c-91eb-e91b742fbe9b\",\"name\":\"TipCrpQuota_1da01b70-953d-4e8c-91eb-e91b742fbe9b\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_1fb0c25e-3e03-42a1-8a31-8cb410f1ca1c\",\"name\":\"TipCrpQuota_1fb0c25e-3e03-42a1-8a31-8cb410f1ca1c\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_20ca0054-0d9d-48af-86cc-33f2f86485fe\",\"name\":\"TipCrpQuota_20ca0054-0d9d-48af-86cc-33f2f86485fe\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_220c9d89-f22d-4b6f-9ddb-888fa227c389\",\"name\":\"TipCrpQuota_220c9d89-f22d-4b6f-9ddb-888fa227c389\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_2a4653c3-fd47-4be1-886e-03fa8a908cd6\",\"name\":\"TipCrpQuota_2a4653c3-fd47-4be1-886e-03fa8a908cd6\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_2ad03a15-d45b-4f3d-91d9-24714832d99c\",\"name\":\"TipCrpQuota_2ad03a15-d45b-4f3d-91d9-24714832d99c\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_2c6435c4-ee9a-4f5a-a4fc-441adb5f24ef\",\"name\":\"TipCrpQuota_2c6435c4-ee9a-4f5a-a4fc-441adb5f24ef\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_2d8ba290-6a4f-4f8d-a632-fdd8768f79aa\",\"name\":\"TipCrpQuota_2d8ba290-6a4f-4f8d-a632-fdd8768f79aa\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_315e9ea0-41a2-425a-89ad-035934330030\",\"name\":\"TipCrpQuota_315e9ea0-41a2-425a-89ad-035934330030\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_35640a91-26b9-4752-a80f-c2ccb1200362\",\"name\":\"TipCrpQuota_35640a91-26b9-4752-a80f-c2ccb1200362\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_36e9193c-7137-44f1-a0c0-505a1aa9164c\",\"name\":\"TipCrpQuota_36e9193c-7137-44f1-a0c0-505a1aa9164c\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_380ef479-4324-4189-b01d-4ac06415dff4\",\"name\":\"TipCrpQuota_380ef479-4324-4189-b01d-4ac06415dff4\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_38c55638-39f7-4a11-8fd6-dffe0cb594a8\",\"name\":\"TipCrpQuota_38c55638-39f7-4a11-8fd6-dffe0cb594a8\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_3c45ca77-35bd-48ab-a66f-b7e774363a20\",\"name\":\"TipCrpQuota_3c45ca77-35bd-48ab-a66f-b7e774363a20\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_3e9edafe-5fe2-4d4a-b9a1-bc4aeb8afc69\",\"name\":\"TipCrpQuota_3e9edafe-5fe2-4d4a-b9a1-bc4aeb8afc69\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_46db30e9-0725-471d-96e2-5f99dac411f6\",\"name\":\"TipCrpQuota_46db30e9-0725-471d-96e2-5f99dac411f6\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_4a8e3933-4820-48e4-8d33-319cdb998edb\",\"name\":\"TipCrpQuota_4a8e3933-4820-48e4-8d33-319cdb998edb\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_4affb4ae-2533-4b91-9669-178a72c28c05\",\"name\":\"TipCrpQuota_4affb4ae-2533-4b91-9669-178a72c28c05\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_4d8e8c00-bb31-450a-b148-82d6bf9d0211\",\"name\":\"TipCrpQuota_4d8e8c00-bb31-450a-b148-82d6bf9d0211\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_50210271-dd89-479e-b2ef-a705d6d5136e\",\"name\":\"TipCrpQuota_50210271-dd89-479e-b2ef-a705d6d5136e\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_5351849c-c628-4716-bd44-d0e596aba50d\",\"name\":\"TipCrpQuota_5351849c-c628-4716-bd44-d0e596aba50d\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_5f0b1184-4467-41d3-95d2-912a324591c8\",\"name\":\"TipCrpQuota_5f0b1184-4467-41d3-95d2-912a324591c8\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_62f98c1d-6944-4881-9340-88f3518ab36a\",\"name\":\"TipCrpQuota_62f98c1d-6944-4881-9340-88f3518ab36a\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_68f87362-b5d6-49f8-a1c2-56211a903d15\",\"name\":\"TipCrpQuota_68f87362-b5d6-49f8-a1c2-56211a903d15\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_6c9e22d3-2c45-4672-948f-f47eb09f9912\",\"name\":\"TipCrpQuota_6c9e22d3-2c45-4672-948f-f47eb09f9912\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_718a092c-627e-44c9-8b85-afa051604d51\",\"name\":\"TipCrpQuota_718a092c-627e-44c9-8b85-afa051604d51\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_7243a72d-a5aa-473a-908e-dde40123ffa2\",\"name\":\"TipCrpQuota_7243a72d-a5aa-473a-908e-dde40123ffa2\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_75570a55-9a85-4ab6-b307-1729dea80220\",\"name\":\"TipCrpQuota_75570a55-9a85-4ab6-b307-1729dea80220\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_77260dee-ce7b-4742-8cb3-99d5ff17e9d6\",\"name\":\"TipCrpQuota_77260dee-ce7b-4742-8cb3-99d5ff17e9d6\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_7893266b-c7de-45c9-8afd-ca21cf7a5be8\",\"name\":\"TipCrpQuota_7893266b-c7de-45c9-8afd-ca21cf7a5be8\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_80ac7b27-6ad5-436e-9e45-dbfae2ee2e35\",\"name\":\"TipCrpQuota_80ac7b27-6ad5-436e-9e45-dbfae2ee2e35\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_82af7a96-167d-4157-a651-526cf2f1b0c7\",\"name\":\"TipCrpQuota_82af7a96-167d-4157-a651-526cf2f1b0c7\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_834ccfc2-c570-486f-9f82-606958969a8f\",\"name\":\"TipCrpQuota_834ccfc2-c570-486f-9f82-606958969a8f\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_877a34a1-dfa5-4af0-9ae8-140ecdbc4d18\",\"name\":\"TipCrpQuota_877a34a1-dfa5-4af0-9ae8-140ecdbc4d18\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_8855d8ef-d217-4949-844b-424daaace267\",\"name\":\"TipCrpQuota_8855d8ef-d217-4949-844b-424daaace267\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_89cef4ce-73fe-4bbc-ae1b-61b92f641a46\",\"name\":\"TipCrpQuota_89cef4ce-73fe-4bbc-ae1b-61b92f641a46\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_8b5192fd-bb03-430d-8f3c-4cc01e6874fe\",\"name\":\"TipCrpQuota_8b5192fd-bb03-430d-8f3c-4cc01e6874fe\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_945c3f6b-3dbe-4ae8-a0e0-a6436f087b12\",\"name\":\"TipCrpQuota_945c3f6b-3dbe-4ae8-a0e0-a6436f087b12\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_9474e1c3-914e-430a-85e5-b2c25ee211a6\",\"name\":\"TipCrpQuota_9474e1c3-914e-430a-85e5-b2c25ee211a6\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_99b3f92d-8fca-4e9d-b304-66ccfacfb533\",\"name\":\"TipCrpQuota_99b3f92d-8fca-4e9d-b304-66ccfacfb533\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_9b9eafbf-c19b-4a02-b041-966e6619145a\",\"name\":\"TipCrpQuota_9b9eafbf-c19b-4a02-b041-966e6619145a\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_a1c7ba03-4dc7-4954-aedb-d5bccbdff148\",\"name\":\"TipCrpQuota_a1c7ba03-4dc7-4954-aedb-d5bccbdff148\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_a4565f32-c3b6-460e-9012-056dd1f85bbd\",\"name\":\"TipCrpQuota_a4565f32-c3b6-460e-9012-056dd1f85bbd\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_ad1dd320-7248-4c0a-87f9-0de9b879fac0\",\"name\":\"TipCrpQuota_ad1dd320-7248-4c0a-87f9-0de9b879fac0\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_ad49115c-d0a6-424d-ac42-b6a465c2495e\",\"name\":\"TipCrpQuota_ad49115c-d0a6-424d-ac42-b6a465c2495e\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_b689d6cb-9cb2-4fa2-8868-9fea11e638b2\",\"name\":\"TipCrpQuota_b689d6cb-9cb2-4fa2-8868-9fea11e638b2\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_b7eb4031-7521-44be-81ee-d28af22c04a6\",\"name\":\"TipCrpQuota_b7eb4031-7521-44be-81ee-d28af22c04a6\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_bdcc1b78-2d6d-46a2-94a0-be114c75a872\",\"name\":\"TipCrpQuota_bdcc1b78-2d6d-46a2-94a0-be114c75a872\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c21d7c91-e5e7-44aa-b99d-cb1b5484e451\",\"name\":\"TipCrpQuota_c21d7c91-e5e7-44aa-b99d-cb1b5484e451\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c254bdc6-7f84-4e3c-9f24-45ee4fad6f4d\",\"name\":\"TipCrpQuota_c254bdc6-7f84-4e3c-9f24-45ee4fad6f4d\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c3962496-e060-45e6-b892-428bd15fba06\",\"name\":\"TipCrpQuota_c3962496-e060-45e6-b892-428bd15fba06\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c4c284fc-2457-47e4-9274-9a1d15b27849\",\"name\":\"TipCrpQuota_c4c284fc-2457-47e4-9274-9a1d15b27849\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c5117940-85df-4e95-8295-08b129c4230a\",\"name\":\"TipCrpQuota_c5117940-85df-4e95-8295-08b129c4230a\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_ce5efde0-630e-4b5f-b412-efb5f919b668\",\"name\":\"TipCrpQuota_ce5efde0-630e-4b5f-b412-efb5f919b668\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_cf2ddb3c-1718-4737-accc-be6da3d4f0f5\",\"name\":\"TipCrpQuota_cf2ddb3c-1718-4737-accc-be6da3d4f0f5\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_d22d990c-4cdb-4538-a9e2-e7ac12c8d47c\",\"name\":\"TipCrpQuota_d22d990c-4cdb-4538-a9e2-e7ac12c8d47c\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_d31939a3-dd47-4d7c-8238-8d82796cd765\",\"name\":\"TipCrpQuota_d31939a3-dd47-4d7c-8238-8d82796cd765\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_d47b3132-f356-4b72-a8e9-f915289d622f\",\"name\":\"TipCrpQuota_d47b3132-f356-4b72-a8e9-f915289d622f\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_da03fa8e-7441-4644-9f24-afe801c60e0b\",\"name\":\"TipCrpQuota_da03fa8e-7441-4644-9f24-afe801c60e0b\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_df78adb7-1839-4e19-aaca-ea67878453da\",\"name\":\"TipCrpQuota_df78adb7-1839-4e19-aaca-ea67878453da\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e4cda532-e0cd-4861-af55-643fcfbc0f56\",\"name\":\"TipCrpQuota_e4cda532-e0cd-4861-af55-643fcfbc0f56\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e7148f69-198c-4061-9145-883d70ae5011\",\"name\":\"TipCrpQuota_e7148f69-198c-4061-9145-883d70ae5011\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e77fd175-85f7-4cdb-aaa0-89fd5bab7dd5\",\"name\":\"TipCrpQuota_e77fd175-85f7-4cdb-aaa0-89fd5bab7dd5\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e9b68710-c7f0-4a21-94d1-1659c2a03ad8\",\"name\":\"TipCrpQuota_e9b68710-c7f0-4a21-94d1-1659c2a03ad8\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e9c57286-08e8-4292-9050-d79ca8e7b865\",\"name\":\"TipCrpQuota_e9c57286-08e8-4292-9050-d79ca8e7b865\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_f155d2bc-e9bd-49d2-a465-1da9fb320ede\",\"name\":\"TipCrpQuota_f155d2bc-e9bd-49d2-a465-1da9fb320ede\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_f59a09e9-0228-4c09-980b-bd95ac5b3cde\",\"name\":\"TipCrpQuota_f59a09e9-0228-4c09-980b-bd95ac5b3cde\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_faed7c92-6e9c-429b-bbbd-e7920e850090\",\"name\":\"TipCrpQuota_faed7c92-6e9c-429b-bbbd-e7920e850090\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_fb17ff30-a9e7-4182-9597-79b8c0fcd515\",\"name\":\"TipCrpQuota_fb17ff30-a9e7-4182-9597-79b8c0fcd515\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_fdf3cea8-ec12-4baf-be3e-9ae183d08e16\",\"name\":\"TipCrpQuota_fdf3cea8-ec12-4baf-be3e-9ae183d08e16\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_fe4efdf1-7b2c-49d6-9b39-994b521d1f99\",\"name\":\"TipCrpQuota_fe4efdf1-7b2c-49d6-9b39-994b521d1f99\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_fef90e43-ace2-4282-ba88-18802cfbb0fb\",\"name\":\"TipCrpQuota_fef90e43-ace2-4282-ba88-18802cfbb0fb\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}]}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestGetQuota+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/AComputeQuota?api-version=2018-02-09+2": { + "Quota+[NoContext]+TestGetQuota+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-183?api-version=2021-01-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/AComputeQuota?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-183?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "4" ], - "x-ms-client-request-id": [ "e11f0f69-1481-4592-abbd-8f9d90e16064" ], + "x-ms-unique-id": [ "417" ], + "x-ms-client-request-id": [ "cc26a816-c803-4c44-8464-ac85982d86ba" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -99,38 +104,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "8001ba1e-4db9-45e9-830c-6c205ec11373" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvNngjFxZyHPnJfcI5vfwaqnJD0+jnK/rBFsqJurjc0+x3Yi9bXBK2iKvFLOW1uY2TH/Z5YYzC24f/U+Tz0+PugKChkBPfJPXl9MAss/laJ5a8YxGRtrxpdKLEHT46ADDS1TPXB0OfxuTGvCotjSYO" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14795" ], - "x-ms-request-id": [ "8001ba1e-4db9-45e9-830c-6c205ec11373" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233934Z:8001ba1e-4db9-45e9-830c-6c205ec11373" ], + "x-ms-correlation-request-id": [ "61c23c59-77c0-41dc-9d21-8b9bc341eaba" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14663" ], + "x-ms-request-id": [ "61c23c59-77c0-41dc-9d21-8b9bc341eaba" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225539Z:61c23c59-77c0-41dc-9d21-8b9bc341eaba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:34 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:38 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvnkeVWd6cJSYK71KiLDxSvQ+cXAhhql8ickZX9UZODlrPOuFeZs6eNjX/hN4P8pcprCShZZfZKhh50X+NZkyY7gYF7nVcfinWwL8mRk47TJ1crnxX+6Yae+6+xEp0iKJOMWP88m4gMn7JbS3QnaKa" ] }, "ContentHeaders": { - "Content-Length": [ "426" ], + "Content-Length": [ "483" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/AComputeQuota\",\"name\":\"AComputeQuota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":99,\"availabilitySetCount\":9,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":4096,\"maxAllocationPremiumManagedDisksAndSnapshots\":4096}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-183\",\"name\":\"crp-test-admin-quota-183\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":5,\"coresLimit\":0,\"availabilitySetCount\":5,\"vmScaleSetCount\":5,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas?api-version=2018-02-09+1": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas?api-version=2021-01-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "5" ], - "x-ms-client-request-id": [ "9a35b76d-d16a-4a4d-9dc3-cf33fde8e6d7" ], + "x-ms-unique-id": [ "418" ], + "x-ms-client-request-id": [ "bad133c1-6706-4f66-a5cc-b5d393a9b1c2" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -139,38 +146,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "5928de4f-4ac4-46fb-acd1-467aabe13851" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv8VfGhlcVQikSJ3UBpV6BZvzc+sHpNHTBVkOfzXKRtgIpVWIIh/aOMRicrUzPUUmjE5/Gvuljx/g8GhOwpZRSUjGeZaQ/H/i1eUAk+kw3AWHbhkEZJWTjO7N/scfKFxMDkk5mAe2wf5c32nmvZvuW" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14794" ], - "x-ms-request-id": [ "5928de4f-4ac4-46fb-acd1-467aabe13851" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233934Z:5928de4f-4ac4-46fb-acd1-467aabe13851" ], + "x-ms-correlation-request-id": [ "9d9b7f02-89e4-4fa0-a68b-713cabfb37e0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14662" ], + "x-ms-request-id": [ "9d9b7f02-89e4-4fa0-a68b-713cabfb37e0" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225539Z:9d9b7f02-89e4-4fa0-a68b-713cabfb37e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:34 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:39 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/o4TaNLW817hr5OPj+quUWUd85xJYuN5Z+QNgQHcHJveDqDBZepNMJsedp60gJcHIz18bjgw/cuhCoC9od+qVcYc4EQuusQqqO1/pgAwz2hhcUMHln3K5Bgj5tIVr6wJbfmYxhoEY4bTX1tJW95I" ] }, "ContentHeaders": { - "Content-Length": [ "3541" ], + "Content-Length": [ "44105" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"value\":[{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/AComputeQuota\",\"name\":\"AComputeQuota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":99,\"availabilitySetCount\":9,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":4096,\"maxAllocationPremiumManagedDisksAndSnapshots\":4096}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/AComputeQuotaThatDoesNotExist\",\"name\":\"AComputeQuotaThatDoesNotExist\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":99,\"availabilitySetCount\":9,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":4096,\"maxAllocationPremiumManagedDisksAndSnapshots\":4096}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/AComputeQuotaThatDoesNotExist2\",\"name\":\"AComputeQuotaThatDoesNotExist2\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":99,\"availabilitySetCount\":9,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":4096,\"maxAllocationPremiumManagedDisksAndSnapshots\":4096}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/Default Quota\",\"name\":\"Default Quota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":20,\"coresLimit\":50,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":2048,\"maxAllocationPremiumManagedDisksAndSnapshots\":2048}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/MyNewComputeQuota\",\"name\":\"MyNewComputeQuota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":99,\"coresLimit\":99,\"availabilitySetCount\":9,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":4096,\"maxAllocationPremiumManagedDisksAndSnapshots\":4096}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/myQuota\",\"name\":\"myQuota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":1,\"availabilitySetCount\":0,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":1}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/TestingSettingsToZeroIssue\",\"name\":\"TestingSettingsToZeroIssue\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":0,\"availabilitySetCount\":25,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/VaaSSDKTestComputeQuota\",\"name\":\"VaaSSDKTestComputeQuota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":500,\"coresLimit\":400,\"availabilitySetCount\":2000,\"vmScaleSetCount\":2000,\"maxAllocationStandardManagedDisksAndSnapshots\":2048,\"maxAllocationPremiumManagedDisksAndSnapshots\":2048}}]}" + "Content": "{\"value\":[{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-183\",\"name\":\"crp-test-admin-quota-183\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":5,\"coresLimit\":0,\"availabilitySetCount\":5,\"vmScaleSetCount\":5,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-295\",\"name\":\"crp-test-admin-quota-295\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":5,\"coresLimit\":20,\"availabilitySetCount\":5,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-609\",\"name\":\"crp-test-admin-quota-609\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":16,\"availabilitySetCount\":1,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-763\",\"name\":\"crp-test-admin-quota-763\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":16,\"availabilitySetCount\":1,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-880\",\"name\":\"crp-test-admin-quota-880\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":20,\"availabilitySetCount\":5,\"vmScaleSetCount\":5,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-932\",\"name\":\"crp-test-admin-quota-932\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":5,\"coresLimit\":20,\"availabilitySetCount\":0,\"vmScaleSetCount\":5,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/Default Quota\",\"name\":\"Default Quota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":20,\"coresLimit\":50,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":2048,\"maxAllocationPremiumManagedDisksAndSnapshots\":2048,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/myQuota\",\"name\":\"myQuota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":1,\"availabilitySetCount\":0,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":1,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_03e83052-5334-4698-ae99-2d7c920be26a\",\"name\":\"TipCrpQuota_03e83052-5334-4698-ae99-2d7c920be26a\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_0c338586-bd2d-4853-9469-9d777aeda04c\",\"name\":\"TipCrpQuota_0c338586-bd2d-4853-9469-9d777aeda04c\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_0fc53db4-6547-49fb-99a9-478fd1854760\",\"name\":\"TipCrpQuota_0fc53db4-6547-49fb-99a9-478fd1854760\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_1da01b70-953d-4e8c-91eb-e91b742fbe9b\",\"name\":\"TipCrpQuota_1da01b70-953d-4e8c-91eb-e91b742fbe9b\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_1fb0c25e-3e03-42a1-8a31-8cb410f1ca1c\",\"name\":\"TipCrpQuota_1fb0c25e-3e03-42a1-8a31-8cb410f1ca1c\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_20ca0054-0d9d-48af-86cc-33f2f86485fe\",\"name\":\"TipCrpQuota_20ca0054-0d9d-48af-86cc-33f2f86485fe\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_220c9d89-f22d-4b6f-9ddb-888fa227c389\",\"name\":\"TipCrpQuota_220c9d89-f22d-4b6f-9ddb-888fa227c389\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_2a4653c3-fd47-4be1-886e-03fa8a908cd6\",\"name\":\"TipCrpQuota_2a4653c3-fd47-4be1-886e-03fa8a908cd6\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_2ad03a15-d45b-4f3d-91d9-24714832d99c\",\"name\":\"TipCrpQuota_2ad03a15-d45b-4f3d-91d9-24714832d99c\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_2c6435c4-ee9a-4f5a-a4fc-441adb5f24ef\",\"name\":\"TipCrpQuota_2c6435c4-ee9a-4f5a-a4fc-441adb5f24ef\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_2d8ba290-6a4f-4f8d-a632-fdd8768f79aa\",\"name\":\"TipCrpQuota_2d8ba290-6a4f-4f8d-a632-fdd8768f79aa\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_315e9ea0-41a2-425a-89ad-035934330030\",\"name\":\"TipCrpQuota_315e9ea0-41a2-425a-89ad-035934330030\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_35640a91-26b9-4752-a80f-c2ccb1200362\",\"name\":\"TipCrpQuota_35640a91-26b9-4752-a80f-c2ccb1200362\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_36e9193c-7137-44f1-a0c0-505a1aa9164c\",\"name\":\"TipCrpQuota_36e9193c-7137-44f1-a0c0-505a1aa9164c\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_380ef479-4324-4189-b01d-4ac06415dff4\",\"name\":\"TipCrpQuota_380ef479-4324-4189-b01d-4ac06415dff4\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_38c55638-39f7-4a11-8fd6-dffe0cb594a8\",\"name\":\"TipCrpQuota_38c55638-39f7-4a11-8fd6-dffe0cb594a8\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_3c45ca77-35bd-48ab-a66f-b7e774363a20\",\"name\":\"TipCrpQuota_3c45ca77-35bd-48ab-a66f-b7e774363a20\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_3e9edafe-5fe2-4d4a-b9a1-bc4aeb8afc69\",\"name\":\"TipCrpQuota_3e9edafe-5fe2-4d4a-b9a1-bc4aeb8afc69\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_46db30e9-0725-471d-96e2-5f99dac411f6\",\"name\":\"TipCrpQuota_46db30e9-0725-471d-96e2-5f99dac411f6\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_4a8e3933-4820-48e4-8d33-319cdb998edb\",\"name\":\"TipCrpQuota_4a8e3933-4820-48e4-8d33-319cdb998edb\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_4affb4ae-2533-4b91-9669-178a72c28c05\",\"name\":\"TipCrpQuota_4affb4ae-2533-4b91-9669-178a72c28c05\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_4d8e8c00-bb31-450a-b148-82d6bf9d0211\",\"name\":\"TipCrpQuota_4d8e8c00-bb31-450a-b148-82d6bf9d0211\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_50210271-dd89-479e-b2ef-a705d6d5136e\",\"name\":\"TipCrpQuota_50210271-dd89-479e-b2ef-a705d6d5136e\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_5351849c-c628-4716-bd44-d0e596aba50d\",\"name\":\"TipCrpQuota_5351849c-c628-4716-bd44-d0e596aba50d\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_5f0b1184-4467-41d3-95d2-912a324591c8\",\"name\":\"TipCrpQuota_5f0b1184-4467-41d3-95d2-912a324591c8\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_62f98c1d-6944-4881-9340-88f3518ab36a\",\"name\":\"TipCrpQuota_62f98c1d-6944-4881-9340-88f3518ab36a\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_68f87362-b5d6-49f8-a1c2-56211a903d15\",\"name\":\"TipCrpQuota_68f87362-b5d6-49f8-a1c2-56211a903d15\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_6c9e22d3-2c45-4672-948f-f47eb09f9912\",\"name\":\"TipCrpQuota_6c9e22d3-2c45-4672-948f-f47eb09f9912\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_718a092c-627e-44c9-8b85-afa051604d51\",\"name\":\"TipCrpQuota_718a092c-627e-44c9-8b85-afa051604d51\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_7243a72d-a5aa-473a-908e-dde40123ffa2\",\"name\":\"TipCrpQuota_7243a72d-a5aa-473a-908e-dde40123ffa2\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_75570a55-9a85-4ab6-b307-1729dea80220\",\"name\":\"TipCrpQuota_75570a55-9a85-4ab6-b307-1729dea80220\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_77260dee-ce7b-4742-8cb3-99d5ff17e9d6\",\"name\":\"TipCrpQuota_77260dee-ce7b-4742-8cb3-99d5ff17e9d6\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_7893266b-c7de-45c9-8afd-ca21cf7a5be8\",\"name\":\"TipCrpQuota_7893266b-c7de-45c9-8afd-ca21cf7a5be8\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_80ac7b27-6ad5-436e-9e45-dbfae2ee2e35\",\"name\":\"TipCrpQuota_80ac7b27-6ad5-436e-9e45-dbfae2ee2e35\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_82af7a96-167d-4157-a651-526cf2f1b0c7\",\"name\":\"TipCrpQuota_82af7a96-167d-4157-a651-526cf2f1b0c7\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_834ccfc2-c570-486f-9f82-606958969a8f\",\"name\":\"TipCrpQuota_834ccfc2-c570-486f-9f82-606958969a8f\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_877a34a1-dfa5-4af0-9ae8-140ecdbc4d18\",\"name\":\"TipCrpQuota_877a34a1-dfa5-4af0-9ae8-140ecdbc4d18\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_8855d8ef-d217-4949-844b-424daaace267\",\"name\":\"TipCrpQuota_8855d8ef-d217-4949-844b-424daaace267\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_89cef4ce-73fe-4bbc-ae1b-61b92f641a46\",\"name\":\"TipCrpQuota_89cef4ce-73fe-4bbc-ae1b-61b92f641a46\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_8b5192fd-bb03-430d-8f3c-4cc01e6874fe\",\"name\":\"TipCrpQuota_8b5192fd-bb03-430d-8f3c-4cc01e6874fe\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_945c3f6b-3dbe-4ae8-a0e0-a6436f087b12\",\"name\":\"TipCrpQuota_945c3f6b-3dbe-4ae8-a0e0-a6436f087b12\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_9474e1c3-914e-430a-85e5-b2c25ee211a6\",\"name\":\"TipCrpQuota_9474e1c3-914e-430a-85e5-b2c25ee211a6\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_99b3f92d-8fca-4e9d-b304-66ccfacfb533\",\"name\":\"TipCrpQuota_99b3f92d-8fca-4e9d-b304-66ccfacfb533\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_9b9eafbf-c19b-4a02-b041-966e6619145a\",\"name\":\"TipCrpQuota_9b9eafbf-c19b-4a02-b041-966e6619145a\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_a1c7ba03-4dc7-4954-aedb-d5bccbdff148\",\"name\":\"TipCrpQuota_a1c7ba03-4dc7-4954-aedb-d5bccbdff148\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_a4565f32-c3b6-460e-9012-056dd1f85bbd\",\"name\":\"TipCrpQuota_a4565f32-c3b6-460e-9012-056dd1f85bbd\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_ad1dd320-7248-4c0a-87f9-0de9b879fac0\",\"name\":\"TipCrpQuota_ad1dd320-7248-4c0a-87f9-0de9b879fac0\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_ad49115c-d0a6-424d-ac42-b6a465c2495e\",\"name\":\"TipCrpQuota_ad49115c-d0a6-424d-ac42-b6a465c2495e\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_b689d6cb-9cb2-4fa2-8868-9fea11e638b2\",\"name\":\"TipCrpQuota_b689d6cb-9cb2-4fa2-8868-9fea11e638b2\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_b7eb4031-7521-44be-81ee-d28af22c04a6\",\"name\":\"TipCrpQuota_b7eb4031-7521-44be-81ee-d28af22c04a6\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_bdcc1b78-2d6d-46a2-94a0-be114c75a872\",\"name\":\"TipCrpQuota_bdcc1b78-2d6d-46a2-94a0-be114c75a872\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c21d7c91-e5e7-44aa-b99d-cb1b5484e451\",\"name\":\"TipCrpQuota_c21d7c91-e5e7-44aa-b99d-cb1b5484e451\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c254bdc6-7f84-4e3c-9f24-45ee4fad6f4d\",\"name\":\"TipCrpQuota_c254bdc6-7f84-4e3c-9f24-45ee4fad6f4d\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c3962496-e060-45e6-b892-428bd15fba06\",\"name\":\"TipCrpQuota_c3962496-e060-45e6-b892-428bd15fba06\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c4c284fc-2457-47e4-9274-9a1d15b27849\",\"name\":\"TipCrpQuota_c4c284fc-2457-47e4-9274-9a1d15b27849\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c5117940-85df-4e95-8295-08b129c4230a\",\"name\":\"TipCrpQuota_c5117940-85df-4e95-8295-08b129c4230a\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_ce5efde0-630e-4b5f-b412-efb5f919b668\",\"name\":\"TipCrpQuota_ce5efde0-630e-4b5f-b412-efb5f919b668\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_cf2ddb3c-1718-4737-accc-be6da3d4f0f5\",\"name\":\"TipCrpQuota_cf2ddb3c-1718-4737-accc-be6da3d4f0f5\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_d22d990c-4cdb-4538-a9e2-e7ac12c8d47c\",\"name\":\"TipCrpQuota_d22d990c-4cdb-4538-a9e2-e7ac12c8d47c\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_d31939a3-dd47-4d7c-8238-8d82796cd765\",\"name\":\"TipCrpQuota_d31939a3-dd47-4d7c-8238-8d82796cd765\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_d47b3132-f356-4b72-a8e9-f915289d622f\",\"name\":\"TipCrpQuota_d47b3132-f356-4b72-a8e9-f915289d622f\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_da03fa8e-7441-4644-9f24-afe801c60e0b\",\"name\":\"TipCrpQuota_da03fa8e-7441-4644-9f24-afe801c60e0b\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_df78adb7-1839-4e19-aaca-ea67878453da\",\"name\":\"TipCrpQuota_df78adb7-1839-4e19-aaca-ea67878453da\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e4cda532-e0cd-4861-af55-643fcfbc0f56\",\"name\":\"TipCrpQuota_e4cda532-e0cd-4861-af55-643fcfbc0f56\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e7148f69-198c-4061-9145-883d70ae5011\",\"name\":\"TipCrpQuota_e7148f69-198c-4061-9145-883d70ae5011\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e77fd175-85f7-4cdb-aaa0-89fd5bab7dd5\",\"name\":\"TipCrpQuota_e77fd175-85f7-4cdb-aaa0-89fd5bab7dd5\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e9b68710-c7f0-4a21-94d1-1659c2a03ad8\",\"name\":\"TipCrpQuota_e9b68710-c7f0-4a21-94d1-1659c2a03ad8\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e9c57286-08e8-4292-9050-d79ca8e7b865\",\"name\":\"TipCrpQuota_e9c57286-08e8-4292-9050-d79ca8e7b865\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_f155d2bc-e9bd-49d2-a465-1da9fb320ede\",\"name\":\"TipCrpQuota_f155d2bc-e9bd-49d2-a465-1da9fb320ede\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_f59a09e9-0228-4c09-980b-bd95ac5b3cde\",\"name\":\"TipCrpQuota_f59a09e9-0228-4c09-980b-bd95ac5b3cde\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_faed7c92-6e9c-429b-bbbd-e7920e850090\",\"name\":\"TipCrpQuota_faed7c92-6e9c-429b-bbbd-e7920e850090\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_fb17ff30-a9e7-4182-9597-79b8c0fcd515\",\"name\":\"TipCrpQuota_fb17ff30-a9e7-4182-9597-79b8c0fcd515\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_fdf3cea8-ec12-4baf-be3e-9ae183d08e16\",\"name\":\"TipCrpQuota_fdf3cea8-ec12-4baf-be3e-9ae183d08e16\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_fe4efdf1-7b2c-49d6-9b39-994b521d1f99\",\"name\":\"TipCrpQuota_fe4efdf1-7b2c-49d6-9b39-994b521d1f99\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_fef90e43-ace2-4282-ba88-18802cfbb0fb\",\"name\":\"TipCrpQuota_fef90e43-ace2-4282-ba88-18802cfbb0fb\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}]}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/AComputeQuota?api-version=2018-02-09+2": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-183?api-version=2021-01-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/AComputeQuota?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-183?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "6" ], - "x-ms-client-request-id": [ "eacc7e71-c8f0-4236-bcc6-e81b0b6cfbb3" ], + "x-ms-unique-id": [ "419" ], + "x-ms-client-request-id": [ "dc5fae9b-2a04-4e66-8db3-9e387f530b19" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -179,38 +188,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "97e9fa45-bcb5-40c3-a611-2ffb5ac6ebc6" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJ5a9RsuPEVaHkJgpMabCK1Co71joiUx4pKZqbqcBZtrzvK284uByMm1Maf/Hj/vt6BW/Do50KlQDtfMeTCk+rOa+nfvPj2ZLXCu57+OsPmxelRb2ppVOyGcS8s0DLwO57WHNAVgIX+iGUv/eLkGh" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14793" ], - "x-ms-request-id": [ "97e9fa45-bcb5-40c3-a611-2ffb5ac6ebc6" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233934Z:97e9fa45-bcb5-40c3-a611-2ffb5ac6ebc6" ], + "x-ms-correlation-request-id": [ "7df2e7b7-4149-4c49-bd9d-935d49630ed1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14661" ], + "x-ms-request-id": [ "7df2e7b7-4149-4c49-bd9d-935d49630ed1" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225539Z:7df2e7b7-4149-4c49-bd9d-935d49630ed1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:34 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:39 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/sNhKl0h4WKUmgxPLqZZSccLRGRtYqpaKz0QgZ+j0rUw5Q89s2OmuHz65OjFD6ZV4+McJEMUS6LhbZrF1tcsQb5npvdW2PAEyfqeuVTy6t1JuTgFlHLxGQguPmGflx29NgIWNSTjbrrpT9XuuF3/" ] }, "ContentHeaders": { - "Content-Length": [ "426" ], + "Content-Length": [ "483" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/AComputeQuota\",\"name\":\"AComputeQuota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":99,\"availabilitySetCount\":9,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":4096,\"maxAllocationPremiumManagedDisksAndSnapshots\":4096}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-183\",\"name\":\"crp-test-admin-quota-183\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":5,\"coresLimit\":0,\"availabilitySetCount\":5,\"vmScaleSetCount\":5,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/AComputeQuotaThatDoesNotExist?api-version=2018-02-09+3": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-295?api-version=2021-01-01+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/AComputeQuotaThatDoesNotExist?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-295?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "7" ], - "x-ms-client-request-id": [ "d89a0493-5d82-4330-bb70-3eae097b41db" ], + "x-ms-unique-id": [ "420" ], + "x-ms-client-request-id": [ "af0caf0f-1296-49d5-aff6-29dc4c731b33" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -219,38 +230,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "d6b2dd50-0f2f-4d6d-a56c-e32133511a90" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvEtO5idWDdpzLNUrW7qNathhz0q0luHGKR+wEz0o7FJU36/t/cQbyCehZg5DeytYwY4/IvKCnhs8kKngWISe4dEVEa4yWyEmKEUiEYqzfG7o7k6aE63UeV/GCJ0Ok4Shvc5BkpJi+FF0iRtdkJvdL" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14792" ], - "x-ms-request-id": [ "d6b2dd50-0f2f-4d6d-a56c-e32133511a90" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233934Z:d6b2dd50-0f2f-4d6d-a56c-e32133511a90" ], + "x-ms-correlation-request-id": [ "1d89e36b-d708-453f-a5f2-5b4484be0b2c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14660" ], + "x-ms-request-id": [ "1d89e36b-d708-453f-a5f2-5b4484be0b2c" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225539Z:1d89e36b-d708-453f-a5f2-5b4484be0b2c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:34 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:39 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv43wzatprFxJ4k/plgXBAXJid0YuiB7BUQr1xuVJQ+dRzI48+GuEXoQrX2KcwlEafjhBIHvBMmtVvFCbomrJhTITOSbqKUXsiqHjtszVoX5s98vMTA3x4UPBSQwoU3h5Ep0iz3PGJMOUqC9vcl95k" ] }, "ContentHeaders": { - "Content-Length": [ "458" ], + "Content-Length": [ "484" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/AComputeQuotaThatDoesNotExist\",\"name\":\"AComputeQuotaThatDoesNotExist\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":99,\"availabilitySetCount\":9,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":4096,\"maxAllocationPremiumManagedDisksAndSnapshots\":4096}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-295\",\"name\":\"crp-test-admin-quota-295\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":5,\"coresLimit\":20,\"availabilitySetCount\":5,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/AComputeQuotaThatDoesNotExist2?api-version=2018-02-09+4": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-609?api-version=2021-01-01+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/AComputeQuotaThatDoesNotExist2?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-609?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "8" ], - "x-ms-client-request-id": [ "e4a75d50-06d3-4f18-b0cc-1afc8092bf5d" ], + "x-ms-unique-id": [ "421" ], + "x-ms-client-request-id": [ "f27f2e28-1f46-42da-8784-1266db0ab9c9" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -259,38 +272,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "94b99781-3a8a-4110-9155-abd8209cd059" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvs4FjTEBPBmSdlKeCeDsLyefs6921SCzXCQzwyLdsjECjF4AgAqj6NzP4FBgnSKbrMrJ1jE6Wd7poZudPU6rpJdG/ZgSfuEnUe/Zxc8f/sVhXqqdWPFhZsGnBdgr0uAko2otSayl6/biyrbQefM9L" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14791" ], - "x-ms-request-id": [ "94b99781-3a8a-4110-9155-abd8209cd059" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233935Z:94b99781-3a8a-4110-9155-abd8209cd059" ], + "x-ms-correlation-request-id": [ "d441e1f0-8537-4106-9c12-379cfc55e8e7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14659" ], + "x-ms-request-id": [ "d441e1f0-8537-4106-9c12-379cfc55e8e7" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225539Z:d441e1f0-8537-4106-9c12-379cfc55e8e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:34 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:39 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvWwVePneYoz2yxu9G5HHaE1+RvxkI33L+msABa8L3exmuSmxIvp5sY3A3O+eZZhTLE62YjG6bJ+0jLiJHz+3MfwCpPFYWj63/9j9RFfHOAcf1QpQKkUDpOI4WzlKawPGWHbRtYw2vSm5p0uIbtzqA" ] }, "ContentHeaders": { - "Content-Length": [ "460" ], + "Content-Length": [ "484" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/AComputeQuotaThatDoesNotExist2\",\"name\":\"AComputeQuotaThatDoesNotExist2\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":99,\"availabilitySetCount\":9,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":4096,\"maxAllocationPremiumManagedDisksAndSnapshots\":4096}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-609\",\"name\":\"crp-test-admin-quota-609\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":16,\"availabilitySetCount\":1,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/Default Quota?api-version=2018-02-09+5": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-763?api-version=2021-01-01+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/Default%20Quota?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-763?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "9" ], - "x-ms-client-request-id": [ "fae3a285-b07c-4443-b832-f8fe29a4ce5c" ], + "x-ms-unique-id": [ "422" ], + "x-ms-client-request-id": [ "c2c9e2cf-77c0-49e6-b937-ef75c6b3ba0a" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -299,38 +314,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "a90e96e7-fd0d-4a37-b67c-7634c0b5608f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvCaHLtMrWfjLgoTu6gKQtVY7C0fpFWmkgDMBsPj/qwiTIOb1DFuOXJEE/Ze9OVmRI5MFv2e7tqwTPP1HLeSE98NV0AplG3Ln4KdxIWdfPmsJei3W0DlhtYYMd1Wj2iphnrKqXwWV1dKFLIqPVPlsL" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14790" ], - "x-ms-request-id": [ "a90e96e7-fd0d-4a37-b67c-7634c0b5608f" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233935Z:a90e96e7-fd0d-4a37-b67c-7634c0b5608f" ], + "x-ms-correlation-request-id": [ "e4db1e4a-dea2-4709-8f4a-12ffcc57825e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14658" ], + "x-ms-request-id": [ "e4db1e4a-dea2-4709-8f4a-12ffcc57825e" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225539Z:e4db1e4a-dea2-4709-8f4a-12ffcc57825e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:34 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:39 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvY1/7xwTozgRNN7hwXg8Bw8TLRQxPHJoZ0GvLDkfKePpsu4JaEe0Gjxe807Vq3FgqJSjC0Li2QwC13sO9D8PKKALZtyePfl6QxMhAeC/LdLEaqAlGTmfw48m0estk2G9LovurTrJs01llP5tcbY6x" ] }, "ContentHeaders": { - "Content-Length": [ "429" ], + "Content-Length": [ "484" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/Default Quota\",\"name\":\"Default Quota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":20,\"coresLimit\":50,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":2048,\"maxAllocationPremiumManagedDisksAndSnapshots\":2048}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-763\",\"name\":\"crp-test-admin-quota-763\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":16,\"availabilitySetCount\":1,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/MyNewComputeQuota?api-version=2018-02-09+6": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-880?api-version=2021-01-01+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/MyNewComputeQuota?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-880?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "10" ], - "x-ms-client-request-id": [ "229eba2c-15b4-4eb9-a0c4-855f80cb2ef3" ], + "x-ms-unique-id": [ "423" ], + "x-ms-client-request-id": [ "2f9d634b-1c27-4020-ab28-6de013fae4ed" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -339,38 +356,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "b5735701-f24a-4d58-b909-2261c1d0e6a9" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvngy4pL3RdegEWpftif7fsHu533R5YSErkiIb/wCiHv0LbrMt+3bdFEOZkwEtqQiHtjDFHe6KrNYwrSRJE+uL5Zgl9VMad9bhLcL41QaXaiHADBUWUz6cFuFvxXpKVfComkemXCuMQLXjWueRpvTE" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14789" ], - "x-ms-request-id": [ "b5735701-f24a-4d58-b909-2261c1d0e6a9" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233935Z:b5735701-f24a-4d58-b909-2261c1d0e6a9" ], + "x-ms-correlation-request-id": [ "c4b1daf2-a1d0-4bad-8c87-b1bff7651756" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14657" ], + "x-ms-request-id": [ "c4b1daf2-a1d0-4bad-8c87-b1bff7651756" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225540Z:c4b1daf2-a1d0-4bad-8c87-b1bff7651756" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:34 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:39 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvnIyGWV4MW2cgBxrkZJ0CBYT4w2cYLQRxK90Lkzw0SSDW0AsFGLl7Ry/BV6Xi4VrwXdQF2QI03aNecJQYZO4/UpZrUKzbJbABJxxYAouQzsvqrja7rKPOSYRbhFQZIPUasiJSERCAcYVCTH1Oqcm3" ] }, "ContentHeaders": { - "Content-Length": [ "435" ], + "Content-Length": [ "484" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/MyNewComputeQuota\",\"name\":\"MyNewComputeQuota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":99,\"coresLimit\":99,\"availabilitySetCount\":9,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":4096,\"maxAllocationPremiumManagedDisksAndSnapshots\":4096}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-880\",\"name\":\"crp-test-admin-quota-880\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":20,\"availabilitySetCount\":5,\"vmScaleSetCount\":5,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/myQuota?api-version=2018-02-09+7": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-932?api-version=2021-01-01+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/myQuota?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-932?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "11" ], - "x-ms-client-request-id": [ "f9fa73fe-e41f-4ab1-b206-a2aa7eab5b41" ], + "x-ms-unique-id": [ "424" ], + "x-ms-client-request-id": [ "fbbef598-0054-41d0-9f1b-69735845bd0b" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -379,38 +398,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "f23dd175-27ee-47fb-b8f5-95a2d8a8e422" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRviXbBmX9MK0dEjXTZgQ+mvgO6GF5ut4Fk8WS6lx33Fibrc8S2Uhj/EJ+ST9NJyiPZZYmMqD9frmmDCNiOv4OYGBiaJ4pULxAIHc/DzvKrlI77DjRjyJaunLs6xwuEaemdxwdDskHxYozdcQmM098b" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14788" ], - "x-ms-request-id": [ "f23dd175-27ee-47fb-b8f5-95a2d8a8e422" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233935Z:f23dd175-27ee-47fb-b8f5-95a2d8a8e422" ], + "x-ms-correlation-request-id": [ "6141b630-c92d-4c1e-80de-1b59f83c007d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14656" ], + "x-ms-request-id": [ "6141b630-c92d-4c1e-80de-1b59f83c007d" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225540Z:6141b630-c92d-4c1e-80de-1b59f83c007d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:35 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:39 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvW3aOlg968dCqScNvhUG/gY9j9wEnWNAGKkO/wozjXPPZmETP/McJZLjw2zXyeaoeIvK6GvGP+VbRO1zEiHE494kXAqJlU+3bEn9V50R5zZw+adp6u+odrSo/WDPlFH+Dx5XNRG5cA+5TTP1YxzUx" ] }, "ContentHeaders": { - "Content-Length": [ "407" ], + "Content-Length": [ "484" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/myQuota\",\"name\":\"myQuota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":1,\"availabilitySetCount\":0,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":1}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/crp-test-admin-quota-932\",\"name\":\"crp-test-admin-quota-932\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":5,\"coresLimit\":20,\"availabilitySetCount\":0,\"vmScaleSetCount\":5,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/TestingSettingsToZeroIssue?api-version=2018-02-09+8": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/Default Quota?api-version=2021-01-01+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/TestingSettingsToZeroIssue?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/Default%20Quota?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "12" ], - "x-ms-client-request-id": [ "3e635ab9-40cf-4cc9-b613-f84035805533" ], + "x-ms-unique-id": [ "425" ], + "x-ms-client-request-id": [ "caab28c3-cc45-4648-862a-c770728cd3d2" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -419,38 +440,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "43045f5d-8aa9-4313-9e5b-42eb4ce535ff" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvzNGqWWH0sm+4lrUmEQsH/Vp9+bzfzQ1dyuYP3osWWCnoQKXLOqtEQ+CC2UgB47YSnV+54FTk0+EMQp4gDZmnzrSQq7gKoEtkNSTHxiuvtPXYe0F2juD+F1xa+DUJ3w/BWC//AwcKkDvbvQi5o7g7" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14787" ], - "x-ms-request-id": [ "43045f5d-8aa9-4313-9e5b-42eb4ce535ff" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233935Z:43045f5d-8aa9-4313-9e5b-42eb4ce535ff" ], + "x-ms-correlation-request-id": [ "41466c5d-8270-429b-a616-05a3023cef32" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14655" ], + "x-ms-request-id": [ "41466c5d-8270-429b-a616-05a3023cef32" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225540Z:41466c5d-8270-429b-a616-05a3023cef32" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:35 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:39 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvp5vLHYDFJuGtTaCpWpMyTzlPWPTMaeunuO3CP2KG+l5/N1MhHESUvzRy6U9EdSRSengA4iZLssU7eUEkTMg88ikTl95+gM0ztz0870XH6DGy1O0CbBHoRx5lunEQ6AKJD3r7Pfm/DHfrnYgE46mZ" ] }, "ContentHeaders": { - "Content-Length": [ "452" ], + "Content-Length": [ "465" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/TestingSettingsToZeroIssue\",\"name\":\"TestingSettingsToZeroIssue\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":0,\"availabilitySetCount\":25,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/Default Quota\",\"name\":\"Default Quota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":20,\"coresLimit\":50,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":2048,\"maxAllocationPremiumManagedDisksAndSnapshots\":2048,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/VaaSSDKTestComputeQuota?api-version=2018-02-09+9": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/myQuota?api-version=2021-01-01+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/VaaSSDKTestComputeQuota?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/myQuota?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "13" ], - "x-ms-client-request-id": [ "402fbb16-e28e-4c39-9013-bb9ba9232e72" ], + "x-ms-unique-id": [ "426" ], + "x-ms-client-request-id": [ "cc4aa981-95eb-472b-b394-25fda97ede0d" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -459,416 +482,418 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "29186cef-c55f-4ea9-8d80-2546b0726081" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvIFaIp5dEAs09bYWO1kBMr62jHbtqiZJNAwQLHn/gAi6ThrZTXX3M/zoZp++lI1slxu9CjGawR1T06iKs4JeDskEyO/Ld1sKU3GKQIppA4YxTnIcGRWr9SxiZDn0wD8wURupr3WUE1jzokCIqGQYR" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14786" ], - "x-ms-request-id": [ "29186cef-c55f-4ea9-8d80-2546b0726081" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233935Z:29186cef-c55f-4ea9-8d80-2546b0726081" ], + "x-ms-correlation-request-id": [ "fb73d0be-1f6d-4d8e-906f-6c18b21050ea" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14654" ], + "x-ms-request-id": [ "fb73d0be-1f6d-4d8e-906f-6c18b21050ea" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225540Z:fb73d0be-1f6d-4d8e-906f-6c18b21050ea" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:35 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:40 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvQ8ikZ5cGX+/Upxq7t7NfHC22S0s2hu8XQMPYG4c10SfoQC3NZERxuIESrScHGx7SKa6pmWcChu1k3xGoHIddUtagGAVx7M2LvPa8r76Kjl7yyZAYv1rk+TsfCUOBkRLhgavPiXfMCNRbNLcYGl6A" ] }, "ContentHeaders": { - "Content-Length": [ "455" ], + "Content-Length": [ "443" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/VaaSSDKTestComputeQuota\",\"name\":\"VaaSSDKTestComputeQuota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":500,\"coresLimit\":400,\"availabilitySetCount\":2000,\"vmScaleSetCount\":2000,\"maxAllocationStandardManagedDisksAndSnapshots\":2048,\"maxAllocationPremiumManagedDisksAndSnapshots\":2048}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/myQuota\",\"name\":\"myQuota\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":1,\"availabilitySetCount\":0,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":1,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuota+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota0?api-version=2018-02-09+1": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_03e83052-5334-4698-ae99-2d7c920be26a?api-version=2021-01-01+10": { "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota0?api-version=2018-02-09", - "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 0,\r\n \"coresLimit\": 0,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 0,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 0,\r\n \"virtualMachineCount\": 0,\r\n \"vmScaleSetCount\": 0\r\n }\r\n}", + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_03e83052-5334-4698-ae99-2d7c920be26a?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "15" ], - "x-ms-client-request-id": [ "07d280ea-a231-483d-866c-8ed32518db53" ], - "CommandName": [ "Azs.Compute.Admin.internal\\New-AzsComputeQuota" ], - "FullCommandName": [ "New-AzsComputeQuota_CreateExpanded" ], + "x-ms-unique-id": [ "427" ], + "x-ms-client-request-id": [ "f6c77293-a9e6-4f79-bd5c-5979e8013e41" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "252" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "0cb07420-bb87-457e-b791-3cdfb131ce00" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvvYSGARH9x2Ekpkp76ieehEbPBnvIDhltuDMpidfVdVIMx/yLG7uVINCUqLjJ0TIRKfNCchbwuKJyqSkMnORCGn9C2xnQ+jQJkJa8NC49YtEbL1Sieokdjsc31RERjLscs18odFKDRki288tKvvVt" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-request-id": [ "0cb07420-bb87-457e-b791-3cdfb131ce00" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233936Z:0cb07420-bb87-457e-b791-3cdfb131ce00" ], + "x-ms-correlation-request-id": [ "d2b0ca67-7364-4ea6-809e-702322a8b6d0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14653" ], + "x-ms-request-id": [ "d2b0ca67-7364-4ea6-809e-702322a8b6d0" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225540Z:d2b0ca67-7364-4ea6-809e-702322a8b6d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:36 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:40 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvXgR96CqXOERIuluB16i3W0u+cJr2dcYj5IPGAOLxtmhYtRlRLCw0PDIOmqTwE/t66Da6ni1lebbCHLINyXi8ybjIMLTyo08FwgOx3C2t2Sez6TfICQNr1eHvs6K/p71B8eTMno/qi8Ybj5adA7x7" ] }, "ContentHeaders": { - "Content-Length": [ "413" ], + "Content-Length": [ "536" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota0\",\"name\":\"testQuota0\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":0,\"availabilitySetCount\":0,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":0,\"maxAllocationPremiumManagedDisksAndSnapshots\":0}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_03e83052-5334-4698-ae99-2d7c920be26a\",\"name\":\"TipCrpQuota_03e83052-5334-4698-ae99-2d7c920be26a\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuota+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota1?api-version=2018-02-09+2": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_0c338586-bd2d-4853-9469-9d777aeda04c?api-version=2021-01-01+11": { "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota1?api-version=2018-02-09", - "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 1,\r\n \"coresLimit\": 0,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 0,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 0,\r\n \"virtualMachineCount\": 0,\r\n \"vmScaleSetCount\": 0\r\n }\r\n}", + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_0c338586-bd2d-4853-9469-9d777aeda04c?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "17" ], - "x-ms-client-request-id": [ "2374fd77-7d44-43e0-97d0-2003812921ff" ], - "CommandName": [ "Azs.Compute.Admin.internal\\New-AzsComputeQuota" ], - "FullCommandName": [ "New-AzsComputeQuota_CreateExpanded" ], + "x-ms-unique-id": [ "428" ], + "x-ms-client-request-id": [ "a6b0971e-678c-46b7-877f-85d81e0988a5" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "252" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "59c935b7-3df6-44ab-a64e-08aa5a4cbfe6" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHWMAxdPicigv//FOkqAOk2liYaEr+Awaqi+qMtoz9C9u5tczfeqxMRycRxAS+FDv5OtlhJ+86j/vc+CxOpHko8mr0PJVsLl9zlLoXBF8pCNtmNXqmt0KJu9UdcjgG9Cr1HK1MUs5jos9ZqdK8Xj7" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-request-id": [ "59c935b7-3df6-44ab-a64e-08aa5a4cbfe6" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233937Z:59c935b7-3df6-44ab-a64e-08aa5a4cbfe6" ], + "x-ms-correlation-request-id": [ "965adedc-e3b1-4726-8037-14b83da0d9f7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14652" ], + "x-ms-request-id": [ "965adedc-e3b1-4726-8037-14b83da0d9f7" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225540Z:965adedc-e3b1-4726-8037-14b83da0d9f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:37 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:40 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv74+SQQRwsFmaNIZ/RBqr23PcLdOAYJl8h1faJcnoVa5qXD+xYSHgbVfVf5uA3e2kPFixfG5hX+k30380+mLrAJYnvEnUEsa/h+6ciX4CiCfkcjCbk2wcjXTeoW1C979/0ne2IVhVgopCovCjxzzV" ] }, "ContentHeaders": { - "Content-Length": [ "413" ], + "Content-Length": [ "536" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota1\",\"name\":\"testQuota1\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":0,\"availabilitySetCount\":1,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":0,\"maxAllocationPremiumManagedDisksAndSnapshots\":0}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_0c338586-bd2d-4853-9469-9d777aeda04c\",\"name\":\"TipCrpQuota_0c338586-bd2d-4853-9469-9d777aeda04c\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuota+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota2?api-version=2018-02-09+3": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_0fc53db4-6547-49fb-99a9-478fd1854760?api-version=2021-01-01+12": { "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota2?api-version=2018-02-09", - "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 0,\r\n \"coresLimit\": 1,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 0,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 0,\r\n \"virtualMachineCount\": 0,\r\n \"vmScaleSetCount\": 0\r\n }\r\n}", + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_0fc53db4-6547-49fb-99a9-478fd1854760?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "19" ], - "x-ms-client-request-id": [ "87668c72-9282-4ab7-9ffd-dc7ca00020b4" ], - "CommandName": [ "Azs.Compute.Admin.internal\\New-AzsComputeQuota" ], - "FullCommandName": [ "New-AzsComputeQuota_CreateExpanded" ], + "x-ms-unique-id": [ "429" ], + "x-ms-client-request-id": [ "73369b75-4184-4190-93c4-54362e297119" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "252" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "f2bc6220-af3d-4f68-883d-f945223a9b05" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/VKcB0NismK96UnSVkWS5PRHf1bMr6p3v5TXwwMP4gR8WLfCsHz5wBIUvbvfj/PVkw6CHdLseWc1bUrhUV2yVfUKOfnzsXgOTai//3uHqyu0cV9WWnhe+mZB07gx8UXgDBQCutM+lMbppZO3RY34" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], - "x-ms-request-id": [ "f2bc6220-af3d-4f68-883d-f945223a9b05" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233938Z:f2bc6220-af3d-4f68-883d-f945223a9b05" ], + "x-ms-correlation-request-id": [ "846e4fec-a8db-45a2-9409-088b890da576" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14651" ], + "x-ms-request-id": [ "846e4fec-a8db-45a2-9409-088b890da576" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225540Z:846e4fec-a8db-45a2-9409-088b890da576" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:37 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:40 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvnJYx8JCblrEzQn/BIYWHO3kCVQG9rYZAu3Zny7foal9bHavhPft9VjKYu2aD5jr4mMLJ1YWNk2yyVIu1TGTzmybjLSInSzr4fnTHarsx2gei3sqBJbc2/7H21dn4vltq9l+xa7tn6pDYBGDapul/" ] }, "ContentHeaders": { - "Content-Length": [ "413" ], + "Content-Length": [ "536" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota2\",\"name\":\"testQuota2\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":1,\"availabilitySetCount\":0,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":0,\"maxAllocationPremiumManagedDisksAndSnapshots\":0}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_0fc53db4-6547-49fb-99a9-478fd1854760\",\"name\":\"TipCrpQuota_0fc53db4-6547-49fb-99a9-478fd1854760\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuota+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota3?api-version=2018-02-09+4": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_1da01b70-953d-4e8c-91eb-e91b742fbe9b?api-version=2021-01-01+13": { "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota3?api-version=2018-02-09", - "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 0,\r\n \"coresLimit\": 0,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 0,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 0,\r\n \"virtualMachineCount\": 0,\r\n \"vmScaleSetCount\": 1\r\n }\r\n}", + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_1da01b70-953d-4e8c-91eb-e91b742fbe9b?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "21" ], - "x-ms-client-request-id": [ "88902e08-db8d-43d1-8727-4cbb4c5a0ee6" ], - "CommandName": [ "Azs.Compute.Admin.internal\\New-AzsComputeQuota" ], - "FullCommandName": [ "New-AzsComputeQuota_CreateExpanded" ], + "x-ms-unique-id": [ "430" ], + "x-ms-client-request-id": [ "f24721c5-0f66-4aaa-88f6-f1746d3b5e7e" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "252" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "d2bd6675-aa9d-49b9-bf95-fbf6f0013081" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvKKyWWVD51iff+h5qDKWXOsUiTN2V8JtmLT8BzC3GvISt4JuMUyXkU8Af097d4u7TIn4SyKVskaPQ5SpyBsJ5DHlPcDg3QBB/VmaLl48RL2+w2VSDabCZJ+z0XdbBFGuBEPsZjpUj5VyRu4cE5NMV" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], - "x-ms-request-id": [ "d2bd6675-aa9d-49b9-bf95-fbf6f0013081" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233939Z:d2bd6675-aa9d-49b9-bf95-fbf6f0013081" ], + "x-ms-correlation-request-id": [ "109e89c1-1923-4be7-b569-b1a49165d1d3" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14650" ], + "x-ms-request-id": [ "109e89c1-1923-4be7-b569-b1a49165d1d3" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225541Z:109e89c1-1923-4be7-b569-b1a49165d1d3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:38 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:40 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvhlMb5u/+KtmmgKdoAd2C4o7VYVACqIrZX824dQz1SMJzOSs4ENvM0YfiB2Rtg5HoA8cXzm3wHE0VOZ4Am4EZf3bX+CaY1l6g+pEN1uIdfyeiIOHcfm9joLX1XELcvzOAFChVzUZw0btawhZZa/CJ" ] }, "ContentHeaders": { - "Content-Length": [ "413" ], + "Content-Length": [ "536" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota3\",\"name\":\"testQuota3\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":0,\"availabilitySetCount\":0,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":0,\"maxAllocationPremiumManagedDisksAndSnapshots\":0}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_1da01b70-953d-4e8c-91eb-e91b742fbe9b\",\"name\":\"TipCrpQuota_1da01b70-953d-4e8c-91eb-e91b742fbe9b\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuota+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota4?api-version=2018-02-09+5": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_1fb0c25e-3e03-42a1-8a31-8cb410f1ca1c?api-version=2021-01-01+14": { "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota4?api-version=2018-02-09", - "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 0,\r\n \"coresLimit\": 0,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 0,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 0,\r\n \"virtualMachineCount\": 1,\r\n \"vmScaleSetCount\": 0\r\n }\r\n}", + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_1fb0c25e-3e03-42a1-8a31-8cb410f1ca1c?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "23" ], - "x-ms-client-request-id": [ "802b8755-50a7-4183-8f30-22ddb1df630b" ], - "CommandName": [ "Azs.Compute.Admin.internal\\New-AzsComputeQuota" ], - "FullCommandName": [ "New-AzsComputeQuota_CreateExpanded" ], + "x-ms-unique-id": [ "431" ], + "x-ms-client-request-id": [ "97041857-42f4-467f-944c-28cd28ccbfcb" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "252" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "298984e4-7f9a-4719-8f2f-2adb01cc89d8" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHmbtI/MWUHDaWtcslcaDvRWaOke5tpKEtBklweAF8jLMI4nv/But0WtPkVQmgnV6ttvZkaMUEM4E+jbZnpCMpeimH45Nd0DOTq21qdnmsF3TZ7LZ/IoBVtevzziAkA0L+XRxcB3UPBnMnEX+NW75" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], - "x-ms-request-id": [ "298984e4-7f9a-4719-8f2f-2adb01cc89d8" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233940Z:298984e4-7f9a-4719-8f2f-2adb01cc89d8" ], + "x-ms-correlation-request-id": [ "a670fc71-8314-430b-8688-07c4360366f3" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14649" ], + "x-ms-request-id": [ "a670fc71-8314-430b-8688-07c4360366f3" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225541Z:a670fc71-8314-430b-8688-07c4360366f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:40 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:40 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/mnNivVLBy0Q00eXe3AblMkvOgAG9QM+QAxgsiWdVU0T4D+iGwlUTNIJuF23zSAaug0Nx/aE8kni9DepzelmecfspAEkoiJ13FMaWDEL3wbdG3XdkPpnRD0MarFPUNkJH8YMjhaGGjeiXARCA8N7" ] }, "ContentHeaders": { - "Content-Length": [ "413" ], + "Content-Length": [ "536" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota4\",\"name\":\"testQuota4\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":0,\"availabilitySetCount\":0,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":0,\"maxAllocationPremiumManagedDisksAndSnapshots\":0}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_1fb0c25e-3e03-42a1-8a31-8cb410f1ca1c\",\"name\":\"TipCrpQuota_1fb0c25e-3e03-42a1-8a31-8cb410f1ca1c\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuota+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota5?api-version=2018-02-09+6": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_20ca0054-0d9d-48af-86cc-33f2f86485fe?api-version=2021-01-01+15": { "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota5?api-version=2018-02-09", - "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 0,\r\n \"coresLimit\": 0,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 0,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 1,\r\n \"virtualMachineCount\": 0,\r\n \"vmScaleSetCount\": 0\r\n }\r\n}", + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_20ca0054-0d9d-48af-86cc-33f2f86485fe?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "25" ], - "x-ms-client-request-id": [ "19e273aa-c2fb-4f29-bed9-b6dd79b78101" ], - "CommandName": [ "Azs.Compute.Admin.internal\\New-AzsComputeQuota" ], - "FullCommandName": [ "New-AzsComputeQuota_CreateExpanded" ], + "x-ms-unique-id": [ "432" ], + "x-ms-client-request-id": [ "d868780f-66cd-4f6f-afa2-b931511c8710" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "252" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "ec8c17ed-03b1-468a-a183-59e9b2b4dc73" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvMfYtGHLbVADUW4IJ++qIA0kAWPtNTcg+rvqTGqtaUhxSuqwvJqTU+h68Xe7GhDOUBWLW9qmMmf2kJqcEViYOECtrvLkj9EfHPu+YSa7zlNSKnG/xoAe9PoHJ3dzF8aDJj7wEmWlu7sE+zgZe531o" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], - "x-ms-request-id": [ "ec8c17ed-03b1-468a-a183-59e9b2b4dc73" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233941Z:ec8c17ed-03b1-468a-a183-59e9b2b4dc73" ], + "x-ms-correlation-request-id": [ "45eb0e46-47a1-44dd-b94e-b14651e096ba" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14648" ], + "x-ms-request-id": [ "45eb0e46-47a1-44dd-b94e-b14651e096ba" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225541Z:45eb0e46-47a1-44dd-b94e-b14651e096ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:40 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:40 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv3Hx8o29z2ouep6/3DaWkdlfRoo9YS9RUeGXCGqoHw9prmw64cE7cZTMBlUG07+t+V0c1tVgN24gAiy/H+GXQd5BXxizt96y6zodPjsN9xtQhMiqAzIaMDYasa4WuSQMURe4keUdv3tsotqeBcIuv" ] }, "ContentHeaders": { - "Content-Length": [ "413" ], + "Content-Length": [ "536" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota5\",\"name\":\"testQuota5\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":0,\"availabilitySetCount\":0,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":0}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_20ca0054-0d9d-48af-86cc-33f2f86485fe\",\"name\":\"TipCrpQuota_20ca0054-0d9d-48af-86cc-33f2f86485fe\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuota+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota6?api-version=2018-02-09+7": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_220c9d89-f22d-4b6f-9ddb-888fa227c389?api-version=2021-01-01+16": { "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota6?api-version=2018-02-09", - "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 0,\r\n \"coresLimit\": 0,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 1,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 0,\r\n \"virtualMachineCount\": 0,\r\n \"vmScaleSetCount\": 0\r\n }\r\n}", + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_220c9d89-f22d-4b6f-9ddb-888fa227c389?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "27" ], - "x-ms-client-request-id": [ "60e86a49-3d01-4688-a1f2-8b464186e8c1" ], - "CommandName": [ "Azs.Compute.Admin.internal\\New-AzsComputeQuota" ], - "FullCommandName": [ "New-AzsComputeQuota_CreateExpanded" ], + "x-ms-unique-id": [ "433" ], + "x-ms-client-request-id": [ "06519bab-0733-48cb-a988-353cac2918d5" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "252" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "6e11c076-2fa0-4852-b9f5-e8223617dcd7" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvGDYAcZ7vA5iOJbj/cZZGau702F4hs5UIVXB1cyIXrtSafJFIxMF8HHqg7QLJoPhCVLErwDofxU0f04dtEiWuNzTObKPUMeW+/yUMKFkdM6v4XWPgjGiyr9p+bAK2MkaLGD0wIWyUBCtfgP/WuP2E" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1193" ], - "x-ms-request-id": [ "6e11c076-2fa0-4852-b9f5-e8223617dcd7" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233942Z:6e11c076-2fa0-4852-b9f5-e8223617dcd7" ], + "x-ms-correlation-request-id": [ "643992e6-e553-40ba-acd0-6f76174a6d31" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14647" ], + "x-ms-request-id": [ "643992e6-e553-40ba-acd0-6f76174a6d31" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225541Z:643992e6-e553-40ba-acd0-6f76174a6d31" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:41 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:40 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsqDupOXIcNFY0qYCDgMkKfQfAdAwf2zbYfTYAMmws6UpFN1hEp19w6CUNAFadirS+6/bGsvXuvx7kWACfhGXoxlVZHYdZXTxZbWFLCMkoxsrKi0rtRLt0W6H9rJ6ld0hbge/nJRoOtqopXuvLEoI" ] }, "ContentHeaders": { - "Content-Length": [ "413" ], + "Content-Length": [ "536" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota6\",\"name\":\"testQuota6\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":0,\"availabilitySetCount\":0,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":0,\"maxAllocationPremiumManagedDisksAndSnapshots\":1}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_220c9d89-f22d-4b6f-9ddb-888fa227c389\",\"name\":\"TipCrpQuota_220c9d89-f22d-4b6f-9ddb-888fa227c389\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuota+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota7?api-version=2018-02-09+8": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_2a4653c3-fd47-4be1-886e-03fa8a908cd6?api-version=2021-01-01+17": { "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota7?api-version=2018-02-09", - "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 100,\r\n \"coresLimit\": 100,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 100,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 100,\r\n \"virtualMachineCount\": 100,\r\n \"vmScaleSetCount\": 100\r\n }\r\n}", + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_2a4653c3-fd47-4be1-886e-03fa8a908cd6?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "29" ], - "x-ms-client-request-id": [ "ac725b9d-186a-4520-b8f1-3cf829a8e55d" ], - "CommandName": [ "Azs.Compute.Admin.internal\\New-AzsComputeQuota" ], - "FullCommandName": [ "New-AzsComputeQuota_CreateExpanded" ], + "x-ms-unique-id": [ "434" ], + "x-ms-client-request-id": [ "eaa16071-f163-40b8-8098-9c7d0341f02a" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "264" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "4bd05983-e02b-43c3-819e-93a80ba0f67f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvzq7Q9SzmPg2Y3TCe0u/ToLWcXHhJb8Vhpx/YvumgeCXZOXSxm+AQqOYrG+skFnG3eB2lmrPH3y/F69UmSFIdNmP2OibvPeQFq5YhaxCKLbVjckVoOJWLnBnHHaUhIR3llORxtaFUIMA0zmER80Ly" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1192" ], - "x-ms-request-id": [ "4bd05983-e02b-43c3-819e-93a80ba0f67f" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233943Z:4bd05983-e02b-43c3-819e-93a80ba0f67f" ], + "x-ms-correlation-request-id": [ "d52450c2-dcf8-407c-bc8e-c0a4eec108b5" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14646" ], + "x-ms-request-id": [ "d52450c2-dcf8-407c-bc8e-c0a4eec108b5" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225541Z:d52450c2-dcf8-407c-bc8e-c0a4eec108b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:42 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:41 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsvS9N7vr728vk9KEk8RSCC5GYoGZlJhgbBtxlwADJlf9lmAdZ/QxLy+pW1pYM+Sq3tBbgYYZnNGpuEyOzzWwpsge6Fxb+HSQBdYUfjVFQis2GnEtvEsksO/jVkojpPH5XFUri/5OPqs75pz3kz4n" ] }, "ContentHeaders": { - "Content-Length": [ "425" ], + "Content-Length": [ "536" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota7\",\"name\":\"testQuota7\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":100,\"coresLimit\":100,\"availabilitySetCount\":100,\"vmScaleSetCount\":100,\"maxAllocationStandardManagedDisksAndSnapshots\":100,\"maxAllocationPremiumManagedDisksAndSnapshots\":100}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_2a4653c3-fd47-4be1-886e-03fa8a908cd6\",\"name\":\"TipCrpQuota_2a4653c3-fd47-4be1-886e-03fa8a908cd6\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuota+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota8?api-version=2018-02-09+9": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_2ad03a15-d45b-4f3d-91d9-24714832d99c?api-version=2021-01-01+18": { "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota8?api-version=2018-02-09", - "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 1000,\r\n \"coresLimit\": 1000,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 1000,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 1000,\r\n \"virtualMachineCount\": 1000,\r\n \"vmScaleSetCount\": 1000\r\n }\r\n}", + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_2ad03a15-d45b-4f3d-91d9-24714832d99c?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "31" ], - "x-ms-client-request-id": [ "078e64c3-0312-4b23-a31d-384493e8cf21" ], - "CommandName": [ "Azs.Compute.Admin.internal\\New-AzsComputeQuota" ], - "FullCommandName": [ "New-AzsComputeQuota_CreateExpanded" ], + "x-ms-unique-id": [ "435" ], + "x-ms-client-request-id": [ "2728aed2-ae39-4cd2-bdf3-eae4beff7606" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "270" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "eb24ef75-7abd-4b55-90dc-de18521b87cb" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvPEgZmUajoGLIG2lLhxw+b4JsxrCZBgMSYI77CF6FfS7pO5+hwg7spOCgkKP/NLKKIzNSEcVvxYbKff3wKOsNuacIApWy8LIv9k0xvnYDStVlrlNuONDA0BXx2crOFfKqAdYF3gO1zb0EpIc6E3OL" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1191" ], - "x-ms-request-id": [ "eb24ef75-7abd-4b55-90dc-de18521b87cb" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233944Z:eb24ef75-7abd-4b55-90dc-de18521b87cb" ], + "x-ms-correlation-request-id": [ "944e181a-e7d2-4931-8d82-ba5d3b1da80e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14645" ], + "x-ms-request-id": [ "944e181a-e7d2-4931-8d82-ba5d3b1da80e" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225541Z:944e181a-e7d2-4931-8d82-ba5d3b1da80e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:44 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:41 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvmkJfwwH2ALEI9rj+3o15+G2yJ4826DMCihjhcwWOiZaRc+0FKydcWsfqje1+KlM10rwMqQis3kHXO1JcZ801EDQsPYKCm+DS734kq71eHjlA5vQmbOfj9eP8XehnITAsiiR6yTnCWEsakG6B2a6r" ] }, "ContentHeaders": { - "Content-Length": [ "431" ], + "Content-Length": [ "536" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota8\",\"name\":\"testQuota8\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":1000,\"coresLimit\":1000,\"availabilitySetCount\":1000,\"vmScaleSetCount\":1000,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_2ad03a15-d45b-4f3d-91d9-24714832d99c\",\"name\":\"TipCrpQuota_2ad03a15-d45b-4f3d-91d9-24714832d99c\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuota+$DELETE+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota0?api-version=2018-02-09+10": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_2c6435c4-ee9a-4f5a-a4fc-441adb5f24ef?api-version=2021-01-01+19": { "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota0?api-version=2018-02-09", + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_2c6435c4-ee9a-4f5a-a4fc-441adb5f24ef?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "32" ], - "x-ms-client-request-id": [ "fbf5e2f7-2a1d-4e66-a448-9374d7c9b66f" ], - "CommandName": [ "Remove-AzsComputeQuota" ], - "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], + "x-ms-unique-id": [ "436" ], + "x-ms-client-request-id": [ "b5577ffa-540d-4da5-995e-14f5005c97bb" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -877,37 +902,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "e9f8eb61-00b8-41c0-b853-eaf6f047425e" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvnw1sfpebONpCjelRhvMSOzstiFqV7/5k+Rw7sFe1NZ4VR4vDgiDgsDzb3sQHuRm1qEuNOdUe6VYM/dhGp4vOY6M9WW4zlHNOgFTVj920tpvy59tVAHRD4/KEFVeytnM+pB+pHPmU6b57PrePcsSz" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-request-id": [ "e9f8eb61-00b8-41c0-b853-eaf6f047425e" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233945Z:e9f8eb61-00b8-41c0-b853-eaf6f047425e" ], + "x-ms-correlation-request-id": [ "9cac3c8d-0534-4deb-a774-da9a2673a86b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14644" ], + "x-ms-request-id": [ "9cac3c8d-0534-4deb-a774-da9a2673a86b" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225541Z:9cac3c8d-0534-4deb-a774-da9a2673a86b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:44 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:41 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvX84w3iiysJGQ1rc1wTF5NFvRWyRDqLlAaMfrTX49GoqnMn4dCyC0Gj7nfJr3KeTnrPAuV3YeAwYfq4XjUifrln+CBzSOTr2288F6Ic8jTRGIuXSHvqieLy+Lf6/SioKFuEpZaHoVbAbUimTre9HT" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, - "Content": null + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_2c6435c4-ee9a-4f5a-a4fc-441adb5f24ef\",\"name\":\"TipCrpQuota_2c6435c4-ee9a-4f5a-a4fc-441adb5f24ef\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuota+$DELETE+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota1?api-version=2018-02-09+11": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_2d8ba290-6a4f-4f8d-a632-fdd8768f79aa?api-version=2021-01-01+20": { "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota1?api-version=2018-02-09", + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_2d8ba290-6a4f-4f8d-a632-fdd8768f79aa?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "33" ], - "x-ms-client-request-id": [ "bbc9306b-882c-4f71-85bc-b4c5d4a8aeac" ], - "CommandName": [ "Remove-AzsComputeQuota" ], - "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], + "x-ms-unique-id": [ "437" ], + "x-ms-client-request-id": [ "a5e8b35d-8889-4e78-9e52-a50556fcae59" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -916,37 +944,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "5ffc11d2-c535-4818-9675-96b2fa4d9446" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvSkCSYBcZ7bhRgmvhRjcMddSaHQIZY9hv9zbskKlQjfy4cozKNNFBhhg+V5We2w/2QEm9SOVNuo1lmIuJtA5p0zXnfpdebKWckoFs2gYwl0EkV5x//FjZMAluBAzyrg16pCnHnVspAXTVxvdcpw1n" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], - "x-ms-request-id": [ "5ffc11d2-c535-4818-9675-96b2fa4d9446" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233945Z:5ffc11d2-c535-4818-9675-96b2fa4d9446" ], + "x-ms-correlation-request-id": [ "6613ad19-31ea-4577-b06c-703056f0d6f3" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14643" ], + "x-ms-request-id": [ "6613ad19-31ea-4577-b06c-703056f0d6f3" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225541Z:6613ad19-31ea-4577-b06c-703056f0d6f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:44 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:41 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvZDGD0YN540Y+Pqthi52fjDFmF1RHVb9Hi8MQdOVjFfRtrLrddQuM/F2R3l/0HRQKLN6x5/C+IiFiB3VhMyQ1lwPUBJ/fHfwPz8dawHRPpQkrFOBkqJ6Co/BuDI6pNU4gxTGflk9OFlhRxgJ5TJMH" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, - "Content": null + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_2d8ba290-6a4f-4f8d-a632-fdd8768f79aa\",\"name\":\"TipCrpQuota_2d8ba290-6a4f-4f8d-a632-fdd8768f79aa\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuota+$DELETE+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota2?api-version=2018-02-09+12": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_315e9ea0-41a2-425a-89ad-035934330030?api-version=2021-01-01+21": { "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota2?api-version=2018-02-09", + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_315e9ea0-41a2-425a-89ad-035934330030?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "34" ], - "x-ms-client-request-id": [ "c249b38a-cd62-48d3-8fc4-a64d241d579e" ], - "CommandName": [ "Remove-AzsComputeQuota" ], - "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], + "x-ms-unique-id": [ "438" ], + "x-ms-client-request-id": [ "d0624609-0f58-4889-82ed-027910f2d7da" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -955,37 +986,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "507fde3a-26f0-40e8-b490-be2b1b98092f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvXdm42pWtqFjnFbSvLlyZIRg3neBi9E2+QcL38KKhH+k62WvpqVNYyr5qM0ij4Po4ZiVVs+kDJOTof5fvpoUEnqPH31yLaAw+9Kgm1Q6tRw2LOqE6eCM40kYuNrMF4xcL3svTS8gep/lrv9BS/zm6" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], - "x-ms-request-id": [ "507fde3a-26f0-40e8-b490-be2b1b98092f" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233945Z:507fde3a-26f0-40e8-b490-be2b1b98092f" ], + "x-ms-correlation-request-id": [ "379aff8a-59ea-41d2-b899-f36229dd9443" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14642" ], + "x-ms-request-id": [ "379aff8a-59ea-41d2-b899-f36229dd9443" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225542Z:379aff8a-59ea-41d2-b899-f36229dd9443" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:44 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:41 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvbEdz3hGizY7gkevp0VSAho817vje7Imm2LLfbjhy2PfikHx+UMUyBBbkcrWV2t5Vg99l2DPMFKG0HdrGZ4L/4zXiplwhHiceLMa55EDoDw2UF0TWDHjCh2I1cnEdUt6rhamevIY36QwwckphTtU/" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, - "Content": null + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_315e9ea0-41a2-425a-89ad-035934330030\",\"name\":\"TipCrpQuota_315e9ea0-41a2-425a-89ad-035934330030\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuota+$DELETE+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota3?api-version=2018-02-09+13": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_35640a91-26b9-4752-a80f-c2ccb1200362?api-version=2021-01-01+22": { "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota3?api-version=2018-02-09", + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_35640a91-26b9-4752-a80f-c2ccb1200362?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "35" ], - "x-ms-client-request-id": [ "a82d3a12-e71f-4500-8653-a2451da0b869" ], - "CommandName": [ "Remove-AzsComputeQuota" ], - "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], + "x-ms-unique-id": [ "439" ], + "x-ms-client-request-id": [ "c7433187-a7f2-4346-bbf8-1935ca4603d0" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -994,37 +1028,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "d0808f60-7dfd-46f0-adb0-e258da2b854a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHsZvqBt8TcY7T++1+OM3JJ9+3I0QQvJgU/TL0TbXZeFViNInyb8xEfhsZYdXcQvUVnVhM0sIkClh3D1RGo2XtR1UkylrXC6y6OatuI+U7MzxuAfE6Ol9UnUon5TTebfvcB5Sdx8rTiCvwkQhYqZh" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14996" ], - "x-ms-request-id": [ "d0808f60-7dfd-46f0-adb0-e258da2b854a" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233945Z:d0808f60-7dfd-46f0-adb0-e258da2b854a" ], + "x-ms-correlation-request-id": [ "f29a9d95-c474-4761-bd41-5e76e3cb77ee" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14641" ], + "x-ms-request-id": [ "f29a9d95-c474-4761-bd41-5e76e3cb77ee" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225542Z:f29a9d95-c474-4761-bd41-5e76e3cb77ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:45 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:41 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv375k6YmrFMieQcZlFv4U0fNo5UWZKAOcbhjF7lucX3CJ0UX6Qw8qF0B9jdzhc4PAzYbWQabN8zbZL9A/XWTe3VqSvdmJCjgv/m+XLVcwgHHCgV6S4Bb4zxy5m/CkJTjB86iFFlLhzmfqoHJEJjlH" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, - "Content": null + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_35640a91-26b9-4752-a80f-c2ccb1200362\",\"name\":\"TipCrpQuota_35640a91-26b9-4752-a80f-c2ccb1200362\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuota+$DELETE+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota4?api-version=2018-02-09+14": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_36e9193c-7137-44f1-a0c0-505a1aa9164c?api-version=2021-01-01+23": { "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota4?api-version=2018-02-09", + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_36e9193c-7137-44f1-a0c0-505a1aa9164c?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "36" ], - "x-ms-client-request-id": [ "f490f39f-3898-4884-b19b-96a1ed8504f6" ], - "CommandName": [ "Remove-AzsComputeQuota" ], - "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], + "x-ms-unique-id": [ "440" ], + "x-ms-client-request-id": [ "8c9dac41-4844-4c6f-9725-6ca72c7f126a" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1033,37 +1070,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "fb02a504-89db-47cb-bb3b-c1005838cddf" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvCYW+TF8V69JRzwn3imivPL8rwuZRK4I2ove2JWkJtz7e7TZpn+K6GWQ6RhaHybyLFaUUWjtUKXMmHSOLXUXioZoep4v89new9JpscBpMJ7IoEpxsoVcp5vihCVUj/pLoyX6gg5SOUJV9eCFXk1rZ" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14995" ], - "x-ms-request-id": [ "fb02a504-89db-47cb-bb3b-c1005838cddf" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233945Z:fb02a504-89db-47cb-bb3b-c1005838cddf" ], + "x-ms-correlation-request-id": [ "ec462ea1-87b1-4456-a488-dde000bc2d67" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14640" ], + "x-ms-request-id": [ "ec462ea1-87b1-4456-a488-dde000bc2d67" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225542Z:ec462ea1-87b1-4456-a488-dde000bc2d67" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:45 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:41 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJb8vKccC6SJt/ENDC0rLUc0ISRT5IUOXXmmGnyRZiS+L2WVdHFcXPIwwp+8cB9yqWYhzaALj4YizgZNAtsMmNCuyqRnq93Qc9uiTd5w79pwQf9SJGn/uMRUPr0+G/JXazl95n/2HPnFrzE1W6OVy" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, - "Content": null + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_36e9193c-7137-44f1-a0c0-505a1aa9164c\",\"name\":\"TipCrpQuota_36e9193c-7137-44f1-a0c0-505a1aa9164c\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuota+$DELETE+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota5?api-version=2018-02-09+15": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_380ef479-4324-4189-b01d-4ac06415dff4?api-version=2021-01-01+24": { "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota5?api-version=2018-02-09", + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_380ef479-4324-4189-b01d-4ac06415dff4?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "37" ], - "x-ms-client-request-id": [ "65af5f2e-f27c-45ab-bb51-b0c5970cce05" ], - "CommandName": [ "Remove-AzsComputeQuota" ], - "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], + "x-ms-unique-id": [ "441" ], + "x-ms-client-request-id": [ "2b0fd94c-8624-4da0-aebf-8d3a7a88b4f0" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1072,37 +1112,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "4c2c96e3-ebc6-4d09-bb35-c5273133058f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvL3u05R8DhdDGCQNPoArwQdASI1kJPR9hN7CxOTEmK2PYtXU3fsABUdaSKnJHgjpjH6q7prRgGiIXWp9DfVFlyMRXT86pHcElcBVtTVTbDa/W4+kJQuMLqcLyKNw4VLSJi65GwY3bEXmAMYEfysIZ" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14994" ], - "x-ms-request-id": [ "4c2c96e3-ebc6-4d09-bb35-c5273133058f" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233946Z:4c2c96e3-ebc6-4d09-bb35-c5273133058f" ], + "x-ms-correlation-request-id": [ "2b7923de-b33c-47b3-bcb4-2430d61056c1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14639" ], + "x-ms-request-id": [ "2b7923de-b33c-47b3-bcb4-2430d61056c1" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225542Z:2b7923de-b33c-47b3-bcb4-2430d61056c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:45 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:41 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvAIp5frW8xz9c2JxdI7Sw6EqLnIVJg0JReN5RBIZQXVYylGMR5ST7T6K0Rg1tTlNYhpj1bY6u4Bu1KWakJjJ76jwY1ESE2Lh1HjvRCRSU1fNfOsD0nl5FSuWil9tinj6A416Vy/BA5G0xZ2NZtH4B" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, - "Content": null + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_380ef479-4324-4189-b01d-4ac06415dff4\",\"name\":\"TipCrpQuota_380ef479-4324-4189-b01d-4ac06415dff4\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuota+$DELETE+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota6?api-version=2018-02-09+16": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_38c55638-39f7-4a11-8fd6-dffe0cb594a8?api-version=2021-01-01+25": { "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota6?api-version=2018-02-09", + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_38c55638-39f7-4a11-8fd6-dffe0cb594a8?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "38" ], - "x-ms-client-request-id": [ "863d544e-42da-4f10-bf2e-328970c8abc1" ], - "CommandName": [ "Remove-AzsComputeQuota" ], - "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], + "x-ms-unique-id": [ "442" ], + "x-ms-client-request-id": [ "4b47e530-1474-4671-93d7-206232400a00" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1111,37 +1154,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "f4acf255-314c-48aa-bfde-ae362225815b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv9sOKe8cglLRpu3U/cpZzuNggpRS4CkkENm1zRZz+QKQYQpSTRzGAXdjTBUmR6p6iH/ynjJy5lcN5CnMf3JGsvyWPAUv6Au5aIUqJd+/3nVdPEFwkJwd27rs67+jBlPsVSZiwZoUCigOMka7rcDTX" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14993" ], - "x-ms-request-id": [ "f4acf255-314c-48aa-bfde-ae362225815b" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233946Z:f4acf255-314c-48aa-bfde-ae362225815b" ], + "x-ms-correlation-request-id": [ "9400e783-a695-4896-a467-b304da9f4c71" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14638" ], + "x-ms-request-id": [ "9400e783-a695-4896-a467-b304da9f4c71" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225542Z:9400e783-a695-4896-a467-b304da9f4c71" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:45 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:42 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvdeUBnXFaFC3qXwk12dNPxrHDFA6rUHhrZQ5D6IL2IgjddM09+P0w1KNEt9jznXVsAVzN82yLmgw89wZnjnM7YmI1kHrae75Yh3c/oA8DDN1UOnNI3pEwrXhfD8CvJQbcipOV2eUdms/yvxfqT7pn" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, - "Content": null + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_38c55638-39f7-4a11-8fd6-dffe0cb594a8\",\"name\":\"TipCrpQuota_38c55638-39f7-4a11-8fd6-dffe0cb594a8\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuota+$DELETE+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota7?api-version=2018-02-09+17": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_3c45ca77-35bd-48ab-a66f-b7e774363a20?api-version=2021-01-01+26": { "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota7?api-version=2018-02-09", + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_3c45ca77-35bd-48ab-a66f-b7e774363a20?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "39" ], - "x-ms-client-request-id": [ "e956dcd0-eda4-48ad-8717-ee3a8d3c2852" ], - "CommandName": [ "Remove-AzsComputeQuota" ], - "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], + "x-ms-unique-id": [ "443" ], + "x-ms-client-request-id": [ "14f28090-2167-4a9a-a7c4-b82855f8bd01" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1150,37 +1196,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "25b956d2-bf90-4601-94a5-71bcba9c01c3" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvFA/pVOAKyIhciYD3klNwdlzgzkqXHHa0TFD7kB8yndvxiNPudrGOIfynPvJ+4Q0JkLEnzB3AXIobR9ZqKzEuALxPr65KgYHJHk8vmabgy8pIA5z+xLOUJSMc+MIfyAaEjPDhIJSTk2CCcy8c5mgj" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14992" ], - "x-ms-request-id": [ "25b956d2-bf90-4601-94a5-71bcba9c01c3" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233946Z:25b956d2-bf90-4601-94a5-71bcba9c01c3" ], + "x-ms-correlation-request-id": [ "7b910f8d-51ea-4405-9d8d-a82d71822132" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14637" ], + "x-ms-request-id": [ "7b910f8d-51ea-4405-9d8d-a82d71822132" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225542Z:7b910f8d-51ea-4405-9d8d-a82d71822132" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:45 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:42 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvS/TDbC6IIazCb9gsZm8IWDpIJkIYORnX7woOVNWZAuM8d08izyEZZPUpn7gUF3JH6bNWSxRUQJTU3lqu2f8BctvfwOrMaLaqRIpcVpWIw8cVr7+NMQKvKPZPmaZsDDb1B+nxP729eCkTNMWIwcqS" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, - "Content": null + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_3c45ca77-35bd-48ab-a66f-b7e774363a20\",\"name\":\"TipCrpQuota_3c45ca77-35bd-48ab-a66f-b7e774363a20\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuota+$DELETE+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota8?api-version=2018-02-09+18": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_3e9edafe-5fe2-4d4a-b9a1-bc4aeb8afc69?api-version=2021-01-01+27": { "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota8?api-version=2018-02-09", + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_3e9edafe-5fe2-4d4a-b9a1-bc4aeb8afc69?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "40" ], - "x-ms-client-request-id": [ "9deba718-ad57-47ab-9904-db59296abe32" ], - "CommandName": [ "Remove-AzsComputeQuota" ], - "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], + "x-ms-unique-id": [ "444" ], + "x-ms-client-request-id": [ "e41c5875-0a37-4bb7-a7b1-1195bb65dbfe" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1189,81 +1238,2429 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "86d1612a-0d7d-4512-9035-aa71b06e3e5d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvjQ72eMULBk+nch976Is5wdpBsx5soSAScOlB8UqRS/za3dsDKfxv36JCmsgR+TGGlYD5jJN/n9d2Tvys/WDoAzYo6tnCorf99KjNuAJShTr8bEwT7qQ5gvCWNNnwSb0J/yj8RM+suFRpvvipEQiR" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14991" ], - "x-ms-request-id": [ "86d1612a-0d7d-4512-9035-aa71b06e3e5d" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233946Z:86d1612a-0d7d-4512-9035-aa71b06e3e5d" ], + "x-ms-correlation-request-id": [ "b3881874-b6cb-487f-8f5f-034d5f2d7b92" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14636" ], + "x-ms-request-id": [ "b3881874-b6cb-487f-8f5f-034d5f2d7b92" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225542Z:b3881874-b6cb-487f-8f5f-034d5f2d7b92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:45 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:42 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv++sFkESdBNd7+NxxjNKQYljVYN0LIQDp/2UuGVtyBvz/gb4hydrlV2WYK7IU8AyJLbybmcssz8f2ue+/KSzA+LkPkr4EDaebMWuPxCOu9j02FfSKfL8lhoE7Nz1yLVoyNyl3T58GPP7x5t6TlpL/" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, - "Content": null + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_3e9edafe-5fe2-4d4a-b9a1-bc4aeb8afc69\",\"name\":\"TipCrpQuota_3e9edafe-5fe2-4d4a-b9a1-bc4aeb8afc69\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuotaWithAlias+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota0?api-version=2018-02-09+1": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_46db30e9-0725-471d-96e2-5f99dac411f6?api-version=2021-01-01+28": { "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota0?api-version=2018-02-09", - "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 0,\r\n \"coresLimit\": 0,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 0,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 0,\r\n \"virtualMachineCount\": 0,\r\n \"vmScaleSetCount\": 0\r\n }\r\n}", + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_46db30e9-0725-471d-96e2-5f99dac411f6?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "445" ], + "x-ms-client-request-id": [ "ae7b000b-b549-4871-bbf5-10b805479a35" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "49beb7a6-c882-46a7-89b5-458973fb63eb" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14635" ], + "x-ms-request-id": [ "49beb7a6-c882-46a7-89b5-458973fb63eb" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225543Z:49beb7a6-c882-46a7-89b5-458973fb63eb" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:42 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvCvWSS1DucrLtGbxzsWppMwqjvx85S2UnbyJc2VcOw3lNyv+C1VX5aRHXViDbWB0/9d4tw5KyPdRrHoMXRvgSwCX7BBCdj1AoH+A32f9pa5YFCA9Y8kNtPM4aI6ZE0/6XInzScFlJgq1pp7fviGAG" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_46db30e9-0725-471d-96e2-5f99dac411f6\",\"name\":\"TipCrpQuota_46db30e9-0725-471d-96e2-5f99dac411f6\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_4a8e3933-4820-48e4-8d33-319cdb998edb?api-version=2021-01-01+29": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_4a8e3933-4820-48e4-8d33-319cdb998edb?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "446" ], + "x-ms-client-request-id": [ "75524565-cf73-4211-bef8-fcb9736b7119" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "f0700606-6441-4ee9-97ab-73b4364377c1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14634" ], + "x-ms-request-id": [ "f0700606-6441-4ee9-97ab-73b4364377c1" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225543Z:f0700606-6441-4ee9-97ab-73b4364377c1" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:42 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/a+gpydRbtlw1MUP4VthXrLlKzLKP2ekMxoCqo9N99xEdU+mC8AjsY0CG1wUPieDPmh50Nrp0liFVephBunGOpMuWB6ivYSQGKRrwnjMOdsT1OVvC52w3n+mKKbgtjhPelpbL646/rq3StiyOq39" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_4a8e3933-4820-48e4-8d33-319cdb998edb\",\"name\":\"TipCrpQuota_4a8e3933-4820-48e4-8d33-319cdb998edb\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_4affb4ae-2533-4b91-9669-178a72c28c05?api-version=2021-01-01+30": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_4affb4ae-2533-4b91-9669-178a72c28c05?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "447" ], + "x-ms-client-request-id": [ "51dc420a-199c-4cf6-9aea-f8566c98d664" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "d7eb8a51-91d7-4f63-b0f6-f544827d84a0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14633" ], + "x-ms-request-id": [ "d7eb8a51-91d7-4f63-b0f6-f544827d84a0" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225543Z:d7eb8a51-91d7-4f63-b0f6-f544827d84a0" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:42 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv4TnAOh5xEc9CHUhQlDgJuW8//kDldNojHcqvTmiazISlyprw/UUPwtTBgheugdFnbI/9EEGCV0eT9n7EhyNEBRLhuUfUjZ0wYJZH1d7CA1jiBNbZv0reCN8rAairDJKmn746VUhn84eHmFXTVZfZ" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_4affb4ae-2533-4b91-9669-178a72c28c05\",\"name\":\"TipCrpQuota_4affb4ae-2533-4b91-9669-178a72c28c05\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_4d8e8c00-bb31-450a-b148-82d6bf9d0211?api-version=2021-01-01+31": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_4d8e8c00-bb31-450a-b148-82d6bf9d0211?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "448" ], + "x-ms-client-request-id": [ "3052af2e-f454-4717-9ef3-0a83b93982a7" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "0a4a7d0f-ca62-4e09-a033-bf6a1dc0ffe9" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14632" ], + "x-ms-request-id": [ "0a4a7d0f-ca62-4e09-a033-bf6a1dc0ffe9" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225543Z:0a4a7d0f-ca62-4e09-a033-bf6a1dc0ffe9" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:42 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv7VDJkWtvFmMXjsXoh346nlCwRjoXjFXpW2TaQOKovzK1tgPoUqzzBWxC6UGfDS7xnwDrNMlZHD9FCwzN5EpaATzY0cWzyO5hsVj2OEmrfoH88BucfByiSulTShvCtnsdBBhBmbIFYljKhteEbC/G" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_4d8e8c00-bb31-450a-b148-82d6bf9d0211\",\"name\":\"TipCrpQuota_4d8e8c00-bb31-450a-b148-82d6bf9d0211\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_50210271-dd89-479e-b2ef-a705d6d5136e?api-version=2021-01-01+32": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_50210271-dd89-479e-b2ef-a705d6d5136e?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "449" ], + "x-ms-client-request-id": [ "25b7c779-c918-45b5-b3e6-40b5d7ad7497" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "386cc4e0-7184-49ae-becb-d70038130f75" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14631" ], + "x-ms-request-id": [ "386cc4e0-7184-49ae-becb-d70038130f75" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225543Z:386cc4e0-7184-49ae-becb-d70038130f75" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:43 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvaLE7qIpJVVpV76wsklUATXFiHEyaAyMw4w38jTnYoxNZxaLRUyPq5HKVzWsspEi7bcbPC0DaRTp7r4Fi9c4JtQQ+2+t4NSPqpZ8d9TIk0oLBAl+Yb2HoAtvIFO3nD91udQzyfvDWw1nFjYH6SDPc" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_50210271-dd89-479e-b2ef-a705d6d5136e\",\"name\":\"TipCrpQuota_50210271-dd89-479e-b2ef-a705d6d5136e\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_5351849c-c628-4716-bd44-d0e596aba50d?api-version=2021-01-01+33": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_5351849c-c628-4716-bd44-d0e596aba50d?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "450" ], + "x-ms-client-request-id": [ "683092c0-49d0-4733-aa50-6a5d2d702fb7" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "32975586-198f-47f3-9821-8ed7580e3efc" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14630" ], + "x-ms-request-id": [ "32975586-198f-47f3-9821-8ed7580e3efc" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225543Z:32975586-198f-47f3-9821-8ed7580e3efc" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:43 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvdLdtDou/6/ZJOjmpO14ZdluB+OJzcZJjlNAv1GytXQnCVogmt+QMfVIIxsAIaUv8c2cxC2wFOnUA0ffx15U7KNdDm66MoQEab9Qqroqh+I0HVsUD9r1hQl+6+p8fdQH7GwGbwwn81NuTdf989Cox" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_5351849c-c628-4716-bd44-d0e596aba50d\",\"name\":\"TipCrpQuota_5351849c-c628-4716-bd44-d0e596aba50d\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_5f0b1184-4467-41d3-95d2-912a324591c8?api-version=2021-01-01+34": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_5f0b1184-4467-41d3-95d2-912a324591c8?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "451" ], + "x-ms-client-request-id": [ "f53a0e32-2cb0-49b0-9f93-d957e145074a" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "fda1e1f1-4093-4b47-9761-0dee5435e3ce" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14629" ], + "x-ms-request-id": [ "fda1e1f1-4093-4b47-9761-0dee5435e3ce" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225543Z:fda1e1f1-4093-4b47-9761-0dee5435e3ce" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:43 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvr8fsztbzYKzmWBS7M16JtzwlJj5X0UG9yz4v8nncJOgp0XEGnmG9wf31+c8/0Rj9W9zMXVOHNRHO3bEkkk4OS26Be0wu89j6nRTQ9cSOSDTgwNl0BfkA/CNyTKEXMo42mh1kl5cIv5TMVSZ7PevQ" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_5f0b1184-4467-41d3-95d2-912a324591c8\",\"name\":\"TipCrpQuota_5f0b1184-4467-41d3-95d2-912a324591c8\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_62f98c1d-6944-4881-9340-88f3518ab36a?api-version=2021-01-01+35": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_62f98c1d-6944-4881-9340-88f3518ab36a?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "452" ], + "x-ms-client-request-id": [ "904bd7a3-a61f-463d-9d0e-320bb34219ae" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "3e029dc5-d557-4fc3-979e-d273422e0434" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14628" ], + "x-ms-request-id": [ "3e029dc5-d557-4fc3-979e-d273422e0434" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225544Z:3e029dc5-d557-4fc3-979e-d273422e0434" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:43 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvh3CGlPzaIMzL4Uecij4RVZSDJMDGrE9PyoQ4YtZ/bm8oaKcKoxp6Qyp2b72YHRdoZnKAj34DGs8vBjmP5xRx/opAhv96KCqIE05mncS7D8xGKIH9fB7oXj1V3PuAK1H9jsd03Bgdqch3Wqf2WDhe" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_62f98c1d-6944-4881-9340-88f3518ab36a\",\"name\":\"TipCrpQuota_62f98c1d-6944-4881-9340-88f3518ab36a\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_68f87362-b5d6-49f8-a1c2-56211a903d15?api-version=2021-01-01+36": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_68f87362-b5d6-49f8-a1c2-56211a903d15?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "453" ], + "x-ms-client-request-id": [ "dcaa07c1-a3ed-4d6b-87bf-474b92a7e527" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "b97d0cc9-f7d5-4b40-8577-28ea7631752b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14627" ], + "x-ms-request-id": [ "b97d0cc9-f7d5-4b40-8577-28ea7631752b" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225544Z:b97d0cc9-f7d5-4b40-8577-28ea7631752b" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:43 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvE1pFjpd2msbeEj6X0DyMMkURh3hOplgof6jyIqieJnIfYOeJYFw8XUlmeSURfxAkgsEW+Cg20EmirLr+vgucVuwym54GTgLDvZGpS3sIoa/rXLl491eGl0ybaPMIe1klk4cjkzZNkUY1X2seO1zd" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_68f87362-b5d6-49f8-a1c2-56211a903d15\",\"name\":\"TipCrpQuota_68f87362-b5d6-49f8-a1c2-56211a903d15\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_6c9e22d3-2c45-4672-948f-f47eb09f9912?api-version=2021-01-01+37": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_6c9e22d3-2c45-4672-948f-f47eb09f9912?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "454" ], + "x-ms-client-request-id": [ "1229d379-ec92-4d03-a58f-0c83a33ea16e" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "c9b9c195-ca24-43e0-bc46-b00c05c31362" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14626" ], + "x-ms-request-id": [ "c9b9c195-ca24-43e0-bc46-b00c05c31362" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225544Z:c9b9c195-ca24-43e0-bc46-b00c05c31362" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:43 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvqFy2gKQx+8cFsXm7J80dOHsWhSAhFy29aW4gSt4UECleSDGsnDhplK6HbJkjqoDk6j9s1OXHHyyi2rNs5mNkWssswO7f5gUskhHuOB9GXJsY4A0dixW4dzSg7MPjvAMNMNN2/0wJf9gAokYuKS74" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_6c9e22d3-2c45-4672-948f-f47eb09f9912\",\"name\":\"TipCrpQuota_6c9e22d3-2c45-4672-948f-f47eb09f9912\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_718a092c-627e-44c9-8b85-afa051604d51?api-version=2021-01-01+38": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_718a092c-627e-44c9-8b85-afa051604d51?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "455" ], + "x-ms-client-request-id": [ "809b9f73-cbb2-4dde-9f4f-d9f24a66fe9e" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "e6512f44-c257-4392-a2e4-623f4cb0c365" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14625" ], + "x-ms-request-id": [ "e6512f44-c257-4392-a2e4-623f4cb0c365" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225544Z:e6512f44-c257-4392-a2e4-623f4cb0c365" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:43 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvPLU/XByInv69n6UA+9usEEH+aq8nXXL7Ahyk6+B2x+7ksHDJ1kmcUgbiqHc0DzRrsxB9zDdr30LqtPne3w/JIKcLQf8gmNaAzW9uNhf1LSymp962yvGhlQ9RIZxrPtJo7bHtTj+nvRDZXY/cG5s8" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_718a092c-627e-44c9-8b85-afa051604d51\",\"name\":\"TipCrpQuota_718a092c-627e-44c9-8b85-afa051604d51\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_7243a72d-a5aa-473a-908e-dde40123ffa2?api-version=2021-01-01+39": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_7243a72d-a5aa-473a-908e-dde40123ffa2?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "456" ], + "x-ms-client-request-id": [ "14d3d892-fac8-4e42-ba5e-b0321cd14258" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "3941ce8c-04f8-42ee-9a10-d24e12aa9e6f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14624" ], + "x-ms-request-id": [ "3941ce8c-04f8-42ee-9a10-d24e12aa9e6f" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225544Z:3941ce8c-04f8-42ee-9a10-d24e12aa9e6f" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:43 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvvJHEnay2XKJ2dDSNcmEp8cFQ/ZAKnYzaikUzKsLo94qkoEYpvWzDAJ0KlKaNyTIOU8HXf1y+z0SbME5xNdxFewCDeAUJhoVW2FAQB3TkKgwzYbcm9X2SEJfzleZCrOtbY5ldCmtA0TTKlirpva5k" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_7243a72d-a5aa-473a-908e-dde40123ffa2\",\"name\":\"TipCrpQuota_7243a72d-a5aa-473a-908e-dde40123ffa2\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_75570a55-9a85-4ab6-b307-1729dea80220?api-version=2021-01-01+40": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_75570a55-9a85-4ab6-b307-1729dea80220?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "457" ], + "x-ms-client-request-id": [ "e856bd2d-4b2e-4d65-84a2-e6454f8a25fa" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "8edf7b80-37e0-4941-bc26-81a19472fa6c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14623" ], + "x-ms-request-id": [ "8edf7b80-37e0-4941-bc26-81a19472fa6c" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225544Z:8edf7b80-37e0-4941-bc26-81a19472fa6c" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:44 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvWz40C0Z0NKLmyZrHqCm0ixktEAg6U/I6SNDaWjB/77DhzonDHEXT8zt8lV4Jk+Fe00mGe04q1hpIs1tVDlus63RCpP/DjPSnhCGpAfhvSYtZ9Oq9so9qVJE8ekfAyHx4swRhX39YeR1GxKjjW3q4" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_75570a55-9a85-4ab6-b307-1729dea80220\",\"name\":\"TipCrpQuota_75570a55-9a85-4ab6-b307-1729dea80220\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_77260dee-ce7b-4742-8cb3-99d5ff17e9d6?api-version=2021-01-01+41": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_77260dee-ce7b-4742-8cb3-99d5ff17e9d6?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "458" ], + "x-ms-client-request-id": [ "eeee3ae0-1339-4f0d-97de-f161c720830a" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "20bc3a33-c236-4dec-b478-8031cc54d02b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14622" ], + "x-ms-request-id": [ "20bc3a33-c236-4dec-b478-8031cc54d02b" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225544Z:20bc3a33-c236-4dec-b478-8031cc54d02b" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:44 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvqW5TD5ladYZF56cbzUxhHRO3c8IxaVyQVQBMyDUBxH1lWvh+kqL/Oy5tYDT193DKtfxNgYg7L4kQeR8f7dXyoERNV/BW6N6F8IjXIyIb80X2hltJ3LgVUqk3MHIKjgNPGx+vg9R6Nosz8JgeuXl4" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_77260dee-ce7b-4742-8cb3-99d5ff17e9d6\",\"name\":\"TipCrpQuota_77260dee-ce7b-4742-8cb3-99d5ff17e9d6\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_7893266b-c7de-45c9-8afd-ca21cf7a5be8?api-version=2021-01-01+42": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_7893266b-c7de-45c9-8afd-ca21cf7a5be8?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "459" ], + "x-ms-client-request-id": [ "373b9b7e-a7a7-4f3a-a458-b6f43bb8d57f" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "92c9a6f2-819c-4010-b00c-20f5f79808fc" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14621" ], + "x-ms-request-id": [ "92c9a6f2-819c-4010-b00c-20f5f79808fc" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225545Z:92c9a6f2-819c-4010-b00c-20f5f79808fc" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:44 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvjk2+mMUyyGjgHueL0tnncPgcE03HyOQFnLACoFFKLjshlNz5SLfi4hbf/BILPzV1VnqIjpy2mBkiB4CMw+rrH7jf5du0eKtoCgYHBOUWDGJhJstsKK92Ocous8rLC/9GX6a6ITvcfh7g2SjrPIBJ" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_7893266b-c7de-45c9-8afd-ca21cf7a5be8\",\"name\":\"TipCrpQuota_7893266b-c7de-45c9-8afd-ca21cf7a5be8\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_80ac7b27-6ad5-436e-9e45-dbfae2ee2e35?api-version=2021-01-01+43": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_80ac7b27-6ad5-436e-9e45-dbfae2ee2e35?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "460" ], + "x-ms-client-request-id": [ "719d48d9-2493-443e-ab77-ff760a564dbd" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "8d67d620-f9ee-45e9-a2be-95a1f749c4f7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14620" ], + "x-ms-request-id": [ "8d67d620-f9ee-45e9-a2be-95a1f749c4f7" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225545Z:8d67d620-f9ee-45e9-a2be-95a1f749c4f7" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:44 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvd7HZfTMuNKaJooq7pyou8aM6sXHa4UjppXUkIeLurSo4+IbZyeMaUGgpW97ErH8l9ACr0bENbbq1Gr3WCCM8oeh228nZxKQAbS58D7Np5AmzXDttzfCzn/rLWeAOkPzYpL5+zf+XffFT64Trb8ox" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_80ac7b27-6ad5-436e-9e45-dbfae2ee2e35\",\"name\":\"TipCrpQuota_80ac7b27-6ad5-436e-9e45-dbfae2ee2e35\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_82af7a96-167d-4157-a651-526cf2f1b0c7?api-version=2021-01-01+44": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_82af7a96-167d-4157-a651-526cf2f1b0c7?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "461" ], + "x-ms-client-request-id": [ "3e7db88b-33df-47ba-907b-4028933db3c0" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "00a63d23-616c-433d-9829-08bcbce836f4" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14619" ], + "x-ms-request-id": [ "00a63d23-616c-433d-9829-08bcbce836f4" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225545Z:00a63d23-616c-433d-9829-08bcbce836f4" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:44 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv7ScJyf4epyhAdu8SWDSVdOMG+zPC8Aky7M4m1DZViZnFYB7UoWQVeUA++X56mR/Ji+EqWGsDtDtiAMJ4kJryqD9sZwntW0zIjCbBkhUc98tKCPfUaYDYcYs1qD+R9J1CO8gPEOKPPmNPziU/mjEm" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_82af7a96-167d-4157-a651-526cf2f1b0c7\",\"name\":\"TipCrpQuota_82af7a96-167d-4157-a651-526cf2f1b0c7\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_834ccfc2-c570-486f-9f82-606958969a8f?api-version=2021-01-01+45": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_834ccfc2-c570-486f-9f82-606958969a8f?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "462" ], + "x-ms-client-request-id": [ "a69cf321-d3c0-418e-af10-116e351b9316" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "a1ad915f-93a2-4223-b82b-485ca841364d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14618" ], + "x-ms-request-id": [ "a1ad915f-93a2-4223-b82b-485ca841364d" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225545Z:a1ad915f-93a2-4223-b82b-485ca841364d" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:44 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvEXVF7AgefRJ4gqAudiNZGM/L5/Bf0WGnfE4Ui449add6Frdp9hDNdNm2Lg4W7Lof/nMgXaktr1zLNdL2Y1vjnx5XKq/Nriz+TIHWeGc+mQZTNEqIwf6lQ12HGt9lEZnxX4GLIo/TK+5+2wnRCEL/" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_834ccfc2-c570-486f-9f82-606958969a8f\",\"name\":\"TipCrpQuota_834ccfc2-c570-486f-9f82-606958969a8f\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_877a34a1-dfa5-4af0-9ae8-140ecdbc4d18?api-version=2021-01-01+46": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_877a34a1-dfa5-4af0-9ae8-140ecdbc4d18?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "463" ], + "x-ms-client-request-id": [ "3b00d99d-7896-4240-a053-4f42315f3286" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "f16b6508-c7f0-463f-b17c-6d0cbd019951" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14617" ], + "x-ms-request-id": [ "f16b6508-c7f0-463f-b17c-6d0cbd019951" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225545Z:f16b6508-c7f0-463f-b17c-6d0cbd019951" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:44 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvaus8xPO8Wzfaz/o+kz99jgqR624da+QEeDAocFGSkrrgJC2QLnntvz/l49BAWIGdzhKkvH0Dp7FzjKV9sEF+NIKbMxz2n+dIGsyDkepeSfTNsOpVTFe+HOqlri8gRQp17pNMinFm7S3ZsG8YkSq8" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_877a34a1-dfa5-4af0-9ae8-140ecdbc4d18\",\"name\":\"TipCrpQuota_877a34a1-dfa5-4af0-9ae8-140ecdbc4d18\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_8855d8ef-d217-4949-844b-424daaace267?api-version=2021-01-01+47": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_8855d8ef-d217-4949-844b-424daaace267?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "464" ], + "x-ms-client-request-id": [ "5c0ffa8f-9608-4cdd-bb3f-c46bdf9c2b46" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "8bae575f-2272-4c66-821c-63a105607466" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14616" ], + "x-ms-request-id": [ "8bae575f-2272-4c66-821c-63a105607466" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225545Z:8bae575f-2272-4c66-821c-63a105607466" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:45 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv06gT8Tx07VaMUZ1H7fzfaWlPOeIvS2z8vAJHM+otHQTjMaTIgYTD2h9MH2Wg1IPoyjvt/d5r0EtfamhFODh8iabNYTRB9LJgjd2BKVDBrQyfrSsv81VfZCMDauMXm5w6HZf/Tv9UyikiE2z0WhoI" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_8855d8ef-d217-4949-844b-424daaace267\",\"name\":\"TipCrpQuota_8855d8ef-d217-4949-844b-424daaace267\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_89cef4ce-73fe-4bbc-ae1b-61b92f641a46?api-version=2021-01-01+48": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_89cef4ce-73fe-4bbc-ae1b-61b92f641a46?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "465" ], + "x-ms-client-request-id": [ "d2d2267b-b7e2-45d1-86ad-6d5d090b4f4d" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "5aa6a76c-9ff8-4557-9565-f25b7ee38b37" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14615" ], + "x-ms-request-id": [ "5aa6a76c-9ff8-4557-9565-f25b7ee38b37" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225546Z:5aa6a76c-9ff8-4557-9565-f25b7ee38b37" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:45 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv3XApjr8r/ympGHak/CXBwtKx1NOK/DpTh6iLz2I0+1mq2ZgRrXHGY42cQpUQ2xaZ2Pl1jK7x45dUFks9NikiF5gYdSbogfzwprpZrx3rsssMelHexiV14GVE3YrHj2mHgT8vznV/QoS198dIGiGB" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_89cef4ce-73fe-4bbc-ae1b-61b92f641a46\",\"name\":\"TipCrpQuota_89cef4ce-73fe-4bbc-ae1b-61b92f641a46\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_8b5192fd-bb03-430d-8f3c-4cc01e6874fe?api-version=2021-01-01+49": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_8b5192fd-bb03-430d-8f3c-4cc01e6874fe?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "466" ], + "x-ms-client-request-id": [ "d11b160a-79b1-427b-885b-22901f8bf294" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "0b8c3647-9c73-42e9-9b3b-3764116947f6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14614" ], + "x-ms-request-id": [ "0b8c3647-9c73-42e9-9b3b-3764116947f6" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225546Z:0b8c3647-9c73-42e9-9b3b-3764116947f6" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:45 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvKm6+llBTYNcwnDbFo7ZdOvtlsYunnClyzS8bTUTGSgi3kiIFjBwJudabspvO9PsAraQCeMqL14MOO5b5GcchsUItVyVeooZjHCDC9ItfDfhd7buokriPacgwdV8+U/TRX6XVa718DrwSy+Mr9EvA" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_8b5192fd-bb03-430d-8f3c-4cc01e6874fe\",\"name\":\"TipCrpQuota_8b5192fd-bb03-430d-8f3c-4cc01e6874fe\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_945c3f6b-3dbe-4ae8-a0e0-a6436f087b12?api-version=2021-01-01+50": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_945c3f6b-3dbe-4ae8-a0e0-a6436f087b12?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "467" ], + "x-ms-client-request-id": [ "72a71019-2ccc-45c0-8357-bf292dcb233a" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "5c6b1536-624b-4861-b9db-1d3b99cecb7e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14613" ], + "x-ms-request-id": [ "5c6b1536-624b-4861-b9db-1d3b99cecb7e" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225546Z:5c6b1536-624b-4861-b9db-1d3b99cecb7e" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:45 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHQvaT+LbRnqXd4cOwKsi2R56srmn/wW6F2Sn2Ph0FGuuK5OTu0mS6C5itDOGZA+lB5p8NrXAbTU4YtzoYumEZtahVQQ6BZLQuZoi5y5YDOLo1agAE4K8OGk0OVqNsuCrHnRSbTRCZyBepm0QHeBu" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_945c3f6b-3dbe-4ae8-a0e0-a6436f087b12\",\"name\":\"TipCrpQuota_945c3f6b-3dbe-4ae8-a0e0-a6436f087b12\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_9474e1c3-914e-430a-85e5-b2c25ee211a6?api-version=2021-01-01+51": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_9474e1c3-914e-430a-85e5-b2c25ee211a6?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "468" ], + "x-ms-client-request-id": [ "dbab5def-3c01-40cd-b96d-5415a43746b9" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "51aaaef5-e0a1-462b-86d4-47e671234afa" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14612" ], + "x-ms-request-id": [ "51aaaef5-e0a1-462b-86d4-47e671234afa" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225546Z:51aaaef5-e0a1-462b-86d4-47e671234afa" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:45 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvGg6goMLXj3uBr6oMAwFsGMzvXLtZk98qUhFmUyJcPD9BZ3hAf2Vo84zeSv7WTDRwriVl4cUwa0pZmE1WCglFtrfPLSYhr2RGs0KFY68vcSkFZ+3nkRuds8YbDYfKCmQ/ouUX2SV5KFoPDwHn4wOW" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_9474e1c3-914e-430a-85e5-b2c25ee211a6\",\"name\":\"TipCrpQuota_9474e1c3-914e-430a-85e5-b2c25ee211a6\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_99b3f92d-8fca-4e9d-b304-66ccfacfb533?api-version=2021-01-01+52": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_99b3f92d-8fca-4e9d-b304-66ccfacfb533?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "469" ], + "x-ms-client-request-id": [ "75263c65-9ddb-45b6-929c-f39059728253" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "81ddb4dd-b62b-46ba-a763-00cedb0542f4" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14611" ], + "x-ms-request-id": [ "81ddb4dd-b62b-46ba-a763-00cedb0542f4" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225546Z:81ddb4dd-b62b-46ba-a763-00cedb0542f4" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:45 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvs6CGRACvDaUNEm2t2qZXQBdVUXX2PzwhdbeVskRyiaOMlntf8Ubqt6OjJbRb5RB3BQns9kUpO1Dzk9XsRthCCqZn2nSaFy/yRExItb9U5diEBARe9wkSF0em1qFtEvoI++jYTy9S9pHSyFOu8fAb" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_99b3f92d-8fca-4e9d-b304-66ccfacfb533\",\"name\":\"TipCrpQuota_99b3f92d-8fca-4e9d-b304-66ccfacfb533\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_9b9eafbf-c19b-4a02-b041-966e6619145a?api-version=2021-01-01+53": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_9b9eafbf-c19b-4a02-b041-966e6619145a?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "470" ], + "x-ms-client-request-id": [ "a3686a8d-1bdf-4bfc-a47e-908b029a7afb" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "24068254-f0ec-4316-9f45-cdbac4aa8dbd" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14610" ], + "x-ms-request-id": [ "24068254-f0ec-4316-9f45-cdbac4aa8dbd" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225546Z:24068254-f0ec-4316-9f45-cdbac4aa8dbd" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:45 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvIf2YnIMlD2k/MMPbKwkLrD7AZWnO8/CbQHrLYODBdyQO5FDX+jViK95R/bH0cUA7sQGqtWKTV1kNUJpNFsGHpkff4UFKo0JZuZhUqJCMBL/PYGKEicyfUkEZ7+WQ3giXrAR2LdR5aS0i8f/0jqXu" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_9b9eafbf-c19b-4a02-b041-966e6619145a\",\"name\":\"TipCrpQuota_9b9eafbf-c19b-4a02-b041-966e6619145a\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_a1c7ba03-4dc7-4954-aedb-d5bccbdff148?api-version=2021-01-01+54": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_a1c7ba03-4dc7-4954-aedb-d5bccbdff148?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "471" ], + "x-ms-client-request-id": [ "29cc0cd8-5259-49e2-8a2e-e2a1e1216bef" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "27e06277-48ee-47c5-9756-d6c85fc85040" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14609" ], + "x-ms-request-id": [ "27e06277-48ee-47c5-9756-d6c85fc85040" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225546Z:27e06277-48ee-47c5-9756-d6c85fc85040" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:46 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvQO7Izw22q4pFazhl8GAbB7gOOTFWI8zveQsInB0EmdEj9AWEvVgUNn35K1biQ4sAh+XLg+kdb/3YRUOqxc7Gq2Xv6ep+p6/StYIfsCQth/H1iUbKX7b6ywzwkisFfFCzTyr5D/UJU5vCO774adp4" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_a1c7ba03-4dc7-4954-aedb-d5bccbdff148\",\"name\":\"TipCrpQuota_a1c7ba03-4dc7-4954-aedb-d5bccbdff148\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_a4565f32-c3b6-460e-9012-056dd1f85bbd?api-version=2021-01-01+55": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_a4565f32-c3b6-460e-9012-056dd1f85bbd?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "472" ], + "x-ms-client-request-id": [ "b6b903d2-9ed4-45fe-a022-5cc4386ec903" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "f4b4c18f-dedb-498b-8e66-f2f34f7d90b9" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14608" ], + "x-ms-request-id": [ "f4b4c18f-dedb-498b-8e66-f2f34f7d90b9" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225547Z:f4b4c18f-dedb-498b-8e66-f2f34f7d90b9" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:46 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv1qVeREy8PyLEDgM6jizXV2RkcqRxi3bp0fzO70l3FiNK3ZQ5B94aYP8+aQz+AdzfUWIn4+9a/BaXTD4A2W7pD+icOb+raiQ9hkbXRjq5J9mvphU9RrJRRqBp+wzImpHjIdTPDP9KKxjMrNXd4Mv4" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_a4565f32-c3b6-460e-9012-056dd1f85bbd\",\"name\":\"TipCrpQuota_a4565f32-c3b6-460e-9012-056dd1f85bbd\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_ad1dd320-7248-4c0a-87f9-0de9b879fac0?api-version=2021-01-01+56": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_ad1dd320-7248-4c0a-87f9-0de9b879fac0?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "473" ], + "x-ms-client-request-id": [ "c978d349-73a1-4d1d-9647-b334b432a830" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "058f0ef2-6bc6-4d46-bd98-1c5b9218329f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14607" ], + "x-ms-request-id": [ "058f0ef2-6bc6-4d46-bd98-1c5b9218329f" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225547Z:058f0ef2-6bc6-4d46-bd98-1c5b9218329f" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:46 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvNHtpnBJ21LqiSXkgfK6mWPAovI3QOCC+LhfGrh+pZlUrt7cr8th2iZJYDezmHxZpsentShsQIjpiVyLTAW4iVeBlTax87mh+YjisEvs1oqfL74Ti3f+j7lHXGutpFgEEyl/WCB6yKTdBeCcrBRBx" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_ad1dd320-7248-4c0a-87f9-0de9b879fac0\",\"name\":\"TipCrpQuota_ad1dd320-7248-4c0a-87f9-0de9b879fac0\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_ad49115c-d0a6-424d-ac42-b6a465c2495e?api-version=2021-01-01+57": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_ad49115c-d0a6-424d-ac42-b6a465c2495e?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "474" ], + "x-ms-client-request-id": [ "0dfb79f4-ba16-4219-b0b0-81bb0a8a03de" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "87195a11-18d7-4117-abf4-aca8920b9766" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14606" ], + "x-ms-request-id": [ "87195a11-18d7-4117-abf4-aca8920b9766" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225547Z:87195a11-18d7-4117-abf4-aca8920b9766" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:46 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJ7/0iXFAVjHrXkY35AkXA1rBAdXcv0UhrQ5waO6fiMxMGfA2c/FXdVIdfuJUokV7f3n6krjfTexvwUHxOoulHzV29NmOznqDvz9nZgKpgK440KdyAcjF5Aseh8g/NEoRsULJJ67EkZ3DTkTzMG02" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_ad49115c-d0a6-424d-ac42-b6a465c2495e\",\"name\":\"TipCrpQuota_ad49115c-d0a6-424d-ac42-b6a465c2495e\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_b689d6cb-9cb2-4fa2-8868-9fea11e638b2?api-version=2021-01-01+58": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_b689d6cb-9cb2-4fa2-8868-9fea11e638b2?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "475" ], + "x-ms-client-request-id": [ "5a5cc17b-f12d-4523-82a3-cc4070515863" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "8ffa5eaf-a9e0-4b90-a4a3-ef6e9683dfa5" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14605" ], + "x-ms-request-id": [ "8ffa5eaf-a9e0-4b90-a4a3-ef6e9683dfa5" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225547Z:8ffa5eaf-a9e0-4b90-a4a3-ef6e9683dfa5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:46 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsyQ8V3rfGs9jsNqfQZT6XbtTEo0xmn8btc8ImP2r0mpnezlgrjdi9ZsXUWb3uyoscZ63E6bYycRictmbrGiMfeQMtEwROHlEY9HsPdiEvyGnBR9JKqdRA9AFePDuN/SGuDb4o+ea3HN02k1IjaQO" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_b689d6cb-9cb2-4fa2-8868-9fea11e638b2\",\"name\":\"TipCrpQuota_b689d6cb-9cb2-4fa2-8868-9fea11e638b2\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_b7eb4031-7521-44be-81ee-d28af22c04a6?api-version=2021-01-01+59": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_b7eb4031-7521-44be-81ee-d28af22c04a6?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "476" ], + "x-ms-client-request-id": [ "3c532e66-817b-4139-b06c-a2c759d3ac00" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "0c5e0656-c885-4815-b5b5-711b2095a81a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14604" ], + "x-ms-request-id": [ "0c5e0656-c885-4815-b5b5-711b2095a81a" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225547Z:0c5e0656-c885-4815-b5b5-711b2095a81a" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:46 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvkjzTEzDSIuoJuUGFzfCB6BTktzV/2UmOyYxBWoUnuIObuJSt9A/XtWPpxkXQLPh14dMK/K7H+ADaaVVWYWomAxneXy258USj1ZPzHccycdfSk9otq9rH1qyhYHuo9zmERYoCA6Syf1mQ5sgAFgdj" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_b7eb4031-7521-44be-81ee-d28af22c04a6\",\"name\":\"TipCrpQuota_b7eb4031-7521-44be-81ee-d28af22c04a6\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_bdcc1b78-2d6d-46a2-94a0-be114c75a872?api-version=2021-01-01+60": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_bdcc1b78-2d6d-46a2-94a0-be114c75a872?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "477" ], + "x-ms-client-request-id": [ "cf319597-f633-4b01-ac12-b7c3496a970e" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "f4dda1a7-f335-40e8-9c0d-65bb648e8d57" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14603" ], + "x-ms-request-id": [ "f4dda1a7-f335-40e8-9c0d-65bb648e8d57" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225547Z:f4dda1a7-f335-40e8-9c0d-65bb648e8d57" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:46 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsBel98QopZ5c9F51sDYGWtRHUS1qCDhqgNXqQENi/kxC5dNa8bt+1j1b0nC3Wr8th6cDLmyS8rXVyH/8PRJ+sjY6i0RhdduQ5/qH9IFFytpGi+DBnhFSq9BX1nCyl33YpdsVls+2XCDIGbpyGZ5g" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_bdcc1b78-2d6d-46a2-94a0-be114c75a872\",\"name\":\"TipCrpQuota_bdcc1b78-2d6d-46a2-94a0-be114c75a872\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c21d7c91-e5e7-44aa-b99d-cb1b5484e451?api-version=2021-01-01+61": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c21d7c91-e5e7-44aa-b99d-cb1b5484e451?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "478" ], + "x-ms-client-request-id": [ "3f11f78e-a267-4c1f-b92e-45b777c90651" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "de3458c2-b901-4b51-bd25-e35c9e5e6911" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14602" ], + "x-ms-request-id": [ "de3458c2-b901-4b51-bd25-e35c9e5e6911" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225547Z:de3458c2-b901-4b51-bd25-e35c9e5e6911" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:47 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJ1igu5/tv/IoOUbEwvDRLet6/0ZBL/b3NQpgrww2KSB41OAXNkKSV2Q787aePd0KkvXAma5HAQ6zL7el+xtt6zeAj/MYW1/iX/4VQoSIiQeCX34nW3wXKhEBRs99OaQVYy0+M8lhkc8LsVKsPV3H" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c21d7c91-e5e7-44aa-b99d-cb1b5484e451\",\"name\":\"TipCrpQuota_c21d7c91-e5e7-44aa-b99d-cb1b5484e451\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c254bdc6-7f84-4e3c-9f24-45ee4fad6f4d?api-version=2021-01-01+62": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c254bdc6-7f84-4e3c-9f24-45ee4fad6f4d?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "479" ], + "x-ms-client-request-id": [ "acb5db47-82ff-41e5-8fe7-8c313cf979e5" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "c88e2d00-22a6-4a56-aef9-802ee5d5ab7a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14601" ], + "x-ms-request-id": [ "c88e2d00-22a6-4a56-aef9-802ee5d5ab7a" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225548Z:c88e2d00-22a6-4a56-aef9-802ee5d5ab7a" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:47 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHXJ0d395mFMpG0fxdYfJgiA7PcSnRVma/bwHE9qYYPEotQfS0Dt3WazUoBUtWBkUBQCaQ6XwPhMHYQmrJ+v8Xs+V4Hz/MkCNEe1Pl/kg57H3wMI3PeMcXrT+NKK54hIUZC+ZLO/crwsrKkTFzlG+" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c254bdc6-7f84-4e3c-9f24-45ee4fad6f4d\",\"name\":\"TipCrpQuota_c254bdc6-7f84-4e3c-9f24-45ee4fad6f4d\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c3962496-e060-45e6-b892-428bd15fba06?api-version=2021-01-01+63": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c3962496-e060-45e6-b892-428bd15fba06?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "480" ], + "x-ms-client-request-id": [ "457624b3-0454-467b-9725-f0a7683038f1" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "c810aa40-8dcb-4ab1-9905-4453111060f1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14600" ], + "x-ms-request-id": [ "c810aa40-8dcb-4ab1-9905-4453111060f1" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225548Z:c810aa40-8dcb-4ab1-9905-4453111060f1" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:47 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvDdeaNnrPkUYluqKkzfPUvp/jzrROoEYIP5/hnlRjvmeY2z/sOlT7Qu+xmzXzHXyF4Y8hHely3SB3ulZQhEWAzwZKvx22x+lostV+mec2E9DK0iBn6H9aT/FkWIrdKAL+y4J74dAnK3V5l0s+0sJn" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c3962496-e060-45e6-b892-428bd15fba06\",\"name\":\"TipCrpQuota_c3962496-e060-45e6-b892-428bd15fba06\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c4c284fc-2457-47e4-9274-9a1d15b27849?api-version=2021-01-01+64": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c4c284fc-2457-47e4-9274-9a1d15b27849?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "481" ], + "x-ms-client-request-id": [ "01853703-900d-48b6-823b-2e0cc3e75f1b" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "d06f70eb-f49f-40ef-a046-d57be28d56d7" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14599" ], + "x-ms-request-id": [ "d06f70eb-f49f-40ef-a046-d57be28d56d7" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225548Z:d06f70eb-f49f-40ef-a046-d57be28d56d7" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:47 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvTWR1P3MT8PKBTLwLJNNDWfiFiCyYRcw48xyNYZb0P7pEFWs3VGkmWUuM4G85akA7aXdjdWWMMCtZst4BAfNDPxTPU7ehY1edaVGFGW+NPXYVZnGYOKznbLLi3aUooQqCYtSofAG/1qbJApJcF4cL" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c4c284fc-2457-47e4-9274-9a1d15b27849\",\"name\":\"TipCrpQuota_c4c284fc-2457-47e4-9274-9a1d15b27849\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c5117940-85df-4e95-8295-08b129c4230a?api-version=2021-01-01+65": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c5117940-85df-4e95-8295-08b129c4230a?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "482" ], + "x-ms-client-request-id": [ "189d7ad4-640f-4987-a17f-a013f56dc966" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "02cee794-38b6-4e6e-99c5-7f43c41313e8" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14598" ], + "x-ms-request-id": [ "02cee794-38b6-4e6e-99c5-7f43c41313e8" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225548Z:02cee794-38b6-4e6e-99c5-7f43c41313e8" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:47 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvoZ1MGhQ3l9bXh2vgjyUjiURioImJxhOmVpbUP2q0UYAJBS9NFyZspGdr2BVcUiuWM3u9moWGkV+Uf8zhY3+aIWlt/eDcWhOcnxM4pyItKx5g8DmI9hxaOjwHiG2MnHgZGK1wC/HaFFxD661WWs/M" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_c5117940-85df-4e95-8295-08b129c4230a\",\"name\":\"TipCrpQuota_c5117940-85df-4e95-8295-08b129c4230a\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_ce5efde0-630e-4b5f-b412-efb5f919b668?api-version=2021-01-01+66": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_ce5efde0-630e-4b5f-b412-efb5f919b668?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "483" ], + "x-ms-client-request-id": [ "a912eed8-59b3-449d-8d68-e4ffd9b9af46" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "03096356-f124-4436-9db0-95ef5fb43700" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14597" ], + "x-ms-request-id": [ "03096356-f124-4436-9db0-95ef5fb43700" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225548Z:03096356-f124-4436-9db0-95ef5fb43700" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:47 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvyEbNdFpkg1Ka0ggT8UMdyiMDnf/gR/MQDJHuMD8V5S42cf14Rn2lgE3RjhLzUTfvvNCkTB6zvT1B9hCd2Z/zAJwjo3scpI1DB5A8cOn7qnG4dvTKWtfRON2Bn7QePrb4qagsP8cuMQhT1riF+iF+" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_ce5efde0-630e-4b5f-b412-efb5f919b668\",\"name\":\"TipCrpQuota_ce5efde0-630e-4b5f-b412-efb5f919b668\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_cf2ddb3c-1718-4737-accc-be6da3d4f0f5?api-version=2021-01-01+67": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_cf2ddb3c-1718-4737-accc-be6da3d4f0f5?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "484" ], + "x-ms-client-request-id": [ "6d59a8c5-174a-4200-9092-4bc29cb3a440" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "25c773c7-dfb3-43c0-b30c-eb4b960faed1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14596" ], + "x-ms-request-id": [ "25c773c7-dfb3-43c0-b30c-eb4b960faed1" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225548Z:25c773c7-dfb3-43c0-b30c-eb4b960faed1" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:47 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvgOPAxHVCsHLnYGd3Af663EYs8HT/9C+wCCSTJXDqbInz0JTt87vRa6byeKiWCXcacS44zQV3dgFUkYEWQZeqlvIPNPJo2lmBPFp6aivK7KdrmHThWZMoxcNA0UoQ196dm37yt8uGOPZ8uw9PzXap" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_cf2ddb3c-1718-4737-accc-be6da3d4f0f5\",\"name\":\"TipCrpQuota_cf2ddb3c-1718-4737-accc-be6da3d4f0f5\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_d22d990c-4cdb-4538-a9e2-e7ac12c8d47c?api-version=2021-01-01+68": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_d22d990c-4cdb-4538-a9e2-e7ac12c8d47c?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "485" ], + "x-ms-client-request-id": [ "7e8b7549-4521-4c71-be7d-feeeb57cef53" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "42d3313f-e0ca-487b-9f34-e36ed2ea3a66" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14595" ], + "x-ms-request-id": [ "42d3313f-e0ca-487b-9f34-e36ed2ea3a66" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225549Z:42d3313f-e0ca-487b-9f34-e36ed2ea3a66" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:49 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvPvOU+3kAuNZPrhHIKuzgbT8tBfKkiZgeXYIdztUGQdeFW+gSJV/MAARazD1TNbU4RCeYLgWj3wph5TgccLjmW+hrwkpaLJFww2qjOH22UMDQySeNwxduVYz3DDJJ5YdyU6UlhGWElq7FvHn94S3Q" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_d22d990c-4cdb-4538-a9e2-e7ac12c8d47c\",\"name\":\"TipCrpQuota_d22d990c-4cdb-4538-a9e2-e7ac12c8d47c\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_d31939a3-dd47-4d7c-8238-8d82796cd765?api-version=2021-01-01+69": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_d31939a3-dd47-4d7c-8238-8d82796cd765?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "486" ], + "x-ms-client-request-id": [ "96fa147b-4d09-4b2d-8a07-c00d82321692" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "01a54667-9086-462d-8b5b-479fd8c5d4a0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14594" ], + "x-ms-request-id": [ "01a54667-9086-462d-8b5b-479fd8c5d4a0" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225549Z:01a54667-9086-462d-8b5b-479fd8c5d4a0" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:49 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv6gK/i/UNVXRTyWaA/Al4lIHpF4SLyw2WG2iNhj5FE6KeaXLfUROKBMRYs3IwsO/AGJ2rAEX2xrd+99IGtcR+YDYlUovwJFimhvdppphsdr3N8cloCIscCSTO0ZTeGJQmc5oSttUEXJfDYwfSLuGU" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_d31939a3-dd47-4d7c-8238-8d82796cd765\",\"name\":\"TipCrpQuota_d31939a3-dd47-4d7c-8238-8d82796cd765\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_d47b3132-f356-4b72-a8e9-f915289d622f?api-version=2021-01-01+70": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_d47b3132-f356-4b72-a8e9-f915289d622f?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "487" ], + "x-ms-client-request-id": [ "8ef0401b-40c4-42df-bc91-5a6e05656a2b" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "2a11fd50-8755-4661-afaa-97318a16c127" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14593" ], + "x-ms-request-id": [ "2a11fd50-8755-4661-afaa-97318a16c127" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225549Z:2a11fd50-8755-4661-afaa-97318a16c127" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:49 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvp0CgGIG2ED68SgYDQPI6ErK/e7nHH94Ng0hoSCtSuc7LBpQOY4N4hdSSWdm2QvQ66i5FLKKcp/W356fA1TfcDGkYdRWgwjZAx+kt8P15JrcsBTkGDbf86zfLU46Fa1Fs2TcK0X+gzOHLeK5tNlRz" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_d47b3132-f356-4b72-a8e9-f915289d622f\",\"name\":\"TipCrpQuota_d47b3132-f356-4b72-a8e9-f915289d622f\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_da03fa8e-7441-4644-9f24-afe801c60e0b?api-version=2021-01-01+71": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_da03fa8e-7441-4644-9f24-afe801c60e0b?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "488" ], + "x-ms-client-request-id": [ "6e044383-50c8-4e7b-9d9a-90493a131fea" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "55f34a3d-6adb-4529-acea-186b6d41fa9a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14592" ], + "x-ms-request-id": [ "55f34a3d-6adb-4529-acea-186b6d41fa9a" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225549Z:55f34a3d-6adb-4529-acea-186b6d41fa9a" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:49 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvhHKHZ7LKAeM+bg6dU/4/NbTov2TBBUZP4t12MwAA5FOETFq+SL9cjEajsZ7yKtigCHb9q5PDO4lBXY0svmTEq8QPg4zOgq8EBEcdyatxf3vWhLScp9Yo5bJybXGdyuD7uA9Wd8FE6op1EDkWVy2q" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_da03fa8e-7441-4644-9f24-afe801c60e0b\",\"name\":\"TipCrpQuota_da03fa8e-7441-4644-9f24-afe801c60e0b\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_df78adb7-1839-4e19-aaca-ea67878453da?api-version=2021-01-01+72": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_df78adb7-1839-4e19-aaca-ea67878453da?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "489" ], + "x-ms-client-request-id": [ "878b92c4-8f65-40df-9c93-0ebd3d17c346" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "50527379-a5b6-4b03-95ff-cb638f20afdd" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14591" ], + "x-ms-request-id": [ "50527379-a5b6-4b03-95ff-cb638f20afdd" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225549Z:50527379-a5b6-4b03-95ff-cb638f20afdd" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:49 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvcI2ffBHPoQtq1n77j2tpsHDfAQfKy/PAmTLexNk2GjCw8WRYygyxOEE4rjc6H23xVw8VB3s0n82CxrK8oOlu30ZGvpCTRG0vZDshuT0Yr7iV/nS6AFWRxclG+6vgUOzYub9bkkBzmSCgpftHlDh6" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_df78adb7-1839-4e19-aaca-ea67878453da\",\"name\":\"TipCrpQuota_df78adb7-1839-4e19-aaca-ea67878453da\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e4cda532-e0cd-4861-af55-643fcfbc0f56?api-version=2021-01-01+73": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e4cda532-e0cd-4861-af55-643fcfbc0f56?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "490" ], + "x-ms-client-request-id": [ "7129e9a5-8bef-4ba5-a9f5-948685b00e15" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "66eeaf7e-80ff-497f-b92d-9d8b1562ee22" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14590" ], + "x-ms-request-id": [ "66eeaf7e-80ff-497f-b92d-9d8b1562ee22" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225549Z:66eeaf7e-80ff-497f-b92d-9d8b1562ee22" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:49 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvtRl8bjcpSk7A+FybzDKg9vQOQtuVThaEz8MbrRvLN8AyKC/ydrueF3ZROnaE1oBnNg2P1Z9OPIxo/TTPzuH7taS+2U0gE/oSABbMwY8BdYdOK2qcws+I1CC6qS2luFVufEHr+DvrPIhwJ1txWP/0" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e4cda532-e0cd-4861-af55-643fcfbc0f56\",\"name\":\"TipCrpQuota_e4cda532-e0cd-4861-af55-643fcfbc0f56\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e7148f69-198c-4061-9145-883d70ae5011?api-version=2021-01-01+74": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e7148f69-198c-4061-9145-883d70ae5011?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "491" ], + "x-ms-client-request-id": [ "852f9431-79c9-46b3-82a2-cc5b6d3da3fc" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "2e7fea5e-96f1-474e-99bb-67dc09343c0b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14589" ], + "x-ms-request-id": [ "2e7fea5e-96f1-474e-99bb-67dc09343c0b" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225549Z:2e7fea5e-96f1-474e-99bb-67dc09343c0b" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:49 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv5U9oVrAtbi49igXGO4BHb06NkZWJz187wBegxKMgg932qSrizAu+PBPJfwIf1AoINljUTD18PovNPIRQPooLrbrgKEAatKnuWvxBg8XQIb0n4khcpH7UH19lrtQ93ggiQKh/VvnC7i+k1iD26a7D" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e7148f69-198c-4061-9145-883d70ae5011\",\"name\":\"TipCrpQuota_e7148f69-198c-4061-9145-883d70ae5011\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e77fd175-85f7-4cdb-aaa0-89fd5bab7dd5?api-version=2021-01-01+75": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e77fd175-85f7-4cdb-aaa0-89fd5bab7dd5?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "492" ], + "x-ms-client-request-id": [ "a74ead25-7a4d-4248-bd25-38394452d191" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "4847668b-67d0-49c2-8825-c15d0322001d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14588" ], + "x-ms-request-id": [ "4847668b-67d0-49c2-8825-c15d0322001d" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225550Z:4847668b-67d0-49c2-8825-c15d0322001d" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:50 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRveW8IciYiDpOaOdQUaVsiBhj3jKUdTRrdDjKmkxdLgeauXHq1S+2VLzARmhUSzzXMt4J7m2fLtjWybPbic4JnhWfMdGMBQBPRsz2UtITX6s2O/W1pHAfO+AVrshn3Sa3zSsHo+nESiYoFRdgcXEid" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e77fd175-85f7-4cdb-aaa0-89fd5bab7dd5\",\"name\":\"TipCrpQuota_e77fd175-85f7-4cdb-aaa0-89fd5bab7dd5\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e9b68710-c7f0-4a21-94d1-1659c2a03ad8?api-version=2021-01-01+76": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e9b68710-c7f0-4a21-94d1-1659c2a03ad8?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "493" ], + "x-ms-client-request-id": [ "430d9523-422e-4c2d-84bc-cb4bfbeb622a" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "24ad87b3-8c48-4e07-ac8d-415cfda565d3" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14587" ], + "x-ms-request-id": [ "24ad87b3-8c48-4e07-ac8d-415cfda565d3" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225550Z:24ad87b3-8c48-4e07-ac8d-415cfda565d3" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:50 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvYMPpvxlxKZXywyiWkPrR+OZ6dhqK3Qmr57uMgrVqTlz93nSfv8bRvX7t6jGi59l3v8shLn105Mz29LLII2LIyrZLSnGmbqvnNNemGO46yhTjajG+/i2VALmCwVU0V7/oAqFzAkYpGGzOLOhojxni" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e9b68710-c7f0-4a21-94d1-1659c2a03ad8\",\"name\":\"TipCrpQuota_e9b68710-c7f0-4a21-94d1-1659c2a03ad8\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e9c57286-08e8-4292-9050-d79ca8e7b865?api-version=2021-01-01+77": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e9c57286-08e8-4292-9050-d79ca8e7b865?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "494" ], + "x-ms-client-request-id": [ "70c45756-2bad-4d27-934a-dc5678ddb696" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "bf1859ff-ab2a-43e1-ab0f-80c01867f2bd" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14586" ], + "x-ms-request-id": [ "bf1859ff-ab2a-43e1-ab0f-80c01867f2bd" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225550Z:bf1859ff-ab2a-43e1-ab0f-80c01867f2bd" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:50 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvCTdOr1BLRWPBFYF1hTfOGqP7nmeoIoEgynhrrhVn23qKyy07bJyosHtOC0WfTsm3IlBJPK4D4pc9wiB4RKT5VwIq76rP0x7yCNUf/12qkputNYIdPYWIRZJgs6FNzg2Y2jR1WblreSetHRz/Bvqc" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_e9c57286-08e8-4292-9050-d79ca8e7b865\",\"name\":\"TipCrpQuota_e9c57286-08e8-4292-9050-d79ca8e7b865\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_f155d2bc-e9bd-49d2-a465-1da9fb320ede?api-version=2021-01-01+78": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_f155d2bc-e9bd-49d2-a465-1da9fb320ede?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "495" ], + "x-ms-client-request-id": [ "9150ac67-42f2-46d5-843f-8b8cc9f18300" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "d97b3081-b8a0-40ed-a9ef-83b2f26ff31e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14585" ], + "x-ms-request-id": [ "d97b3081-b8a0-40ed-a9ef-83b2f26ff31e" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225550Z:d97b3081-b8a0-40ed-a9ef-83b2f26ff31e" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:50 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvXvdqHl8ZDhdTC9nlFYYkpacuAjEHX8BocXlXSVzD1htpLm/3FIzLSvvJTI1y7YKpK46nsqT7iZ6sGSBb8QYg7+cb2KTq5JM6qcbMRq3CsqhSuhZSMxfj5JoMYJUWyv44qrdMiRrHNegxF5CS+7tE" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_f155d2bc-e9bd-49d2-a465-1da9fb320ede\",\"name\":\"TipCrpQuota_f155d2bc-e9bd-49d2-a465-1da9fb320ede\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_f59a09e9-0228-4c09-980b-bd95ac5b3cde?api-version=2021-01-01+79": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_f59a09e9-0228-4c09-980b-bd95ac5b3cde?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "496" ], + "x-ms-client-request-id": [ "b4205910-88ba-4d9a-b228-2882e9e8fc1e" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "e9bbe06a-a226-40e3-920a-dc2962e7577f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14584" ], + "x-ms-request-id": [ "e9bbe06a-a226-40e3-920a-dc2962e7577f" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225550Z:e9bbe06a-a226-40e3-920a-dc2962e7577f" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:50 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvgs21JtyobuAgr160jbLit2Wzphy05SwGBVbzPJtF4TrsosfiAWWTx2+DiC6F3AN66cQbqlG1IyJwC1j6w7W3Q3JySjcCn8g+J7xfEl+zYwsiXuq6aZ2g/W0AYocQPzCVfo5VMv6TcljvET8cyaIT" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_f59a09e9-0228-4c09-980b-bd95ac5b3cde\",\"name\":\"TipCrpQuota_f59a09e9-0228-4c09-980b-bd95ac5b3cde\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_faed7c92-6e9c-429b-bbbd-e7920e850090?api-version=2021-01-01+80": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_faed7c92-6e9c-429b-bbbd-e7920e850090?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "497" ], + "x-ms-client-request-id": [ "018069b7-ce56-4f3f-8508-9b211b6992d8" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "3fc38a26-224b-49ef-bb06-80de2e6c89a6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14583" ], + "x-ms-request-id": [ "3fc38a26-224b-49ef-bb06-80de2e6c89a6" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225550Z:3fc38a26-224b-49ef-bb06-80de2e6c89a6" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:50 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvLjK4wDpkKznA9pBetNo260Ct9of1donewXebH7tDyDChFczkMdGFggyarvH8yiRpOVvIZY/B9YzueuwJGrFlzb51BrsZhujFMjNmx/1tF7ggq4dmYiJwzy9AFHa++YfXYRd8IcT0MkbEBTSAbwpY" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_faed7c92-6e9c-429b-bbbd-e7920e850090\",\"name\":\"TipCrpQuota_faed7c92-6e9c-429b-bbbd-e7920e850090\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_fb17ff30-a9e7-4182-9597-79b8c0fcd515?api-version=2021-01-01+81": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_fb17ff30-a9e7-4182-9597-79b8c0fcd515?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "498" ], + "x-ms-client-request-id": [ "d191fb04-6cc7-42fa-9eab-52eab3856b77" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "5829b3b7-c611-4596-9161-b4d34f6b9524" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14582" ], + "x-ms-request-id": [ "5829b3b7-c611-4596-9161-b4d34f6b9524" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225550Z:5829b3b7-c611-4596-9161-b4d34f6b9524" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:50 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvs6Ogpa0ew3EofAW1iz4LKVvGeYQNoQcbpfGogTsjKggPBxMOOJgSw4f5Z95qSIONGBQNz84QwsM8CpjHtGaU/J3zfIVpDGUV3FuGg7qVaxpqp/3deeI6uagQULmZ9AOWNQ1XRFDJXHGCPgQlj0vw" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_fb17ff30-a9e7-4182-9597-79b8c0fcd515\",\"name\":\"TipCrpQuota_fb17ff30-a9e7-4182-9597-79b8c0fcd515\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_fdf3cea8-ec12-4baf-be3e-9ae183d08e16?api-version=2021-01-01+82": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_fdf3cea8-ec12-4baf-be3e-9ae183d08e16?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "42" ], - "x-ms-client-request-id": [ "2380953e-3abc-4d68-b77a-19f7b14edcab" ], - "CommandName": [ "Azs.Compute.Admin.internal\\New-AzsComputeQuota" ], - "FullCommandName": [ "New-AzsComputeQuota_CreateExpanded" ], + "x-ms-unique-id": [ "499" ], + "x-ms-client-request-id": [ "34d1201a-dba0-4820-994e-b018c8b9f029" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "252" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "ee2719ba-6301-4e9e-a8c9-2426e1834112" ], + "x-ms-correlation-request-id": [ "3ba84ddc-8cc7-4d92-ad7d-f8b7f1ee50c4" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14581" ], + "x-ms-request-id": [ "3ba84ddc-8cc7-4d92-ad7d-f8b7f1ee50c4" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225551Z:3ba84ddc-8cc7-4d92-ad7d-f8b7f1ee50c4" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:51 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv9YbjV5nc2bNC9mVZ4Pz6cSsNl1H802+kcIltk9gJr+gyg8V2ZDCIy6i47s5pgt1H+cHmA45o6XoF+96xf+dfSNrsoErFMxcymIQKmgUqjm8cPTfh2Zy/49kcXEfEslzpQEBfDJb5zNsRUkMxsLr5" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1190" ], - "x-ms-request-id": [ "ee2719ba-6301-4e9e-a8c9-2426e1834112" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233947Z:ee2719ba-6301-4e9e-a8c9-2426e1834112" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv5HKMOjpXb9dNIwdUbrC4mEPx+FkcTYcqh318OD6PDaZIHmPb6fZ/eJzhQlq2eCg87ZDr0oYXwhRD4DZCGuOAC+ngeBIa1GkDf5kA6Xgn+D3AoAY9FwRvzepLVXGpxSJ919BKlBKiwMmXtoRzc8vV" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_fdf3cea8-ec12-4baf-be3e-9ae183d08e16\",\"name\":\"TipCrpQuota_fdf3cea8-ec12-4baf-be3e-9ae183d08e16\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_fe4efdf1-7b2c-49d6-9b39-994b521d1f99?api-version=2021-01-01+83": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_fe4efdf1-7b2c-49d6-9b39-994b521d1f99?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "500" ], + "x-ms-client-request-id": [ "6bc83b25-679d-4842-a3b6-be6880d8bb7c" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "4eab82f7-007c-4137-b957-ffa76ef129a6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14580" ], + "x-ms-request-id": [ "4eab82f7-007c-4137-b957-ffa76ef129a6" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225551Z:4eab82f7-007c-4137-b957-ffa76ef129a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:46 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:51 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvcNR5gVSvgRbKKQXXQs2ls052Wgdnz502cTgszDSUkh6zGmEOSTlFCvTBd7VIthHptWVwCtIIIrPm53J2bZpdh20PZWga3ffWcFs71gIds2ONgyADlalnIjlKi3r+5GKqz8QXfdpy2q5RdbUaLR5K" ] }, "ContentHeaders": { - "Content-Length": [ "413" ], + "Content-Length": [ "536" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota0\",\"name\":\"testQuota0\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":0,\"availabilitySetCount\":0,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":0,\"maxAllocationPremiumManagedDisksAndSnapshots\":0}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_fe4efdf1-7b2c-49d6-9b39-994b521d1f99\",\"name\":\"TipCrpQuota_fe4efdf1-7b2c-49d6-9b39-994b521d1f99\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuotaWithAlias+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota1?api-version=2018-02-09+2": { + "Quota+[NoContext]+TestGetAllQuotas+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_fef90e43-ace2-4282-ba88-18802cfbb0fb?api-version=2021-01-01+84": { "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota1?api-version=2018-02-09", - "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 1,\r\n \"coresLimit\": 0,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 0,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 0,\r\n \"virtualMachineCount\": 0,\r\n \"vmScaleSetCount\": 0\r\n }\r\n}", + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_fef90e43-ace2-4282-ba88-18802cfbb0fb?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "44" ], - "x-ms-client-request-id": [ "fff45a83-49e4-4762-a0e0-5deebc2c3790" ], - "CommandName": [ "Azs.Compute.Admin.internal\\New-AzsComputeQuota" ], - "FullCommandName": [ "New-AzsComputeQuota_CreateExpanded" ], + "x-ms-unique-id": [ "501" ], + "x-ms-client-request-id": [ "dca67d82-5611-4f7f-ac21-19371d758a4c" ], + "CommandName": [ "Get-AzsComputeQuota" ], + "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "cbe0e579-294a-4089-beea-5794faaac9e3" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14579" ], + "x-ms-request-id": [ "cbe0e579-294a-4089-beea-5794faaac9e3" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225551Z:cbe0e579-294a-4089-beea-5794faaac9e3" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:51 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRva7tPUDtSrox+XHrUlEXmkhyX7FjoSDdZ3Fa9e4gZpPgu9S+h+OB+IT8Hpsy/pbv4mgC0QSn8y8U+Mv9IWebbNTPOUr7m26AE3jdivBjzd7MFsZyW76un0fxakpBI9K4xTTkw35vtVLIEgF5rlf4n" ] + }, + "ContentHeaders": { + "Content-Length": [ "536" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/TipCrpQuota_fef90e43-ace2-4282-ba88-18802cfbb0fb\",\"name\":\"TipCrpQuota_fef90e43-ace2-4282-ba88-18802cfbb0fb\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":80,\"coresLimit\":300,\"availabilitySetCount\":10,\"vmScaleSetCount\":20,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestCreateQuota+$PUT+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota0?api-version=2021-01-01+1": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota0?api-version=2021-01-01", + "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 0,\r\n \"coresLimit\": 0,\r\n \"virtualMachineCount\": 0,\r\n \"vmScaleSetCount\": 0,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 0,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 0\r\n }\r\n}", + "isContentBase64": false, + "Headers": { + }, "ContentHeaders": { "Content-Type": [ "application/json" ], "Content-Length": [ "252" ] @@ -1272,39 +3669,34 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "0a7d47e4-0ee6-4f21-bcbe-23d2d8acb14e" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvTqoMXCYDs9gFP3qB4y1MZm5y+EXrOAReUPzOTOdfKtZ7uBpVFp/gXgbx6oRaPVjCpL/KBaAWp0WOS0olQ93uMn1/R/9XdBDyBn0Qb6KyIEl/St3KPHyBHuhO0rukzbHgJldGAlYlbi21j1G6OI+L" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1189" ], - "x-ms-request-id": [ "0a7d47e4-0ee6-4f21-bcbe-23d2d8acb14e" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233948Z:0a7d47e4-0ee6-4f21-bcbe-23d2d8acb14e" ], + "x-ms-correlation-request-id": [ "87b5e2bd-0b2e-44e3-8a27-5216ca708a57" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1161" ], + "x-ms-request-id": [ "87b5e2bd-0b2e-44e3-8a27-5216ca708a57" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225551Z:87b5e2bd-0b2e-44e3-8a27-5216ca708a57" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:47 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:51 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvcrNxAKRAbQ6WTpPmhhaByhHOGgMgwPZYe9cvZNF40RIxnV3f8+ro9N5kCVRF8jvJvzliMlQs8+5UXMQ0vDDifAiGdnetQJpuLTWMj7hMbMxGhuzN2H62mOnc1vbgX33b0Q4y2pc1pj8FILzJlyF0" ] }, "ContentHeaders": { - "Content-Length": [ "413" ], + "Content-Length": [ "449" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota1\",\"name\":\"testQuota1\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":0,\"availabilitySetCount\":1,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":0,\"maxAllocationPremiumManagedDisksAndSnapshots\":0}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota0\",\"name\":\"testQuota0\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":0,\"availabilitySetCount\":0,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":0,\"maxAllocationPremiumManagedDisksAndSnapshots\":0,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuotaWithAlias+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota2?api-version=2018-02-09+3": { + "Quota+[NoContext]+TestCreateQuota+$PUT+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota1?api-version=2021-01-01+2": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota2?api-version=2018-02-09", - "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 0,\r\n \"coresLimit\": 1,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 0,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 0,\r\n \"virtualMachineCount\": 0,\r\n \"vmScaleSetCount\": 0\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota1?api-version=2021-01-01", + "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 1,\r\n \"coresLimit\": 0,\r\n \"virtualMachineCount\": 0,\r\n \"vmScaleSetCount\": 0,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 0,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 0\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "46" ], - "x-ms-client-request-id": [ "355e21f3-ff3f-44fc-a336-0e1abfa25b76" ], - "CommandName": [ "Azs.Compute.Admin.internal\\New-AzsComputeQuota" ], - "FullCommandName": [ "New-AzsComputeQuota_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -1314,39 +3706,34 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "ce54ac67-4b67-4031-a826-8848b24acde6" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvzp624A0P1J6zqNa/7IzfcpUgF4fMQbN4BUdpEvQ1AIDvlSGKylywGrtxAHJUxnfLdpvuFBZCZ3acxbUdiz3+cfkTgwnaneDMBFSGdMPp5GA2ijIUEt3NPI8JRHabR8naDdZtLNU7lWSkD6+S9aAb" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1188" ], - "x-ms-request-id": [ "ce54ac67-4b67-4031-a826-8848b24acde6" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233949Z:ce54ac67-4b67-4031-a826-8848b24acde6" ], + "x-ms-correlation-request-id": [ "a21d1174-5ea2-4c7f-86d2-2cfea2126419" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1160" ], + "x-ms-request-id": [ "a21d1174-5ea2-4c7f-86d2-2cfea2126419" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225552Z:a21d1174-5ea2-4c7f-86d2-2cfea2126419" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:48 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:51 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJcCowdCMnboiPdaEstIwVsmUDbxeahdpWhDib0kOJjvotWzylNTSU2e4UB2+bvJfM1K/tPEWjQCV5QqcaSRtAVn2QjDIgqwAMyVaGVUeHKNN/BUzEJQHZeeIC9QbpSjq4cOo08Qhv4wnLdWdASeB" ] }, "ContentHeaders": { - "Content-Length": [ "413" ], + "Content-Length": [ "449" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota2\",\"name\":\"testQuota2\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":1,\"availabilitySetCount\":0,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":0,\"maxAllocationPremiumManagedDisksAndSnapshots\":0}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota1\",\"name\":\"testQuota1\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":0,\"availabilitySetCount\":1,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":0,\"maxAllocationPremiumManagedDisksAndSnapshots\":0,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuotaWithAlias+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota3?api-version=2018-02-09+4": { + "Quota+[NoContext]+TestCreateQuota+$PUT+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota2?api-version=2021-01-01+3": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota3?api-version=2018-02-09", - "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 0,\r\n \"coresLimit\": 0,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 0,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 0,\r\n \"virtualMachineCount\": 0,\r\n \"vmScaleSetCount\": 1\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota2?api-version=2021-01-01", + "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 0,\r\n \"coresLimit\": 1,\r\n \"virtualMachineCount\": 0,\r\n \"vmScaleSetCount\": 0,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 0,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 0\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "48" ], - "x-ms-client-request-id": [ "7cc23037-2f08-4062-b8a0-1ca61ac90ad9" ], - "CommandName": [ "Azs.Compute.Admin.internal\\New-AzsComputeQuota" ], - "FullCommandName": [ "New-AzsComputeQuota_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -1356,39 +3743,34 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "67fde911-eed7-4ae5-8bf7-ccd59418fb67" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRveySJrtj0BsQh/XLEMVlPXSRmnj1Dng6R+M9jZGHi8KlaZNkmGYBX1XH3dSbo3oSQawEbJBU2L+hREwBSvFQpnnGYEXX4KmqXCfH/r9j5Oy2dxuCCnyqyBV1gsheOASB7l4WcIOVJJ4PhK9J78ZP2" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1187" ], - "x-ms-request-id": [ "67fde911-eed7-4ae5-8bf7-ccd59418fb67" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233950Z:67fde911-eed7-4ae5-8bf7-ccd59418fb67" ], + "x-ms-correlation-request-id": [ "1c56d869-7992-4534-845d-10c169a9449a" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1159" ], + "x-ms-request-id": [ "1c56d869-7992-4534-845d-10c169a9449a" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225552Z:1c56d869-7992-4534-845d-10c169a9449a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:49 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:52 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvob98PqEo9TRxnDlPkvHRH6cDkb6nXLa6LVFrQuF8qRXcUdizm/WuLUGGbMBlUsu1D1JRJKtRnr05F3DARMwZi/qRiMCTMUdD0FVmPCjkp64BImtmLS/pocnY4r9JUv68s2qFJGbzBlaowfkvufYh" ] }, "ContentHeaders": { - "Content-Length": [ "413" ], + "Content-Length": [ "449" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota3\",\"name\":\"testQuota3\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":0,\"availabilitySetCount\":0,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":0,\"maxAllocationPremiumManagedDisksAndSnapshots\":0}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota2\",\"name\":\"testQuota2\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":1,\"availabilitySetCount\":0,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":0,\"maxAllocationPremiumManagedDisksAndSnapshots\":0,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuotaWithAlias+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota4?api-version=2018-02-09+5": { + "Quota+[NoContext]+TestCreateQuota+$PUT+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota3?api-version=2021-01-01+4": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota4?api-version=2018-02-09", - "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 0,\r\n \"coresLimit\": 0,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 0,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 0,\r\n \"virtualMachineCount\": 1,\r\n \"vmScaleSetCount\": 0\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota3?api-version=2021-01-01", + "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 0,\r\n \"coresLimit\": 0,\r\n \"virtualMachineCount\": 0,\r\n \"vmScaleSetCount\": 1,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 0,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 0\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "50" ], - "x-ms-client-request-id": [ "e070e50b-691e-4407-a7fd-f48b5ebc1cc0" ], - "CommandName": [ "Azs.Compute.Admin.internal\\New-AzsComputeQuota" ], - "FullCommandName": [ "New-AzsComputeQuota_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -1398,39 +3780,34 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "47da8f5f-b581-4641-ae44-8d6af641f2f1" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv3/QHxTi7koFwbUPnMlYD9mBt9v8dGSdwVgR7yjVs4D70+huatCV3g+Rr7TGDJFbb4RMIaefWdc2Juca2ie6ZjnVcW7SIsmOE3JFPGdF9BQ5ggjgvywUImYjZfJQkLr7bIaD/TZOsqOFayFieEH6s" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1186" ], - "x-ms-request-id": [ "47da8f5f-b581-4641-ae44-8d6af641f2f1" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233951Z:47da8f5f-b581-4641-ae44-8d6af641f2f1" ], + "x-ms-correlation-request-id": [ "99df2df0-3254-4202-80df-3da89e936aa3" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1158" ], + "x-ms-request-id": [ "99df2df0-3254-4202-80df-3da89e936aa3" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225552Z:99df2df0-3254-4202-80df-3da89e936aa3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:51 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:52 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvkulTOpnkXWJiHtNJyfAnvF+pcSFXihCs+NsTOZJHdQU9EXCb6NqIdJzhDWX7xlsKmdHQjuikIMOcZ8vIbMU61+NFoDQars3RBMQ92LZNNDqBPFP7/IY2SDkdAZHAxXaikGJn8Neo5KDAVT0nswj/" ] }, "ContentHeaders": { - "Content-Length": [ "413" ], + "Content-Length": [ "449" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota4\",\"name\":\"testQuota4\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":0,\"availabilitySetCount\":0,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":0,\"maxAllocationPremiumManagedDisksAndSnapshots\":0}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota3\",\"name\":\"testQuota3\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":0,\"availabilitySetCount\":0,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":0,\"maxAllocationPremiumManagedDisksAndSnapshots\":0,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuotaWithAlias+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota5?api-version=2018-02-09+6": { + "Quota+[NoContext]+TestCreateQuota+$PUT+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota4?api-version=2021-01-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota5?api-version=2018-02-09", - "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 0,\r\n \"coresLimit\": 0,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 0,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 1,\r\n \"virtualMachineCount\": 0,\r\n \"vmScaleSetCount\": 0\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota4?api-version=2021-01-01", + "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 0,\r\n \"coresLimit\": 0,\r\n \"virtualMachineCount\": 1,\r\n \"vmScaleSetCount\": 0,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 0,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 0\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "52" ], - "x-ms-client-request-id": [ "b1fa078b-39c7-4119-be26-4e1d56447c39" ], - "CommandName": [ "Azs.Compute.Admin.internal\\New-AzsComputeQuota" ], - "FullCommandName": [ "New-AzsComputeQuota_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -1440,39 +3817,34 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "3a4876f3-da65-43ac-a232-418b620a2980" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvlEbdiQtEmSCO3V52d/sMi5kASaXIRAKnOImsvMecjFj9w2Nj7LZVWhZJhuynZYacpx+CI4EikACyrA48+IepS1WTU7f5uuPuzdJd/qrEfrL6lBYi9mZMyuAegqo1uM0JiIUQ4bZoSt498Yi8pupx" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1185" ], - "x-ms-request-id": [ "3a4876f3-da65-43ac-a232-418b620a2980" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233953Z:3a4876f3-da65-43ac-a232-418b620a2980" ], + "x-ms-correlation-request-id": [ "e8c6737d-9031-4ee1-a3cb-45b840d98998" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1157" ], + "x-ms-request-id": [ "e8c6737d-9031-4ee1-a3cb-45b840d98998" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225552Z:e8c6737d-9031-4ee1-a3cb-45b840d98998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:52 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:52 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/B0Z5m4iplDzQDbrYG0PbPJF9fn3My/B+eViYePPvcV5MN3yb+2WglOBSPVKVROvosWGhz8hVnm4prZ4IdAZXNMDma26jHCzspv2oNNEwmIIlJGRX+Kqg0lih/TraKRKsFU+5dMQYodRx9RfJDRs" ] }, "ContentHeaders": { - "Content-Length": [ "413" ], + "Content-Length": [ "449" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota5\",\"name\":\"testQuota5\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":0,\"availabilitySetCount\":0,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":0}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota4\",\"name\":\"testQuota4\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":0,\"availabilitySetCount\":0,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":0,\"maxAllocationPremiumManagedDisksAndSnapshots\":0,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuotaWithAlias+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota6?api-version=2018-02-09+7": { + "Quota+[NoContext]+TestCreateQuota+$PUT+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota5?api-version=2021-01-01+6": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota6?api-version=2018-02-09", - "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 0,\r\n \"coresLimit\": 0,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 1,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 0,\r\n \"virtualMachineCount\": 0,\r\n \"vmScaleSetCount\": 0\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota5?api-version=2021-01-01", + "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 0,\r\n \"coresLimit\": 0,\r\n \"virtualMachineCount\": 0,\r\n \"vmScaleSetCount\": 0,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 1,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 0\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "54" ], - "x-ms-client-request-id": [ "d5d1894b-a389-49e1-b083-b459f269267c" ], - "CommandName": [ "Azs.Compute.Admin.internal\\New-AzsComputeQuota" ], - "FullCommandName": [ "New-AzsComputeQuota_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -1482,39 +3854,71 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "6f638bd4-7ef5-4cee-bfc4-f0b5a82ddbc8" ], + "x-ms-correlation-request-id": [ "79bde06c-4cd2-46b5-97d9-4e77e83f69a5" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1156" ], + "x-ms-request-id": [ "79bde06c-4cd2-46b5-97d9-4e77e83f69a5" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225553Z:79bde06c-4cd2-46b5-97d9-4e77e83f69a5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:53 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvaiKi9cwBmI8xvJ//ThC2UM3W3D+gdTS0wxU5iMWDSSBfXPGQQwiIQK4IWLfWZOKd0f77jAOyuuyHrFINQ1wUkF+6olEeT2occoKFwCiR517sc+iHPZZPlNpJLsiF+wtXC8mhXmUGAU1zhFSisVor" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1184" ], - "x-ms-request-id": [ "6f638bd4-7ef5-4cee-bfc4-f0b5a82ddbc8" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233953Z:6f638bd4-7ef5-4cee-bfc4-f0b5a82ddbc8" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvvFDgIMsJ717lv0war1C8NlcuZLJ7PuWZLSxH3p4a/lMagzGiJ5OMnRGJuxfeIT47aTLJ9VNlJ7YwZLzD4b3+ERoJ+bpK724MXiYTrjo3wpd0Lz2vMs4SWz6Fzhv0B7EMiOxd/MZoVTp1A/QKlvJX" ] + }, + "ContentHeaders": { + "Content-Length": [ "449" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota5\",\"name\":\"testQuota5\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":0,\"availabilitySetCount\":0,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":0,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestCreateQuota+$PUT+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota6?api-version=2021-01-01+7": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota6?api-version=2021-01-01", + "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 0,\r\n \"coresLimit\": 0,\r\n \"virtualMachineCount\": 0,\r\n \"vmScaleSetCount\": 0,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 0,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 1\r\n }\r\n}", + "isContentBase64": false, + "Headers": { + }, + "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "252" ] + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "c77e8f01-57db-4b67-a700-d69d889b0075" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1155" ], + "x-ms-request-id": [ "c77e8f01-57db-4b67-a700-d69d889b0075" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225553Z:c77e8f01-57db-4b67-a700-d69d889b0075" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:53 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:53 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvWKAN9eVmOGEfeNVMa3srE/LseuEXAe4rO1g9DsAHgedWTKIegy2Th2AP453u3hhAOO7F9Y3UtuVm99bra0gavqt/0HRLHkdleBLEPOd07yvE44w4hte3PJU89pbmm5f28eIvSPcoMKEVJDG82uu4" ] }, "ContentHeaders": { - "Content-Length": [ "413" ], + "Content-Length": [ "449" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota6\",\"name\":\"testQuota6\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":0,\"availabilitySetCount\":0,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":0,\"maxAllocationPremiumManagedDisksAndSnapshots\":1}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota6\",\"name\":\"testQuota6\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":0,\"availabilitySetCount\":0,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":0,\"maxAllocationPremiumManagedDisksAndSnapshots\":1,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuotaWithAlias+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota7?api-version=2018-02-09+8": { + "Quota+[NoContext]+TestCreateQuota+$PUT+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota7?api-version=2021-01-01+8": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota7?api-version=2018-02-09", - "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 100,\r\n \"coresLimit\": 100,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 100,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 100,\r\n \"virtualMachineCount\": 100,\r\n \"vmScaleSetCount\": 100\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota7?api-version=2021-01-01", + "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 100,\r\n \"coresLimit\": 100,\r\n \"virtualMachineCount\": 100,\r\n \"vmScaleSetCount\": 100,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 100,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 100\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "56" ], - "x-ms-client-request-id": [ "2824eb36-9436-4701-99b2-b47032ccbb20" ], - "CommandName": [ "Azs.Compute.Admin.internal\\New-AzsComputeQuota" ], - "FullCommandName": [ "New-AzsComputeQuota_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -1524,39 +3928,34 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "4a853f4e-3470-4cf5-a408-78d4bf55eb40" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvVwQp9Qd5fgJrtExrCEZYVPs4HzbnAeIpCfkWlIhdYICu1Cs+ghSV2eAK3C+WLYyeYvUk3zCe9wp4aUagw/apZvmQdyV45xbTTuh2ipDB41fFcoBCDlHjO2sfbPsHnNqFobD57LC0beRMhTGJjESJ" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1183" ], - "x-ms-request-id": [ "4a853f4e-3470-4cf5-a408-78d4bf55eb40" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233955Z:4a853f4e-3470-4cf5-a408-78d4bf55eb40" ], + "x-ms-correlation-request-id": [ "b0912954-4ff3-4bcd-b3d7-b9d35095bfee" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1154" ], + "x-ms-request-id": [ "b0912954-4ff3-4bcd-b3d7-b9d35095bfee" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225553Z:b0912954-4ff3-4bcd-b3d7-b9d35095bfee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:54 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:53 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvuFcwQf99YRBsms3dIsgQU3RLMRc1NrJnQdRd1hVVytR0uIuzsia5W0doHb5CdJqZYJnIiUG1G1mqKRDDcoCKb3PtfbYtzgbyv3JWpJDplDgWgfHBFUIOT+O9L78ySFPO0mpYj81/rdoA37EOJlQo" ] }, "ContentHeaders": { - "Content-Length": [ "425" ], + "Content-Length": [ "461" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota7\",\"name\":\"testQuota7\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":100,\"coresLimit\":100,\"availabilitySetCount\":100,\"vmScaleSetCount\":100,\"maxAllocationStandardManagedDisksAndSnapshots\":100,\"maxAllocationPremiumManagedDisksAndSnapshots\":100}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota7\",\"name\":\"testQuota7\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":100,\"coresLimit\":100,\"availabilitySetCount\":100,\"vmScaleSetCount\":100,\"maxAllocationStandardManagedDisksAndSnapshots\":100,\"maxAllocationPremiumManagedDisksAndSnapshots\":100,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuotaWithAlias+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota8?api-version=2018-02-09+9": { + "Quota+[NoContext]+TestCreateQuota+$PUT+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota8?api-version=2021-01-01+9": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota8?api-version=2018-02-09", - "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 1000,\r\n \"coresLimit\": 1000,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 1000,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 1000,\r\n \"virtualMachineCount\": 1000,\r\n \"vmScaleSetCount\": 1000\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota8?api-version=2021-01-01", + "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 1000,\r\n \"coresLimit\": 1000,\r\n \"virtualMachineCount\": 1000,\r\n \"vmScaleSetCount\": 1000,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 1000,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 1000\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "58" ], - "x-ms-client-request-id": [ "c330250a-9f06-4289-a2e3-d8b77ecf429a" ], - "CommandName": [ "Azs.Compute.Admin.internal\\New-AzsComputeQuota" ], - "FullCommandName": [ "New-AzsComputeQuota_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -1566,38 +3965,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "62282dff-1844-4f29-b5d5-f22ddb7eb71a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvxUjNwN/GhSLdETQH25Z9kAbUom2V/6k8SJ+HXRjCJp2TE1pp9s2BHRDxiS5lKmcAKbsr5sbChKlN+QlMS2OwNwIZvdTyi4c0Q47N0wXgYLmsRODmpLv6BwsmnBy3kRepLr1mYoXWJ9Ozz7mMxxHP" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1182" ], - "x-ms-request-id": [ "62282dff-1844-4f29-b5d5-f22ddb7eb71a" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233956Z:62282dff-1844-4f29-b5d5-f22ddb7eb71a" ], + "x-ms-correlation-request-id": [ "111deb50-08d8-4af6-b08a-512c8d9b894d" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1153" ], + "x-ms-request-id": [ "111deb50-08d8-4af6-b08a-512c8d9b894d" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225554Z:111deb50-08d8-4af6-b08a-512c8d9b894d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:56 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:54 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvTWUI0UZlXTHpyfITmwCyyQSxhc7Kqq3niV6hIl1X9cYtttVpsZ6Jpy5LIoZMUM+48gUuEN7E4HApKFpf1b8jdv7rO5rWjztisVUeWL95fnK1HynBT6G0ixx+7H8UIzd3qZ88wu2CR44OsdemlK6w" ] }, "ContentHeaders": { - "Content-Length": [ "431" ], + "Content-Length": [ "467" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota8\",\"name\":\"testQuota8\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":1000,\"coresLimit\":1000,\"availabilitySetCount\":1000,\"vmScaleSetCount\":1000,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota8\",\"name\":\"testQuota8\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":1000,\"coresLimit\":1000,\"availabilitySetCount\":1000,\"vmScaleSetCount\":1000,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuotaWithAlias+$DELETE+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota0?api-version=2018-02-09+10": { + "Quota+[NoContext]+TestCreateQuota+$DELETE+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota0?api-version=2021-01-01+10": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota0?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota0?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "59" ], - "x-ms-client-request-id": [ "bda905b0-4d03-48ad-93ce-ff3d755e7173" ], + "x-ms-unique-id": [ "520" ], + "x-ms-client-request-id": [ "d342fc43-5db1-42db-91d0-158ed759eed7" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1606,37 +4007,39 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "6d703479-9d6a-4a2c-a406-5f14275ac325" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvzQWcvN8kNUxPa3OJKFQOC8BWBiCIOCGnhnzJngcJD6E7djWUPS6rt1GgP74s3H/IMfNOfpJjwqnWHdW/Y4j3BZDnjmNS8cZHuMyYcKlXa6JS2WIA4nRVxQTVhlMJ2HCFWTIucbbFsjn8cCZ5hMHg" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14990" ], - "x-ms-request-id": [ "6d703479-9d6a-4a2c-a406-5f14275ac325" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233956Z:6d703479-9d6a-4a2c-a406-5f14275ac325" ], + "x-ms-correlation-request-id": [ "bc5a54ba-8f24-4b18-a721-3ebce26065f1" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14965" ], + "x-ms-request-id": [ "bc5a54ba-8f24-4b18-a721-3ebce26065f1" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225554Z:bc5a54ba-8f24-4b18-a721-3ebce26065f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:56 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:54 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJtTrXZ1sbk1thJev2yWQ8wqOIjkOgNFuRCRFNoRTKp11+yIOUTPNdaRoSd/3qtzyojtfnlD5/BFWqWCagQ2LRJDTKKCGuhyAiNYmljgX3SwlyAXh5JsDw7VghDE9gAl1fzdBveounQyJC0d3fAmX" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "0" ], + "Expires": [ "-1" ] }, - "Content": null + "Content": null, + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuotaWithAlias+$DELETE+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota1?api-version=2018-02-09+11": { + "Quota+[NoContext]+TestCreateQuota+$DELETE+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota1?api-version=2021-01-01+11": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota1?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota1?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "60" ], - "x-ms-client-request-id": [ "f733823c-7272-4be0-8934-1f67f9b888ae" ], + "x-ms-unique-id": [ "521" ], + "x-ms-client-request-id": [ "7d7a1d64-5a1a-40b5-a1d6-ea62c55444ab" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1645,37 +4048,39 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "f7ff849f-7c0e-4594-9ff2-7a5970f6f2d8" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvAFL5zqAWGwEYdwgJjmyIKEsvoL2KaCkwxtEIZyyKR8JixE+D1akc01RWzy79GBY+vYHm6to+pkIzO1PajqCv1yGZ5WOEgM0x8CN3oG0LRebDT01Zo+1xKb6bNae0jdJMSd18o594N8DZeqWOM/We" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14989" ], - "x-ms-request-id": [ "f7ff849f-7c0e-4594-9ff2-7a5970f6f2d8" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233956Z:f7ff849f-7c0e-4594-9ff2-7a5970f6f2d8" ], + "x-ms-correlation-request-id": [ "ae814838-88cd-487b-9a11-43d80c29edc2" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14964" ], + "x-ms-request-id": [ "ae814838-88cd-487b-9a11-43d80c29edc2" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225554Z:ae814838-88cd-487b-9a11-43d80c29edc2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:56 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:54 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv2jcq9ZceAz9+XMfCZwguFWDZIw9hC0YzU5D0PRAwhR+NFNp8a6Xdw55YbtaCoASNnjtPFSt8QpCkzYmC42KmqDnUXHIenbW5GgJVn8Bgy9+dTPA4qXgZazLzXuhj+wUB5y3WvYZT1SLxIa9pq0D3" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "0" ], + "Expires": [ "-1" ] }, - "Content": null + "Content": null, + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuotaWithAlias+$DELETE+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota2?api-version=2018-02-09+12": { + "Quota+[NoContext]+TestCreateQuota+$DELETE+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota2?api-version=2021-01-01+12": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota2?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota2?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "61" ], - "x-ms-client-request-id": [ "d1f24ae2-92d2-4755-88e0-678efac4ba53" ], + "x-ms-unique-id": [ "522" ], + "x-ms-client-request-id": [ "61e03fba-55ec-41d1-ae00-d61bd804ef86" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1684,37 +4089,39 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "3e5cee10-7503-476e-b35a-6a304855a86b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRveleXbHVv6cpEge15IkM3zDU/Zsz3LxZr205jCQToSvNpBZcq60vMUimzR7IscPrXdyir3cWUVU17+L7GlGaIitSbLPX0o+esgDMj85DtOo6oSPdWihPUqB71r8y47EEe33ZIIS2a+HzPk0p0Nrrv" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14988" ], - "x-ms-request-id": [ "3e5cee10-7503-476e-b35a-6a304855a86b" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233956Z:3e5cee10-7503-476e-b35a-6a304855a86b" ], + "x-ms-correlation-request-id": [ "41985a4a-399d-40ac-bee9-e6b3da057abf" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14963" ], + "x-ms-request-id": [ "41985a4a-399d-40ac-bee9-e6b3da057abf" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225554Z:41985a4a-399d-40ac-bee9-e6b3da057abf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:56 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:54 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvpZl23UfhUlRWbCS26ma10ltyrNf1yh6h9aAM4+DRmorBa5rzoeNhGOIINcJlEVx6f+kJxnIIShkyPhke/Lk37Mg2Wf/uP4LIENn3ce8qImnzEj5qDA7p6jI3iCM65YNtgWwT1LuhYskhFrOdvN/v" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "0" ], + "Expires": [ "-1" ] }, - "Content": null + "Content": null, + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuotaWithAlias+$DELETE+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota3?api-version=2018-02-09+13": { + "Quota+[NoContext]+TestCreateQuota+$DELETE+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota3?api-version=2021-01-01+13": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota3?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota3?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "62" ], - "x-ms-client-request-id": [ "b636145c-6fd5-408a-8527-b9961a8a1bcd" ], + "x-ms-unique-id": [ "523" ], + "x-ms-client-request-id": [ "8755ad72-5874-4a7c-abd4-d93f986f644d" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1723,37 +4130,39 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "1a176625-8285-4733-914b-663aa80a7eaa" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvwngh3JYQ9JtyarQISI7eLv3Lw36pALWrAKs3N2MYBP+A2z6e8KHOb705F/yeJ1lDkd6yvCdcxI69kinFA61zIem4ePVgAZjCHneSZSPtJCSCIhb4FXCqn5H9vsojhdXgfR5c1aqA5OWi5ihJmfNK" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14987" ], - "x-ms-request-id": [ "1a176625-8285-4733-914b-663aa80a7eaa" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233956Z:1a176625-8285-4733-914b-663aa80a7eaa" ], + "x-ms-correlation-request-id": [ "4ff8b555-2d3f-4103-a49b-1d81e21f4cd2" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14962" ], + "x-ms-request-id": [ "4ff8b555-2d3f-4103-a49b-1d81e21f4cd2" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225555Z:4ff8b555-2d3f-4103-a49b-1d81e21f4cd2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:56 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:54 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv8TG6JFbqZsuGd2H6hUeM3MiNHJlEOAOV81tSQ42PyX0uXUqhGvP8erKy76bhJy//LznunXd6nku2A7Yw4lDU8J0v5Kj7IZSjr7CVf71bcvzNcZo9W22rTUEF6FjIavuDmOrIHXMfQTEJ0m11053T" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "0" ], + "Expires": [ "-1" ] }, - "Content": null + "Content": null, + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuotaWithAlias+$DELETE+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota4?api-version=2018-02-09+14": { + "Quota+[NoContext]+TestCreateQuota+$DELETE+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota4?api-version=2021-01-01+14": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota4?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota4?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "63" ], - "x-ms-client-request-id": [ "f99d1332-25b9-43f7-bfad-9c3286c7b2ae" ], + "x-ms-unique-id": [ "524" ], + "x-ms-client-request-id": [ "4f063cd7-c21c-4459-86e9-6ee98682ef9b" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1762,37 +4171,39 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "b0ac4dc6-c49b-41b6-81f0-355fd3ec9857" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv3ERYxKkO9GS+WY7kzEj4UpcLj+ggTNkTKIMji4JTZASrI88kpuJzLJhqA7flc+WE3Q438STyeSCFRp3haYyuHIcbyXjsQG9tSX5Hs93zpqiV+QnNuv9slJpH+782oIfzLIsh0WX2Bz1TmnVSfIcs" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14986" ], - "x-ms-request-id": [ "b0ac4dc6-c49b-41b6-81f0-355fd3ec9857" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233957Z:b0ac4dc6-c49b-41b6-81f0-355fd3ec9857" ], + "x-ms-correlation-request-id": [ "e73117bd-ec67-4a03-8f00-b0c501566a91" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14961" ], + "x-ms-request-id": [ "e73117bd-ec67-4a03-8f00-b0c501566a91" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225555Z:e73117bd-ec67-4a03-8f00-b0c501566a91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:57 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:55 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv60XWWFs6DNGjJUzvyBkoNzO5WnA+KCiWS+2JYSDcjZpt1Co0qYxgY9IR55Z2FvDdxGzjQiAG+hzXMgcEaHSU6/dAkAqMi85+sQPdpOA3ncKl3a/hR04/K8Z1ur6yISfxgSIdFj+g8JewHCAGyVqg" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "0" ], + "Expires": [ "-1" ] }, - "Content": null + "Content": null, + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuotaWithAlias+$DELETE+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota5?api-version=2018-02-09+15": { + "Quota+[NoContext]+TestCreateQuota+$DELETE+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota5?api-version=2021-01-01+15": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota5?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota5?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "64" ], - "x-ms-client-request-id": [ "e977b443-acb0-442e-8c47-a6393939628f" ], + "x-ms-unique-id": [ "525" ], + "x-ms-client-request-id": [ "9692202b-0fd7-45a6-9553-6d2a5df63e1c" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1801,399 +4212,495 @@ "Response": { "StatusCode": 200, "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "a6828180-422d-44c5-b14f-8a6df4557138" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14960" ], + "x-ms-request-id": [ "a6828180-422d-44c5-b14f-8a6df4557138" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225555Z:a6828180-422d-44c5-b14f-8a6df4557138" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:55 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvPg2RAgqgJze9V0o9NsQrwszoOZ1512YtpzqQ/TBWrhUuLz48aG5VixV/eZihWoA4k7THq27Zo0MtIeRd2hnhkL5iaCtMQvVD1ZB+3jfHV2taonZLN6SspVgvbL92a3rU7BYfAuCIpnje2Uvuu4+e" ] + }, + "ContentHeaders": { + "Content-Length": [ "0" ], + "Expires": [ "-1" ] + }, + "Content": null, + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestCreateQuota+$DELETE+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota6?api-version=2021-01-01+16": { + "Request": { + "Method": "DELETE", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota6?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "526" ], + "x-ms-client-request-id": [ "7ccb3426-7fd9-43ec-89cf-f2771d88b152" ], + "CommandName": [ "Remove-AzsComputeQuota" ], + "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "543e20e5-61a9-4d52-9cd6-d2e6d5f5937a" ], + "x-ms-correlation-request-id": [ "970441c0-0ca6-4739-9f3b-5c6eb53e6a45" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14959" ], + "x-ms-request-id": [ "970441c0-0ca6-4739-9f3b-5c6eb53e6a45" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225555Z:970441c0-0ca6-4739-9f3b-5c6eb53e6a45" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:55 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv3hpycdu4emkEZWkRWdC9ctBIMqaIq310B8Ps2MWKClh0Qq73I3pqX0dwiE+CCFuG7510O8+8KN4/65xi2xhg4+1Yr0zK/jvvXe7m5qaatJKvSwVun876opw6qsNt/W3uyaxwzyvedOSOxiJktaIk" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14985" ], - "x-ms-request-id": [ "543e20e5-61a9-4d52-9cd6-d2e6d5f5937a" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233957Z:543e20e5-61a9-4d52-9cd6-d2e6d5f5937a" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvs/EOypQd1TNTd/WpIJM9QJZc4u1Sh2AcoG3H/9M1mdaTJEOwNckQwbJ6RRr8/2dToB6DOPxdDbXYDyiG6QkvULU84vVCGCR3niPdt8Hv/adpatayU/NBKWrHDmyJcd3w1P9N5HJGh10LeLYMfRz6" ] + }, + "ContentHeaders": { + "Content-Length": [ "0" ], + "Expires": [ "-1" ] + }, + "Content": null, + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestCreateQuota+$DELETE+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota7?api-version=2021-01-01+17": { + "Request": { + "Method": "DELETE", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota7?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "527" ], + "x-ms-client-request-id": [ "9e3341d0-9c97-4d5e-b9f5-a0e03d597ae1" ], + "CommandName": [ "Remove-AzsComputeQuota" ], + "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "05c0d97b-898e-4f62-b7b4-9350abf6b8a0" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14958" ], + "x-ms-request-id": [ "05c0d97b-898e-4f62-b7b4-9350abf6b8a0" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225555Z:05c0d97b-898e-4f62-b7b4-9350abf6b8a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:57 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:55 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvIEEXKNosshcGaqtvotE+33Wb7vpUuNf0lDXjHGawPIpSTRWRN4Bu/nC8aPmVBGWQCV0jDxPsjJIZqDrJ/A6wXfA64P7B6hfru4lzNarUxOy61haVMepQIgyGQnRaF0GyVuH3QCsEnJam/ku8UQ85" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "0" ], + "Expires": [ "-1" ] }, - "Content": null + "Content": null, + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuotaWithAlias+$DELETE+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota6?api-version=2018-02-09+16": { + "Quota+[NoContext]+TestCreateQuota+$DELETE+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota8?api-version=2021-01-01+18": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota6?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota8?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "528" ], + "x-ms-client-request-id": [ "16f036a1-550b-4c49-bd1b-693ebfb7d0f5" ], + "CommandName": [ "Remove-AzsComputeQuota" ], + "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "a9022255-cf08-424c-b490-d5dc4925a3c5" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14957" ], + "x-ms-request-id": [ "a9022255-cf08-424c-b490-d5dc4925a3c5" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225556Z:a9022255-cf08-424c-b490-d5dc4925a3c5" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:55 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv2gQk0zAyAtvRu1s0Xik3/7t/hx7UFRYa1m8iKx4j7GmZQjxjIMssrHrMTDuzbQ6wk7wqC24t1WiMtYtV4BoJpc4KPkp1lauhem37iJ10EVD2J+5GQlRZMBZs594JgsHoM/GQ6RIKWUd1hcjkDrHC" ] + }, + "ContentHeaders": { + "Content-Length": [ "0" ], + "Expires": [ "-1" ] + }, "Content": null, + "isContentBase64": false + } + }, + "Quota+[NoContext]+TestCreateQuotaWithAlias+$PUT+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota0?api-version=2021-01-01+1": { + "Request": { + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota0?api-version=2021-01-01", + "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 0,\r\n \"coresLimit\": 0,\r\n \"virtualMachineCount\": 0,\r\n \"vmScaleSetCount\": 0,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 0,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 0\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "65" ], - "x-ms-client-request-id": [ "89627910-8cbf-4dda-b481-4ef295c0ab11" ], - "CommandName": [ "Remove-AzsComputeQuota" ], - "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "252" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "1e84d6ed-857f-4f6a-9e2b-408f0aed8f30" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvZXekPOb9NeknFNb+WChhE69gzAHrvlTea56aewSP9f3b1dbcg3mfKG6XmnGK2ZbL4Bu9H5V0yBqf5aDX4SIMobmAMdTeAAfJxYv2hhlXSDgnNN0gjrfnq0+mGckD/j94QwVTDJ3dizRVB05EN8Rn" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14984" ], - "x-ms-request-id": [ "1e84d6ed-857f-4f6a-9e2b-408f0aed8f30" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233957Z:1e84d6ed-857f-4f6a-9e2b-408f0aed8f30" ], + "x-ms-correlation-request-id": [ "ad8eec1e-83bf-4a5d-9b95-7f13a1113520" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1152" ], + "x-ms-request-id": [ "ad8eec1e-83bf-4a5d-9b95-7f13a1113520" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225556Z:ad8eec1e-83bf-4a5d-9b95-7f13a1113520" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:57 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:56 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvL1U8GtMgHKoLQnMzYyFhaXcuv+dKP4IOnH6mEZa8uTGGAWXMadW3Ze1EqtBvMUDXD59nSN4H+kHKN//SNpOyIP+HxBRMMCWPHWSYvO6DmFy4V0/H8I2nwrFhiAxoOA7EKm9m0Psu06wi2elzXuMo" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "449" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, - "Content": null + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota0\",\"name\":\"testQuota0\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":0,\"availabilitySetCount\":0,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":0,\"maxAllocationPremiumManagedDisksAndSnapshots\":0,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuotaWithAlias+$DELETE+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota7?api-version=2018-02-09+17": { + "Quota+[NoContext]+TestCreateQuotaWithAlias+$PUT+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota1?api-version=2021-01-01+2": { "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota7?api-version=2018-02-09", - "Content": null, + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota1?api-version=2021-01-01", + "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 1,\r\n \"coresLimit\": 0,\r\n \"virtualMachineCount\": 0,\r\n \"vmScaleSetCount\": 0,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 0,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 0\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "66" ], - "x-ms-client-request-id": [ "f56a6702-dfe5-4bd7-b785-29def2e931df" ], - "CommandName": [ "Remove-AzsComputeQuota" ], - "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "252" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "0e37b85b-e832-4b69-9389-59d4f1392c0f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv3eBr6lFhPu54+RUFTbeyjAdI9s0M0+vxawz5pcRjm58D+AusT3Yow6HFh5BhHQHF4Qn/H3GKk6DT41l03yUWsmPmF8OEnR6i1T/qTq62s0Ayxbg1k14E6GKq0QSfhif542qDx2Gpv95bO2p1JG/A" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14983" ], - "x-ms-request-id": [ "0e37b85b-e832-4b69-9389-59d4f1392c0f" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233957Z:0e37b85b-e832-4b69-9389-59d4f1392c0f" ], + "x-ms-correlation-request-id": [ "de6f6ba2-b21a-4c01-9457-af018caea361" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1151" ], + "x-ms-request-id": [ "de6f6ba2-b21a-4c01-9457-af018caea361" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225556Z:de6f6ba2-b21a-4c01-9457-af018caea361" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:57 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:56 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvG8862FfQB28Yl9l7JQ/ZM14ggwybU1D1nSvRU8gTYjvLABq5+FxMA4Of/x/oL+RGDgn2heHrxgIRzZtlCPLm5wTX9689SvAb1Xtdc+znqiERDmSHvxySiUX7ZLSIy4X1DaSIGd0y99THaggCvKvn" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "449" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, - "Content": null + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota1\",\"name\":\"testQuota1\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":0,\"availabilitySetCount\":1,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":0,\"maxAllocationPremiumManagedDisksAndSnapshots\":0,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestCreateQuotaWithAlias+$DELETE+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota8?api-version=2018-02-09+18": { + "Quota+[NoContext]+TestCreateQuotaWithAlias+$PUT+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota2?api-version=2021-01-01+3": { "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuota8?api-version=2018-02-09", - "Content": null, + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota2?api-version=2021-01-01", + "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 0,\r\n \"coresLimit\": 1,\r\n \"virtualMachineCount\": 0,\r\n \"vmScaleSetCount\": 0,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 0,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 0\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "67" ], - "x-ms-client-request-id": [ "e003f71c-4c15-4eff-bc93-fbd2753a4a80" ], - "CommandName": [ "Remove-AzsComputeQuota" ], - "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "252" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "c01bf802-cade-47e5-9fae-c55f2e105835" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvpXL04tfEaA5EtEuhxZ8BI1fvOH14OiJlP7DXslOMKnK0Hy1B2j+D/Qm2qa98Nkbqknj4uln6OkohJ229bLA/dYuV/iyIuB1tBEIkzp80PIDTo1fqTOXelrjuKt7Rij5SA3labhFRo3JxWoqjcoJu" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14982" ], - "x-ms-request-id": [ "c01bf802-cade-47e5-9fae-c55f2e105835" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T233957Z:c01bf802-cade-47e5-9fae-c55f2e105835" ], + "x-ms-correlation-request-id": [ "e750600f-eef5-462a-8985-c2f7ffe9562c" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1150" ], + "x-ms-request-id": [ "e750600f-eef5-462a-8985-c2f7ffe9562c" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225557Z:e750600f-eef5-462a-8985-c2f7ffe9562c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:39:57 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:56 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvYE6nU29iY1uiog9qdLr35tFlfGmohVGhYOLb5eav0uekU9mFVVQMLmQGIOU34nf4x45TFYZUEGC1e3425i6PWGyI17TCEpXJycmf/VPR1qiNzSualYUQoG3L9jjkM6Rh+zhLg4PnJpXDC+yhUh5x" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "449" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, - "Content": null + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota2\",\"name\":\"testQuota2\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":1,\"availabilitySetCount\":0,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":0,\"maxAllocationPremiumManagedDisksAndSnapshots\":0,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestDeleteNonExistingQuota+$DELETE+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/thisdoesnotexistandifitdoesoops?api-version=2018-02-09+1": { + "Quota+[NoContext]+TestCreateQuotaWithAlias+$PUT+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota3?api-version=2021-01-01+4": { "Request": { - "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/thisdoesnotexistandifitdoesoops?api-version=2018-02-09", - "Content": null, + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota3?api-version=2021-01-01", + "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 0,\r\n \"coresLimit\": 0,\r\n \"virtualMachineCount\": 0,\r\n \"vmScaleSetCount\": 1,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 0,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 0\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "81" ], - "x-ms-client-request-id": [ "deb6d2e5-827a-4583-8688-9a00fa0ce2be" ], - "CommandName": [ "Remove-AzsComputeQuota" ], - "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "252" ] } }, "Response": { - "StatusCode": 404, + "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "ab38d9b2-4466-4f7c-bc7f-d61c15cc2c01" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv5K4CT5ie7Z/sXfHUpN6lUu2nm+YJq6Mm5SzHEioEC8PGGf8H0gMVSaqSSc2i4kYlqzY3ucQlYcaXgGi7uL5WmzhSF2+MzHXDaopdtCeSntiSl2A86UBZEcI8prSVC3rlCWCRJfe4bLZTQTBjKul5" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14981" ], - "x-ms-request-id": [ "ab38d9b2-4466-4f7c-bc7f-d61c15cc2c01" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T234009Z:ab38d9b2-4466-4f7c-bc7f-d61c15cc2c01" ], + "x-ms-correlation-request-id": [ "9d065a79-3601-435a-b257-9be7658d10f3" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1149" ], + "x-ms-request-id": [ "9d065a79-3601-435a-b257-9be7658d10f3" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225557Z:9d065a79-3601-435a-b257-9be7658d10f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:40:09 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:57 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv+gUUX+CPr03nTrDf/mM1rxoAiqrwSOzajUdpo2JyB9VzfSY/bzrc4qiJFcTpiH/2KMeuvE+KbrxCyVrqsfNHxA3Gc0KzJfEv7f/aYzEADKXriFYA1mLPxT525Y78nGmC/EiuTFAO5+5fiFsnlZvT" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "449" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, - "Content": null + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota3\",\"name\":\"testQuota3\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":0,\"availabilitySetCount\":0,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":0,\"maxAllocationPremiumManagedDisksAndSnapshots\":0,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestQuotaCreateUpdateDelete+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09+1": { + "Quota+[NoContext]+TestCreateQuotaWithAlias+$PUT+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota4?api-version=2021-01-01+5": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09", - "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 10,\r\n \"coresLimit\": 100,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 2048,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 2048,\r\n \"virtualMachineCount\": 100\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota4?api-version=2021-01-01", + "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 0,\r\n \"coresLimit\": 0,\r\n \"virtualMachineCount\": 1,\r\n \"vmScaleSetCount\": 0,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 0,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 0\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "83" ], - "x-ms-client-request-id": [ "957c7cb1-f95a-40eb-a215-3089c7934e64" ], - "CommandName": [ "Azs.Compute.Admin.internal\\New-AzsComputeQuota" ], - "FullCommandName": [ "New-AzsComputeQuota_CreateExpanded" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "236" ] + "Content-Length": [ "252" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "23c60830-887e-44e2-b221-44551ab9464c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvE7Dx19rEqvlariz5EFka5sh21PB/JUhcOYwdqSbxUlzvd8Lblxz0UkadIZZrP6DlsYcHBDS83PMbecRPcw/vgvrwaZrtS95ABMLljG9Y5s4lsRl1fVyoPAxvgRHg+dZrpq5OREg670qATnp9PV0n" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1181" ], - "x-ms-request-id": [ "23c60830-887e-44e2-b221-44551ab9464c" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T234011Z:23c60830-887e-44e2-b221-44551ab9464c" ], + "x-ms-correlation-request-id": [ "cadb0129-0637-44ae-ae22-63a080d38749" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1148" ], + "x-ms-request-id": [ "cadb0129-0637-44ae-ae22-63a080d38749" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225557Z:cadb0129-0637-44ae-ae22-63a080d38749" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:40:11 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:57 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvXEfSzak30zwbfWiddxhUkRnIPbkl4NPE04FUFK8D2U/ZtXm8H7AW+EeIgbTihB1PWcZ/BfSVFTytxwSCM9QGeVkORycsOC2cLpRHDw1ePoUJuaHd28MISS1ATDK82j0KXj85JdKOlC3623l78Piq" ] }, "ContentHeaders": { - "Content-Length": [ "458" ], + "Content-Length": [ "449" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete\",\"name\":\"testQuotaCreateUpdateDelete\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":100,\"coresLimit\":100,\"availabilitySetCount\":10,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":2048,\"maxAllocationPremiumManagedDisksAndSnapshots\":2048}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota4\",\"name\":\"testQuota4\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":0,\"availabilitySetCount\":0,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":0,\"maxAllocationPremiumManagedDisksAndSnapshots\":0,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestQuotaCreateUpdateDelete+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09+2": { + "Quota+[NoContext]+TestCreateQuotaWithAlias+$PUT+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota5?api-version=2021-01-01+6": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09", - "Content": null, + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota5?api-version=2021-01-01", + "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 0,\r\n \"coresLimit\": 0,\r\n \"virtualMachineCount\": 0,\r\n \"vmScaleSetCount\": 0,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 1,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 0\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "84" ], - "x-ms-client-request-id": [ "612392d5-254d-4dc1-8e0e-ff10562be9fc" ], - "CommandName": [ "Get-AzsComputeQuota" ], - "FullCommandName": [ "Get-AzsComputeQuota_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "252" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "d96c6536-32ac-49e8-8f38-ae82bba866f6" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvlXDEA9UsTkjt+x0ChY9t9Cezr5/uaWydA+BE+E5fB7WmYKITqtQVX2GYfvHqCF8++fA3ix8vZANbJgf+UBM+MQlH8hfudBAAfg0fMG2OeP46qZhUCnV5WWfn+JJ9FLo+0yC0pc/NX1fCe4fX/wTF" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14732" ], - "x-ms-request-id": [ "d96c6536-32ac-49e8-8f38-ae82bba866f6" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T234012Z:d96c6536-32ac-49e8-8f38-ae82bba866f6" ], + "x-ms-correlation-request-id": [ "9ba5ad6f-2161-418b-8c84-63e5a616a814" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1147" ], + "x-ms-request-id": [ "9ba5ad6f-2161-418b-8c84-63e5a616a814" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225558Z:9ba5ad6f-2161-418b-8c84-63e5a616a814" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:40:12 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:57 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvrczb0z3zW6nqHdlGCynZ/d9S1gSY13kwAFRGOYfqaW8eB+t4Sy60bgTbVL4Qxv9+1I36I3m7zkOpdBnxGrLYen/w46Ul8obB2jV5AqAWjNDdP13Ay8uKRdQfM9wP+KcJqUUkJJWu60G5KvTvjf2s" ] }, "ContentHeaders": { - "Content-Length": [ "458" ], + "Content-Length": [ "449" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete\",\"name\":\"testQuotaCreateUpdateDelete\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":100,\"coresLimit\":100,\"availabilitySetCount\":10,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":2048,\"maxAllocationPremiumManagedDisksAndSnapshots\":2048}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota5\",\"name\":\"testQuota5\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":0,\"availabilitySetCount\":0,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":0,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestQuotaCreateUpdateDelete+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09+3": { + "Quota+[NoContext]+TestCreateQuotaWithAlias+$PUT+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota6?api-version=2021-01-01+7": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09", - "Content": "{\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"availabilitySetCount\": 1,\r\n \"coresLimit\": 1,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 1,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 1,\r\n \"virtualMachineCount\": 1,\r\n \"vmScaleSetCount\": 1\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota6?api-version=2021-01-01", + "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 0,\r\n \"coresLimit\": 0,\r\n \"virtualMachineCount\": 0,\r\n \"vmScaleSetCount\": 0,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 0,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 1\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "85" ], - "x-ms-client-request-id": [ "3ecb0757-a8ea-49f4-b957-251648afcaf0" ], - "CommandName": [ "Azs.Compute.Admin.internal\\Set-AzsComputeQuota" ], - "FullCommandName": [ "Set-AzsComputeQuota_Update" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "280" ] + "Content-Length": [ "252" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "480766ca-4f48-4bc8-83ba-bf4cea59ce58" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvlOnxuPToD7hjPm2TnHxAOFPXFShE/9Ceja3gTaNMzxB5QSnzLfj8ORUppIGomVswaINoJAO0yJiwz95FWBzAlJDnuYmQD5KXnD0XA9QocAr+Z6LyHeBrFa9t0Rh22e9bEZxXES98w4Cz0sytESUq" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1180" ], - "x-ms-request-id": [ "480766ca-4f48-4bc8-83ba-bf4cea59ce58" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T234012Z:480766ca-4f48-4bc8-83ba-bf4cea59ce58" ], + "x-ms-correlation-request-id": [ "88d8251b-12ac-48b2-bbe0-0534b7584aef" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1146" ], + "x-ms-request-id": [ "88d8251b-12ac-48b2-bbe0-0534b7584aef" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225558Z:88d8251b-12ac-48b2-bbe0-0534b7584aef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:40:12 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:58 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvi94M5qZ7zIzo4MxIpJmOBDEa5PgHDijeGvJz32ThUlwn6kKxNPLr4lBpvgWL+Qs35ABQIIXWrvhymh/qAzBay/ileGMMWIW8WcRpTX0+SEN2N8cjHSEwFFrVT2pDYWcP9mgke8s18eANGpaAwZ84" ] }, "ContentHeaders": { - "Content-Length": [ "447" ], + "Content-Length": [ "449" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete\",\"name\":\"testQuotaCreateUpdateDelete\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":1,\"availabilitySetCount\":1,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":1}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota6\",\"name\":\"testQuota6\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":0,\"coresLimit\":0,\"availabilitySetCount\":0,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":0,\"maxAllocationPremiumManagedDisksAndSnapshots\":1,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestQuotaCreateUpdateDelete+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09+4": { + "Quota+[NoContext]+TestCreateQuotaWithAlias+$PUT+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota7?api-version=2021-01-01+8": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09", - "Content": null, + "Method": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota7?api-version=2021-01-01", + "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 100,\r\n \"coresLimit\": 100,\r\n \"virtualMachineCount\": 100,\r\n \"vmScaleSetCount\": 100,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 100,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 100\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "86" ], - "x-ms-client-request-id": [ "6c7d078b-5325-4ce0-9a5c-ee25c7620eed" ], - "CommandName": [ "Get-AzsComputeQuota" ], - "FullCommandName": [ "Get-AzsComputeQuota_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { + "Content-Type": [ "application/json" ], + "Content-Length": [ "264" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "274f0638-252b-4ac7-ab1d-393a42d297ae" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv6NoRUcOVfxmZWXDC9AjINEDFMkG9Fo+jgfUHpZV+VILtPHnidXSppUd4WTmD7G/NtbkD9eEYb1OMtlUIJiMkiKndOe1ZGqG5+jZhXifq5OYNjOoYSSbozUW0UmZAl0EoftpzDWKT+XHFvLn5Od5w" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14730" ], - "x-ms-request-id": [ "274f0638-252b-4ac7-ab1d-393a42d297ae" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T234013Z:274f0638-252b-4ac7-ab1d-393a42d297ae" ], + "x-ms-correlation-request-id": [ "1b8be996-bcea-47a2-8b46-7f0980c11828" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1145" ], + "x-ms-request-id": [ "1b8be996-bcea-47a2-8b46-7f0980c11828" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225558Z:1b8be996-bcea-47a2-8b46-7f0980c11828" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:40:13 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:58 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvcacNfWvFBfiMFzxNgcyMz/VWStJDxfIvvj1EtqrAbt3wVM99vtTwUN4IMpK5g1fW9EjxgeThG7AHVwgYRE3vSxtme6CB48ZO6MNriY41/y1WByWYOmt3bfE7jQhqf6RXK8ZwlCDnGZwUHapvmqTs" ] }, "ContentHeaders": { - "Content-Length": [ "447" ], + "Content-Length": [ "461" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete\",\"name\":\"testQuotaCreateUpdateDelete\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":1,\"availabilitySetCount\":1,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":1}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota7\",\"name\":\"testQuota7\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":100,\"coresLimit\":100,\"availabilitySetCount\":100,\"vmScaleSetCount\":100,\"maxAllocationStandardManagedDisksAndSnapshots\":100,\"maxAllocationPremiumManagedDisksAndSnapshots\":100,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestQuotaCreateUpdateDelete+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09+5": { + "Quota+[NoContext]+TestCreateQuotaWithAlias+$PUT+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota8?api-version=2021-01-01+9": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09", - "Content": "{\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"availabilitySetCount\": 1,\r\n \"coresLimit\": 1,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 1,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 1,\r\n \"virtualMachineCount\": 2,\r\n \"vmScaleSetCount\": 1\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota8?api-version=2021-01-01", + "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 1000,\r\n \"coresLimit\": 1000,\r\n \"virtualMachineCount\": 1000,\r\n \"vmScaleSetCount\": 1000,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 1000,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 1000\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "87" ], - "x-ms-client-request-id": [ "d809eb6e-e99f-4b80-9c94-1584a814bbff" ], - "CommandName": [ "Azs.Compute.Admin.internal\\Set-AzsComputeQuota" ], - "FullCommandName": [ "Set-AzsComputeQuota_Update" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "280" ] + "Content-Length": [ "270" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "f3154e6b-99af-4497-aef8-e8a83617f25e" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvKlszpNjJaGro34aauAnbl+v3wzhhWJXIzLCasOX/E6CYGgI807X9sZELslUxCc3ACGtros87f+z5ZdJD///ewgarvCijhW56RteuOOsYWzxb3H/BdfJVFFcWFSi29iWi97Z7DsQhOBb13xfeLcFK" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1179" ], - "x-ms-request-id": [ "f3154e6b-99af-4497-aef8-e8a83617f25e" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T234013Z:f3154e6b-99af-4497-aef8-e8a83617f25e" ], + "x-ms-correlation-request-id": [ "a0f014f3-fbf4-455a-a576-e44d4a8a173f" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1144" ], + "x-ms-request-id": [ "a0f014f3-fbf4-455a-a576-e44d4a8a173f" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225559Z:a0f014f3-fbf4-455a-a576-e44d4a8a173f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:40:13 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:58 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv5BSh8OIFj3G/82Talt3AU6hZUQNEr4cld08xG+TsHIu/8bLph2/jS946iYIJD1C1Yl8EEBRUpg62Qzq9ZVV7/UBb4iz8YNJ4CWhMW58Dry8vYLJ6uwpNtPoNc4StTx5irc2AS8PmnTwX4nbLv1w4" ] }, "ContentHeaders": { - "Content-Length": [ "447" ], + "Content-Length": [ "467" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete\",\"name\":\"testQuotaCreateUpdateDelete\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":2,\"coresLimit\":1,\"availabilitySetCount\":1,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":1}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota8\",\"name\":\"testQuota8\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":1000,\"coresLimit\":1000,\"availabilitySetCount\":1000,\"vmScaleSetCount\":1000,\"maxAllocationStandardManagedDisksAndSnapshots\":1000,\"maxAllocationPremiumManagedDisksAndSnapshots\":1000,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestQuotaCreateUpdateDelete+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09+6": { + "Quota+[NoContext]+TestCreateQuotaWithAlias+$DELETE+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota0?api-version=2021-01-01+10": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09", + "Method": "DELETE", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota0?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "88" ], - "x-ms-client-request-id": [ "927958ec-60e4-40d6-940b-8bd728229d0d" ], - "CommandName": [ "Get-AzsComputeQuota" ], - "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "x-ms-unique-id": [ "547" ], + "x-ms-client-request-id": [ "65755c36-ce8d-47e6-8ff0-aff8ec5a45ce" ], + "CommandName": [ "Remove-AzsComputeQuota" ], + "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -2202,80 +4709,80 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "3060c16b-eea0-4972-a461-92834b69b044" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvng3Bcn/urmK59lmh4P8Zn8XPb1XGzFOmacyiXtOFnT+sV+vUNIG9skNM1mfShAx+KPrp6sV8zkStlVrxYt+dTT0xnSogu+onf0aYNBbXb1nBqTbTI4NHoSlO8AzkqsnV9+fRX5s4Hxx7KqYCjIhD" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14728" ], - "x-ms-request-id": [ "3060c16b-eea0-4972-a461-92834b69b044" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T234014Z:3060c16b-eea0-4972-a461-92834b69b044" ], + "x-ms-correlation-request-id": [ "cf1cb57e-2786-4ed4-938e-db4642aac6c5" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14956" ], + "x-ms-request-id": [ "cf1cb57e-2786-4ed4-938e-db4642aac6c5" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225559Z:cf1cb57e-2786-4ed4-938e-db4642aac6c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:40:13 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:58 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvvX9ZtNVhbpQW/kY/xAZIk9hd2LHvZAHsD7oeK32vF3KEwWBYktzgfAMfgKs04Qnz0O7j9wXF3DFF6IDoIox4eXA7uIeqq2EO8W4hXvJq7vGaoDaiR7jrAS79ah6Y5z4lU6YUT7joGi3iBREmcKat" ] }, "ContentHeaders": { - "Content-Length": [ "447" ], - "Content-Type": [ "application/json; charset=utf-8" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete\",\"name\":\"testQuotaCreateUpdateDelete\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":2,\"coresLimit\":1,\"availabilitySetCount\":1,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":1}}" + "Content": null, + "isContentBase64": false } }, - "Quota+[NoContext]+TestQuotaCreateUpdateDelete+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09+7": { + "Quota+[NoContext]+TestCreateQuotaWithAlias+$DELETE+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota1?api-version=2021-01-01+11": { "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09", - "Content": "{\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"availabilitySetCount\": 2,\r\n \"coresLimit\": 1,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 1,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 1,\r\n \"virtualMachineCount\": 2,\r\n \"vmScaleSetCount\": 1\r\n }\r\n}", + "Method": "DELETE", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota1?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "89" ], - "x-ms-client-request-id": [ "61fef7cd-5c28-4a33-ae0e-c0ec0486890c" ], - "CommandName": [ "Azs.Compute.Admin.internal\\Set-AzsComputeQuota" ], - "FullCommandName": [ "Set-AzsComputeQuota_Update" ], + "x-ms-unique-id": [ "548" ], + "x-ms-client-request-id": [ "1d1ebb9a-ac59-435a-8eb9-0df89363f1bc" ], + "CommandName": [ "Remove-AzsComputeQuota" ], + "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "280" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "cdfab6ec-960d-46c5-90b7-de7ab52c85be" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsyfQTvTJmf7qvbgN17itvG6PcnkXjntKZXEXpWvcegHYM+MdJNYyQ23qEXS76sP+NyWrZt3hs4Isb4THsvirXScQBXYiCepnV/oyAs5k3LlXoy0R2bY85VcjSIXpqi2ChHiyAteXPN/6u7oAFzoC" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1178" ], - "x-ms-request-id": [ "cdfab6ec-960d-46c5-90b7-de7ab52c85be" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T234014Z:cdfab6ec-960d-46c5-90b7-de7ab52c85be" ], + "x-ms-correlation-request-id": [ "151291e9-1391-42f8-be4c-9f69db6a614b" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14955" ], + "x-ms-request-id": [ "151291e9-1391-42f8-be4c-9f69db6a614b" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225559Z:151291e9-1391-42f8-be4c-9f69db6a614b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:40:14 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:59 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvRzyyDlP1Czr4vWZI1m/Rj5rTvbM5UxMal6M3YXzfqO6GHvvtRYY8KBJTBXjv7G9IXRKkeAPUEoR5qzI9uLkEYZfi0gOwIZPhdCz/ekUmCoJBpgeGXnyXAn0zY11MKntaReispvJVCCul7FiRMtju" ] }, "ContentHeaders": { - "Content-Length": [ "447" ], - "Content-Type": [ "application/json; charset=utf-8" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete\",\"name\":\"testQuotaCreateUpdateDelete\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":2,\"coresLimit\":1,\"availabilitySetCount\":2,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":1}}" + "Content": null, + "isContentBase64": false } }, - "Quota+[NoContext]+TestQuotaCreateUpdateDelete+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09+8": { + "Quota+[NoContext]+TestCreateQuotaWithAlias+$DELETE+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota2?api-version=2021-01-01+12": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09", + "Method": "DELETE", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota2?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "90" ], - "x-ms-client-request-id": [ "c73a0b58-777f-4f61-9492-d2e02e455882" ], - "CommandName": [ "Get-AzsComputeQuota" ], - "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "x-ms-unique-id": [ "549" ], + "x-ms-client-request-id": [ "8588c538-5256-4b93-979b-c2940619d9c7" ], + "CommandName": [ "Remove-AzsComputeQuota" ], + "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -2284,80 +4791,80 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "49c0d2b2-a051-47fe-b7c3-5608b77f24fe" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvApdufzxBlOwQUXDqR640zgp9U1vMWjkgUDMxKuR4cv41/F7ZDRZ8y2VT2A93xQ8dlLCUwe3F4oIv2sR8LBZ1z6tHUBzgTiWUQq0ctPjmcerF9m/CNSdLswNBt7y5WGzjWkLfH1Arir/wTLnQsTM8" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14726" ], - "x-ms-request-id": [ "49c0d2b2-a051-47fe-b7c3-5608b77f24fe" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T234015Z:49c0d2b2-a051-47fe-b7c3-5608b77f24fe" ], + "x-ms-correlation-request-id": [ "6c137771-5c02-4111-80ea-086aaa0e6f5b" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14954" ], + "x-ms-request-id": [ "6c137771-5c02-4111-80ea-086aaa0e6f5b" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225559Z:6c137771-5c02-4111-80ea-086aaa0e6f5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:40:14 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:59 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvO8rrajjvghhR3wpqHbcN9ToecjyKRrEUy0sOiKGEenJ9RekDPAq249lHrHmRvSo2Ypt+/Fbob2qCUssUd9vFD9ADrE8nz47sMk3AltVZcLaOGJPnsNYXsBADnuPzrqn8gi6Tk3CUrbd6lgPdX3Xt" ] }, "ContentHeaders": { - "Content-Length": [ "447" ], - "Content-Type": [ "application/json; charset=utf-8" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete\",\"name\":\"testQuotaCreateUpdateDelete\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":2,\"coresLimit\":1,\"availabilitySetCount\":2,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":1}}" + "Content": null, + "isContentBase64": false } }, - "Quota+[NoContext]+TestQuotaCreateUpdateDelete+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09+9": { + "Quota+[NoContext]+TestCreateQuotaWithAlias+$DELETE+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota3?api-version=2021-01-01+13": { "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09", - "Content": "{\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"availabilitySetCount\": 2,\r\n \"coresLimit\": 1,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 1,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 1,\r\n \"virtualMachineCount\": 2,\r\n \"vmScaleSetCount\": 2\r\n }\r\n}", + "Method": "DELETE", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota3?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "91" ], - "x-ms-client-request-id": [ "a83ce164-56d1-48cf-bd53-18f9eaa26b59" ], - "CommandName": [ "Azs.Compute.Admin.internal\\Set-AzsComputeQuota" ], - "FullCommandName": [ "Set-AzsComputeQuota_Update" ], + "x-ms-unique-id": [ "550" ], + "x-ms-client-request-id": [ "087020f8-2ac6-429b-bf55-15b1badbfab3" ], + "CommandName": [ "Remove-AzsComputeQuota" ], + "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "280" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "7d35f462-4f22-4020-8800-2a23bea6771f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvIkgT6gB6I+ryFkz34xl9g++qICpbHgZiQqNVNWremvATzc66IwN7MIDUnjuKfHaa02Hm40I2+qqrlyY+gH8jdAkOOzzGggYnyrJ9QmMDN5BPQMzgIFyUhNJ5SqIMaEVBL/ufMWlwvh6BWY17w6Ce" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1177" ], - "x-ms-request-id": [ "7d35f462-4f22-4020-8800-2a23bea6771f" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T234015Z:7d35f462-4f22-4020-8800-2a23bea6771f" ], + "x-ms-correlation-request-id": [ "94c34aa0-67fc-45be-a737-96e9aa4e36c5" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14953" ], + "x-ms-request-id": [ "94c34aa0-67fc-45be-a737-96e9aa4e36c5" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225600Z:94c34aa0-67fc-45be-a737-96e9aa4e36c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:40:14 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:59 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv4EE+fO+jxcPhbAszSRMigBCH5beo74rtly9EE5F5Y6jQ39VV4bEtUfCc5A45w39udPySuKfpBtu6n+iLq2FTjj4O+FWnuHMIwvKECe5tns3L5VHne1UNxmj1rj6kUJObIlYXLFLNnxJD7/XkBxvz" ] }, "ContentHeaders": { - "Content-Length": [ "447" ], - "Content-Type": [ "application/json; charset=utf-8" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete\",\"name\":\"testQuotaCreateUpdateDelete\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":2,\"coresLimit\":1,\"availabilitySetCount\":2,\"vmScaleSetCount\":2,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":1}}" + "Content": null, + "isContentBase64": false } }, - "Quota+[NoContext]+TestQuotaCreateUpdateDelete+$DELETE+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09+10": { + "Quota+[NoContext]+TestCreateQuotaWithAlias+$DELETE+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota4?api-version=2021-01-01+14": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota4?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "92" ], - "x-ms-client-request-id": [ "6d16d413-9f9d-4b32-9547-efe22f481dac" ], + "x-ms-unique-id": [ "551" ], + "x-ms-client-request-id": [ "9737359d-ae4c-45fc-bcc2-e5642389b485" ], "CommandName": [ "Remove-AzsComputeQuota" ], - "FullCommandName": [ "Remove-AzsComputeQuota_DeleteViaIdentity" ], + "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -2366,37 +4873,39 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "34b53ec6-0667-4e56-9370-7e1a4939c411" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvzoJDA8eGi79d3fwSdDRrGl7ZUftDZQLkAnBbnW4Q1a2R1ux8R9OIYS5FeQZWnLRZEwUA8JGLz//QOcZ8HHL6q/eTpbGxYz7RqgclDnfvs0ZjG35/2h28XZPzifNijBuL/RQeosjHb0elqkzoGzmj" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14980" ], - "x-ms-request-id": [ "34b53ec6-0667-4e56-9370-7e1a4939c411" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T234015Z:34b53ec6-0667-4e56-9370-7e1a4939c411" ], + "x-ms-correlation-request-id": [ "44fb085f-f3ad-4052-b533-29ce49dad0d0" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14952" ], + "x-ms-request-id": [ "44fb085f-f3ad-4052-b533-29ce49dad0d0" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225600Z:44fb085f-f3ad-4052-b533-29ce49dad0d0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:40:15 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:59 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvyml05PSzSn845apI1CBE6oWD3BQkFhRF4469S63LHBcpaowcKLgvFbsNwIJoAvG/imBARXtqoVODxakaM/lj9MsdDfPc2R9ZlteXWucLMaKU6BHSsIsEfdE6BsbrzTFiajdnWSk0PKfoL1hfsIK7" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "0" ], + "Expires": [ "-1" ] }, - "Content": null + "Content": null, + "isContentBase64": false } }, - "Quota+[NoContext]+TestQuotaCreateUpdateDelete+$DELETE+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09+4": { + "Quota+[NoContext]+TestCreateQuotaWithAlias+$DELETE+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota5?api-version=2021-01-01+15": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota5?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "92" ], - "x-ms-client-request-id": [ "6d16d413-9f9d-4b32-9547-efe22f481dac" ], + "x-ms-unique-id": [ "552" ], + "x-ms-client-request-id": [ "0ed06fe2-68b9-46d0-9177-ec810cb75d54" ], "CommandName": [ "Remove-AzsComputeQuota" ], - "FullCommandName": [ "Remove-AzsComputeQuota_DeleteViaIdentity" ], + "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -2405,37 +4914,39 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "34b53ec6-0667-4e56-9370-7e1a4939c411" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvzoJDA8eGi79d3fwSdDRrGl7ZUftDZQLkAnBbnW4Q1a2R1ux8R9OIYS5FeQZWnLRZEwUA8JGLz//QOcZ8HHL6q/eTpbGxYz7RqgclDnfvs0ZjG35/2h28XZPzifNijBuL/RQeosjHb0elqkzoGzmj" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14980" ], - "x-ms-request-id": [ "34b53ec6-0667-4e56-9370-7e1a4939c411" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T234015Z:34b53ec6-0667-4e56-9370-7e1a4939c411" ], + "x-ms-correlation-request-id": [ "344b5e3f-3259-4043-bcf3-68ec340b7a78" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14951" ], + "x-ms-request-id": [ "344b5e3f-3259-4043-bcf3-68ec340b7a78" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225600Z:344b5e3f-3259-4043-bcf3-68ec340b7a78" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:40:15 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:55:59 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvgDeqd7zZLg9Z4v9EZN6jduHjrTw34C+ZMTk01UpjqhKUhNCtydOJ2oEsgwZQrTiy8YF+3v2aFUqRJgAfnJYajPQuqgeuBFHvetTt83jV1wgjlD7MwlXsL14hob2zt6WE+mXk8ChM63Iy8NwsLPbM" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "0" ], + "Expires": [ "-1" ] }, - "Content": null + "Content": null, + "isContentBase64": false } }, - "Quota+[NoContext]+TestQuotaCreateUpdateDeleteWithAlias+$DELETE+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09+4": { + "Quota+[NoContext]+TestCreateQuotaWithAlias+$DELETE+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota6?api-version=2021-01-01+16": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota6?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "92" ], - "x-ms-client-request-id": [ "6d16d413-9f9d-4b32-9547-efe22f481dac" ], + "x-ms-unique-id": [ "553" ], + "x-ms-client-request-id": [ "64e047de-9cce-4909-bf6f-3fe14b4c0c6b" ], "CommandName": [ "Remove-AzsComputeQuota" ], - "FullCommandName": [ "Remove-AzsComputeQuota_DeleteViaIdentity" ], + "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -2444,79 +4955,80 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "34b53ec6-0667-4e56-9370-7e1a4939c411" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvzoJDA8eGi79d3fwSdDRrGl7ZUftDZQLkAnBbnW4Q1a2R1ux8R9OIYS5FeQZWnLRZEwUA8JGLz//QOcZ8HHL6q/eTpbGxYz7RqgclDnfvs0ZjG35/2h28XZPzifNijBuL/RQeosjHb0elqkzoGzmj" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14980" ], - "x-ms-request-id": [ "34b53ec6-0667-4e56-9370-7e1a4939c411" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T234015Z:34b53ec6-0667-4e56-9370-7e1a4939c411" ], + "x-ms-correlation-request-id": [ "608a4535-5d8e-457f-b353-4fce1c27d73a" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14950" ], + "x-ms-request-id": [ "608a4535-5d8e-457f-b353-4fce1c27d73a" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225600Z:608a4535-5d8e-457f-b353-4fce1c27d73a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:40:15 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:56:00 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv7Sest5W9NWUFhHw/NAIlGXMq7gyZXYRCSIBIetd/6mgH0Bobw4fg62Fxct9hqOV+CNiwfPv9Erqk4D8hqbDLUMcO0hDY1f/DqeYl5LjDHhJtp/ThqF1tTSPyEs2ahSxxm2a+Wy1gzGjiRY9PzsdU" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "0" ], + "Expires": [ "-1" ] }, - "Content": null + "Content": null, + "isContentBase64": false } }, - "Quota+[NoContext]+TestQuotaCreateUpdateDeleteWithAlias+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09+1": { + "Quota+[NoContext]+TestCreateQuotaWithAlias+$DELETE+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota7?api-version=2021-01-01+17": { "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09", - "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 10,\r\n \"coresLimit\": 100,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 2048,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 2048,\r\n \"virtualMachineCount\": 100\r\n }\r\n}", + "Method": "DELETE", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota7?api-version=2021-01-01", + "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "94" ], - "x-ms-client-request-id": [ "a15fdccd-d6d6-4e75-abcf-fb6728029e78" ], - "CommandName": [ "Azs.Compute.Admin.internal\\New-AzsComputeQuota" ], - "FullCommandName": [ "New-AzsComputeQuota_CreateExpanded" ], + "x-ms-unique-id": [ "554" ], + "x-ms-client-request-id": [ "9a2f23f9-b259-4b31-8a05-e1823c5d3869" ], + "CommandName": [ "Remove-AzsComputeQuota" ], + "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "236" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "3d1d4685-aaf5-46d5-964f-92c54a624248" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvZrbrG/3HJS8103cTgyTHIdn31KJbyQPbk08E3HnSRfElA8k5B8BNfoKO6i0cdig9aFvC8X9N0+R/KghyV+lI624SZhcEuCbp9RWMsDKCOvN+Nkon9TbS60bWK4s3Q3lybNcIM+uR+6EPq+NDELdk" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1176" ], - "x-ms-request-id": [ "3d1d4685-aaf5-46d5-964f-92c54a624248" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T234017Z:3d1d4685-aaf5-46d5-964f-92c54a624248" ], + "x-ms-correlation-request-id": [ "1a95ce30-af9d-4af1-88c3-79405229a86e" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14949" ], + "x-ms-request-id": [ "1a95ce30-af9d-4af1-88c3-79405229a86e" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225600Z:1a95ce30-af9d-4af1-88c3-79405229a86e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:40:16 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:56:00 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvZpexzuN6EM+rpfbrxdTHrQptCgXwspbgCvzYtWvJs4Dhd4FyOlCCucZeMBLS5wzbUEwB7ZCj6+n+kRFIvgqmS9+NPyo4CkqapFzwsUmKo8HqXp27+cv6ML2ODJh5rs2dtPuKFdS1kPhtbA1ZXw6c" ] }, "ContentHeaders": { - "Content-Length": [ "458" ], - "Content-Type": [ "application/json; charset=utf-8" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete\",\"name\":\"testQuotaCreateUpdateDelete\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":100,\"coresLimit\":100,\"availabilitySetCount\":10,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":2048,\"maxAllocationPremiumManagedDisksAndSnapshots\":2048}}" + "Content": null, + "isContentBase64": false } }, - "Quota+[NoContext]+TestQuotaCreateUpdateDeleteWithAlias+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09+2": { + "Quota+[NoContext]+TestCreateQuotaWithAlias+$DELETE+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota8?api-version=2021-01-01+18": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09", + "Method": "DELETE", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuota8?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "95" ], - "x-ms-client-request-id": [ "b0f857f4-592d-46a0-9e94-cf38dafc9c68" ], - "CommandName": [ "Get-AzsComputeQuota" ], - "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "x-ms-unique-id": [ "555" ], + "x-ms-client-request-id": [ "ad6fd643-4d3d-4bc0-b691-dc50f7aa6494" ], + "CommandName": [ "Remove-AzsComputeQuota" ], + "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -2525,80 +5037,76 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "3c3172e2-4a57-404d-a63e-c94a02f58d3c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvmEMLy932NsK8TJ7pXae07n2GEs+r942FJ2dm1SU1Ux9+6g0nT4DlXJlYtlw6Ryz1MGo16ZpXL69kqEZsJin4IVovsFC3grSFwu03kr9+i/HwenV94QrXcWJcAByXrWgppi724oOaFSBqa71ZdaHO" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14721" ], - "x-ms-request-id": [ "3c3172e2-4a57-404d-a63e-c94a02f58d3c" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T234018Z:3c3172e2-4a57-404d-a63e-c94a02f58d3c" ], + "x-ms-correlation-request-id": [ "95297354-22ee-4323-bae0-2a62fefebf5e" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14948" ], + "x-ms-request-id": [ "95297354-22ee-4323-bae0-2a62fefebf5e" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225601Z:95297354-22ee-4323-bae0-2a62fefebf5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:40:17 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:56:00 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvkInuxUUIJdCF1Av8X6kgOsGid+f/ILd7IpBGvlnZ4UWo8lReXhUXZ31h/YIdtcod3Cc+q0b/ja3JFsL9wrP+l2XHhsP/PJvqoGnZJayf/dKpHaqQ6DzHWvfjbLj5C6EJnMdV8b9uuWoaIsE9jKih" ] }, "ContentHeaders": { - "Content-Length": [ "458" ], - "Content-Type": [ "application/json; charset=utf-8" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete\",\"name\":\"testQuotaCreateUpdateDelete\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":100,\"coresLimit\":100,\"availabilitySetCount\":10,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":2048,\"maxAllocationPremiumManagedDisksAndSnapshots\":2048}}" + "Content": null, + "isContentBase64": false } }, - "Quota+[NoContext]+TestQuotaCreateUpdateDeleteWithAlias+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09+3": { + "Quota+[NoContext]+TestQuotaCreateUpdateDelete+$PUT+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuotaCreateUpdateDelete?api-version=2021-01-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09", - "Content": "{\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"availabilitySetCount\": 1,\r\n \"coresLimit\": 1,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 1,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 1,\r\n \"virtualMachineCount\": 1,\r\n \"vmScaleSetCount\": 1\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuotaCreateUpdateDelete?api-version=2021-01-01", + "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 10,\r\n \"coresLimit\": 100,\r\n \"virtualMachineCount\": 100,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 2048,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 2048\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "96" ], - "x-ms-client-request-id": [ "d1d46cd7-a247-4240-945e-71715cbb4298" ], - "CommandName": [ "Azs.Compute.Admin.internal\\Set-AzsComputeQuota" ], - "FullCommandName": [ "Set-AzsComputeQuota_Update" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "280" ] + "Content-Length": [ "236" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "996518f7-95a8-4d2d-9b67-409bf8ddb4ae" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvwGVtzqBVUul7AZJnTWvaCs5RHi78PnpLe9vuk5ElQ+2bvnq4yu+HMjXGT7DUPSBc2xs7yXQ6jwtV4IuAS2ogkzxearPKW9kD915wSHu6P9bA/JkbOrxl4VMH9tsgBnMofkbTdKX2Yh1OQMziKjJk" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1175" ], - "x-ms-request-id": [ "996518f7-95a8-4d2d-9b67-409bf8ddb4ae" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T234018Z:996518f7-95a8-4d2d-9b67-409bf8ddb4ae" ], + "x-ms-correlation-request-id": [ "7a060f41-4008-4bbc-8284-fcee791c0d3c" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1143" ], + "x-ms-request-id": [ "7a060f41-4008-4bbc-8284-fcee791c0d3c" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225603Z:7a060f41-4008-4bbc-8284-fcee791c0d3c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:40:17 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:56:02 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvpd+baXZkyKNTE7+Ygs4GHU/HglINmlp/JZx5p8eh3QtQUui1mrOc0pjekwVoNpFFFHKnugEdkTeW1fN0jjFLGFuRwnwYrEovsuSfmE+LXOQ2X0YMwZF11M9pbG7YNs9a+hp9uuLXoZsy0EHy9MpE" ] }, "ContentHeaders": { - "Content-Length": [ "447" ], + "Content-Length": [ "494" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete\",\"name\":\"testQuotaCreateUpdateDelete\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":1,\"availabilitySetCount\":1,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":1}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuotaCreateUpdateDelete\",\"name\":\"testQuotaCreateUpdateDelete\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":100,\"coresLimit\":100,\"availabilitySetCount\":10,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":2048,\"maxAllocationPremiumManagedDisksAndSnapshots\":2048,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestQuotaCreateUpdateDeleteWithAlias+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09+4": { + "Quota+[NoContext]+TestQuotaCreateUpdateDelete+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuotaCreateUpdateDelete?api-version=2021-01-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuotaCreateUpdateDelete?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "97" ], - "x-ms-client-request-id": [ "291f5f28-6fe4-4a6f-beee-8762776f398a" ], + "x-ms-unique-id": [ "571" ], + "x-ms-client-request-id": [ "dec44d68-a723-4741-93ef-f3cc4a1c5374" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -2607,80 +5115,77 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "6793b4d5-fbd4-4da0-b098-62d1b74acfcf" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvXFeBqobCfl3Ddv7KblcG4+tYEUnD8u/uMkUdBh+QKy/iFJbEHm5KWkmcj/icu+sfS50bOqja9SYap1vccymcNdd3pv+Re3y6evzzGFgV7tAfBuKcDdxPAHzpqkzX0fPipEVzGxeY2K1rHuyOH/Kj" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14719" ], - "x-ms-request-id": [ "6793b4d5-fbd4-4da0-b098-62d1b74acfcf" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T234019Z:6793b4d5-fbd4-4da0-b098-62d1b74acfcf" ], + "x-ms-correlation-request-id": [ "7c374029-732f-42d6-ab36-c6e5989d2cce" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14546" ], + "x-ms-request-id": [ "7c374029-732f-42d6-ab36-c6e5989d2cce" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225603Z:7c374029-732f-42d6-ab36-c6e5989d2cce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:40:18 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:56:02 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv6RoaoDbp5oTmnyvB7schPNCxpbWvdijYB+2LP6HZCSdY7cIvdkiiU8QLoIdlfQpbDSQd0nWBH9JYCpipq2YbSC7tmsQo64fe7pXocHoFAO6VU6dqTEvRCC8uc2Pj8nSff3nQfmEXynJxr760Vua1" ] }, "ContentHeaders": { - "Content-Length": [ "447" ], + "Content-Length": [ "494" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete\",\"name\":\"testQuotaCreateUpdateDelete\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":1,\"availabilitySetCount\":1,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":1}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuotaCreateUpdateDelete\",\"name\":\"testQuotaCreateUpdateDelete\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":100,\"coresLimit\":100,\"availabilitySetCount\":10,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":2048,\"maxAllocationPremiumManagedDisksAndSnapshots\":2048,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestQuotaCreateUpdateDeleteWithAlias+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09+5": { + "Quota+[NoContext]+TestQuotaCreateUpdateDelete+$PUT+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuotaCreateUpdateDelete?api-version=2021-01-01+3": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09", - "Content": "{\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"availabilitySetCount\": 1,\r\n \"coresLimit\": 1,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 1,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 1,\r\n \"virtualMachineCount\": 2,\r\n \"vmScaleSetCount\": 1\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuotaCreateUpdateDelete?api-version=2021-01-01", + "Content": "{\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"availabilitySetCount\": 1,\r\n \"coresLimit\": 1,\r\n \"virtualMachineCount\": 1,\r\n \"vmScaleSetCount\": 1,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 1,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 1,\r\n \"ddagpuCount\": 0\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "98" ], - "x-ms-client-request-id": [ "c3f424e1-8aba-4368-9fad-66d79b151223" ], - "CommandName": [ "Azs.Compute.Admin.internal\\Set-AzsComputeQuota" ], - "FullCommandName": [ "Set-AzsComputeQuota_Update" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "280" ] + "Content-Length": [ "301" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "b2ebfb91-5ea2-4077-afdc-9843eaf09648" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv850ZDOvk/UAssp2ZxNBgELLPSWG44R0I9/wLTFZwat7cwNjoa5nm7yX/MjXrpElm9TgltiKbMmRsrn16Gj2xGIShMzKyOGQaGiEd+7lNvLfCu+nyaJwEBXTTOlYfSuGKyWzXjUm2eUfMKrc3lhd0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1174" ], - "x-ms-request-id": [ "b2ebfb91-5ea2-4077-afdc-9843eaf09648" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T234019Z:b2ebfb91-5ea2-4077-afdc-9843eaf09648" ], + "x-ms-correlation-request-id": [ "9e57a3ac-042e-420a-ae7c-4b5dc767dbe1" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1142" ], + "x-ms-request-id": [ "9e57a3ac-042e-420a-ae7c-4b5dc767dbe1" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225603Z:9e57a3ac-042e-420a-ae7c-4b5dc767dbe1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:40:18 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:56:02 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvVguAuk0RNnNgUkXeGDdECeBHjq0950yi9G+Fh3eWZG3wpDFXh+hj0yQfIEPvVudRs7ZmA4ZpkYEy6CI+/YMiOMRaHjfU6cvF3YeQPmMG0rpfGM1SxsOxo9EyuLi5hcMNO19CEHaCjKHZ8YFTB1U+" ] }, "ContentHeaders": { - "Content-Length": [ "447" ], + "Content-Length": [ "483" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete\",\"name\":\"testQuotaCreateUpdateDelete\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":2,\"coresLimit\":1,\"availabilitySetCount\":1,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":1}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuotaCreateUpdateDelete\",\"name\":\"testQuotaCreateUpdateDelete\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":1,\"availabilitySetCount\":1,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":1,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestQuotaCreateUpdateDeleteWithAlias+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09+6": { + "Quota+[NoContext]+TestQuotaCreateUpdateDelete+$DELETE+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuotaCreateUpdateDelete?api-version=2021-01-01+4": { "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09", + "Method": "DELETE", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuotaCreateUpdateDelete?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "99" ], - "x-ms-client-request-id": [ "f064f91e-cbf2-45eb-bbfb-e89a5764c4c0" ], - "CommandName": [ "Get-AzsComputeQuota" ], - "FullCommandName": [ "Get-AzsComputeQuota_Get" ], + "x-ms-unique-id": [ "573" ], + "x-ms-client-request-id": [ "32fed159-e2a6-4ffe-96e9-0af538f973df" ], + "CommandName": [ "Remove-AzsComputeQuota" ], + "FullCommandName": [ "Remove-AzsComputeQuota_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -2689,80 +5194,76 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "08f8dbdf-35b3-4035-a2fc-5c02b5472b75" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvergz2RxQACv50GA3SwnziswUvapxoKVJH6GzghzfBUzDvxdUhnGgJZRa09Ce5r1O07oQL1iNwovxEytydeXbnNOLm3TOJfyQeE+h/cHADwjNSbg22cfvMkv5tCEVjUb87mG9hOI2MOMDA2nLC3hq" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14717" ], - "x-ms-request-id": [ "08f8dbdf-35b3-4035-a2fc-5c02b5472b75" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T234020Z:08f8dbdf-35b3-4035-a2fc-5c02b5472b75" ], + "x-ms-correlation-request-id": [ "12540b7d-515a-4e1a-b4a9-b9283502b990" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14947" ], + "x-ms-request-id": [ "12540b7d-515a-4e1a-b4a9-b9283502b990" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225603Z:12540b7d-515a-4e1a-b4a9-b9283502b990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:40:20 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:56:03 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvMTnMSOL2OQawMKnGD9tlZUcxVTgFQGNHt8RRYjUPlxrMI4rrv8omB3HsR6n/rkSTdqx90jD4lOqDBDyBUWQunl6X73MtA7oCAWX6S+r4qjKCgMBnZcyBwt1zBvxXCWBE53ZdM22X/ZRfvUnG/ivs" ] }, "ContentHeaders": { - "Content-Length": [ "447" ], - "Content-Type": [ "application/json; charset=utf-8" ], + "Content-Length": [ "0" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete\",\"name\":\"testQuotaCreateUpdateDelete\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":2,\"coresLimit\":1,\"availabilitySetCount\":1,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":1}}" + "Content": null, + "isContentBase64": false } }, - "Quota+[NoContext]+TestQuotaCreateUpdateDeleteWithAlias+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09+7": { + "Quota+[NoContext]+TestQuotaCreateUpdateDeleteWithAlias+$PUT+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuotaCreateUpdateDelete?api-version=2021-01-01+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09", - "Content": "{\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"availabilitySetCount\": 2,\r\n \"coresLimit\": 1,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 1,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 1,\r\n \"virtualMachineCount\": 2,\r\n \"vmScaleSetCount\": 1\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuotaCreateUpdateDelete?api-version=2021-01-01", + "Content": "{\r\n \"properties\": {\r\n \"availabilitySetCount\": 10,\r\n \"coresLimit\": 100,\r\n \"virtualMachineCount\": 100,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 2048,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 2048\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "100" ], - "x-ms-client-request-id": [ "e8113239-9736-40a7-9757-adfa2eed3357" ], - "CommandName": [ "Azs.Compute.Admin.internal\\Set-AzsComputeQuota" ], - "FullCommandName": [ "Set-AzsComputeQuota_Update" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "280" ] + "Content-Length": [ "236" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "e7cbab94-cff4-48e5-af91-7f22d9e0cee3" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsHh5N1NFRJQr5fa9nHjcZm29mKNjdkYCWOP4JNRRZgODpmpMqFbtBVCVFQ49XakgyI4Wxc7/QbIX25edtA+dNNbQM3yl+AO96DOl7a2+PoqJxrxagglZYL8XGSVyHlSAAaA/N4A2mQOilupIN6C1" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1173" ], - "x-ms-request-id": [ "e7cbab94-cff4-48e5-af91-7f22d9e0cee3" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T234020Z:e7cbab94-cff4-48e5-af91-7f22d9e0cee3" ], + "x-ms-correlation-request-id": [ "bca9166c-d490-4b08-8e13-a5f914161000" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1141" ], + "x-ms-request-id": [ "bca9166c-d490-4b08-8e13-a5f914161000" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225604Z:bca9166c-d490-4b08-8e13-a5f914161000" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:40:20 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:56:03 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/eiBIx1pS7+oLaQZLRtNyBtl20keoryNBrvzV8DzAokXsOJLmTSEIKvSyt3ni7orGsA99AYKTYGJQx4IaCS5ylcPd6dockA5KQvQiY+RwfV/eMI4v34toIkmbJwDMwB8Zpei7O++TxR/zRvX8lwT" ] }, "ContentHeaders": { - "Content-Length": [ "447" ], + "Content-Length": [ "494" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete\",\"name\":\"testQuotaCreateUpdateDelete\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":2,\"coresLimit\":1,\"availabilitySetCount\":2,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":1}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuotaCreateUpdateDelete\",\"name\":\"testQuotaCreateUpdateDelete\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":100,\"coresLimit\":100,\"availabilitySetCount\":10,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":2048,\"maxAllocationPremiumManagedDisksAndSnapshots\":2048,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestQuotaCreateUpdateDeleteWithAlias+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09+8": { + "Quota+[NoContext]+TestQuotaCreateUpdateDeleteWithAlias+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuotaCreateUpdateDelete?api-version=2021-01-01+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuotaCreateUpdateDelete?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "101" ], - "x-ms-client-request-id": [ "4cea79fc-b76f-4c5c-a58f-5c28990b7ee3" ], + "x-ms-unique-id": [ "576" ], + "x-ms-client-request-id": [ "883395a7-745b-4d0c-b97d-01f77db75b62" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -2771,80 +5272,77 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "856ab83e-c589-4e9a-a0b4-8e12e53ba521" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRveeTt7loXcDD4NCzqdLEV+l/BY+ozlaFkOxYrkVjNcgUlxHbASAaTBX8VNezCOif3KjCrmM1uoOunP1ietr0YDIqUrVBUmnCdPxdfASz3/M05kRIUeZ433dwIJSyOCEGAm3AO7uC9yv3lfFb0/TWQ" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14715" ], - "x-ms-request-id": [ "856ab83e-c589-4e9a-a0b4-8e12e53ba521" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T234021Z:856ab83e-c589-4e9a-a0b4-8e12e53ba521" ], + "x-ms-correlation-request-id": [ "5271b671-e3a7-42fc-b7e5-15a67d3d3f7f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14544" ], + "x-ms-request-id": [ "5271b671-e3a7-42fc-b7e5-15a67d3d3f7f" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225604Z:5271b671-e3a7-42fc-b7e5-15a67d3d3f7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:40:21 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:56:03 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvSmUs28r5c2cXdqGUGvNFePpnLFVSIyXlsjCpwKp7JULUafZozzdRDmh82OgYNByI25+8pa+boiv5ymx23FP4QWa8+gJ+I7COVpayfE4BrBX2Dfkk/QMWj2TsavENoIMOf1Ye1viCeU07vtp2E1yJ" ] }, "ContentHeaders": { - "Content-Length": [ "447" ], + "Content-Length": [ "494" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete\",\"name\":\"testQuotaCreateUpdateDelete\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":2,\"coresLimit\":1,\"availabilitySetCount\":2,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":1}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuotaCreateUpdateDelete\",\"name\":\"testQuotaCreateUpdateDelete\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":100,\"coresLimit\":100,\"availabilitySetCount\":10,\"vmScaleSetCount\":0,\"maxAllocationStandardManagedDisksAndSnapshots\":2048,\"maxAllocationPremiumManagedDisksAndSnapshots\":2048,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestQuotaCreateUpdateDeleteWithAlias+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09+9": { + "Quota+[NoContext]+TestQuotaCreateUpdateDeleteWithAlias+$PUT+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuotaCreateUpdateDelete?api-version=2021-01-01+3": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09", - "Content": "{\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"availabilitySetCount\": 2,\r\n \"coresLimit\": 1,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 1,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 1,\r\n \"virtualMachineCount\": 2,\r\n \"vmScaleSetCount\": 2\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuotaCreateUpdateDelete?api-version=2021-01-01", + "Content": "{\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"availabilitySetCount\": 1,\r\n \"coresLimit\": 1,\r\n \"virtualMachineCount\": 1,\r\n \"vmScaleSetCount\": 1,\r\n \"maxAllocationStandardManagedDisksAndSnapshots\": 1,\r\n \"maxAllocationPremiumManagedDisksAndSnapshots\": 1,\r\n \"ddagpuCount\": 0\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "102" ], - "x-ms-client-request-id": [ "b0fd2763-6846-4d42-bcc9-d4c32439a5c9" ], - "CommandName": [ "Azs.Compute.Admin.internal\\Set-AzsComputeQuota" ], - "FullCommandName": [ "Set-AzsComputeQuota_Update" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], - "Content-Length": [ "280" ] + "Content-Length": [ "301" ] } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "0279a7cc-c809-4cb0-8bd3-a83a74eac349" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvaMWwoSi6bgSgJ+U/aMksXF0qrk+SiI7HI1+qAXrrNkJSqzrD8Ba2JR+AI9J9lUdbzs+qNSxLuL92m8UmZeNsXLyUsV2nqB2b02RCy7HVDyWteReTOvS5Um/8EPndus+03ewxh2Vg45G67POZO7YT" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1172" ], - "x-ms-request-id": [ "0279a7cc-c809-4cb0-8bd3-a83a74eac349" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T234021Z:0279a7cc-c809-4cb0-8bd3-a83a74eac349" ], + "x-ms-correlation-request-id": [ "02d0f27f-4c2d-41d8-a724-dd0ce8ffca76" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1140" ], + "x-ms-request-id": [ "02d0f27f-4c2d-41d8-a724-dd0ce8ffca76" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225604Z:02d0f27f-4c2d-41d8-a724-dd0ce8ffca76" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:40:21 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:56:03 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJyxKXNMqvio/NHkHkD1NCGoB0kZiEbCVTspprDS1m7K4WDe1BmkfZU9yE2OPKoSJSTW1eKgE9aAXb7+/PiQ8V11n0QIE2UXerYIpG72gJLyFO0ul3aTvaIqP1innont4/SihvCnUKDOY3ekYpWJr" ] }, "ContentHeaders": { - "Content-Length": [ "447" ], + "Content-Length": [ "483" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete\",\"name\":\"testQuotaCreateUpdateDelete\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"northwest\",\"properties\":{\"virtualMachineCount\":2,\"coresLimit\":1,\"availabilitySetCount\":2,\"vmScaleSetCount\":2,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":1}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuotaCreateUpdateDelete\",\"name\":\"testQuotaCreateUpdateDelete\",\"type\":\"Microsoft.Compute.Admin/quotas\",\"location\":\"redmond\",\"properties\":{\"virtualMachineCount\":1,\"coresLimit\":1,\"availabilitySetCount\":1,\"vmScaleSetCount\":1,\"maxAllocationStandardManagedDisksAndSnapshots\":1,\"maxAllocationPremiumManagedDisksAndSnapshots\":1,\"ddagpuCount\":0,\"partitionedGPUCount\":0}}", + "isContentBase64": false } }, - "Quota+[NoContext]+TestQuotaCreateUpdateDeleteWithAlias+$DELETE+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09+10": { + "Quota+[NoContext]+TestQuotaCreateUpdateDeleteWithAlias+$DELETE+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuotaCreateUpdateDelete?api-version=2021-01-01+4": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/quotas/testQuotaCreateUpdateDelete?api-version=2018-02-09", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/quotas/testQuotaCreateUpdateDelete?api-version=2021-01-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "103" ], - "x-ms-client-request-id": [ "8a3287c4-2d54-4087-b6e0-058a3898fb32" ], + "x-ms-unique-id": [ "578" ], + "x-ms-client-request-id": [ "d1fa7c17-1b94-4524-9ac4-6e8c867f3397" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -2853,23 +5351,24 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "5d25c9cb-7898-45fb-a193-142278e7f033" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvVUMb+4WSzVvYeEEPxxoxKFO5r+fGTXZt7armYALTsBt4KDZQr/POgFvIpqA3gWTZW9jW9n4/1bA/+4F9dnUkSAEwcmzSnM7l9GShyPtwUKWNwti5xKAGIDLgT135pvrwquwLtO9DYb0AH78Oe9f1" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14979" ], - "x-ms-request-id": [ "5d25c9cb-7898-45fb-a193-142278e7f033" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200325T234022Z:5d25c9cb-7898-45fb-a193-142278e7f033" ], + "x-ms-correlation-request-id": [ "d5cd706f-50c2-4e86-a59d-52c82abb98f0" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14946" ], + "x-ms-request-id": [ "d5cd706f-50c2-4e86-a59d-52c82abb98f0" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225604Z:d5cd706f-50c2-4e86-a59d-52c82abb98f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Wed, 25 Mar 2020 23:40:21 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:56:04 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvZ7N6N/a/5ERzqkcnWZBrz17zKtcZ+6L72Z3m4UVZVOmlS548/TACkMiJ0iuiMex6lU+tRwpYARdt2VitM3Rx7EY1zGd9oetP4HrcSrA23wAzd5HqAc+QOiAHGhpdsCvl+naF7jiC63yyBmBlm/O6" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "0" ], + "Expires": [ "-1" ] }, - "Content": null + "Content": null, + "isContentBase64": false } } } \ No newline at end of file diff --git a/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Recording.json b/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Recording.json new file mode 100644 index 00000000..4f5278a2 --- /dev/null +++ b/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Recording.json @@ -0,0 +1,44 @@ +{ + "Get-AzsComputeScaleUnit+[NoContext]+GetComputeScaleUnitTest+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/computeScaleUnits/s-cluster?api-version=2021-03-30+1": { + "Request": { + "Method": "GET", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/computeScaleUnits/s-cluster?api-version=2021-03-30", + "Content": null, + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "579" ], + "x-ms-client-request-id": [ "21bbb91a-dcfd-4c03-a836-2b8d6bff50f5" ], + "CommandName": [ "Get-AzsComputeScaleUnit" ], + "FullCommandName": [ "Get-AzsComputeScaleUnit_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] + }, + "ContentHeaders": { + } + }, + "Response": { + "StatusCode": 200, + "Headers": { + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "ab5070f1-1d89-4783-8dc7-0172e1f7cc93" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14542" ], + "x-ms-request-id": [ "ab5070f1-1d89-4783-8dc7-0172e1f7cc93" ], + "x-ms-routing-request-id": [ "REDMOND:20210729T225606Z:ab5070f1-1d89-4783-8dc7-0172e1f7cc93" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Thu, 29 Jul 2021 22:56:06 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv+OYsbFO3iLEnsYinyddUUfN7k+N5Rb8P+8Y92/uojiPq0L6j50+PBc/cg570Q6iUy5Awwx4VPtV5209y9EP1G7n6U1AZJPH8fwG0vtRy8Jc9nnBQimazBow2ZBQZRB30RPwFprWfnCo9fswBKxKX" ] + }, + "ContentHeaders": { + "Content-Length": [ "756" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] + }, + "Content": "{\"id\":\"providers/Microsoft.Compute.Admin/locations/redmond/computeScaleUnits/s-cluster\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/computeScaleUnits\",\"location\":\"redmond\",\"properties\":{\"scaleUnitName\":\"s-cluster\",\"lastUpdatedTime\":\"2021-07-29T22:53:17.236Z\",\"nodes\":[{\"nodeName\":\"ASRR1N25R05U26\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-07-29T22:53:16.845Z\",\"virtualMachines\":[]},{\"nodeName\":\"ASRR1N25R05U27\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-07-29T22:53:16.845Z\",\"virtualMachines\":[]},{\"nodeName\":\"ASRR1N25R05U25\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-07-29T22:53:17.236Z\",\"virtualMachines\":[]},{\"nodeName\":\"ASRR1N25R05U28\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-07-29T22:53:16.814Z\",\"virtualMachines\":[]}]}}", + "isContentBase64": false + } + } +} \ No newline at end of file From 78504852e070671fc630d285f7812984c16f5d52 Mon Sep 17 00:00:00 2001 From: Travis Turner Date: Mon, 9 Aug 2021 14:49:50 -0700 Subject: [PATCH 06/11] Updating recordings --- .../docs/Get-AzsComputeScaleUnit.md | 2 +- .../test/Get-AzsComputeQuota.Recording.json | 2008 ++++++++--------- .../Get-AzsComputeScaleUnit.Recording.json | 18 +- 3 files changed, 1014 insertions(+), 1014 deletions(-) diff --git a/src/Azs.Compute.Admin/docs/Get-AzsComputeScaleUnit.md b/src/Azs.Compute.Admin/docs/Get-AzsComputeScaleUnit.md index 2b339e57..471d21a1 100644 --- a/src/Azs.Compute.Admin/docs/Get-AzsComputeScaleUnit.md +++ b/src/Azs.Compute.Admin/docs/Get-AzsComputeScaleUnit.md @@ -134,7 +134,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20210401.IScaleUnit +### Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20210330.IScaleUnit ## NOTES diff --git a/src/Azs.Compute.Admin/test/Get-AzsComputeQuota.Recording.json b/src/Azs.Compute.Admin/test/Get-AzsComputeQuota.Recording.json index cdf726b5..685c9cee 100644 --- a/src/Azs.Compute.Admin/test/Get-AzsComputeQuota.Recording.json +++ b/src/Azs.Compute.Admin/test/Get-AzsComputeQuota.Recording.json @@ -6,8 +6,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "415" ], - "x-ms-client-request-id": [ "fed09374-6745-424a-9784-ac457e249491" ], + "x-ms-unique-id": [ "247" ], + "x-ms-client-request-id": [ "b8fb2484-ef17-4a58-b1c6-78542f50a504" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,16 +21,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "7579af33-3efc-4fe2-be22-5099ebfa3715" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14665" ], - "x-ms-request-id": [ "7579af33-3efc-4fe2-be22-5099ebfa3715" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225538Z:7579af33-3efc-4fe2-be22-5099ebfa3715" ], + "x-ms-correlation-request-id": [ "3a99481e-6dcc-49b9-a546-3b53ef57b706" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14911" ], + "x-ms-request-id": [ "3a99481e-6dcc-49b9-a546-3b53ef57b706" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213727Z:3a99481e-6dcc-49b9-a546-3b53ef57b706" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:38 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:27 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvnGYUN9sP+FvPS9FUo41X0brcy4Nybu+abiO2/uXBGjhUNyxgVWZFecdhlZksgIzKtt6hGfQgNSGSyAvqVDqJ2zllowm8KbpdkcBgWaRLumrcsSRou+zONbukT4Jrjun3UDiuO6ToR9eZGKRFMhgu" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvyd5cwwYPQhfHZdrlqGLV2BVkf6Z2GozCvrzM/sQdLAmxm/Crcq2t8D1VCclCe5dbcLZdgG5UXBrVIjbJ5WajeQ0awXtvOmnme1bBDWKzQP+3aWvKUSVFECRlgdm5biUq8kLsHYKQQZ2tEC9bjuCQ" ] }, "ContentHeaders": { "Content-Length": [ "44105" ], @@ -48,8 +48,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "416" ], - "x-ms-client-request-id": [ "048fd71e-eed9-4656-8a50-3d251c71fbc4" ], + "x-ms-unique-id": [ "248" ], + "x-ms-client-request-id": [ "4658a7c1-44d1-4dd6-90f1-8c9b52f376af" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -63,16 +63,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "49c4865b-a8ca-41af-a97a-3746dd11c0b8" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14664" ], - "x-ms-request-id": [ "49c4865b-a8ca-41af-a97a-3746dd11c0b8" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225539Z:49c4865b-a8ca-41af-a97a-3746dd11c0b8" ], + "x-ms-correlation-request-id": [ "8958e736-df58-48f5-b097-183a6afb6398" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14910" ], + "x-ms-request-id": [ "8958e736-df58-48f5-b097-183a6afb6398" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213728Z:8958e736-df58-48f5-b097-183a6afb6398" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:38 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:27 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvtmOVR6r8Emz2imQIStSDoIiUiyLE+7YO5damsIMvR+aYJEYjxGekD98ccA1AmRnmcuC+Fz00bjM2gZNFuzCqvNz+/H1Du9el4FUdS8Bx79bkAGePSJNTjcvRYPVUWDgwFnG+KSfL8w6MfBWYdS7Z" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvVpl9xj/9dRm/+4E2+nOoJAFVuwncKszBovGjU9/80LOaLwvXFxvvYkOL7ULdH+vhXDUOGmS/GNQGTUzVKH5uUWTF/gFTCzAV22ZFJuuo2V4SHp68oVOuCEI3uedkgRnFd26p/FQo2A70vFFhTI9l" ] }, "ContentHeaders": { "Content-Length": [ "44105" ], @@ -90,8 +90,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "417" ], - "x-ms-client-request-id": [ "cc26a816-c803-4c44-8464-ac85982d86ba" ], + "x-ms-unique-id": [ "249" ], + "x-ms-client-request-id": [ "00a242ed-d317-47a2-a52a-dec221425f39" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -105,16 +105,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "61c23c59-77c0-41dc-9d21-8b9bc341eaba" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14663" ], - "x-ms-request-id": [ "61c23c59-77c0-41dc-9d21-8b9bc341eaba" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225539Z:61c23c59-77c0-41dc-9d21-8b9bc341eaba" ], + "x-ms-correlation-request-id": [ "22432cb9-b570-4925-a030-04fb77a83b5a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14909" ], + "x-ms-request-id": [ "22432cb9-b570-4925-a030-04fb77a83b5a" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213728Z:22432cb9-b570-4925-a030-04fb77a83b5a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:38 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:27 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvnkeVWd6cJSYK71KiLDxSvQ+cXAhhql8ickZX9UZODlrPOuFeZs6eNjX/hN4P8pcprCShZZfZKhh50X+NZkyY7gYF7nVcfinWwL8mRk47TJ1crnxX+6Yae+6+xEp0iKJOMWP88m4gMn7JbS3QnaKa" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvwvbYI7lfGcVS4NXwlqlfPJ0b2gJadLHTCyThdoUBJgOv/6AhVY1jlnJNqtTKHk9RtrlY2K3i9xOOSqFHrdE1QEkziDm3XjAdKqT9lgJDNPA3IYgRI+SK15iUii6SPiK8kbbszTXwzmwd4e1tDDlv" ] }, "ContentHeaders": { "Content-Length": [ "483" ], @@ -132,8 +132,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "418" ], - "x-ms-client-request-id": [ "bad133c1-6706-4f66-a5cc-b5d393a9b1c2" ], + "x-ms-unique-id": [ "250" ], + "x-ms-client-request-id": [ "edba75dd-7246-4495-9cca-da3f9af22489" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -147,16 +147,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "9d9b7f02-89e4-4fa0-a68b-713cabfb37e0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14662" ], - "x-ms-request-id": [ "9d9b7f02-89e4-4fa0-a68b-713cabfb37e0" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225539Z:9d9b7f02-89e4-4fa0-a68b-713cabfb37e0" ], + "x-ms-correlation-request-id": [ "dbcd0d06-23d2-4875-8090-64f65f67ce36" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14908" ], + "x-ms-request-id": [ "dbcd0d06-23d2-4875-8090-64f65f67ce36" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213728Z:dbcd0d06-23d2-4875-8090-64f65f67ce36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:39 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:28 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/o4TaNLW817hr5OPj+quUWUd85xJYuN5Z+QNgQHcHJveDqDBZepNMJsedp60gJcHIz18bjgw/cuhCoC9od+qVcYc4EQuusQqqO1/pgAwz2hhcUMHln3K5Bgj5tIVr6wJbfmYxhoEY4bTX1tJW95I" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvh26xeil5dFROIhzoQCkpXSuhrGAyhJ46dnDKII17oQfkmNa6PFYSNHbFo0YfJyBkdUwJJ7QsOFOmEpYBS6UIysIUSm/nO/+ynqikvCPkI2GBq19fIkCBq5znHYtr5eQq2GNIDA/pCcjCO89dmEAy" ] }, "ContentHeaders": { "Content-Length": [ "44105" ], @@ -174,8 +174,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "419" ], - "x-ms-client-request-id": [ "dc5fae9b-2a04-4e66-8db3-9e387f530b19" ], + "x-ms-unique-id": [ "251" ], + "x-ms-client-request-id": [ "19bebd07-e646-41ed-97b4-252217690816" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -189,16 +189,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "7df2e7b7-4149-4c49-bd9d-935d49630ed1" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14661" ], - "x-ms-request-id": [ "7df2e7b7-4149-4c49-bd9d-935d49630ed1" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225539Z:7df2e7b7-4149-4c49-bd9d-935d49630ed1" ], + "x-ms-correlation-request-id": [ "c6e8185f-dd10-4884-b53c-6bfe1cae3220" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14907" ], + "x-ms-request-id": [ "c6e8185f-dd10-4884-b53c-6bfe1cae3220" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213728Z:c6e8185f-dd10-4884-b53c-6bfe1cae3220" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:39 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:28 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/sNhKl0h4WKUmgxPLqZZSccLRGRtYqpaKz0QgZ+j0rUw5Q89s2OmuHz65OjFD6ZV4+McJEMUS6LhbZrF1tcsQb5npvdW2PAEyfqeuVTy6t1JuTgFlHLxGQguPmGflx29NgIWNSTjbrrpT9XuuF3/" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv5/uqh0HbjV/8ugKdEmVH3icYjx3JPV1cTxBcVy4xFZ/yipPRErq9b8kHtbvG4axNqMO2Db3jZGh/XLMZajvaVg9uqk/h6Ma7J2MnRSTpe4FLSvILnmKVFA9GzWEx1WYTHvxgbMv/El+iGne3MEmg" ] }, "ContentHeaders": { "Content-Length": [ "483" ], @@ -216,8 +216,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "420" ], - "x-ms-client-request-id": [ "af0caf0f-1296-49d5-aff6-29dc4c731b33" ], + "x-ms-unique-id": [ "252" ], + "x-ms-client-request-id": [ "750d8b65-3ec4-4604-9cec-3f18a6aa81d2" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -231,16 +231,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "1d89e36b-d708-453f-a5f2-5b4484be0b2c" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14660" ], - "x-ms-request-id": [ "1d89e36b-d708-453f-a5f2-5b4484be0b2c" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225539Z:1d89e36b-d708-453f-a5f2-5b4484be0b2c" ], + "x-ms-correlation-request-id": [ "0d70f151-8d9c-4246-83b6-8995ca731c70" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14906" ], + "x-ms-request-id": [ "0d70f151-8d9c-4246-83b6-8995ca731c70" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213729Z:0d70f151-8d9c-4246-83b6-8995ca731c70" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:39 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:28 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv43wzatprFxJ4k/plgXBAXJid0YuiB7BUQr1xuVJQ+dRzI48+GuEXoQrX2KcwlEafjhBIHvBMmtVvFCbomrJhTITOSbqKUXsiqHjtszVoX5s98vMTA3x4UPBSQwoU3h5Ep0iz3PGJMOUqC9vcl95k" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsdYCs4CEgG8sv09HLHJ74gDmr4p93l94GhD7ddTP7go1qknudJXYOXK0w0POJ/SQyZH6ZIdeosUxtjjo/CX0QRWw5KZBHkMuAwt8+ND/DSHzOyFjy9vD9I3sOSTOkUmscnHGkVcas7W27lDR4ygh" ] }, "ContentHeaders": { "Content-Length": [ "484" ], @@ -258,8 +258,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "421" ], - "x-ms-client-request-id": [ "f27f2e28-1f46-42da-8784-1266db0ab9c9" ], + "x-ms-unique-id": [ "253" ], + "x-ms-client-request-id": [ "3f4b32d8-fcbb-4a48-b384-3c7df17504ce" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -273,16 +273,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "d441e1f0-8537-4106-9c12-379cfc55e8e7" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14659" ], - "x-ms-request-id": [ "d441e1f0-8537-4106-9c12-379cfc55e8e7" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225539Z:d441e1f0-8537-4106-9c12-379cfc55e8e7" ], + "x-ms-correlation-request-id": [ "d6d78246-1099-43fb-8fcb-d944aac7dd13" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14905" ], + "x-ms-request-id": [ "d6d78246-1099-43fb-8fcb-d944aac7dd13" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213729Z:d6d78246-1099-43fb-8fcb-d944aac7dd13" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:39 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:28 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvWwVePneYoz2yxu9G5HHaE1+RvxkI33L+msABa8L3exmuSmxIvp5sY3A3O+eZZhTLE62YjG6bJ+0jLiJHz+3MfwCpPFYWj63/9j9RFfHOAcf1QpQKkUDpOI4WzlKawPGWHbRtYw2vSm5p0uIbtzqA" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv4OV9C+Aj4VWTKpuKZrG/0QoO7CQVWPwSNNR+069tELOdvB0uSvjmW2dpe6n2dzbODL1Q8z1TzDfkds/5vG3VYOSCTuLRi+7iKKlyjPgVh1Il8Y0SCc2HlX6ounXnx4GG0OAPjoaBRSV4SWhShcGd" ] }, "ContentHeaders": { "Content-Length": [ "484" ], @@ -300,8 +300,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "422" ], - "x-ms-client-request-id": [ "c2c9e2cf-77c0-49e6-b937-ef75c6b3ba0a" ], + "x-ms-unique-id": [ "254" ], + "x-ms-client-request-id": [ "b04d422e-3fd1-4f81-901e-44a9c59d5cbc" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -315,16 +315,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "e4db1e4a-dea2-4709-8f4a-12ffcc57825e" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14658" ], - "x-ms-request-id": [ "e4db1e4a-dea2-4709-8f4a-12ffcc57825e" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225539Z:e4db1e4a-dea2-4709-8f4a-12ffcc57825e" ], + "x-ms-correlation-request-id": [ "82d0cd65-aa11-4b8a-a7c6-b08964d8c6d9" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14904" ], + "x-ms-request-id": [ "82d0cd65-aa11-4b8a-a7c6-b08964d8c6d9" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213729Z:82d0cd65-aa11-4b8a-a7c6-b08964d8c6d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:39 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:28 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvY1/7xwTozgRNN7hwXg8Bw8TLRQxPHJoZ0GvLDkfKePpsu4JaEe0Gjxe807Vq3FgqJSjC0Li2QwC13sO9D8PKKALZtyePfl6QxMhAeC/LdLEaqAlGTmfw48m0estk2G9LovurTrJs01llP5tcbY6x" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsJddkbD9isNXXEIdG+pT9PWYmJ3AWlmO2Psvcu4YLei8JtFGl7g4HzMAv9wN4kiVii6f2mqWAz2oM1YlgX0GVoKXM/3hY7A9W1b4YiA4ebXScbvEG72mU9iSVGKqKa1T+ofIt6jP+Eqo46dcyxdo" ] }, "ContentHeaders": { "Content-Length": [ "484" ], @@ -342,8 +342,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "423" ], - "x-ms-client-request-id": [ "2f9d634b-1c27-4020-ab28-6de013fae4ed" ], + "x-ms-unique-id": [ "255" ], + "x-ms-client-request-id": [ "73f160b6-95f0-4fdd-84a1-e26c0e659664" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -357,16 +357,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "c4b1daf2-a1d0-4bad-8c87-b1bff7651756" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14657" ], - "x-ms-request-id": [ "c4b1daf2-a1d0-4bad-8c87-b1bff7651756" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225540Z:c4b1daf2-a1d0-4bad-8c87-b1bff7651756" ], + "x-ms-correlation-request-id": [ "4a4cbcae-d991-4d7c-9ca4-8f58c67a65b0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14903" ], + "x-ms-request-id": [ "4a4cbcae-d991-4d7c-9ca4-8f58c67a65b0" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213729Z:4a4cbcae-d991-4d7c-9ca4-8f58c67a65b0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:39 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:28 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvnIyGWV4MW2cgBxrkZJ0CBYT4w2cYLQRxK90Lkzw0SSDW0AsFGLl7Ry/BV6Xi4VrwXdQF2QI03aNecJQYZO4/UpZrUKzbJbABJxxYAouQzsvqrja7rKPOSYRbhFQZIPUasiJSERCAcYVCTH1Oqcm3" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvGaJBabIJv0bo2/dn8Fv2Qm52dKS2siGuEvhyGF/dmRN1xUVBjhiy83Qi5jTvEJvvJg6MNS25cT41QNqzDDIWa3o2f2i401ke1ADdb3Urj0uHwG59Zbtl7Az8Si5K4xqYywGY18reRkcvoH3mYV8t" ] }, "ContentHeaders": { "Content-Length": [ "484" ], @@ -384,8 +384,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "424" ], - "x-ms-client-request-id": [ "fbbef598-0054-41d0-9f1b-69735845bd0b" ], + "x-ms-unique-id": [ "256" ], + "x-ms-client-request-id": [ "3e6fa139-ddd0-483f-942a-d24bda3d2756" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -399,16 +399,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "6141b630-c92d-4c1e-80de-1b59f83c007d" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14656" ], - "x-ms-request-id": [ "6141b630-c92d-4c1e-80de-1b59f83c007d" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225540Z:6141b630-c92d-4c1e-80de-1b59f83c007d" ], + "x-ms-correlation-request-id": [ "17005b3d-2c63-490d-9ccd-2f90cbd88933" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14902" ], + "x-ms-request-id": [ "17005b3d-2c63-490d-9ccd-2f90cbd88933" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213729Z:17005b3d-2c63-490d-9ccd-2f90cbd88933" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:39 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:28 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvW3aOlg968dCqScNvhUG/gY9j9wEnWNAGKkO/wozjXPPZmETP/McJZLjw2zXyeaoeIvK6GvGP+VbRO1zEiHE494kXAqJlU+3bEn9V50R5zZw+adp6u+odrSo/WDPlFH+Dx5XNRG5cA+5TTP1YxzUx" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/qRHhnqzPPq+dRlxsZx+XZmpxVLVEnrwyXDxCHBCE+HrUvR+T2S4VoerjcYRlYePPriTpaJTuZq1qy+Mr4AGTU76S5O2WNv2MCklEXBT/sLje4l0b1+/iWF3zIF+/7Dlm8lIT1uYHq/RCQUGZ6+W" ] }, "ContentHeaders": { "Content-Length": [ "484" ], @@ -426,8 +426,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "425" ], - "x-ms-client-request-id": [ "caab28c3-cc45-4648-862a-c770728cd3d2" ], + "x-ms-unique-id": [ "257" ], + "x-ms-client-request-id": [ "7f25c13e-23e7-472b-917c-ca295fe7fc1d" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -441,16 +441,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "41466c5d-8270-429b-a616-05a3023cef32" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14655" ], - "x-ms-request-id": [ "41466c5d-8270-429b-a616-05a3023cef32" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225540Z:41466c5d-8270-429b-a616-05a3023cef32" ], + "x-ms-correlation-request-id": [ "1dc6129a-009b-4387-ba60-7e9b355fc6a8" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14901" ], + "x-ms-request-id": [ "1dc6129a-009b-4387-ba60-7e9b355fc6a8" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213729Z:1dc6129a-009b-4387-ba60-7e9b355fc6a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:39 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:28 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvp5vLHYDFJuGtTaCpWpMyTzlPWPTMaeunuO3CP2KG+l5/N1MhHESUvzRy6U9EdSRSengA4iZLssU7eUEkTMg88ikTl95+gM0ztz0870XH6DGy1O0CbBHoRx5lunEQ6AKJD3r7Pfm/DHfrnYgE46mZ" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvPOpoa9RoRIqELKw7DBDlSQiCS2Tde9gsqZseOcx8MFMNnzzdtXZL2WzAX76G/zpHjsvA8KLukjcSiQqR5bSjuA8X9qjX/pZQEePk9mCBLT4taI5vya321RAdDXDCtI5+7krEvERiBluNXT24ylio" ] }, "ContentHeaders": { "Content-Length": [ "465" ], @@ -468,8 +468,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "426" ], - "x-ms-client-request-id": [ "cc4aa981-95eb-472b-b394-25fda97ede0d" ], + "x-ms-unique-id": [ "258" ], + "x-ms-client-request-id": [ "04f5754a-c9c4-447a-b6e9-894268da162b" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -483,16 +483,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "fb73d0be-1f6d-4d8e-906f-6c18b21050ea" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14654" ], - "x-ms-request-id": [ "fb73d0be-1f6d-4d8e-906f-6c18b21050ea" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225540Z:fb73d0be-1f6d-4d8e-906f-6c18b21050ea" ], + "x-ms-correlation-request-id": [ "792e1a05-5a19-4200-aa94-a7923b640c48" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14900" ], + "x-ms-request-id": [ "792e1a05-5a19-4200-aa94-a7923b640c48" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213729Z:792e1a05-5a19-4200-aa94-a7923b640c48" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:40 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:29 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvQ8ikZ5cGX+/Upxq7t7NfHC22S0s2hu8XQMPYG4c10SfoQC3NZERxuIESrScHGx7SKa6pmWcChu1k3xGoHIddUtagGAVx7M2LvPa8r76Kjl7yyZAYv1rk+TsfCUOBkRLhgavPiXfMCNRbNLcYGl6A" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv7+QEHU9v7FOuKuXbOTnwMitO/yQiyuSRl/9QeVNiv/ItjmqIldAiL6PCMXNSAo95YcyfiKX/oDbyjxXCzdLJsVRiv7F4II2cIj4pZbh2mZ9+81c6pQ4+Kz5tsPR9AK5YwbTn1lK2FvBOTzGcxUik" ] }, "ContentHeaders": { "Content-Length": [ "443" ], @@ -510,8 +510,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "427" ], - "x-ms-client-request-id": [ "f6c77293-a9e6-4f79-bd5c-5979e8013e41" ], + "x-ms-unique-id": [ "259" ], + "x-ms-client-request-id": [ "c7b9cec7-148a-40d5-99f9-336a0d590234" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -525,16 +525,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "d2b0ca67-7364-4ea6-809e-702322a8b6d0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14653" ], - "x-ms-request-id": [ "d2b0ca67-7364-4ea6-809e-702322a8b6d0" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225540Z:d2b0ca67-7364-4ea6-809e-702322a8b6d0" ], + "x-ms-correlation-request-id": [ "fa714c53-438f-4b17-97f6-48712359a2c2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14899" ], + "x-ms-request-id": [ "fa714c53-438f-4b17-97f6-48712359a2c2" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213729Z:fa714c53-438f-4b17-97f6-48712359a2c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:40 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:29 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvXgR96CqXOERIuluB16i3W0u+cJr2dcYj5IPGAOLxtmhYtRlRLCw0PDIOmqTwE/t66Da6ni1lebbCHLINyXi8ybjIMLTyo08FwgOx3C2t2Sez6TfICQNr1eHvs6K/p71B8eTMno/qi8Ybj5adA7x7" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvdoL255pK7BZ6XW9Urbd/zGRClkqjDc6eU+tS9YcoJ5KTld03dQ0OuJa8BqmwCFy99mpfDPg2RHfnI2gIBIwmVAiBTWBiB8yXIp1IHFImtBTwuaU3T2Zm68ydZRmMASqzkWSeDmVXtJFwAxTHV46x" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -552,8 +552,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "428" ], - "x-ms-client-request-id": [ "a6b0971e-678c-46b7-877f-85d81e0988a5" ], + "x-ms-unique-id": [ "260" ], + "x-ms-client-request-id": [ "096841d2-4210-490c-afcd-58fefa8578c8" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -567,16 +567,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "965adedc-e3b1-4726-8037-14b83da0d9f7" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14652" ], - "x-ms-request-id": [ "965adedc-e3b1-4726-8037-14b83da0d9f7" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225540Z:965adedc-e3b1-4726-8037-14b83da0d9f7" ], + "x-ms-correlation-request-id": [ "eb0f861e-f9d2-41b6-a91f-d8c0020d730c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14898" ], + "x-ms-request-id": [ "eb0f861e-f9d2-41b6-a91f-d8c0020d730c" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213730Z:eb0f861e-f9d2-41b6-a91f-d8c0020d730c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:40 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:29 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv74+SQQRwsFmaNIZ/RBqr23PcLdOAYJl8h1faJcnoVa5qXD+xYSHgbVfVf5uA3e2kPFixfG5hX+k30380+mLrAJYnvEnUEsa/h+6ciX4CiCfkcjCbk2wcjXTeoW1C979/0ne2IVhVgopCovCjxzzV" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvaoKM3GH42JGqEAzrpgdHvafQjn/uiwaKhuXiJTDvo5awy2OXSmiiYMm5Wj7g/zvznoz/VVkws1aLgg24336HIl7uiOT1KCi3+tjK40uMX2sMIaXmYVbdjJkDIfgsL1ltWsR5rCFE9T64TpJ/xF8d" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -594,8 +594,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "429" ], - "x-ms-client-request-id": [ "73369b75-4184-4190-93c4-54362e297119" ], + "x-ms-unique-id": [ "261" ], + "x-ms-client-request-id": [ "add57a3e-df1e-4e6a-a02e-554be9181bbd" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -609,16 +609,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "846e4fec-a8db-45a2-9409-088b890da576" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14651" ], - "x-ms-request-id": [ "846e4fec-a8db-45a2-9409-088b890da576" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225540Z:846e4fec-a8db-45a2-9409-088b890da576" ], + "x-ms-correlation-request-id": [ "124c5a04-281a-4b63-9e28-185136ad2c27" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14897" ], + "x-ms-request-id": [ "124c5a04-281a-4b63-9e28-185136ad2c27" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213730Z:124c5a04-281a-4b63-9e28-185136ad2c27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:40 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:29 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvnJYx8JCblrEzQn/BIYWHO3kCVQG9rYZAu3Zny7foal9bHavhPft9VjKYu2aD5jr4mMLJ1YWNk2yyVIu1TGTzmybjLSInSzr4fnTHarsx2gei3sqBJbc2/7H21dn4vltq9l+xa7tn6pDYBGDapul/" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvBXz/5W1ZuXPUzFUWFWRILeGWBX2bTIdFgAXS2ZrY39rREsBSvl2OcwlddZQ0ZibkUlfuZdxocqSfu/qRXZyIRwTSSvKhQglHaKVTJRsSFDgSgwVab8ja6EdboP08yKC+Mt+PRCKn1sO2ov9rvH5O" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -636,8 +636,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "430" ], - "x-ms-client-request-id": [ "f24721c5-0f66-4aaa-88f6-f1746d3b5e7e" ], + "x-ms-unique-id": [ "262" ], + "x-ms-client-request-id": [ "19455c66-9d67-4047-80bf-8f4c13fa47b6" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -651,16 +651,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "109e89c1-1923-4be7-b569-b1a49165d1d3" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14650" ], - "x-ms-request-id": [ "109e89c1-1923-4be7-b569-b1a49165d1d3" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225541Z:109e89c1-1923-4be7-b569-b1a49165d1d3" ], + "x-ms-correlation-request-id": [ "1d4d206f-6cea-49a0-8be6-c6cff5e0c302" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14896" ], + "x-ms-request-id": [ "1d4d206f-6cea-49a0-8be6-c6cff5e0c302" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213730Z:1d4d206f-6cea-49a0-8be6-c6cff5e0c302" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:40 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:29 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvhlMb5u/+KtmmgKdoAd2C4o7VYVACqIrZX824dQz1SMJzOSs4ENvM0YfiB2Rtg5HoA8cXzm3wHE0VOZ4Am4EZf3bX+CaY1l6g+pEN1uIdfyeiIOHcfm9joLX1XELcvzOAFChVzUZw0btawhZZa/CJ" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsuQZYZPj+QV9VTAhdBdP0tmqW+6m8QWPpYpzmK639n5/54t+rl32MypcnXVmuOE2AjsDHzQife6adUSt+5zXM462Pn5RIIjRvnOSfsJmv6YdQZBFu4fwpXV2vmDReb3IRCEfMuziJhCF9HrJAqFX" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -678,8 +678,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "431" ], - "x-ms-client-request-id": [ "97041857-42f4-467f-944c-28cd28ccbfcb" ], + "x-ms-unique-id": [ "263" ], + "x-ms-client-request-id": [ "99c5adcd-f64e-4cc6-8daa-61ab4a65cf2c" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -693,16 +693,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "a670fc71-8314-430b-8688-07c4360366f3" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14649" ], - "x-ms-request-id": [ "a670fc71-8314-430b-8688-07c4360366f3" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225541Z:a670fc71-8314-430b-8688-07c4360366f3" ], + "x-ms-correlation-request-id": [ "50a94846-b4fc-4d10-aced-3eb2e7c8cab1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14895" ], + "x-ms-request-id": [ "50a94846-b4fc-4d10-aced-3eb2e7c8cab1" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213730Z:50a94846-b4fc-4d10-aced-3eb2e7c8cab1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:40 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:29 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/mnNivVLBy0Q00eXe3AblMkvOgAG9QM+QAxgsiWdVU0T4D+iGwlUTNIJuF23zSAaug0Nx/aE8kni9DepzelmecfspAEkoiJ13FMaWDEL3wbdG3XdkPpnRD0MarFPUNkJH8YMjhaGGjeiXARCA8N7" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvMJ5eJmG60inpumAtQmrUfceR/psCms4m1O25Wbb3qPhOxoihg+0yxj6UmxAEhMhovT/9AhKAfReNoJiBqSuP8xNA84Ks1Vfa+0c6Vris6HYDslRO4oUItBgSfC2G+cEyJ1EN/KH87sYUXnpxqRDR" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -720,8 +720,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "432" ], - "x-ms-client-request-id": [ "d868780f-66cd-4f6f-afa2-b931511c8710" ], + "x-ms-unique-id": [ "264" ], + "x-ms-client-request-id": [ "6ec65952-b410-4a09-924a-7de7be72ed0f" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -735,16 +735,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "45eb0e46-47a1-44dd-b94e-b14651e096ba" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14648" ], - "x-ms-request-id": [ "45eb0e46-47a1-44dd-b94e-b14651e096ba" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225541Z:45eb0e46-47a1-44dd-b94e-b14651e096ba" ], + "x-ms-correlation-request-id": [ "e4775bf2-a326-4a9e-9cbd-fece9762fb5c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14894" ], + "x-ms-request-id": [ "e4775bf2-a326-4a9e-9cbd-fece9762fb5c" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213730Z:e4775bf2-a326-4a9e-9cbd-fece9762fb5c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:40 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:29 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv3Hx8o29z2ouep6/3DaWkdlfRoo9YS9RUeGXCGqoHw9prmw64cE7cZTMBlUG07+t+V0c1tVgN24gAiy/H+GXQd5BXxizt96y6zodPjsN9xtQhMiqAzIaMDYasa4WuSQMURe4keUdv3tsotqeBcIuv" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv4DwmxrwGkHxRUb9T8hb0AMRU/zqKDVJpMmT+UOnIR9GXp7gP5rOOPktuMkJRqmFZYivkuBgiCBQfHjq+Fv5LJCoC80svK7FHXp3UhXPnzw1FkQBc1k0wNpnMHsJaAcXWb3AMeStD8ZEFg0L8lBiF" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -762,8 +762,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "433" ], - "x-ms-client-request-id": [ "06519bab-0733-48cb-a988-353cac2918d5" ], + "x-ms-unique-id": [ "265" ], + "x-ms-client-request-id": [ "bdfd4311-9c9a-45e8-a414-032dcb977c07" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -777,16 +777,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "643992e6-e553-40ba-acd0-6f76174a6d31" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14647" ], - "x-ms-request-id": [ "643992e6-e553-40ba-acd0-6f76174a6d31" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225541Z:643992e6-e553-40ba-acd0-6f76174a6d31" ], + "x-ms-correlation-request-id": [ "b186af44-2bca-4646-924f-073e8eae6293" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14893" ], + "x-ms-request-id": [ "b186af44-2bca-4646-924f-073e8eae6293" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213730Z:b186af44-2bca-4646-924f-073e8eae6293" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:40 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:30 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsqDupOXIcNFY0qYCDgMkKfQfAdAwf2zbYfTYAMmws6UpFN1hEp19w6CUNAFadirS+6/bGsvXuvx7kWACfhGXoxlVZHYdZXTxZbWFLCMkoxsrKi0rtRLt0W6H9rJ6ld0hbge/nJRoOtqopXuvLEoI" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvF7gMhCoHa+2BHlyd+A7wdq2JG0/1fDFCg6CYjhiTa2mGWVDbtiPAZvM5xACpRqQx5RbgrkD3wmAaEkQUN5rf2m2X5Q0COCpUxroLd2C6D9jpzVZc14Eq589sCEgANoij4T3FGgddtPxfa830KKxy" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -804,8 +804,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "434" ], - "x-ms-client-request-id": [ "eaa16071-f163-40b8-8098-9c7d0341f02a" ], + "x-ms-unique-id": [ "266" ], + "x-ms-client-request-id": [ "ac6a63d8-8a6e-4c0b-94d7-307257da5695" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -819,16 +819,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "d52450c2-dcf8-407c-bc8e-c0a4eec108b5" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14646" ], - "x-ms-request-id": [ "d52450c2-dcf8-407c-bc8e-c0a4eec108b5" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225541Z:d52450c2-dcf8-407c-bc8e-c0a4eec108b5" ], + "x-ms-correlation-request-id": [ "83f6ec00-1edb-45a6-b9f8-4822ab5b9280" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14892" ], + "x-ms-request-id": [ "83f6ec00-1edb-45a6-b9f8-4822ab5b9280" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213730Z:83f6ec00-1edb-45a6-b9f8-4822ab5b9280" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:41 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:30 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsvS9N7vr728vk9KEk8RSCC5GYoGZlJhgbBtxlwADJlf9lmAdZ/QxLy+pW1pYM+Sq3tBbgYYZnNGpuEyOzzWwpsge6Fxb+HSQBdYUfjVFQis2GnEtvEsksO/jVkojpPH5XFUri/5OPqs75pz3kz4n" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRviG00ce/wHjML2ePJuWT7M9xlHaOJ/dWZvYjKmK1J+fGphF48vErGqCYhSyjSu45e0TDxoTapT8Uc49fMt6w6GiY9JOov8naZ74GYCjrmvY7IK8jljmT+SlA538AElP7E/HC1dUrwCq6Lrkp6PRJG" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -846,8 +846,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "435" ], - "x-ms-client-request-id": [ "2728aed2-ae39-4cd2-bdf3-eae4beff7606" ], + "x-ms-unique-id": [ "267" ], + "x-ms-client-request-id": [ "5fbd11ad-156a-4e7e-9798-ec9e367d72d8" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -861,16 +861,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "944e181a-e7d2-4931-8d82-ba5d3b1da80e" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14645" ], - "x-ms-request-id": [ "944e181a-e7d2-4931-8d82-ba5d3b1da80e" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225541Z:944e181a-e7d2-4931-8d82-ba5d3b1da80e" ], + "x-ms-correlation-request-id": [ "fe42cdcd-057d-4818-92c0-1675cb958eef" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14891" ], + "x-ms-request-id": [ "fe42cdcd-057d-4818-92c0-1675cb958eef" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213731Z:fe42cdcd-057d-4818-92c0-1675cb958eef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:41 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:30 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvmkJfwwH2ALEI9rj+3o15+G2yJ4826DMCihjhcwWOiZaRc+0FKydcWsfqje1+KlM10rwMqQis3kHXO1JcZ801EDQsPYKCm+DS734kq71eHjlA5vQmbOfj9eP8XehnITAsiiR6yTnCWEsakG6B2a6r" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRveih15pMPvOQdqD8jX+OwBgXphFwq4W3mXzPOlmx3FIuh4ErnBwrD478OXIo1wNzGYP5J6CvwvKMKre2SK8cgCLvIPp5KYdIFjfu5Z40uvLIdXAc9x4ZVQRTG757lbkqknvgYlNOXh0pGGAEK7kgb" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -888,8 +888,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "436" ], - "x-ms-client-request-id": [ "b5577ffa-540d-4da5-995e-14f5005c97bb" ], + "x-ms-unique-id": [ "268" ], + "x-ms-client-request-id": [ "51ce6d91-bbb5-4877-9b49-4a714cca9850" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -903,16 +903,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "9cac3c8d-0534-4deb-a774-da9a2673a86b" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14644" ], - "x-ms-request-id": [ "9cac3c8d-0534-4deb-a774-da9a2673a86b" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225541Z:9cac3c8d-0534-4deb-a774-da9a2673a86b" ], + "x-ms-correlation-request-id": [ "cfa5fbd3-167d-408b-afcf-1f28dee2ceaf" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14890" ], + "x-ms-request-id": [ "cfa5fbd3-167d-408b-afcf-1f28dee2ceaf" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213731Z:cfa5fbd3-167d-408b-afcf-1f28dee2ceaf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:41 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:30 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvX84w3iiysJGQ1rc1wTF5NFvRWyRDqLlAaMfrTX49GoqnMn4dCyC0Gj7nfJr3KeTnrPAuV3YeAwYfq4XjUifrln+CBzSOTr2288F6Ic8jTRGIuXSHvqieLy+Lf6/SioKFuEpZaHoVbAbUimTre9HT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHSZ7l0iJC0D4SXtNZKYL51gGehMRvvni7sxE48Kh3u0als+8KksGfiXRQXpep9NoWn1euYBhAF22opdwnFQMryS5ztUpGH5a+0/KrufSnGHeh7+HLg+WxIvjIl3q2z2bVdalL4Ynh2yAUkyC3SnM" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -930,8 +930,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "437" ], - "x-ms-client-request-id": [ "a5e8b35d-8889-4e78-9e52-a50556fcae59" ], + "x-ms-unique-id": [ "269" ], + "x-ms-client-request-id": [ "a1954f25-5cb1-49c7-acd2-359b2c9f9a55" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -945,16 +945,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "6613ad19-31ea-4577-b06c-703056f0d6f3" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14643" ], - "x-ms-request-id": [ "6613ad19-31ea-4577-b06c-703056f0d6f3" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225541Z:6613ad19-31ea-4577-b06c-703056f0d6f3" ], + "x-ms-correlation-request-id": [ "82f59f3a-9349-4a83-8c16-c48e1f19b44f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14889" ], + "x-ms-request-id": [ "82f59f3a-9349-4a83-8c16-c48e1f19b44f" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213731Z:82f59f3a-9349-4a83-8c16-c48e1f19b44f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:41 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:30 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvZDGD0YN540Y+Pqthi52fjDFmF1RHVb9Hi8MQdOVjFfRtrLrddQuM/F2R3l/0HRQKLN6x5/C+IiFiB3VhMyQ1lwPUBJ/fHfwPz8dawHRPpQkrFOBkqJ6Co/BuDI6pNU4gxTGflk9OFlhRxgJ5TJMH" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv67Uo5mYf8TLQI9j1mdKk2u8quivFXZ8S1DeriiUOOUfqWdC17Q/vRP84kVMKHNDIX/A+omvy3mchh+mEoHkwa6u6y6lOTyAvD/iq0oflAPp0bRtj4wblwWFJJydZmzcUVH4pVEPVDCDtXQqet/wu" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -972,8 +972,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "438" ], - "x-ms-client-request-id": [ "d0624609-0f58-4889-82ed-027910f2d7da" ], + "x-ms-unique-id": [ "270" ], + "x-ms-client-request-id": [ "c21fcc12-f814-4e27-8e1e-cfd5daf18fdd" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -987,16 +987,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "379aff8a-59ea-41d2-b899-f36229dd9443" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14642" ], - "x-ms-request-id": [ "379aff8a-59ea-41d2-b899-f36229dd9443" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225542Z:379aff8a-59ea-41d2-b899-f36229dd9443" ], + "x-ms-correlation-request-id": [ "6cff6201-9bea-48dd-90fe-7a3204f90dc0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14888" ], + "x-ms-request-id": [ "6cff6201-9bea-48dd-90fe-7a3204f90dc0" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213731Z:6cff6201-9bea-48dd-90fe-7a3204f90dc0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:41 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:30 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvbEdz3hGizY7gkevp0VSAho817vje7Imm2LLfbjhy2PfikHx+UMUyBBbkcrWV2t5Vg99l2DPMFKG0HdrGZ4L/4zXiplwhHiceLMa55EDoDw2UF0TWDHjCh2I1cnEdUt6rhamevIY36QwwckphTtU/" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv6Si4lbdqz8ehQFwnw+natHKIMkX+6UqDbJAMtktV9PzS7u1WtHxoJ23E7gY6IahU46ack/PQLBF71ZRJ22Ol3SeZiW3z5eRH5kVQenqibz3Byy0BwjvGi7R/c5ypoo2rC/qK9MOsRHvAwGxwMYrp" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1014,8 +1014,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "439" ], - "x-ms-client-request-id": [ "c7433187-a7f2-4346-bbf8-1935ca4603d0" ], + "x-ms-unique-id": [ "271" ], + "x-ms-client-request-id": [ "c40ae525-b400-4c7f-b894-9acd2439e547" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1029,16 +1029,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "f29a9d95-c474-4761-bd41-5e76e3cb77ee" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14641" ], - "x-ms-request-id": [ "f29a9d95-c474-4761-bd41-5e76e3cb77ee" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225542Z:f29a9d95-c474-4761-bd41-5e76e3cb77ee" ], + "x-ms-correlation-request-id": [ "6c2358b1-9904-4ebb-b2ed-a908d94f73bc" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14887" ], + "x-ms-request-id": [ "6c2358b1-9904-4ebb-b2ed-a908d94f73bc" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213731Z:6c2358b1-9904-4ebb-b2ed-a908d94f73bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:41 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:30 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv375k6YmrFMieQcZlFv4U0fNo5UWZKAOcbhjF7lucX3CJ0UX6Qw8qF0B9jdzhc4PAzYbWQabN8zbZL9A/XWTe3VqSvdmJCjgv/m+XLVcwgHHCgV6S4Bb4zxy5m/CkJTjB86iFFlLhzmfqoHJEJjlH" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvz6UWnJpHD8BadkqO55VRdkKOrMc/8qVfXGXeDktZCRPnrU46DPbKE9ONTqQ0QPHxk08NSDXxGTo00JHh1eGd2Syg2sp46SmJdSAs2ZUd6HMH2K8e7PpnCideGQ+Fy7RLTc9juZj0XedgFDPK/q6G" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1056,8 +1056,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "440" ], - "x-ms-client-request-id": [ "8c9dac41-4844-4c6f-9725-6ca72c7f126a" ], + "x-ms-unique-id": [ "272" ], + "x-ms-client-request-id": [ "b2cf0ea7-1265-4886-bc3f-9e8cea8e288f" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1071,16 +1071,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "ec462ea1-87b1-4456-a488-dde000bc2d67" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14640" ], - "x-ms-request-id": [ "ec462ea1-87b1-4456-a488-dde000bc2d67" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225542Z:ec462ea1-87b1-4456-a488-dde000bc2d67" ], + "x-ms-correlation-request-id": [ "af423d30-5654-4a19-b8aa-8e5c6f6d91b9" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14886" ], + "x-ms-request-id": [ "af423d30-5654-4a19-b8aa-8e5c6f6d91b9" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213731Z:af423d30-5654-4a19-b8aa-8e5c6f6d91b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:41 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:31 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJb8vKccC6SJt/ENDC0rLUc0ISRT5IUOXXmmGnyRZiS+L2WVdHFcXPIwwp+8cB9yqWYhzaALj4YizgZNAtsMmNCuyqRnq93Qc9uiTd5w79pwQf9SJGn/uMRUPr0+G/JXazl95n/2HPnFrzE1W6OVy" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsOcBPlqbKHsotJA3KMKxvcg1Z0m8LBWVtE50YFFvCJgXOg6rsZ2RvMIpUd7f73F+faeg131/b2RFGRoabrho1TdWLWIt9t+EdWPtBmSSsK6zy76C8whvFt4Fty8WAtxBIUGJwDpZmyW6ZEz/gs1N" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1098,8 +1098,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "441" ], - "x-ms-client-request-id": [ "2b0fd94c-8624-4da0-aebf-8d3a7a88b4f0" ], + "x-ms-unique-id": [ "273" ], + "x-ms-client-request-id": [ "2b946ac5-b1d5-4df2-ab88-f4f0a023d28b" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1113,16 +1113,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "2b7923de-b33c-47b3-bcb4-2430d61056c1" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14639" ], - "x-ms-request-id": [ "2b7923de-b33c-47b3-bcb4-2430d61056c1" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225542Z:2b7923de-b33c-47b3-bcb4-2430d61056c1" ], + "x-ms-correlation-request-id": [ "da8f63c2-972f-4d85-8608-2bcddc05285d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14885" ], + "x-ms-request-id": [ "da8f63c2-972f-4d85-8608-2bcddc05285d" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213732Z:da8f63c2-972f-4d85-8608-2bcddc05285d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:41 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:31 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvAIp5frW8xz9c2JxdI7Sw6EqLnIVJg0JReN5RBIZQXVYylGMR5ST7T6K0Rg1tTlNYhpj1bY6u4Bu1KWakJjJ76jwY1ESE2Lh1HjvRCRSU1fNfOsD0nl5FSuWil9tinj6A416Vy/BA5G0xZ2NZtH4B" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv2+Uxm4lzDb+tgVWdG18WHw8WNJzTTXdGzqSIXghVleJb7amTWm+Ufdg5t/B3L09HO2HFCW2pYtiBsTQUkG9iNzHZBTvqI1Hu8Vk5Ehma+EUygJY+QxNsPWJP4emT7+XgOW4f9FCgh1PkUczTAnjw" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1140,8 +1140,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "442" ], - "x-ms-client-request-id": [ "4b47e530-1474-4671-93d7-206232400a00" ], + "x-ms-unique-id": [ "274" ], + "x-ms-client-request-id": [ "12f290ad-275b-4592-8b05-2dfdf73c688f" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1155,16 +1155,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "9400e783-a695-4896-a467-b304da9f4c71" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14638" ], - "x-ms-request-id": [ "9400e783-a695-4896-a467-b304da9f4c71" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225542Z:9400e783-a695-4896-a467-b304da9f4c71" ], + "x-ms-correlation-request-id": [ "10cd7a60-024f-4698-9e30-b5171c5a2004" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14884" ], + "x-ms-request-id": [ "10cd7a60-024f-4698-9e30-b5171c5a2004" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213732Z:10cd7a60-024f-4698-9e30-b5171c5a2004" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:42 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:31 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvdeUBnXFaFC3qXwk12dNPxrHDFA6rUHhrZQ5D6IL2IgjddM09+P0w1KNEt9jznXVsAVzN82yLmgw89wZnjnM7YmI1kHrae75Yh3c/oA8DDN1UOnNI3pEwrXhfD8CvJQbcipOV2eUdms/yvxfqT7pn" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvPXKdZHor5N88Bepaxj7yxHFX9JT4rb/Qh9ZtOa6FEhikOdIV0QAnZ2erM4Bc/HHA13a5IKS7O2kAphRfebRlBfOVDZjyNu5yF9UVcB7hP5b1AHtlBk4Tgs/eEjJpV6ix5Cvk81gHsmVZtN9m0rpe" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1182,8 +1182,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "443" ], - "x-ms-client-request-id": [ "14f28090-2167-4a9a-a7c4-b82855f8bd01" ], + "x-ms-unique-id": [ "275" ], + "x-ms-client-request-id": [ "0f631830-4a8d-493c-8f71-84f7e07cd57a" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1197,16 +1197,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "7b910f8d-51ea-4405-9d8d-a82d71822132" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14637" ], - "x-ms-request-id": [ "7b910f8d-51ea-4405-9d8d-a82d71822132" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225542Z:7b910f8d-51ea-4405-9d8d-a82d71822132" ], + "x-ms-correlation-request-id": [ "2d37a625-697c-4957-bbe0-43bf12415dae" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14883" ], + "x-ms-request-id": [ "2d37a625-697c-4957-bbe0-43bf12415dae" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213732Z:2d37a625-697c-4957-bbe0-43bf12415dae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:42 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:31 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvS/TDbC6IIazCb9gsZm8IWDpIJkIYORnX7woOVNWZAuM8d08izyEZZPUpn7gUF3JH6bNWSxRUQJTU3lqu2f8BctvfwOrMaLaqRIpcVpWIw8cVr7+NMQKvKPZPmaZsDDb1B+nxP729eCkTNMWIwcqS" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvedO7HgYkejrK+H6+8SxV4KqjGJVvgsxsYFeh9nclo+GWGbhB6Ef8g+KpSD3u3m9X1pU2BxOr9Sftku8LIrq1ap/lJibXTqDDp/c5jJY07Q/BftsMVtc8Q/n/OAQ9EmybbcrjtS8SC0mrFAIc1WNf" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1224,8 +1224,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "444" ], - "x-ms-client-request-id": [ "e41c5875-0a37-4bb7-a7b1-1195bb65dbfe" ], + "x-ms-unique-id": [ "276" ], + "x-ms-client-request-id": [ "cb007f46-7877-4c22-81d0-663708be7e50" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1239,16 +1239,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "b3881874-b6cb-487f-8f5f-034d5f2d7b92" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14636" ], - "x-ms-request-id": [ "b3881874-b6cb-487f-8f5f-034d5f2d7b92" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225542Z:b3881874-b6cb-487f-8f5f-034d5f2d7b92" ], + "x-ms-correlation-request-id": [ "e417a5ec-54a5-49cf-85d2-327a6ecb6924" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14882" ], + "x-ms-request-id": [ "e417a5ec-54a5-49cf-85d2-327a6ecb6924" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213732Z:e417a5ec-54a5-49cf-85d2-327a6ecb6924" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:42 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:31 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv++sFkESdBNd7+NxxjNKQYljVYN0LIQDp/2UuGVtyBvz/gb4hydrlV2WYK7IU8AyJLbybmcssz8f2ue+/KSzA+LkPkr4EDaebMWuPxCOu9j02FfSKfL8lhoE7Nz1yLVoyNyl3T58GPP7x5t6TlpL/" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvwgddbucjfeWAfr/h8OOaReFnuVbw1oxlV3EqVTfLvRlF5HCjsZkaQ8/sTUzUoCBKbsJ7KIsKs/mfUq912L0QjabjZ2GH3jEWSoVDWhAf4wqE5wuGU3+i0aWHI8g13I7TIbBTp/oGkHu6rvMpWvxF" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1266,8 +1266,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "445" ], - "x-ms-client-request-id": [ "ae7b000b-b549-4871-bbf5-10b805479a35" ], + "x-ms-unique-id": [ "277" ], + "x-ms-client-request-id": [ "63523c5c-500d-4449-a779-5128a564338b" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1281,16 +1281,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "49beb7a6-c882-46a7-89b5-458973fb63eb" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14635" ], - "x-ms-request-id": [ "49beb7a6-c882-46a7-89b5-458973fb63eb" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225543Z:49beb7a6-c882-46a7-89b5-458973fb63eb" ], + "x-ms-correlation-request-id": [ "0d6796f3-f867-42f1-8855-0d1578339237" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14881" ], + "x-ms-request-id": [ "0d6796f3-f867-42f1-8855-0d1578339237" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213732Z:0d6796f3-f867-42f1-8855-0d1578339237" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:42 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:31 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvCvWSS1DucrLtGbxzsWppMwqjvx85S2UnbyJc2VcOw3lNyv+C1VX5aRHXViDbWB0/9d4tw5KyPdRrHoMXRvgSwCX7BBCdj1AoH+A32f9pa5YFCA9Y8kNtPM4aI6ZE0/6XInzScFlJgq1pp7fviGAG" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv8obc2yPBhbpt3Cms8zzhuAaT/Uxv15VPf/AlzJ7SvwjN/I28qXsZyykeXSelNqylQO6SkmXchN86bMq57QfaVCrXaYgyHcG1CckoT7ceUB+6tDAgaq4wK9IE5YUlr6kjr3u80gVFEoUAwspvk3M4" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1308,8 +1308,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "446" ], - "x-ms-client-request-id": [ "75524565-cf73-4211-bef8-fcb9736b7119" ], + "x-ms-unique-id": [ "278" ], + "x-ms-client-request-id": [ "d32b2087-8446-40b1-9a4c-1052c6e37b3b" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1323,16 +1323,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "f0700606-6441-4ee9-97ab-73b4364377c1" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14634" ], - "x-ms-request-id": [ "f0700606-6441-4ee9-97ab-73b4364377c1" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225543Z:f0700606-6441-4ee9-97ab-73b4364377c1" ], + "x-ms-correlation-request-id": [ "2a673fe2-e238-4549-bf9c-ccc2fa3652bb" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14880" ], + "x-ms-request-id": [ "2a673fe2-e238-4549-bf9c-ccc2fa3652bb" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213732Z:2a673fe2-e238-4549-bf9c-ccc2fa3652bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:42 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:31 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/a+gpydRbtlw1MUP4VthXrLlKzLKP2ekMxoCqo9N99xEdU+mC8AjsY0CG1wUPieDPmh50Nrp0liFVephBunGOpMuWB6ivYSQGKRrwnjMOdsT1OVvC52w3n+mKKbgtjhPelpbL646/rq3StiyOq39" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvK3lM7jGtpLGQGdcxfrpzU9SS4d6ujyUjjCtuskVyDMM6+aelt3/tokQLzu3cuB2zI0Jh5a5QJ8mJdHKjNmHyaFUgPKkR9tF+2C/Id3AU7OaoTiuupr+1LdyolXLitzhvL5Ip+ycFTUevNtRXl4y0" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1350,8 +1350,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "447" ], - "x-ms-client-request-id": [ "51dc420a-199c-4cf6-9aea-f8566c98d664" ], + "x-ms-unique-id": [ "279" ], + "x-ms-client-request-id": [ "2637aeb9-91a6-4feb-8c95-111a5ac426f9" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1365,16 +1365,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "d7eb8a51-91d7-4f63-b0f6-f544827d84a0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14633" ], - "x-ms-request-id": [ "d7eb8a51-91d7-4f63-b0f6-f544827d84a0" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225543Z:d7eb8a51-91d7-4f63-b0f6-f544827d84a0" ], + "x-ms-correlation-request-id": [ "29b17745-7f47-4b95-904d-ad8ca993a141" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14879" ], + "x-ms-request-id": [ "29b17745-7f47-4b95-904d-ad8ca993a141" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213732Z:29b17745-7f47-4b95-904d-ad8ca993a141" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:42 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:32 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv4TnAOh5xEc9CHUhQlDgJuW8//kDldNojHcqvTmiazISlyprw/UUPwtTBgheugdFnbI/9EEGCV0eT9n7EhyNEBRLhuUfUjZ0wYJZH1d7CA1jiBNbZv0reCN8rAairDJKmn746VUhn84eHmFXTVZfZ" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvFUAeOJAOg+E2oOo3xOrIPaqtseZfzpKNSI1YPEDKsThkDQVumArfYT/NdGrgIw5Um5P2VFD0vlsAsXHdrqNs0bGDBmRKA/tdKCofsQlOqT7IkCZcRd9Zc/jTpHsf8TBurf8WwuPU9tLwi89ikGN6" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1392,8 +1392,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "448" ], - "x-ms-client-request-id": [ "3052af2e-f454-4717-9ef3-0a83b93982a7" ], + "x-ms-unique-id": [ "280" ], + "x-ms-client-request-id": [ "b10693a8-bca7-4209-a77e-a5774fc76888" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1407,16 +1407,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "0a4a7d0f-ca62-4e09-a033-bf6a1dc0ffe9" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14632" ], - "x-ms-request-id": [ "0a4a7d0f-ca62-4e09-a033-bf6a1dc0ffe9" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225543Z:0a4a7d0f-ca62-4e09-a033-bf6a1dc0ffe9" ], + "x-ms-correlation-request-id": [ "4ab1492d-872a-4043-add4-6853f45825f8" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14878" ], + "x-ms-request-id": [ "4ab1492d-872a-4043-add4-6853f45825f8" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213733Z:4ab1492d-872a-4043-add4-6853f45825f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:42 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:32 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv7VDJkWtvFmMXjsXoh346nlCwRjoXjFXpW2TaQOKovzK1tgPoUqzzBWxC6UGfDS7xnwDrNMlZHD9FCwzN5EpaATzY0cWzyO5hsVj2OEmrfoH88BucfByiSulTShvCtnsdBBhBmbIFYljKhteEbC/G" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsG3B6uoB6Ox/p7bVLOKCH/Hu729QlGBd+WuISflv9QAcT9p7VLw390S6meKFmvQdQaGuyK7R77rp8Ut0f/2BYO948QXCfuvQWOCiyuDVow7Me/huXsfXwj0xtzkVRvWr50uciK2kDpHLbpqJe+Uw" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1434,8 +1434,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "449" ], - "x-ms-client-request-id": [ "25b7c779-c918-45b5-b3e6-40b5d7ad7497" ], + "x-ms-unique-id": [ "281" ], + "x-ms-client-request-id": [ "45efa904-872f-4125-ae87-9df370c0647b" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1449,16 +1449,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "386cc4e0-7184-49ae-becb-d70038130f75" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14631" ], - "x-ms-request-id": [ "386cc4e0-7184-49ae-becb-d70038130f75" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225543Z:386cc4e0-7184-49ae-becb-d70038130f75" ], + "x-ms-correlation-request-id": [ "9467456b-d955-4a44-a4d1-0019abda4a5d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14877" ], + "x-ms-request-id": [ "9467456b-d955-4a44-a4d1-0019abda4a5d" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213733Z:9467456b-d955-4a44-a4d1-0019abda4a5d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:43 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:32 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvaLE7qIpJVVpV76wsklUATXFiHEyaAyMw4w38jTnYoxNZxaLRUyPq5HKVzWsspEi7bcbPC0DaRTp7r4Fi9c4JtQQ+2+t4NSPqpZ8d9TIk0oLBAl+Yb2HoAtvIFO3nD91udQzyfvDWw1nFjYH6SDPc" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvweEWFomNDFE7Cl2G8YXNxjymr/oC08POZjr1Nz3WuOKH1rsFf4ObyLcnYlHm+Q+valbWseJBqczU9cQ+fVFWPLo5aeyclq+Hk3i92yHpAat3+W8yxKjhOIkrrxdFIDGD+/OA4G/k3xQxUDikAH95" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1476,8 +1476,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "450" ], - "x-ms-client-request-id": [ "683092c0-49d0-4733-aa50-6a5d2d702fb7" ], + "x-ms-unique-id": [ "282" ], + "x-ms-client-request-id": [ "1836fe6f-6430-4e15-abbc-d29c8b520f76" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1491,16 +1491,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "32975586-198f-47f3-9821-8ed7580e3efc" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14630" ], - "x-ms-request-id": [ "32975586-198f-47f3-9821-8ed7580e3efc" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225543Z:32975586-198f-47f3-9821-8ed7580e3efc" ], + "x-ms-correlation-request-id": [ "2848f39d-42d8-4fe1-b87d-339fbb63a2d6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14876" ], + "x-ms-request-id": [ "2848f39d-42d8-4fe1-b87d-339fbb63a2d6" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213733Z:2848f39d-42d8-4fe1-b87d-339fbb63a2d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:43 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:32 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvdLdtDou/6/ZJOjmpO14ZdluB+OJzcZJjlNAv1GytXQnCVogmt+QMfVIIxsAIaUv8c2cxC2wFOnUA0ffx15U7KNdDm66MoQEab9Qqroqh+I0HVsUD9r1hQl+6+p8fdQH7GwGbwwn81NuTdf989Cox" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv2SNlvRL3Blqw6kFwH3p4a9t+nDLc+PADroZ5ml1Ey4WsKHgs6/J/66RvaI3iJsuUYddoJXrY2WUafFNEeQcaor3G8uDiMtdsInaJPCiQNOc/QEtwhq5+g6S0rtDePEyB6MhtdYqZ7p1ZHd6H+Xfa" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1518,8 +1518,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "451" ], - "x-ms-client-request-id": [ "f53a0e32-2cb0-49b0-9f93-d957e145074a" ], + "x-ms-unique-id": [ "283" ], + "x-ms-client-request-id": [ "f975a948-185c-400d-b828-11ac219e9a25" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1533,16 +1533,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "fda1e1f1-4093-4b47-9761-0dee5435e3ce" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14629" ], - "x-ms-request-id": [ "fda1e1f1-4093-4b47-9761-0dee5435e3ce" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225543Z:fda1e1f1-4093-4b47-9761-0dee5435e3ce" ], + "x-ms-correlation-request-id": [ "d9f87967-6d84-4f18-8167-2128f6a1a076" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14875" ], + "x-ms-request-id": [ "d9f87967-6d84-4f18-8167-2128f6a1a076" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213733Z:d9f87967-6d84-4f18-8167-2128f6a1a076" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:43 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:32 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvr8fsztbzYKzmWBS7M16JtzwlJj5X0UG9yz4v8nncJOgp0XEGnmG9wf31+c8/0Rj9W9zMXVOHNRHO3bEkkk4OS26Be0wu89j6nRTQ9cSOSDTgwNl0BfkA/CNyTKEXMo42mh1kl5cIv5TMVSZ7PevQ" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRveHGYUwYnaeso3DYOLCfgmjf6pBnJ6Pway7kD+tw0zGUEFVfVBDLZiE44XjscN6m+LzqrtP+R8xu6GuvpisBVdrQpYVKNPX9YUa+J5dM45qAgQEGCh0hb/KcElLh6/ySdfH2c2KpDynswTBXSPtMF" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1560,8 +1560,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "452" ], - "x-ms-client-request-id": [ "904bd7a3-a61f-463d-9d0e-320bb34219ae" ], + "x-ms-unique-id": [ "284" ], + "x-ms-client-request-id": [ "8dd07428-ee95-41b2-8d17-c59df02a1559" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1575,16 +1575,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "3e029dc5-d557-4fc3-979e-d273422e0434" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14628" ], - "x-ms-request-id": [ "3e029dc5-d557-4fc3-979e-d273422e0434" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225544Z:3e029dc5-d557-4fc3-979e-d273422e0434" ], + "x-ms-correlation-request-id": [ "c537944d-5dc5-4423-82df-0d17201f3b89" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14874" ], + "x-ms-request-id": [ "c537944d-5dc5-4423-82df-0d17201f3b89" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213733Z:c537944d-5dc5-4423-82df-0d17201f3b89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:43 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:32 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvh3CGlPzaIMzL4Uecij4RVZSDJMDGrE9PyoQ4YtZ/bm8oaKcKoxp6Qyp2b72YHRdoZnKAj34DGs8vBjmP5xRx/opAhv96KCqIE05mncS7D8xGKIH9fB7oXj1V3PuAK1H9jsd03Bgdqch3Wqf2WDhe" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvB5/TVuLz6cysXgdcfjIB1tH0zehzPjpWd28nAi/1b3Nbs9w7b40CzVnFHpkCLc1qWGfxPavZH4YMLtwVBOH/kx2FFkCgtMDHfwTaAeNcFbWtmahFzJnh0bkSs4c/1Vbfek+ndr93Jt1uVDhGh9yr" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1602,8 +1602,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "453" ], - "x-ms-client-request-id": [ "dcaa07c1-a3ed-4d6b-87bf-474b92a7e527" ], + "x-ms-unique-id": [ "285" ], + "x-ms-client-request-id": [ "b586d467-e977-4f4f-bf9e-a9fb2433116a" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1617,16 +1617,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "b97d0cc9-f7d5-4b40-8577-28ea7631752b" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14627" ], - "x-ms-request-id": [ "b97d0cc9-f7d5-4b40-8577-28ea7631752b" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225544Z:b97d0cc9-f7d5-4b40-8577-28ea7631752b" ], + "x-ms-correlation-request-id": [ "359ac185-49db-4424-bc9f-2f7d16cf5d91" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14873" ], + "x-ms-request-id": [ "359ac185-49db-4424-bc9f-2f7d16cf5d91" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213733Z:359ac185-49db-4424-bc9f-2f7d16cf5d91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:43 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:32 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvE1pFjpd2msbeEj6X0DyMMkURh3hOplgof6jyIqieJnIfYOeJYFw8XUlmeSURfxAkgsEW+Cg20EmirLr+vgucVuwym54GTgLDvZGpS3sIoa/rXLl491eGl0ybaPMIe1klk4cjkzZNkUY1X2seO1zd" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvROHyai+t7ygNJUPTLPNeHoqCq5liVouYxB2bLojC17NvUaecv4YkzlT7stMeaGRVvqNpbdKu72zlh0u3aMG3phElmGUZBiGre6pizdtBz5IHmmaWO07Rq8xi82ivV8P0N0v/x3PhGl3F8Y3EBrqF" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1644,8 +1644,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "454" ], - "x-ms-client-request-id": [ "1229d379-ec92-4d03-a58f-0c83a33ea16e" ], + "x-ms-unique-id": [ "286" ], + "x-ms-client-request-id": [ "4c357cff-a163-4d8d-ba06-a88e4da6e8e4" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1659,16 +1659,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "c9b9c195-ca24-43e0-bc46-b00c05c31362" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14626" ], - "x-ms-request-id": [ "c9b9c195-ca24-43e0-bc46-b00c05c31362" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225544Z:c9b9c195-ca24-43e0-bc46-b00c05c31362" ], + "x-ms-correlation-request-id": [ "6aae8d0e-367a-41fc-9f6b-4e0cb410cd6e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14872" ], + "x-ms-request-id": [ "6aae8d0e-367a-41fc-9f6b-4e0cb410cd6e" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213733Z:6aae8d0e-367a-41fc-9f6b-4e0cb410cd6e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:43 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:32 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvqFy2gKQx+8cFsXm7J80dOHsWhSAhFy29aW4gSt4UECleSDGsnDhplK6HbJkjqoDk6j9s1OXHHyyi2rNs5mNkWssswO7f5gUskhHuOB9GXJsY4A0dixW4dzSg7MPjvAMNMNN2/0wJf9gAokYuKS74" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvi49vEawRZCPSCr2DN9FK7cjS7NvCNfMaqb4GThQ6ZtqAgXIns8pHZxq0zIi4PFFN3IXPAw0Y3PM+bM0hu9uKMU3m42rh8mmNO6a8NF9UUrAF0rdIPqtR1vpadOGHKwZDjvb1Hfd7j6GMb6GQkay3" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1686,8 +1686,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "455" ], - "x-ms-client-request-id": [ "809b9f73-cbb2-4dde-9f4f-d9f24a66fe9e" ], + "x-ms-unique-id": [ "287" ], + "x-ms-client-request-id": [ "cbfb862b-c82b-422d-8f4a-f8a41f280f29" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1701,16 +1701,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "e6512f44-c257-4392-a2e4-623f4cb0c365" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14625" ], - "x-ms-request-id": [ "e6512f44-c257-4392-a2e4-623f4cb0c365" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225544Z:e6512f44-c257-4392-a2e4-623f4cb0c365" ], + "x-ms-correlation-request-id": [ "bfe5db6d-e0dd-4a5a-a2e2-fb104435c7b1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14871" ], + "x-ms-request-id": [ "bfe5db6d-e0dd-4a5a-a2e2-fb104435c7b1" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213734Z:bfe5db6d-e0dd-4a5a-a2e2-fb104435c7b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:43 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:34 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvPLU/XByInv69n6UA+9usEEH+aq8nXXL7Ahyk6+B2x+7ksHDJ1kmcUgbiqHc0DzRrsxB9zDdr30LqtPne3w/JIKcLQf8gmNaAzW9uNhf1LSymp962yvGhlQ9RIZxrPtJo7bHtTj+nvRDZXY/cG5s8" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvSZA57A8yQ16ePsHAF66riXd40u4j7p/HZhzSvc6oR8e5jEl7stLaAm3EsQCzuDkjP4MqyVkshMm9C97flZCrjgmSYUFl1bx8EVSic4PnNtx1YMsv4ptoAksBsWrK+i2filTG0+n/189oGItSVme9" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1728,8 +1728,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "456" ], - "x-ms-client-request-id": [ "14d3d892-fac8-4e42-ba5e-b0321cd14258" ], + "x-ms-unique-id": [ "288" ], + "x-ms-client-request-id": [ "94e0c1e5-7fe8-44fb-862b-61271b25d8e2" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1743,16 +1743,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "3941ce8c-04f8-42ee-9a10-d24e12aa9e6f" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14624" ], - "x-ms-request-id": [ "3941ce8c-04f8-42ee-9a10-d24e12aa9e6f" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225544Z:3941ce8c-04f8-42ee-9a10-d24e12aa9e6f" ], + "x-ms-correlation-request-id": [ "5b115491-7543-4ea8-979a-748517a6ff36" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14870" ], + "x-ms-request-id": [ "5b115491-7543-4ea8-979a-748517a6ff36" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213734Z:5b115491-7543-4ea8-979a-748517a6ff36" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:43 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:34 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvvJHEnay2XKJ2dDSNcmEp8cFQ/ZAKnYzaikUzKsLo94qkoEYpvWzDAJ0KlKaNyTIOU8HXf1y+z0SbME5xNdxFewCDeAUJhoVW2FAQB3TkKgwzYbcm9X2SEJfzleZCrOtbY5ldCmtA0TTKlirpva5k" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvxd/kWBN9Q5wXN19Zxmgvn5XetcW3MeCB8LHEguz2ShYJCpFpGpSz2pHdQ1i816z/tIKwH57svmV4UF+TaYC2RzTypsmEpkW5O0oVomruEPCxXQrLsEY0YTfhHfmMBUow4OdYaBD6xdE+lwo+Z2Fx" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1770,8 +1770,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "457" ], - "x-ms-client-request-id": [ "e856bd2d-4b2e-4d65-84a2-e6454f8a25fa" ], + "x-ms-unique-id": [ "289" ], + "x-ms-client-request-id": [ "b5d293d5-5c34-421b-9252-5877bc40d4d4" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1785,16 +1785,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "8edf7b80-37e0-4941-bc26-81a19472fa6c" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14623" ], - "x-ms-request-id": [ "8edf7b80-37e0-4941-bc26-81a19472fa6c" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225544Z:8edf7b80-37e0-4941-bc26-81a19472fa6c" ], + "x-ms-correlation-request-id": [ "1c010d17-3035-4fff-b1ae-1d1305abae3a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14869" ], + "x-ms-request-id": [ "1c010d17-3035-4fff-b1ae-1d1305abae3a" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213734Z:1c010d17-3035-4fff-b1ae-1d1305abae3a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:44 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:34 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvWz40C0Z0NKLmyZrHqCm0ixktEAg6U/I6SNDaWjB/77DhzonDHEXT8zt8lV4Jk+Fe00mGe04q1hpIs1tVDlus63RCpP/DjPSnhCGpAfhvSYtZ9Oq9so9qVJE8ekfAyHx4swRhX39YeR1GxKjjW3q4" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvdMpHf1Akr3krn0PazV/GzJu86LNzvPzG5Mhlhs9i919flWxJ3G1lLQtny7+RUJxGIWptlQAe1z3s5dA64MlM8TGnvI8KzREuvRuh5N6oc/+N6D/2bswiyVcCEaJToUjtgQDV54fvvbMvwfMYlbn4" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1812,8 +1812,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "458" ], - "x-ms-client-request-id": [ "eeee3ae0-1339-4f0d-97de-f161c720830a" ], + "x-ms-unique-id": [ "290" ], + "x-ms-client-request-id": [ "55ac35b3-9160-4289-bc05-f34c55cc06e8" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1827,16 +1827,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "20bc3a33-c236-4dec-b478-8031cc54d02b" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14622" ], - "x-ms-request-id": [ "20bc3a33-c236-4dec-b478-8031cc54d02b" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225544Z:20bc3a33-c236-4dec-b478-8031cc54d02b" ], + "x-ms-correlation-request-id": [ "1a32eb7d-cc1d-499a-b9c9-94c77edbc98c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14868" ], + "x-ms-request-id": [ "1a32eb7d-cc1d-499a-b9c9-94c77edbc98c" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213734Z:1a32eb7d-cc1d-499a-b9c9-94c77edbc98c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:44 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:34 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvqW5TD5ladYZF56cbzUxhHRO3c8IxaVyQVQBMyDUBxH1lWvh+kqL/Oy5tYDT193DKtfxNgYg7L4kQeR8f7dXyoERNV/BW6N6F8IjXIyIb80X2hltJ3LgVUqk3MHIKjgNPGx+vg9R6Nosz8JgeuXl4" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvRrGkYDM491IMZ5ZDplHe4LjUy1f1NpzPoMeAulKeBzuHBbUc9Y5B4Q6/poP1NU8UD62xoVgN+RNse4WGayIhddapt0kyJTbxhcNcpNjf7zZrUNvjdUJNSlKSHRJANnZv/nQf3Krs+4J7Yit88Mi4" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1854,8 +1854,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "459" ], - "x-ms-client-request-id": [ "373b9b7e-a7a7-4f3a-a458-b6f43bb8d57f" ], + "x-ms-unique-id": [ "291" ], + "x-ms-client-request-id": [ "b64b7d72-5357-4fcf-b422-423e27954866" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1869,16 +1869,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "92c9a6f2-819c-4010-b00c-20f5f79808fc" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14621" ], - "x-ms-request-id": [ "92c9a6f2-819c-4010-b00c-20f5f79808fc" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225545Z:92c9a6f2-819c-4010-b00c-20f5f79808fc" ], + "x-ms-correlation-request-id": [ "f794d8a6-375f-4d64-856c-e7c3374c1202" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14867" ], + "x-ms-request-id": [ "f794d8a6-375f-4d64-856c-e7c3374c1202" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213734Z:f794d8a6-375f-4d64-856c-e7c3374c1202" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:44 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:34 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvjk2+mMUyyGjgHueL0tnncPgcE03HyOQFnLACoFFKLjshlNz5SLfi4hbf/BILPzV1VnqIjpy2mBkiB4CMw+rrH7jf5du0eKtoCgYHBOUWDGJhJstsKK92Ocous8rLC/9GX6a6ITvcfh7g2SjrPIBJ" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvfdoiW5PZ3XGJRFWbvgVDxyO4Y7AvVpLDyWa++BRz9yEflgO2Uhqu3t+VGeLxpf2AdTs4wApM489Xung7blXPcOy4q+565dzc00mu47ANC33MpCllO+ltoAB5xJJmHF5uoU/VJFG72lTwgzzfWpbI" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1896,8 +1896,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "460" ], - "x-ms-client-request-id": [ "719d48d9-2493-443e-ab77-ff760a564dbd" ], + "x-ms-unique-id": [ "292" ], + "x-ms-client-request-id": [ "ee7f2bf3-52af-4911-8655-440bdfb084ea" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1911,16 +1911,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "8d67d620-f9ee-45e9-a2be-95a1f749c4f7" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14620" ], - "x-ms-request-id": [ "8d67d620-f9ee-45e9-a2be-95a1f749c4f7" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225545Z:8d67d620-f9ee-45e9-a2be-95a1f749c4f7" ], + "x-ms-correlation-request-id": [ "37292918-f82b-4264-856c-f30e1eb86ce5" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14866" ], + "x-ms-request-id": [ "37292918-f82b-4264-856c-f30e1eb86ce5" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213734Z:37292918-f82b-4264-856c-f30e1eb86ce5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:44 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:34 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvd7HZfTMuNKaJooq7pyou8aM6sXHa4UjppXUkIeLurSo4+IbZyeMaUGgpW97ErH8l9ACr0bENbbq1Gr3WCCM8oeh228nZxKQAbS58D7Np5AmzXDttzfCzn/rLWeAOkPzYpL5+zf+XffFT64Trb8ox" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvS4AkrpEpYB2BcWk8XeARoCILC1Skih0t9is+5QAxGjd7iNBJCls8gxyPIk1+D4asngdIODyioxz8K7G96mo0PwHoLt0oWO9dIUmC/Vf6zb04/cBXltGeWMz10OA0xwX8h4icBneEGhbU5EUmB7mv" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1938,8 +1938,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "461" ], - "x-ms-client-request-id": [ "3e7db88b-33df-47ba-907b-4028933db3c0" ], + "x-ms-unique-id": [ "293" ], + "x-ms-client-request-id": [ "95bf100b-5b3f-4f8f-9b27-cd7514ff7e84" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1953,16 +1953,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "00a63d23-616c-433d-9829-08bcbce836f4" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14619" ], - "x-ms-request-id": [ "00a63d23-616c-433d-9829-08bcbce836f4" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225545Z:00a63d23-616c-433d-9829-08bcbce836f4" ], + "x-ms-correlation-request-id": [ "4d854f9a-aad9-499e-895e-45ae0647d959" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14865" ], + "x-ms-request-id": [ "4d854f9a-aad9-499e-895e-45ae0647d959" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213734Z:4d854f9a-aad9-499e-895e-45ae0647d959" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:44 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:34 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv7ScJyf4epyhAdu8SWDSVdOMG+zPC8Aky7M4m1DZViZnFYB7UoWQVeUA++X56mR/Ji+EqWGsDtDtiAMJ4kJryqD9sZwntW0zIjCbBkhUc98tKCPfUaYDYcYs1qD+R9J1CO8gPEOKPPmNPziU/mjEm" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvstzxrwK1A66sGBegoVEorPj1VsK6kmhtoCl3meq7BTrLl6cqbjDDUo9ZhqeYpA+yW+Bzjn4ve1kgdHMh6UdDDuSMinlN90hBViYLtiDLOuCY/EI1sBhychMzaBbX+ZUxA95MSnc6Nn2u4kLqHOGO" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1980,8 +1980,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "462" ], - "x-ms-client-request-id": [ "a69cf321-d3c0-418e-af10-116e351b9316" ], + "x-ms-unique-id": [ "294" ], + "x-ms-client-request-id": [ "0eb2a8a1-d991-4da9-bd6e-79f940c4a3dd" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1995,16 +1995,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "a1ad915f-93a2-4223-b82b-485ca841364d" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14618" ], - "x-ms-request-id": [ "a1ad915f-93a2-4223-b82b-485ca841364d" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225545Z:a1ad915f-93a2-4223-b82b-485ca841364d" ], + "x-ms-correlation-request-id": [ "a6e2668c-2502-4eb2-8f21-e7f45a8481b3" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14864" ], + "x-ms-request-id": [ "a6e2668c-2502-4eb2-8f21-e7f45a8481b3" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213735Z:a6e2668c-2502-4eb2-8f21-e7f45a8481b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:44 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:35 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvEXVF7AgefRJ4gqAudiNZGM/L5/Bf0WGnfE4Ui449add6Frdp9hDNdNm2Lg4W7Lof/nMgXaktr1zLNdL2Y1vjnx5XKq/Nriz+TIHWeGc+mQZTNEqIwf6lQ12HGt9lEZnxX4GLIo/TK+5+2wnRCEL/" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvt62i9+Ye1er72yj98OC3PtDDtsJmhogGx2iYPOixe9QARKXiKDgFhOQuq7etJf2WE5NJcVXVx9p4bkoUotGsXQqdB21Zt+h/u8oSp38ITSRtN9VzC+V2IC8A5Yx3cBO6qFxbgXkDZnTXcFT/aheg" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2022,8 +2022,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "463" ], - "x-ms-client-request-id": [ "3b00d99d-7896-4240-a053-4f42315f3286" ], + "x-ms-unique-id": [ "295" ], + "x-ms-client-request-id": [ "6b645b1b-5bbc-4137-947c-8d56a72c29e2" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2037,16 +2037,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "f16b6508-c7f0-463f-b17c-6d0cbd019951" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14617" ], - "x-ms-request-id": [ "f16b6508-c7f0-463f-b17c-6d0cbd019951" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225545Z:f16b6508-c7f0-463f-b17c-6d0cbd019951" ], + "x-ms-correlation-request-id": [ "241b407a-33d0-4568-8e1a-79b27b339cf9" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14863" ], + "x-ms-request-id": [ "241b407a-33d0-4568-8e1a-79b27b339cf9" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213735Z:241b407a-33d0-4568-8e1a-79b27b339cf9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:44 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:35 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvaus8xPO8Wzfaz/o+kz99jgqR624da+QEeDAocFGSkrrgJC2QLnntvz/l49BAWIGdzhKkvH0Dp7FzjKV9sEF+NIKbMxz2n+dIGsyDkepeSfTNsOpVTFe+HOqlri8gRQp17pNMinFm7S3ZsG8YkSq8" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv1P5Pc1ejpoIKagpxbCYycMuT/eIupnsuCE1qw7Cl7uzxPG914LEwEfUMC860g0WQDStC51j0CGymFHfr5/CpEnELoxza5wMghp04eYbmyX6JbhA7KmxLJg+SSL/o9A5pasmavknhc6WvH+d+kuXq" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2064,8 +2064,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "464" ], - "x-ms-client-request-id": [ "5c0ffa8f-9608-4cdd-bb3f-c46bdf9c2b46" ], + "x-ms-unique-id": [ "296" ], + "x-ms-client-request-id": [ "4bdcf318-729c-4dc1-8c5c-6d18524cbc5e" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2079,16 +2079,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "8bae575f-2272-4c66-821c-63a105607466" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14616" ], - "x-ms-request-id": [ "8bae575f-2272-4c66-821c-63a105607466" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225545Z:8bae575f-2272-4c66-821c-63a105607466" ], + "x-ms-correlation-request-id": [ "1894491d-421b-4040-9db6-619eae8fbbfc" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14862" ], + "x-ms-request-id": [ "1894491d-421b-4040-9db6-619eae8fbbfc" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213735Z:1894491d-421b-4040-9db6-619eae8fbbfc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:45 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:35 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv06gT8Tx07VaMUZ1H7fzfaWlPOeIvS2z8vAJHM+otHQTjMaTIgYTD2h9MH2Wg1IPoyjvt/d5r0EtfamhFODh8iabNYTRB9LJgjd2BKVDBrQyfrSsv81VfZCMDauMXm5w6HZf/Tv9UyikiE2z0WhoI" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvfKCCt9AbHgGBcX2RkqmqDWm0Da5WVBkbHuIBEu99uayijd0j7+ex5Q3Xj91xW1KHQD5OSy1Vs6vdvWqOgr+2PMnjDpbSC8NmOKqN7Cfbe0EHbSpm3p4UK+k1W7t5QagLA7emzImQiEoHlJDY4OgC" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2106,8 +2106,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "465" ], - "x-ms-client-request-id": [ "d2d2267b-b7e2-45d1-86ad-6d5d090b4f4d" ], + "x-ms-unique-id": [ "297" ], + "x-ms-client-request-id": [ "243b59f2-ead1-4f59-b7e8-f47e5d67a6b8" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2121,16 +2121,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "5aa6a76c-9ff8-4557-9565-f25b7ee38b37" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14615" ], - "x-ms-request-id": [ "5aa6a76c-9ff8-4557-9565-f25b7ee38b37" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225546Z:5aa6a76c-9ff8-4557-9565-f25b7ee38b37" ], + "x-ms-correlation-request-id": [ "f41d4915-db4f-4feb-bfca-529b64786224" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14861" ], + "x-ms-request-id": [ "f41d4915-db4f-4feb-bfca-529b64786224" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213735Z:f41d4915-db4f-4feb-bfca-529b64786224" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:45 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:35 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv3XApjr8r/ympGHak/CXBwtKx1NOK/DpTh6iLz2I0+1mq2ZgRrXHGY42cQpUQ2xaZ2Pl1jK7x45dUFks9NikiF5gYdSbogfzwprpZrx3rsssMelHexiV14GVE3YrHj2mHgT8vznV/QoS198dIGiGB" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvQJsD39Wa1jQ5lzyCUIIQqGUZoSgdgT3azKJKt5Ouwc1dTlLGekdt5XwDrMNDecEgINi9Y8dkRv1SbXVp6+O6KzOlrY9H1uPkbnWnoA2ByDx+dnDM46crNgvnbIKzMbSEQkxUD3JaieHohlGXWleH" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2148,8 +2148,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "466" ], - "x-ms-client-request-id": [ "d11b160a-79b1-427b-885b-22901f8bf294" ], + "x-ms-unique-id": [ "298" ], + "x-ms-client-request-id": [ "bb861998-f19e-4678-992e-2d2ab9d6d00e" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2163,16 +2163,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "0b8c3647-9c73-42e9-9b3b-3764116947f6" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14614" ], - "x-ms-request-id": [ "0b8c3647-9c73-42e9-9b3b-3764116947f6" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225546Z:0b8c3647-9c73-42e9-9b3b-3764116947f6" ], + "x-ms-correlation-request-id": [ "92fb1423-d2d2-410c-9bd7-9acf68f69700" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14860" ], + "x-ms-request-id": [ "92fb1423-d2d2-410c-9bd7-9acf68f69700" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213735Z:92fb1423-d2d2-410c-9bd7-9acf68f69700" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:45 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:35 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvKm6+llBTYNcwnDbFo7ZdOvtlsYunnClyzS8bTUTGSgi3kiIFjBwJudabspvO9PsAraQCeMqL14MOO5b5GcchsUItVyVeooZjHCDC9ItfDfhd7buokriPacgwdV8+U/TRX6XVa718DrwSy+Mr9EvA" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRveYBidOpDKUd4dJjBIJZbC8hcLgHsgTkMYL67C3RoR4AdlDhonoEsK7aqp9+/sh4qJaoWcX50VO9pI0EeBZ/+46YGqtY/RG8oYrlh/EmttE5qpl/1emLfFVc1nAb7r5GCHhrKl6ZMIMjXJzkwXET4" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2190,8 +2190,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "467" ], - "x-ms-client-request-id": [ "72a71019-2ccc-45c0-8357-bf292dcb233a" ], + "x-ms-unique-id": [ "299" ], + "x-ms-client-request-id": [ "8ca2387d-506e-4e32-8d48-19e057cfe12c" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2205,16 +2205,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "5c6b1536-624b-4861-b9db-1d3b99cecb7e" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14613" ], - "x-ms-request-id": [ "5c6b1536-624b-4861-b9db-1d3b99cecb7e" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225546Z:5c6b1536-624b-4861-b9db-1d3b99cecb7e" ], + "x-ms-correlation-request-id": [ "7da44a5c-ddae-41ee-bbe3-3a7a82e0f35c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14859" ], + "x-ms-request-id": [ "7da44a5c-ddae-41ee-bbe3-3a7a82e0f35c" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213735Z:7da44a5c-ddae-41ee-bbe3-3a7a82e0f35c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:45 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:35 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHQvaT+LbRnqXd4cOwKsi2R56srmn/wW6F2Sn2Ph0FGuuK5OTu0mS6C5itDOGZA+lB5p8NrXAbTU4YtzoYumEZtahVQQ6BZLQuZoi5y5YDOLo1agAE4K8OGk0OVqNsuCrHnRSbTRCZyBepm0QHeBu" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv+2FFlBteM4uoL6JhxHqR8z+wRDkBgD9ScTK8eU54AO3sYzBxxcL9Wdd3awrJORGqetneTq++GzjrTf8L9RQHiTSeFkBqeKAvUUsPni0wag/BBC3yvm2NpbXaGXRH0GC7lnjppSybo0s9XZyYReA0" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2232,8 +2232,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "468" ], - "x-ms-client-request-id": [ "dbab5def-3c01-40cd-b96d-5415a43746b9" ], + "x-ms-unique-id": [ "300" ], + "x-ms-client-request-id": [ "d5d6a6e9-626f-43b7-9ccc-d1ef558ae874" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2247,16 +2247,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "51aaaef5-e0a1-462b-86d4-47e671234afa" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14612" ], - "x-ms-request-id": [ "51aaaef5-e0a1-462b-86d4-47e671234afa" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225546Z:51aaaef5-e0a1-462b-86d4-47e671234afa" ], + "x-ms-correlation-request-id": [ "2292b0b0-b0bf-42dd-9a28-ba45e6dc8bbd" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14858" ], + "x-ms-request-id": [ "2292b0b0-b0bf-42dd-9a28-ba45e6dc8bbd" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213735Z:2292b0b0-b0bf-42dd-9a28-ba45e6dc8bbd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:45 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:35 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvGg6goMLXj3uBr6oMAwFsGMzvXLtZk98qUhFmUyJcPD9BZ3hAf2Vo84zeSv7WTDRwriVl4cUwa0pZmE1WCglFtrfPLSYhr2RGs0KFY68vcSkFZ+3nkRuds8YbDYfKCmQ/ouUX2SV5KFoPDwHn4wOW" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv+Hr5C0AaEFdJpm/f66hrt/JcDBJl4UBb0Nqopgcho125pBEJ/+WMkUe02+bFrKnuVJy49KPwGDh2khbfemuM5hyeiDCQEIUHP7AdS97LAznIcR6c0tRSr4luzMTD+Bhu0TZHxK3EIAyrytEozSF4" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2274,8 +2274,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "469" ], - "x-ms-client-request-id": [ "75263c65-9ddb-45b6-929c-f39059728253" ], + "x-ms-unique-id": [ "301" ], + "x-ms-client-request-id": [ "242a4acc-323b-4248-9d83-751f37e9e82e" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2289,16 +2289,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "81ddb4dd-b62b-46ba-a763-00cedb0542f4" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14611" ], - "x-ms-request-id": [ "81ddb4dd-b62b-46ba-a763-00cedb0542f4" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225546Z:81ddb4dd-b62b-46ba-a763-00cedb0542f4" ], + "x-ms-correlation-request-id": [ "a3f83377-038f-4da5-a318-911a7df78d6b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14857" ], + "x-ms-request-id": [ "a3f83377-038f-4da5-a318-911a7df78d6b" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213736Z:a3f83377-038f-4da5-a318-911a7df78d6b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:45 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:36 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvs6CGRACvDaUNEm2t2qZXQBdVUXX2PzwhdbeVskRyiaOMlntf8Ubqt6OjJbRb5RB3BQns9kUpO1Dzk9XsRthCCqZn2nSaFy/yRExItb9U5diEBARe9wkSF0em1qFtEvoI++jYTy9S9pHSyFOu8fAb" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv7OlgvI6u2gAQxEGJJc2YjwH9vNX198eiWzL/92T1yA6/R/BPDlaJ7MpwcucuUf9BL50GDFlDlhdXdWRN5ibB6kjLMazRSwkN17AIUR/bzWVYba15Q490EeGU53wUoyDQvVkn41oafJEly3mm8c36" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2316,8 +2316,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "470" ], - "x-ms-client-request-id": [ "a3686a8d-1bdf-4bfc-a47e-908b029a7afb" ], + "x-ms-unique-id": [ "302" ], + "x-ms-client-request-id": [ "48473bcb-2f69-41e3-bd63-87d0719e6aa5" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2331,16 +2331,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "24068254-f0ec-4316-9f45-cdbac4aa8dbd" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14610" ], - "x-ms-request-id": [ "24068254-f0ec-4316-9f45-cdbac4aa8dbd" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225546Z:24068254-f0ec-4316-9f45-cdbac4aa8dbd" ], + "x-ms-correlation-request-id": [ "dd34f383-afb7-419d-be71-19bdee3a75dc" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14856" ], + "x-ms-request-id": [ "dd34f383-afb7-419d-be71-19bdee3a75dc" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213736Z:dd34f383-afb7-419d-be71-19bdee3a75dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:45 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:36 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvIf2YnIMlD2k/MMPbKwkLrD7AZWnO8/CbQHrLYODBdyQO5FDX+jViK95R/bH0cUA7sQGqtWKTV1kNUJpNFsGHpkff4UFKo0JZuZhUqJCMBL/PYGKEicyfUkEZ7+WQ3giXrAR2LdR5aS0i8f/0jqXu" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvf02a00J4A3mA/H4cwGaUWON0q8fx5CkhJ1ypIkwIXPweTh17KmwagKYEe+tJGjEPKNWCyc1ziRra/XV+ZOyzG7I7jKb6Z44y/7sN5fVu/QocX0TUe5Qq/SMDvOtsJp5nViVnZNuX0MJ0dI7QPg8p" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2358,8 +2358,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "471" ], - "x-ms-client-request-id": [ "29cc0cd8-5259-49e2-8a2e-e2a1e1216bef" ], + "x-ms-unique-id": [ "303" ], + "x-ms-client-request-id": [ "a0af2e86-af7b-4006-87a1-e9e7dcfbe8fa" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2373,16 +2373,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "27e06277-48ee-47c5-9756-d6c85fc85040" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14609" ], - "x-ms-request-id": [ "27e06277-48ee-47c5-9756-d6c85fc85040" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225546Z:27e06277-48ee-47c5-9756-d6c85fc85040" ], + "x-ms-correlation-request-id": [ "9f0d62bc-b45a-4e78-8323-f923c12826ef" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14855" ], + "x-ms-request-id": [ "9f0d62bc-b45a-4e78-8323-f923c12826ef" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213736Z:9f0d62bc-b45a-4e78-8323-f923c12826ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:46 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:36 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvQO7Izw22q4pFazhl8GAbB7gOOTFWI8zveQsInB0EmdEj9AWEvVgUNn35K1biQ4sAh+XLg+kdb/3YRUOqxc7Gq2Xv6ep+p6/StYIfsCQth/H1iUbKX7b6ywzwkisFfFCzTyr5D/UJU5vCO774adp4" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv607YsYZK+OJEWl71uCThfIAs05+ZDCCJQIfgzxO6c423XczWnImtj7TiBJ3tGTnKLDg1KagJX1pjE6eEI+cfbgL8RMrTvKJG98iRb2lMC0tT3dctffjP5fSnHXShzgoWVls1Y9efcF1wGHbQFkRB" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2400,8 +2400,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "472" ], - "x-ms-client-request-id": [ "b6b903d2-9ed4-45fe-a022-5cc4386ec903" ], + "x-ms-unique-id": [ "304" ], + "x-ms-client-request-id": [ "e8008d00-93e8-41c2-be95-a00d2efeae96" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2415,16 +2415,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "f4b4c18f-dedb-498b-8e66-f2f34f7d90b9" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14608" ], - "x-ms-request-id": [ "f4b4c18f-dedb-498b-8e66-f2f34f7d90b9" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225547Z:f4b4c18f-dedb-498b-8e66-f2f34f7d90b9" ], + "x-ms-correlation-request-id": [ "7fe2e6e0-d50b-42cd-8804-51b4fa2a8c62" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14854" ], + "x-ms-request-id": [ "7fe2e6e0-d50b-42cd-8804-51b4fa2a8c62" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213736Z:7fe2e6e0-d50b-42cd-8804-51b4fa2a8c62" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:46 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:36 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv1qVeREy8PyLEDgM6jizXV2RkcqRxi3bp0fzO70l3FiNK3ZQ5B94aYP8+aQz+AdzfUWIn4+9a/BaXTD4A2W7pD+icOb+raiQ9hkbXRjq5J9mvphU9RrJRRqBp+wzImpHjIdTPDP9KKxjMrNXd4Mv4" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvONKPbBpdr1PiYMH7vePZsMY19/lQKkKpgJiakISZiBT8rlAnlOWLDZ2QsZNJ7uZ4mU4BY/oszDf0+EV/qiOF7X2YwHhr9t+EHLVSoKFuJg952kcrj0j0TvTodyylQ6XTo4jiiklR0av9NQeY82AS" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2442,8 +2442,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "473" ], - "x-ms-client-request-id": [ "c978d349-73a1-4d1d-9647-b334b432a830" ], + "x-ms-unique-id": [ "305" ], + "x-ms-client-request-id": [ "9580780a-c81e-4868-a284-52c8f3b42501" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2457,16 +2457,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "058f0ef2-6bc6-4d46-bd98-1c5b9218329f" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14607" ], - "x-ms-request-id": [ "058f0ef2-6bc6-4d46-bd98-1c5b9218329f" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225547Z:058f0ef2-6bc6-4d46-bd98-1c5b9218329f" ], + "x-ms-correlation-request-id": [ "9c0387af-3703-43ff-bff2-3ef420cd70ae" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14853" ], + "x-ms-request-id": [ "9c0387af-3703-43ff-bff2-3ef420cd70ae" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213736Z:9c0387af-3703-43ff-bff2-3ef420cd70ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:46 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:36 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvNHtpnBJ21LqiSXkgfK6mWPAovI3QOCC+LhfGrh+pZlUrt7cr8th2iZJYDezmHxZpsentShsQIjpiVyLTAW4iVeBlTax87mh+YjisEvs1oqfL74Ti3f+j7lHXGutpFgEEyl/WCB6yKTdBeCcrBRBx" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvfVj7VAe2je5T5a+HM8UkEjKbrJzFQ7vYnweLL3h9tHWUqCoGAGAYnLmM3C3GTQ2z1A9brBBdFQ/RXwz4KI3PYz8caeetdSv3pcqmiKW9rXV77YL6qu5kENEFPKhbEntL5htCQSo0HsYkL5eO0dVl" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2484,8 +2484,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "474" ], - "x-ms-client-request-id": [ "0dfb79f4-ba16-4219-b0b0-81bb0a8a03de" ], + "x-ms-unique-id": [ "306" ], + "x-ms-client-request-id": [ "c332ace2-d6bf-4e7e-ab77-4d386fcd3f74" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2499,16 +2499,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "87195a11-18d7-4117-abf4-aca8920b9766" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14606" ], - "x-ms-request-id": [ "87195a11-18d7-4117-abf4-aca8920b9766" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225547Z:87195a11-18d7-4117-abf4-aca8920b9766" ], + "x-ms-correlation-request-id": [ "44450bf1-288c-437c-bf56-35e5e8fbf116" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14852" ], + "x-ms-request-id": [ "44450bf1-288c-437c-bf56-35e5e8fbf116" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213736Z:44450bf1-288c-437c-bf56-35e5e8fbf116" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:46 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:36 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJ7/0iXFAVjHrXkY35AkXA1rBAdXcv0UhrQ5waO6fiMxMGfA2c/FXdVIdfuJUokV7f3n6krjfTexvwUHxOoulHzV29NmOznqDvz9nZgKpgK440KdyAcjF5Aseh8g/NEoRsULJJ67EkZ3DTkTzMG02" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvw+zDPZ3Yval9JIGYuKgYWFQYUg1pfdKIkqI42FudWdGzcN3NI3ZWLT0BpY9lw887+/aLkt9lp1OcRPlmt7dpR/1ebsVMYFOsVowZU2TW6p94+RxUrgM3GMaEyFc/LTJNNMG+dxS3cXT0VejEyB2H" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2526,8 +2526,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "475" ], - "x-ms-client-request-id": [ "5a5cc17b-f12d-4523-82a3-cc4070515863" ], + "x-ms-unique-id": [ "307" ], + "x-ms-client-request-id": [ "bd0d587f-3875-4aac-83d2-a921bd849025" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2541,16 +2541,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "8ffa5eaf-a9e0-4b90-a4a3-ef6e9683dfa5" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14605" ], - "x-ms-request-id": [ "8ffa5eaf-a9e0-4b90-a4a3-ef6e9683dfa5" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225547Z:8ffa5eaf-a9e0-4b90-a4a3-ef6e9683dfa5" ], + "x-ms-correlation-request-id": [ "111a9122-653d-4e30-a6e1-04e7b7089d6f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14851" ], + "x-ms-request-id": [ "111a9122-653d-4e30-a6e1-04e7b7089d6f" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213737Z:111a9122-653d-4e30-a6e1-04e7b7089d6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:46 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:37 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsyQ8V3rfGs9jsNqfQZT6XbtTEo0xmn8btc8ImP2r0mpnezlgrjdi9ZsXUWb3uyoscZ63E6bYycRictmbrGiMfeQMtEwROHlEY9HsPdiEvyGnBR9JKqdRA9AFePDuN/SGuDb4o+ea3HN02k1IjaQO" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvibbOMNp3caOJKed+BuaPIC835aNXcMCDRDLJwCERvAjl7yV8rcTdU0cEpBuaEwppSON74JZL8x8RnPoWZgPzXbcgU3yVBs8sg4JrojXXg7oflD+ToyzJxGtjNoUoBOI+rcOwESYrfYS/Dh0RlkDs" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2568,8 +2568,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "476" ], - "x-ms-client-request-id": [ "3c532e66-817b-4139-b06c-a2c759d3ac00" ], + "x-ms-unique-id": [ "308" ], + "x-ms-client-request-id": [ "66687b68-2631-44ad-93c7-b82465960580" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2583,16 +2583,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "0c5e0656-c885-4815-b5b5-711b2095a81a" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14604" ], - "x-ms-request-id": [ "0c5e0656-c885-4815-b5b5-711b2095a81a" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225547Z:0c5e0656-c885-4815-b5b5-711b2095a81a" ], + "x-ms-correlation-request-id": [ "2e6e65c1-2627-4e0d-b12f-69ceabffe267" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14850" ], + "x-ms-request-id": [ "2e6e65c1-2627-4e0d-b12f-69ceabffe267" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213737Z:2e6e65c1-2627-4e0d-b12f-69ceabffe267" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:46 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:37 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvkjzTEzDSIuoJuUGFzfCB6BTktzV/2UmOyYxBWoUnuIObuJSt9A/XtWPpxkXQLPh14dMK/K7H+ADaaVVWYWomAxneXy258USj1ZPzHccycdfSk9otq9rH1qyhYHuo9zmERYoCA6Syf1mQ5sgAFgdj" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/Q4ZDD82SktGZxcHglZeUnS7vL7mbZFv4GdT/+4c7UWttXeN1e+luiEdDsMpoZP3HiWiuKDt2Yud2fvIK+9H7AP/79oaptM8WO4UVj7tVpTqKgxGJNbfqC3qTnKswzo9LYHOrvRmcbiBSHg5cq8V" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2610,8 +2610,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "477" ], - "x-ms-client-request-id": [ "cf319597-f633-4b01-ac12-b7c3496a970e" ], + "x-ms-unique-id": [ "309" ], + "x-ms-client-request-id": [ "973337b3-4588-4838-aabb-e2082358579c" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2625,16 +2625,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "f4dda1a7-f335-40e8-9c0d-65bb648e8d57" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14603" ], - "x-ms-request-id": [ "f4dda1a7-f335-40e8-9c0d-65bb648e8d57" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225547Z:f4dda1a7-f335-40e8-9c0d-65bb648e8d57" ], + "x-ms-correlation-request-id": [ "e0f88e49-c8be-45c8-91bb-e1d2e69cf37f" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14849" ], + "x-ms-request-id": [ "e0f88e49-c8be-45c8-91bb-e1d2e69cf37f" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213737Z:e0f88e49-c8be-45c8-91bb-e1d2e69cf37f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:46 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:37 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsBel98QopZ5c9F51sDYGWtRHUS1qCDhqgNXqQENi/kxC5dNa8bt+1j1b0nC3Wr8th6cDLmyS8rXVyH/8PRJ+sjY6i0RhdduQ5/qH9IFFytpGi+DBnhFSq9BX1nCyl33YpdsVls+2XCDIGbpyGZ5g" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv1vWqKCu7w0hwYmOhX4gY57vepg9xm66mQZksFGTsg9FCSyz/jwEenRS2X9hn2RwnK37fZWRjpMZPf1VeO/IZhIr7SsS0uJLpgx3s5PjCaDOZs2i4AvxeNChk+zGnjdVr6y+aaqLyQIa7hmXX5G0Z" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2652,8 +2652,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "478" ], - "x-ms-client-request-id": [ "3f11f78e-a267-4c1f-b92e-45b777c90651" ], + "x-ms-unique-id": [ "310" ], + "x-ms-client-request-id": [ "a9ea42f5-567e-46c8-957c-f54b983b908a" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2667,16 +2667,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "de3458c2-b901-4b51-bd25-e35c9e5e6911" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14602" ], - "x-ms-request-id": [ "de3458c2-b901-4b51-bd25-e35c9e5e6911" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225547Z:de3458c2-b901-4b51-bd25-e35c9e5e6911" ], + "x-ms-correlation-request-id": [ "ee0c554c-1c2a-4039-877e-24e0e23135ee" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14848" ], + "x-ms-request-id": [ "ee0c554c-1c2a-4039-877e-24e0e23135ee" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213737Z:ee0c554c-1c2a-4039-877e-24e0e23135ee" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:47 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:37 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJ1igu5/tv/IoOUbEwvDRLet6/0ZBL/b3NQpgrww2KSB41OAXNkKSV2Q787aePd0KkvXAma5HAQ6zL7el+xtt6zeAj/MYW1/iX/4VQoSIiQeCX34nW3wXKhEBRs99OaQVYy0+M8lhkc8LsVKsPV3H" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvNzLOVrvUsm6tW6MYffBmQrYv+FEfBPumSbgb9IU5hOa3qOB9CqcgpRhUCJpaaIozLqnwQNrBFJ6+woQQGaGeLm2jNER23D9G8U+YiJh+wzJB7ohTWwf+PgOgyfE8w8PJGl9VSQ4xe8cgpdDRKUZZ" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2694,8 +2694,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "479" ], - "x-ms-client-request-id": [ "acb5db47-82ff-41e5-8fe7-8c313cf979e5" ], + "x-ms-unique-id": [ "311" ], + "x-ms-client-request-id": [ "c1e8e4f6-6dc8-4378-9789-b6ad8e19a6d3" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2709,16 +2709,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "c88e2d00-22a6-4a56-aef9-802ee5d5ab7a" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14601" ], - "x-ms-request-id": [ "c88e2d00-22a6-4a56-aef9-802ee5d5ab7a" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225548Z:c88e2d00-22a6-4a56-aef9-802ee5d5ab7a" ], + "x-ms-correlation-request-id": [ "22dc1e43-f546-4e7f-af97-27069583813e" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14847" ], + "x-ms-request-id": [ "22dc1e43-f546-4e7f-af97-27069583813e" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213737Z:22dc1e43-f546-4e7f-af97-27069583813e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:47 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:37 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHXJ0d395mFMpG0fxdYfJgiA7PcSnRVma/bwHE9qYYPEotQfS0Dt3WazUoBUtWBkUBQCaQ6XwPhMHYQmrJ+v8Xs+V4Hz/MkCNEe1Pl/kg57H3wMI3PeMcXrT+NKK54hIUZC+ZLO/crwsrKkTFzlG+" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv8M8lbS0pxbQR0l3iu7CJFCAarVXCznuuUekqls7pWNmLm8XD0QsGExHWFNOsdbtM0frdzWG2ZPItL2j1HRoyHX/g0ngkMHnGl0Ur3k8P0XC8V7I4/A/VrNR6y4Xq1d9IDxopZscP+aKurUisG5Ae" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2736,8 +2736,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "480" ], - "x-ms-client-request-id": [ "457624b3-0454-467b-9725-f0a7683038f1" ], + "x-ms-unique-id": [ "312" ], + "x-ms-client-request-id": [ "dfae6d61-b2c9-4490-8e71-f987b13a1eb2" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2751,16 +2751,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "c810aa40-8dcb-4ab1-9905-4453111060f1" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14600" ], - "x-ms-request-id": [ "c810aa40-8dcb-4ab1-9905-4453111060f1" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225548Z:c810aa40-8dcb-4ab1-9905-4453111060f1" ], + "x-ms-correlation-request-id": [ "bd9c2b2c-bf32-49de-b7ad-69ddbbc02e52" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14846" ], + "x-ms-request-id": [ "bd9c2b2c-bf32-49de-b7ad-69ddbbc02e52" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213737Z:bd9c2b2c-bf32-49de-b7ad-69ddbbc02e52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:47 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:37 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvDdeaNnrPkUYluqKkzfPUvp/jzrROoEYIP5/hnlRjvmeY2z/sOlT7Qu+xmzXzHXyF4Y8hHely3SB3ulZQhEWAzwZKvx22x+lostV+mec2E9DK0iBn6H9aT/FkWIrdKAL+y4J74dAnK3V5l0s+0sJn" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvk5y8bfP0S83FUfqx6U+/ylcRzHIBnVOz9PfCKPyLAl06snr1TyDDAlDoOKDFRWX2WRzOIG/azoYUY9gAZdgUzN5rdbG95YiDi0otHUJyQWW+OtYmPwKppNipgN4cNm5Rhvfi0kmmRmhaomu8G0f2" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2778,8 +2778,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "481" ], - "x-ms-client-request-id": [ "01853703-900d-48b6-823b-2e0cc3e75f1b" ], + "x-ms-unique-id": [ "313" ], + "x-ms-client-request-id": [ "0ce3c2b6-1792-4b4a-9cb3-1e47f53befd2" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2793,16 +2793,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "d06f70eb-f49f-40ef-a046-d57be28d56d7" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14599" ], - "x-ms-request-id": [ "d06f70eb-f49f-40ef-a046-d57be28d56d7" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225548Z:d06f70eb-f49f-40ef-a046-d57be28d56d7" ], + "x-ms-correlation-request-id": [ "75b843a4-0c4f-4f2c-83ff-1ae5eda4981b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14845" ], + "x-ms-request-id": [ "75b843a4-0c4f-4f2c-83ff-1ae5eda4981b" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213737Z:75b843a4-0c4f-4f2c-83ff-1ae5eda4981b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:47 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:37 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvTWR1P3MT8PKBTLwLJNNDWfiFiCyYRcw48xyNYZb0P7pEFWs3VGkmWUuM4G85akA7aXdjdWWMMCtZst4BAfNDPxTPU7ehY1edaVGFGW+NPXYVZnGYOKznbLLi3aUooQqCYtSofAG/1qbJApJcF4cL" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvUm7iuDMXKJtoqFNFFt33YSiginTeXdN0OjC0lbgeVAzR6DdoLvU9GxR8HqXZCCwgBlm2a6MWtrDN+EXiDKNGi5arO6/dStm686mpep+lv1g7FdPKBFncg5Sjy3EenIVoyqbSN3H7qFCFOu6Gf//t" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2820,8 +2820,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "482" ], - "x-ms-client-request-id": [ "189d7ad4-640f-4987-a17f-a013f56dc966" ], + "x-ms-unique-id": [ "314" ], + "x-ms-client-request-id": [ "7c7ac09a-b884-45b4-bf09-d450eaf32951" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2835,16 +2835,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "02cee794-38b6-4e6e-99c5-7f43c41313e8" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14598" ], - "x-ms-request-id": [ "02cee794-38b6-4e6e-99c5-7f43c41313e8" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225548Z:02cee794-38b6-4e6e-99c5-7f43c41313e8" ], + "x-ms-correlation-request-id": [ "29e58beb-2ff1-4120-a34c-ef7d34f1c89d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14844" ], + "x-ms-request-id": [ "29e58beb-2ff1-4120-a34c-ef7d34f1c89d" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213738Z:29e58beb-2ff1-4120-a34c-ef7d34f1c89d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:47 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:37 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvoZ1MGhQ3l9bXh2vgjyUjiURioImJxhOmVpbUP2q0UYAJBS9NFyZspGdr2BVcUiuWM3u9moWGkV+Uf8zhY3+aIWlt/eDcWhOcnxM4pyItKx5g8DmI9hxaOjwHiG2MnHgZGK1wC/HaFFxD661WWs/M" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvKRZ8juG17OsB9TvIC6IW/8xpKUMfF0ranEr5ord2hqzdiR31Ax4byWWm8kPuzuOjTw9qwlqYdEwZ61vkwbbKCaPy2dR0G3eRrz3YGZ5MMLUWJ8q2V3O/NGvV1US9NXALiWy+pUEtHh8JWHKSaDcI" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2862,8 +2862,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "483" ], - "x-ms-client-request-id": [ "a912eed8-59b3-449d-8d68-e4ffd9b9af46" ], + "x-ms-unique-id": [ "315" ], + "x-ms-client-request-id": [ "3cd49e62-d674-41a7-b353-c1eb08051966" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2877,16 +2877,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "03096356-f124-4436-9db0-95ef5fb43700" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14597" ], - "x-ms-request-id": [ "03096356-f124-4436-9db0-95ef5fb43700" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225548Z:03096356-f124-4436-9db0-95ef5fb43700" ], + "x-ms-correlation-request-id": [ "eab6a619-9b4e-406d-b077-31e76f690323" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14843" ], + "x-ms-request-id": [ "eab6a619-9b4e-406d-b077-31e76f690323" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213738Z:eab6a619-9b4e-406d-b077-31e76f690323" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:47 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:38 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvyEbNdFpkg1Ka0ggT8UMdyiMDnf/gR/MQDJHuMD8V5S42cf14Rn2lgE3RjhLzUTfvvNCkTB6zvT1B9hCd2Z/zAJwjo3scpI1DB5A8cOn7qnG4dvTKWtfRON2Bn7QePrb4qagsP8cuMQhT1riF+iF+" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvpWo5U6xRH+SFsVp9jer6Tav2qyCU9Y/itniqpzzqGw7nD5CUlHLTjBahkeCBrrGBaVKrKdKkjW+aCXRCwQDY5Smpq9BAIJMkblyyfdTc9f2KptsTvYpuujpxcE2S52raq/3XghU+3m+GFSzvbs1Z" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2904,8 +2904,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "484" ], - "x-ms-client-request-id": [ "6d59a8c5-174a-4200-9092-4bc29cb3a440" ], + "x-ms-unique-id": [ "316" ], + "x-ms-client-request-id": [ "15e1b127-f218-4011-9e6e-b00c02997f9b" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2919,16 +2919,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "25c773c7-dfb3-43c0-b30c-eb4b960faed1" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14596" ], - "x-ms-request-id": [ "25c773c7-dfb3-43c0-b30c-eb4b960faed1" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225548Z:25c773c7-dfb3-43c0-b30c-eb4b960faed1" ], + "x-ms-correlation-request-id": [ "ca4d6ab8-c074-47f8-a851-ef62bd01fce2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14842" ], + "x-ms-request-id": [ "ca4d6ab8-c074-47f8-a851-ef62bd01fce2" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213738Z:ca4d6ab8-c074-47f8-a851-ef62bd01fce2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:47 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:38 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvgOPAxHVCsHLnYGd3Af663EYs8HT/9C+wCCSTJXDqbInz0JTt87vRa6byeKiWCXcacS44zQV3dgFUkYEWQZeqlvIPNPJo2lmBPFp6aivK7KdrmHThWZMoxcNA0UoQ196dm37yt8uGOPZ8uw9PzXap" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvrh/5BiS4C5/k1ZRlQzXUuqSVC3BEHG4/++yS9KYozAxXKulctufxtTnfnjEeWzY3rFAwpD7ATphBHwYfLusd7djGhg9lhyNYtREFYWe0k1pr0tGYzbQ47q3Aq/Z79Gdj1VPUOpXqPrYXuMqBuGvo" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2946,8 +2946,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "485" ], - "x-ms-client-request-id": [ "7e8b7549-4521-4c71-be7d-feeeb57cef53" ], + "x-ms-unique-id": [ "317" ], + "x-ms-client-request-id": [ "7a42f092-e682-4900-be82-930d9b0f0935" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2961,16 +2961,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "42d3313f-e0ca-487b-9f34-e36ed2ea3a66" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14595" ], - "x-ms-request-id": [ "42d3313f-e0ca-487b-9f34-e36ed2ea3a66" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225549Z:42d3313f-e0ca-487b-9f34-e36ed2ea3a66" ], + "x-ms-correlation-request-id": [ "1466aa6e-93be-49eb-abf0-a516d1f3b638" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14841" ], + "x-ms-request-id": [ "1466aa6e-93be-49eb-abf0-a516d1f3b638" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213738Z:1466aa6e-93be-49eb-abf0-a516d1f3b638" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:49 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:38 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvPvOU+3kAuNZPrhHIKuzgbT8tBfKkiZgeXYIdztUGQdeFW+gSJV/MAARazD1TNbU4RCeYLgWj3wph5TgccLjmW+hrwkpaLJFww2qjOH22UMDQySeNwxduVYz3DDJJ5YdyU6UlhGWElq7FvHn94S3Q" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv1pcisygt/8xhW9vf6ZaFmmNE2S0eX0whWr9VLhR2C/JlIFcjo+EbrpUd3NhNzoKZHcWNu/dp+pGBd4qQuRuGDH2EjOL/vBOoC9ajZCzGVQlmbxFiY8RHxP2X7U+3gYPC/OZxAyEyYrAX4jH7iUM5" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2988,8 +2988,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "486" ], - "x-ms-client-request-id": [ "96fa147b-4d09-4b2d-8a07-c00d82321692" ], + "x-ms-unique-id": [ "318" ], + "x-ms-client-request-id": [ "a11df7ea-c5e0-4692-970f-2a491de3cc7d" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3003,16 +3003,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "01a54667-9086-462d-8b5b-479fd8c5d4a0" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14594" ], - "x-ms-request-id": [ "01a54667-9086-462d-8b5b-479fd8c5d4a0" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225549Z:01a54667-9086-462d-8b5b-479fd8c5d4a0" ], + "x-ms-correlation-request-id": [ "d5bb0309-85ac-4fab-8cac-f7a84f36e566" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14840" ], + "x-ms-request-id": [ "d5bb0309-85ac-4fab-8cac-f7a84f36e566" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213738Z:d5bb0309-85ac-4fab-8cac-f7a84f36e566" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:49 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:38 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv6gK/i/UNVXRTyWaA/Al4lIHpF4SLyw2WG2iNhj5FE6KeaXLfUROKBMRYs3IwsO/AGJ2rAEX2xrd+99IGtcR+YDYlUovwJFimhvdppphsdr3N8cloCIscCSTO0ZTeGJQmc5oSttUEXJfDYwfSLuGU" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvkFKm1nKH6T7UMcY4PwR9sqoS+RT/sh1h8MHkRKr/iNKJL/OJc8pq9V3bbTUfuKN33OMBalXlrYjLeDObTlz7ZCCpozj+HnMiIcTnYAYJHH1uaoMSxVosOFvTZdS1lTbDbVfee6rQ10IDaIJmSbhg" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3030,8 +3030,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "487" ], - "x-ms-client-request-id": [ "8ef0401b-40c4-42df-bc91-5a6e05656a2b" ], + "x-ms-unique-id": [ "319" ], + "x-ms-client-request-id": [ "e3e7fcc1-cf0e-45dc-8eb8-46fcafde5f2e" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3045,16 +3045,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "2a11fd50-8755-4661-afaa-97318a16c127" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14593" ], - "x-ms-request-id": [ "2a11fd50-8755-4661-afaa-97318a16c127" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225549Z:2a11fd50-8755-4661-afaa-97318a16c127" ], + "x-ms-correlation-request-id": [ "07ddb873-5189-4131-9eb5-63b8d6963b4b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14839" ], + "x-ms-request-id": [ "07ddb873-5189-4131-9eb5-63b8d6963b4b" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213738Z:07ddb873-5189-4131-9eb5-63b8d6963b4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:49 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:38 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvp0CgGIG2ED68SgYDQPI6ErK/e7nHH94Ng0hoSCtSuc7LBpQOY4N4hdSSWdm2QvQ66i5FLKKcp/W356fA1TfcDGkYdRWgwjZAx+kt8P15JrcsBTkGDbf86zfLU46Fa1Fs2TcK0X+gzOHLeK5tNlRz" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv+wZ6Bae15r//ul5+shhRIB2yhtZaHXH2jipZJ9FTATfzUvTySiHw4H1W6G+rppRU3888EDRul8tJfyoTnwKSfGvNpq+18kWHWUSoRnA7woNHKteB5mBlsMmZh87QydaBOkAXWonwXgYqMjoT2mRF" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3072,8 +3072,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "488" ], - "x-ms-client-request-id": [ "6e044383-50c8-4e7b-9d9a-90493a131fea" ], + "x-ms-unique-id": [ "320" ], + "x-ms-client-request-id": [ "cdc41921-ead4-49b2-bbc6-e754ca3444bd" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3087,16 +3087,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "55f34a3d-6adb-4529-acea-186b6d41fa9a" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14592" ], - "x-ms-request-id": [ "55f34a3d-6adb-4529-acea-186b6d41fa9a" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225549Z:55f34a3d-6adb-4529-acea-186b6d41fa9a" ], + "x-ms-correlation-request-id": [ "1e5a8e9a-59c7-4e23-8567-6693b7d6d037" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14838" ], + "x-ms-request-id": [ "1e5a8e9a-59c7-4e23-8567-6693b7d6d037" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213738Z:1e5a8e9a-59c7-4e23-8567-6693b7d6d037" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:49 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:38 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvhHKHZ7LKAeM+bg6dU/4/NbTov2TBBUZP4t12MwAA5FOETFq+SL9cjEajsZ7yKtigCHb9q5PDO4lBXY0svmTEq8QPg4zOgq8EBEcdyatxf3vWhLScp9Yo5bJybXGdyuD7uA9Wd8FE6op1EDkWVy2q" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRviKMyW0aSLtN0H15ZTuBY8qcNgcKI4Xl01NzFnfcoiO9K5qJCjk8Hl4Ok5YNV1AFSXSBG8QqpNCSVYVOH9ECfrMbjOafW34WB9ycQOmjrjOkSeHm9TsFGgpBvrcd/HiWOAPBRxsN/lq2iryWFoyHv" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3114,8 +3114,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "489" ], - "x-ms-client-request-id": [ "878b92c4-8f65-40df-9c93-0ebd3d17c346" ], + "x-ms-unique-id": [ "321" ], + "x-ms-client-request-id": [ "f2809c8c-1d4d-4cbd-b767-afea11f40472" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3129,16 +3129,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "50527379-a5b6-4b03-95ff-cb638f20afdd" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14591" ], - "x-ms-request-id": [ "50527379-a5b6-4b03-95ff-cb638f20afdd" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225549Z:50527379-a5b6-4b03-95ff-cb638f20afdd" ], + "x-ms-correlation-request-id": [ "7df14fce-0a0a-4f8b-adbb-205b25f92762" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14837" ], + "x-ms-request-id": [ "7df14fce-0a0a-4f8b-adbb-205b25f92762" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213739Z:7df14fce-0a0a-4f8b-adbb-205b25f92762" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:49 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:38 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvcI2ffBHPoQtq1n77j2tpsHDfAQfKy/PAmTLexNk2GjCw8WRYygyxOEE4rjc6H23xVw8VB3s0n82CxrK8oOlu30ZGvpCTRG0vZDshuT0Yr7iV/nS6AFWRxclG+6vgUOzYub9bkkBzmSCgpftHlDh6" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvYKvfwkMYQOfPvw6vdTON5s80ettfLxbbiKFqdCa+hjfvgKbtRbYpR44yQAj8p8gPGbte2DmFjAURsFuvk/KAFsExCeBp1vpAH924goCxnWOJ4RaSlI90uMkoV0yrSUeyTCQfnY7Bamfc5rk6HxFt" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3156,8 +3156,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "490" ], - "x-ms-client-request-id": [ "7129e9a5-8bef-4ba5-a9f5-948685b00e15" ], + "x-ms-unique-id": [ "322" ], + "x-ms-client-request-id": [ "56c708eb-7807-46cd-bfe8-45e43b74b431" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3171,16 +3171,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "66eeaf7e-80ff-497f-b92d-9d8b1562ee22" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14590" ], - "x-ms-request-id": [ "66eeaf7e-80ff-497f-b92d-9d8b1562ee22" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225549Z:66eeaf7e-80ff-497f-b92d-9d8b1562ee22" ], + "x-ms-correlation-request-id": [ "1593b7b0-d035-4948-928b-8680dfd7074b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14836" ], + "x-ms-request-id": [ "1593b7b0-d035-4948-928b-8680dfd7074b" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213739Z:1593b7b0-d035-4948-928b-8680dfd7074b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:49 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:38 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvtRl8bjcpSk7A+FybzDKg9vQOQtuVThaEz8MbrRvLN8AyKC/ydrueF3ZROnaE1oBnNg2P1Z9OPIxo/TTPzuH7taS+2U0gE/oSABbMwY8BdYdOK2qcws+I1CC6qS2luFVufEHr+DvrPIhwJ1txWP/0" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv95Q/6ZXdox7VLa7pznojTnpBg1PLue9MHJr84qksWXwjfmH78A80ENUx22BE074I2N4p1fTfwI0xGtIF1ZzntPyVU3Jk8GAlKmaQzIk5FLBiKaL3JI+uQAcIauRQKRwosUcc6rTO/LZ96+mJLL63" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3198,8 +3198,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "491" ], - "x-ms-client-request-id": [ "852f9431-79c9-46b3-82a2-cc5b6d3da3fc" ], + "x-ms-unique-id": [ "323" ], + "x-ms-client-request-id": [ "f26d68f5-c3fb-433c-91ed-08594fdc3483" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3213,16 +3213,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "2e7fea5e-96f1-474e-99bb-67dc09343c0b" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14589" ], - "x-ms-request-id": [ "2e7fea5e-96f1-474e-99bb-67dc09343c0b" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225549Z:2e7fea5e-96f1-474e-99bb-67dc09343c0b" ], + "x-ms-correlation-request-id": [ "5ae7e0fa-101d-4412-bb4c-9f8a58a09910" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14835" ], + "x-ms-request-id": [ "5ae7e0fa-101d-4412-bb4c-9f8a58a09910" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213739Z:5ae7e0fa-101d-4412-bb4c-9f8a58a09910" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:49 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:39 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv5U9oVrAtbi49igXGO4BHb06NkZWJz187wBegxKMgg932qSrizAu+PBPJfwIf1AoINljUTD18PovNPIRQPooLrbrgKEAatKnuWvxBg8XQIb0n4khcpH7UH19lrtQ93ggiQKh/VvnC7i+k1iD26a7D" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvdg6lIn1SEOEJDm1PkOcYvI2w7rnwJwJ6Gl97YKni3GKAwW19hkHI2ox7A/s5G5E5Y1+//YUoqwzEaRc/V4bbNEJhHA/OleeLX48JxADitfUMfSVMqilAqht6hFrqBqvObS4ZfhduUwujWDQf3bLO" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3240,8 +3240,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "492" ], - "x-ms-client-request-id": [ "a74ead25-7a4d-4248-bd25-38394452d191" ], + "x-ms-unique-id": [ "324" ], + "x-ms-client-request-id": [ "37a535e0-eb33-44d5-bf28-111d6970c649" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3255,16 +3255,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "4847668b-67d0-49c2-8825-c15d0322001d" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14588" ], - "x-ms-request-id": [ "4847668b-67d0-49c2-8825-c15d0322001d" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225550Z:4847668b-67d0-49c2-8825-c15d0322001d" ], + "x-ms-correlation-request-id": [ "209ca0a3-9c3b-4aa8-8b5f-74b0fefdd938" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14834" ], + "x-ms-request-id": [ "209ca0a3-9c3b-4aa8-8b5f-74b0fefdd938" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213739Z:209ca0a3-9c3b-4aa8-8b5f-74b0fefdd938" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:50 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:39 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRveW8IciYiDpOaOdQUaVsiBhj3jKUdTRrdDjKmkxdLgeauXHq1S+2VLzARmhUSzzXMt4J7m2fLtjWybPbic4JnhWfMdGMBQBPRsz2UtITX6s2O/W1pHAfO+AVrshn3Sa3zSsHo+nESiYoFRdgcXEid" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvDfI59sAVGsqImuCsO5HA2B8MC7KaAELcHYJOuPGqZTh5v66UESnHZ1k2Hdz4CwgeRVSxyWyzL08OhAdXMJjo7DdcRqDY752gCCAHwPAvHIkgMaOnHQqaU0drhhsBIQejW3qryJvFGBx9SsZwGI0m" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3282,8 +3282,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "493" ], - "x-ms-client-request-id": [ "430d9523-422e-4c2d-84bc-cb4bfbeb622a" ], + "x-ms-unique-id": [ "325" ], + "x-ms-client-request-id": [ "2b8f4a38-e100-439c-b959-25aee8c52a63" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3297,16 +3297,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "24ad87b3-8c48-4e07-ac8d-415cfda565d3" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14587" ], - "x-ms-request-id": [ "24ad87b3-8c48-4e07-ac8d-415cfda565d3" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225550Z:24ad87b3-8c48-4e07-ac8d-415cfda565d3" ], + "x-ms-correlation-request-id": [ "b20d75d7-d183-477e-b660-84f410670d70" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14833" ], + "x-ms-request-id": [ "b20d75d7-d183-477e-b660-84f410670d70" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213739Z:b20d75d7-d183-477e-b660-84f410670d70" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:50 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:39 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvYMPpvxlxKZXywyiWkPrR+OZ6dhqK3Qmr57uMgrVqTlz93nSfv8bRvX7t6jGi59l3v8shLn105Mz29LLII2LIyrZLSnGmbqvnNNemGO46yhTjajG+/i2VALmCwVU0V7/oAqFzAkYpGGzOLOhojxni" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvgamIZ64bKMbcumBOS3HorR0k14Qm1wYjbN7Lx8Uq7l6FbkyIA0x0nYZ1A5K93EYwkzxBFO0DyhVwa4gZGm+NwcA/CKdbpRSrDjG4mLHNgyNbBiSgLXsTLgguDKVKC/ACsW7i4iVfQB3RIOXRWFLC" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3324,8 +3324,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "494" ], - "x-ms-client-request-id": [ "70c45756-2bad-4d27-934a-dc5678ddb696" ], + "x-ms-unique-id": [ "326" ], + "x-ms-client-request-id": [ "1bf48ee4-cda3-4be8-b24b-af9dea5dd4d0" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3339,16 +3339,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "bf1859ff-ab2a-43e1-ab0f-80c01867f2bd" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14586" ], - "x-ms-request-id": [ "bf1859ff-ab2a-43e1-ab0f-80c01867f2bd" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225550Z:bf1859ff-ab2a-43e1-ab0f-80c01867f2bd" ], + "x-ms-correlation-request-id": [ "fcd62564-59db-4fbd-8264-8c15e129ffd9" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14832" ], + "x-ms-request-id": [ "fcd62564-59db-4fbd-8264-8c15e129ffd9" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213739Z:fcd62564-59db-4fbd-8264-8c15e129ffd9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:50 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:39 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvCTdOr1BLRWPBFYF1hTfOGqP7nmeoIoEgynhrrhVn23qKyy07bJyosHtOC0WfTsm3IlBJPK4D4pc9wiB4RKT5VwIq76rP0x7yCNUf/12qkputNYIdPYWIRZJgs6FNzg2Y2jR1WblreSetHRz/Bvqc" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvOg8LYH0AEEESFXlHuDtPeApeGrwaZ0oAZ7C+Vl7chdk7zdRMU+3gYZtmvk4U1QXal/ZoMUEZWSAPknevyPivG5bOExz2716Vr7a4guiAwa2Jqe+Y+GIpyTcoCUo64LRWUIJx9v1yF7hoY2qWrTZb" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3366,8 +3366,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "495" ], - "x-ms-client-request-id": [ "9150ac67-42f2-46d5-843f-8b8cc9f18300" ], + "x-ms-unique-id": [ "327" ], + "x-ms-client-request-id": [ "9c0ac505-fe51-426a-ab54-c7e9b68a70e8" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3381,16 +3381,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "d97b3081-b8a0-40ed-a9ef-83b2f26ff31e" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14585" ], - "x-ms-request-id": [ "d97b3081-b8a0-40ed-a9ef-83b2f26ff31e" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225550Z:d97b3081-b8a0-40ed-a9ef-83b2f26ff31e" ], + "x-ms-correlation-request-id": [ "d0f200ef-861f-427b-b29b-1fc92751fea4" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14831" ], + "x-ms-request-id": [ "d0f200ef-861f-427b-b29b-1fc92751fea4" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213739Z:d0f200ef-861f-427b-b29b-1fc92751fea4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:50 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:39 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvXvdqHl8ZDhdTC9nlFYYkpacuAjEHX8BocXlXSVzD1htpLm/3FIzLSvvJTI1y7YKpK46nsqT7iZ6sGSBb8QYg7+cb2KTq5JM6qcbMRq3CsqhSuhZSMxfj5JoMYJUWyv44qrdMiRrHNegxF5CS+7tE" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvzFHgEHTona4vPvzeokFpa6NjunivPWjuxmlLDAPaKfN0Xck7P2y8pORR+gvKN5SLM7v+6Ts6n3h1p2BjcA8uieVxjzRhSxIosT0GoSFklFoDVM7YvnfklvdCGV2zUh4INytxU1ok13RS5HMsFWGF" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3408,8 +3408,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "496" ], - "x-ms-client-request-id": [ "b4205910-88ba-4d9a-b228-2882e9e8fc1e" ], + "x-ms-unique-id": [ "328" ], + "x-ms-client-request-id": [ "9d20b58f-bd16-49ce-ae52-9dda0f61938e" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3423,16 +3423,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "e9bbe06a-a226-40e3-920a-dc2962e7577f" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14584" ], - "x-ms-request-id": [ "e9bbe06a-a226-40e3-920a-dc2962e7577f" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225550Z:e9bbe06a-a226-40e3-920a-dc2962e7577f" ], + "x-ms-correlation-request-id": [ "31b9cb26-ef4c-415c-8c52-adec23cf8dce" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14830" ], + "x-ms-request-id": [ "31b9cb26-ef4c-415c-8c52-adec23cf8dce" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213740Z:31b9cb26-ef4c-415c-8c52-adec23cf8dce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:50 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:39 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvgs21JtyobuAgr160jbLit2Wzphy05SwGBVbzPJtF4TrsosfiAWWTx2+DiC6F3AN66cQbqlG1IyJwC1j6w7W3Q3JySjcCn8g+J7xfEl+zYwsiXuq6aZ2g/W0AYocQPzCVfo5VMv6TcljvET8cyaIT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv1EMtyOV1i8z2plzo6KCovlmbwtfUCTtub8oyR5HhSzlYtvJJqynflg1jrZy/ExjOqKF8Y68kuWrZIflO8Cr57T3HhpZbYMy6zUzwB98rfDCYf2YBp2NpIX2BsbRIpt+u7ehzGM+lsTvH2t9/MyhX" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3450,8 +3450,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "497" ], - "x-ms-client-request-id": [ "018069b7-ce56-4f3f-8508-9b211b6992d8" ], + "x-ms-unique-id": [ "329" ], + "x-ms-client-request-id": [ "35c9c952-d3d3-486d-8b38-8339d7cc9d4b" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3465,16 +3465,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "3fc38a26-224b-49ef-bb06-80de2e6c89a6" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14583" ], - "x-ms-request-id": [ "3fc38a26-224b-49ef-bb06-80de2e6c89a6" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225550Z:3fc38a26-224b-49ef-bb06-80de2e6c89a6" ], + "x-ms-correlation-request-id": [ "d848cdc0-981a-48af-ba52-031cee5d4860" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14829" ], + "x-ms-request-id": [ "d848cdc0-981a-48af-ba52-031cee5d4860" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213740Z:d848cdc0-981a-48af-ba52-031cee5d4860" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:50 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:39 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvLjK4wDpkKznA9pBetNo260Ct9of1donewXebH7tDyDChFczkMdGFggyarvH8yiRpOVvIZY/B9YzueuwJGrFlzb51BrsZhujFMjNmx/1tF7ggq4dmYiJwzy9AFHa++YfXYRd8IcT0MkbEBTSAbwpY" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvIBcPunZZuzhRFeCDdTbqRI+MTRHeG8uzbSUE81M6y9YwSHYAvmVvdLFY9J4yHpsv4CfSGczo0uxb6piH931qM8m/ZJT62kYcQvSji1NATAdzRw++D/EtIvjkrJFPKUFZRb7qtXR/Mivv6Zqn9DB6" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3492,8 +3492,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "498" ], - "x-ms-client-request-id": [ "d191fb04-6cc7-42fa-9eab-52eab3856b77" ], + "x-ms-unique-id": [ "330" ], + "x-ms-client-request-id": [ "e00075a6-fcdb-4ae8-84eb-7e7fcdb7a6b8" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3507,16 +3507,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "5829b3b7-c611-4596-9161-b4d34f6b9524" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14582" ], - "x-ms-request-id": [ "5829b3b7-c611-4596-9161-b4d34f6b9524" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225550Z:5829b3b7-c611-4596-9161-b4d34f6b9524" ], + "x-ms-correlation-request-id": [ "efed233b-7d3f-46c5-b937-83c53b0eb3e6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14828" ], + "x-ms-request-id": [ "efed233b-7d3f-46c5-b937-83c53b0eb3e6" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213740Z:efed233b-7d3f-46c5-b937-83c53b0eb3e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:50 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:40 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvs6Ogpa0ew3EofAW1iz4LKVvGeYQNoQcbpfGogTsjKggPBxMOOJgSw4f5Z95qSIONGBQNz84QwsM8CpjHtGaU/J3zfIVpDGUV3FuGg7qVaxpqp/3deeI6uagQULmZ9AOWNQ1XRFDJXHGCPgQlj0vw" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvhuquIisFtTQxW2jMkUJIO7pLlr4LaOHfzK0lys7ozkB5hDPUyLxFJySdRTiTOQBRrflipUikE+TMdMpDRbtXTLTUt7lJZhfs5lTSg1QMnxcH15xinlTve3CNT0/aO8C+kPyPDkZNKYQr/wRv67ch" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3534,8 +3534,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "499" ], - "x-ms-client-request-id": [ "34d1201a-dba0-4820-994e-b018c8b9f029" ], + "x-ms-unique-id": [ "331" ], + "x-ms-client-request-id": [ "0a48c42f-f37f-429d-9000-80a86a74b30e" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3549,16 +3549,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "3ba84ddc-8cc7-4d92-ad7d-f8b7f1ee50c4" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14581" ], - "x-ms-request-id": [ "3ba84ddc-8cc7-4d92-ad7d-f8b7f1ee50c4" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225551Z:3ba84ddc-8cc7-4d92-ad7d-f8b7f1ee50c4" ], + "x-ms-correlation-request-id": [ "f22ba604-6ef2-4606-a5dc-7b61736f7cda" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14827" ], + "x-ms-request-id": [ "f22ba604-6ef2-4606-a5dc-7b61736f7cda" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213740Z:f22ba604-6ef2-4606-a5dc-7b61736f7cda" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:51 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:40 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv5HKMOjpXb9dNIwdUbrC4mEPx+FkcTYcqh318OD6PDaZIHmPb6fZ/eJzhQlq2eCg87ZDr0oYXwhRD4DZCGuOAC+ngeBIa1GkDf5kA6Xgn+D3AoAY9FwRvzepLVXGpxSJ919BKlBKiwMmXtoRzc8vV" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvZ18upZtWCBec6efoHMmTm0/b/6eoggXutmVmNqC4ILrvT/t1SlirHslmqYbNp+UrvhesqZa060OG8OHxTbBmgc4+RaexhUoT/nbqXUBXogd16fgzMRCJWA7WhNBEUdB4c8+qBdJRFlnqdsAmEtNZ" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3576,8 +3576,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "500" ], - "x-ms-client-request-id": [ "6bc83b25-679d-4842-a3b6-be6880d8bb7c" ], + "x-ms-unique-id": [ "332" ], + "x-ms-client-request-id": [ "ec564d89-533d-4ed3-a7b1-e4a1c7c57515" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3591,16 +3591,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "4eab82f7-007c-4137-b957-ffa76ef129a6" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14580" ], - "x-ms-request-id": [ "4eab82f7-007c-4137-b957-ffa76ef129a6" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225551Z:4eab82f7-007c-4137-b957-ffa76ef129a6" ], + "x-ms-correlation-request-id": [ "20f5302c-4e76-49c5-ba85-1a9965ddc191" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14826" ], + "x-ms-request-id": [ "20f5302c-4e76-49c5-ba85-1a9965ddc191" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213740Z:20f5302c-4e76-49c5-ba85-1a9965ddc191" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:51 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:40 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvcNR5gVSvgRbKKQXXQs2ls052Wgdnz502cTgszDSUkh6zGmEOSTlFCvTBd7VIthHptWVwCtIIIrPm53J2bZpdh20PZWga3ffWcFs71gIds2ONgyADlalnIjlKi3r+5GKqz8QXfdpy2q5RdbUaLR5K" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsvM8iSoaAzerXgfOECKBwVlqzDnRQJYDJg2apTmjtCF+MQmiUgernpk4893BaEQkT+HCMdIN+QkmGds8vs4eIIqVNSeWu6o6CeIOa9KBrJAxDWws/FYR0TWYwaHCjdAf6I6Mh9QgETQFLC3r1zc7" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3618,8 +3618,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "501" ], - "x-ms-client-request-id": [ "dca67d82-5611-4f7f-ac21-19371d758a4c" ], + "x-ms-unique-id": [ "333" ], + "x-ms-client-request-id": [ "b7cdd773-18d0-4b11-ad28-a6fd591202da" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3633,16 +3633,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "cbe0e579-294a-4089-beea-5794faaac9e3" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14579" ], - "x-ms-request-id": [ "cbe0e579-294a-4089-beea-5794faaac9e3" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225551Z:cbe0e579-294a-4089-beea-5794faaac9e3" ], + "x-ms-correlation-request-id": [ "5803cc3c-2704-46a2-945f-054047c6dc27" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14825" ], + "x-ms-request-id": [ "5803cc3c-2704-46a2-945f-054047c6dc27" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213740Z:5803cc3c-2704-46a2-945f-054047c6dc27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:51 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:40 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRva7tPUDtSrox+XHrUlEXmkhyX7FjoSDdZ3Fa9e4gZpPgu9S+h+OB+IT8Hpsy/pbv4mgC0QSn8y8U+Mv9IWebbNTPOUr7m26AE3jdivBjzd7MFsZyW76un0fxakpBI9K4xTTkw35vtVLIEgF5rlf4n" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvVrrb5XdlUvf/ZUXadmauJjn+gNVajcCd5mQ+aiesnq9ACk1b7H7bsLR7wJWdHmRbEP3ya1r0+phXggioxBanScrNRShsBezSO73UWVryOmDbXVsRs9vxjzUygs71H+RJuj43GQvlUUHyL3nqYLHL" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3670,16 +3670,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "87b5e2bd-0b2e-44e3-8a27-5216ca708a57" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1161" ], - "x-ms-request-id": [ "87b5e2bd-0b2e-44e3-8a27-5216ca708a57" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225551Z:87b5e2bd-0b2e-44e3-8a27-5216ca708a57" ], + "x-ms-correlation-request-id": [ "ddad09e3-52f8-45e6-b540-d58e853c2916" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], + "x-ms-request-id": [ "ddad09e3-52f8-45e6-b540-d58e853c2916" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213741Z:ddad09e3-52f8-45e6-b540-d58e853c2916" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:51 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:40 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvcrNxAKRAbQ6WTpPmhhaByhHOGgMgwPZYe9cvZNF40RIxnV3f8+ro9N5kCVRF8jvJvzliMlQs8+5UXMQ0vDDifAiGdnetQJpuLTWMj7hMbMxGhuzN2H62mOnc1vbgX33b0Q4y2pc1pj8FILzJlyF0" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvOG9u3slIAvUCgR0w0aRGkbfy7fjBu+u1XJclgFflQzXqOMLDuqrBryYD96UTJwHGfoW3oRiveOjj+58UiDit54DhGnMgQwHp4/pieqjW/jTU8UJ6zJE+ddKYWKoNDdrHXeWg8odjmrqJhg9ut7P4" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -3707,16 +3707,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "a21d1174-5ea2-4c7f-86d2-2cfea2126419" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1160" ], - "x-ms-request-id": [ "a21d1174-5ea2-4c7f-86d2-2cfea2126419" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225552Z:a21d1174-5ea2-4c7f-86d2-2cfea2126419" ], + "x-ms-correlation-request-id": [ "e83729c9-c723-4e5a-a18e-82dd383fa4e8" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], + "x-ms-request-id": [ "e83729c9-c723-4e5a-a18e-82dd383fa4e8" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213741Z:e83729c9-c723-4e5a-a18e-82dd383fa4e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:51 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:41 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJcCowdCMnboiPdaEstIwVsmUDbxeahdpWhDib0kOJjvotWzylNTSU2e4UB2+bvJfM1K/tPEWjQCV5QqcaSRtAVn2QjDIgqwAMyVaGVUeHKNN/BUzEJQHZeeIC9QbpSjq4cOo08Qhv4wnLdWdASeB" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvz4QeZW6cJhDuvBF28m4jDpXealG0HmmFhajRxibZvoupJonhICaIAlWD09AAhytxLYXIj9mqRA6LczXIuOiDdvaO5vQu/xX/exiymWuL4XLWO3+tgoD8Ux0wlfCejAZbYES2hO3620aM5d9LB2Pv" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -3744,16 +3744,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "1c56d869-7992-4534-845d-10c169a9449a" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1159" ], - "x-ms-request-id": [ "1c56d869-7992-4534-845d-10c169a9449a" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225552Z:1c56d869-7992-4534-845d-10c169a9449a" ], + "x-ms-correlation-request-id": [ "17d9251e-193a-45f7-b2e7-a368bef43b88" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], + "x-ms-request-id": [ "17d9251e-193a-45f7-b2e7-a368bef43b88" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213741Z:17d9251e-193a-45f7-b2e7-a368bef43b88" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:52 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:41 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvob98PqEo9TRxnDlPkvHRH6cDkb6nXLa6LVFrQuF8qRXcUdizm/WuLUGGbMBlUsu1D1JRJKtRnr05F3DARMwZi/qRiMCTMUdD0FVmPCjkp64BImtmLS/pocnY4r9JUv68s2qFJGbzBlaowfkvufYh" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvkKsp1Xc4EagHIgutFKsrIe2jBjhycSAjcx+cMm81wIjZniEnOmT+sqGU55VzDShLNxmNjvAR6PpXFRGvCjEN9Z9prEs10zKwAt6LbYXvWGJ9ST0RH5JC1aV62HAUqKQ/RvQE4zlpDH7WfUY1gKWQ" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -3781,16 +3781,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "99df2df0-3254-4202-80df-3da89e936aa3" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1158" ], - "x-ms-request-id": [ "99df2df0-3254-4202-80df-3da89e936aa3" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225552Z:99df2df0-3254-4202-80df-3da89e936aa3" ], + "x-ms-correlation-request-id": [ "77cab88f-0fa9-443c-8e8c-d08bdc98d81c" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], + "x-ms-request-id": [ "77cab88f-0fa9-443c-8e8c-d08bdc98d81c" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213742Z:77cab88f-0fa9-443c-8e8c-d08bdc98d81c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:52 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:41 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvkulTOpnkXWJiHtNJyfAnvF+pcSFXihCs+NsTOZJHdQU9EXCb6NqIdJzhDWX7xlsKmdHQjuikIMOcZ8vIbMU61+NFoDQars3RBMQ92LZNNDqBPFP7/IY2SDkdAZHAxXaikGJn8Neo5KDAVT0nswj/" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvRJJCHtZ6dpJ7drqM7heC5dTj9ugtx7EFazf/iqaAZpwHvcfqbrEWmiSyiFEOD+wLAv1sHjCLLOsWTYYoIkxr/kNjv6KkbnNQJVq1QXq6UZ5uuGU9dxM+VO3Q5SnqLWRZpZajQr10AL2AS7rAqEJn" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -3818,16 +3818,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "e8c6737d-9031-4ee1-a3cb-45b840d98998" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1157" ], - "x-ms-request-id": [ "e8c6737d-9031-4ee1-a3cb-45b840d98998" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225552Z:e8c6737d-9031-4ee1-a3cb-45b840d98998" ], + "x-ms-correlation-request-id": [ "5a872038-87f0-4c5f-945c-6277c0c788bf" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], + "x-ms-request-id": [ "5a872038-87f0-4c5f-945c-6277c0c788bf" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213742Z:5a872038-87f0-4c5f-945c-6277c0c788bf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:52 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:42 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/B0Z5m4iplDzQDbrYG0PbPJF9fn3My/B+eViYePPvcV5MN3yb+2WglOBSPVKVROvosWGhz8hVnm4prZ4IdAZXNMDma26jHCzspv2oNNEwmIIlJGRX+Kqg0lih/TraKRKsFU+5dMQYodRx9RfJDRs" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvBwPKoPFZjHYF4OC9dG8L1uxQhytws0BGZm7Pb4plAwYV2AIUbBqOOeg8cl8OekpGvs30Smcxamat2aQ4fzEzwWJsmRvftYM2AhLYT8uGHG/3k9eouMsvVC9LWBMG1pivoeNEM5piNmidC/D3uehd" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -3855,16 +3855,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "79bde06c-4cd2-46b5-97d9-4e77e83f69a5" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1156" ], - "x-ms-request-id": [ "79bde06c-4cd2-46b5-97d9-4e77e83f69a5" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225553Z:79bde06c-4cd2-46b5-97d9-4e77e83f69a5" ], + "x-ms-correlation-request-id": [ "8fa63048-ca1c-4947-9086-4dc33a616b7d" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1193" ], + "x-ms-request-id": [ "8fa63048-ca1c-4947-9086-4dc33a616b7d" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213742Z:8fa63048-ca1c-4947-9086-4dc33a616b7d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:53 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:42 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvvFDgIMsJ717lv0war1C8NlcuZLJ7PuWZLSxH3p4a/lMagzGiJ5OMnRGJuxfeIT47aTLJ9VNlJ7YwZLzD4b3+ERoJ+bpK724MXiYTrjo3wpd0Lz2vMs4SWz6Fzhv0B7EMiOxd/MZoVTp1A/QKlvJX" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv4zEAjhERn/jsrN+nJAcXsRX5hNQOHvq5DIoej4w+amM36dULVZAgjvwNhJ3vs0xjiL+srJ4sjWmJt1hLUrmU+4l2J6y7L5w6aQ/BiHwQb0RCN3Ik1OZk6G/i2vRmbjDukeQ4nABxK6ibVsGc5tG+" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -3892,16 +3892,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "c77e8f01-57db-4b67-a700-d69d889b0075" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1155" ], - "x-ms-request-id": [ "c77e8f01-57db-4b67-a700-d69d889b0075" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225553Z:c77e8f01-57db-4b67-a700-d69d889b0075" ], + "x-ms-correlation-request-id": [ "f5dba74c-cda3-4337-9048-4f0e896f7fb5" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1192" ], + "x-ms-request-id": [ "f5dba74c-cda3-4337-9048-4f0e896f7fb5" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213743Z:f5dba74c-cda3-4337-9048-4f0e896f7fb5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:53 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:42 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvWKAN9eVmOGEfeNVMa3srE/LseuEXAe4rO1g9DsAHgedWTKIegy2Th2AP453u3hhAOO7F9Y3UtuVm99bra0gavqt/0HRLHkdleBLEPOd07yvE44w4hte3PJU89pbmm5f28eIvSPcoMKEVJDG82uu4" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvgv9Zhhc4udLOS3oXPdtD0ZkrZMh8m6OG+r8tIedU6QcpeAAoQZPSPrmIIX7rEXtW/7h1gVXEcCvryLZD7nDeLbnLIoa4a7ZBq/a53iNcZ7eOw59kuhKWbHIVqjYrahmtABPKKgiTgLyEnV5V7vfS" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -3929,16 +3929,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "b0912954-4ff3-4bcd-b3d7-b9d35095bfee" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1154" ], - "x-ms-request-id": [ "b0912954-4ff3-4bcd-b3d7-b9d35095bfee" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225553Z:b0912954-4ff3-4bcd-b3d7-b9d35095bfee" ], + "x-ms-correlation-request-id": [ "20900f48-0351-4578-88a7-89205275eb5e" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1191" ], + "x-ms-request-id": [ "20900f48-0351-4578-88a7-89205275eb5e" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213743Z:20900f48-0351-4578-88a7-89205275eb5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:53 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:42 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvuFcwQf99YRBsms3dIsgQU3RLMRc1NrJnQdRd1hVVytR0uIuzsia5W0doHb5CdJqZYJnIiUG1G1mqKRDDcoCKb3PtfbYtzgbyv3JWpJDplDgWgfHBFUIOT+O9L78ySFPO0mpYj81/rdoA37EOJlQo" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvWJkwsbRJTSBtAJzUu7xHZZXCNRlNOxe4K/MgmdLAQVT6kVqS6tSTFsaP7RnZU2PC9FKewYqGRd1dbmSkxVvD/21JClthhAVxR4ZVqtCbfEgRc1lpDrUVNXSOwjOCQKY53cYXUa/xcbhCIWQr6cB4" ] }, "ContentHeaders": { "Content-Length": [ "461" ], @@ -3966,16 +3966,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "111deb50-08d8-4af6-b08a-512c8d9b894d" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1153" ], - "x-ms-request-id": [ "111deb50-08d8-4af6-b08a-512c8d9b894d" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225554Z:111deb50-08d8-4af6-b08a-512c8d9b894d" ], + "x-ms-correlation-request-id": [ "b6bb68dd-2cab-4b07-ba94-7a7c74ce8983" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1190" ], + "x-ms-request-id": [ "b6bb68dd-2cab-4b07-ba94-7a7c74ce8983" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213743Z:b6bb68dd-2cab-4b07-ba94-7a7c74ce8983" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:54 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:43 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvTWUI0UZlXTHpyfITmwCyyQSxhc7Kqq3niV6hIl1X9cYtttVpsZ6Jpy5LIoZMUM+48gUuEN7E4HApKFpf1b8jdv7rO5rWjztisVUeWL95fnK1HynBT6G0ixx+7H8UIzd3qZ88wu2CR44OsdemlK6w" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvP9sLwUkFJUH214eSzGgCA4LyySnWCCwnW//pBSq4ia8WVcM/xtWHTYXSaV4b50Ml8TCEUeUjJiQt6Z3mzbZQCoZzoSGBS9GVq5INTC728RDBlvR9gahtdtyc0nXFiXUXjhTQRgr5aCPcgEAcj0QM" ] }, "ContentHeaders": { "Content-Length": [ "467" ], @@ -3993,8 +3993,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "520" ], - "x-ms-client-request-id": [ "d342fc43-5db1-42db-91d0-158ed759eed7" ], + "x-ms-unique-id": [ "352" ], + "x-ms-client-request-id": [ "0ebb0e82-64df-46d6-8c2b-560fd177be0e" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4008,16 +4008,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "bc5a54ba-8f24-4b18-a721-3ebce26065f1" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14965" ], - "x-ms-request-id": [ "bc5a54ba-8f24-4b18-a721-3ebce26065f1" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225554Z:bc5a54ba-8f24-4b18-a721-3ebce26065f1" ], + "x-ms-correlation-request-id": [ "c5e166bc-60de-4bb2-8734-99e9d8f10968" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], + "x-ms-request-id": [ "c5e166bc-60de-4bb2-8734-99e9d8f10968" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213743Z:c5e166bc-60de-4bb2-8734-99e9d8f10968" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:54 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:43 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJtTrXZ1sbk1thJev2yWQ8wqOIjkOgNFuRCRFNoRTKp11+yIOUTPNdaRoSd/3qtzyojtfnlD5/BFWqWCagQ2LRJDTKKCGuhyAiNYmljgX3SwlyAXh5JsDw7VghDE9gAl1fzdBveounQyJC0d3fAmX" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvIiB2syTvUVjIkjbucTGYvxglz82yLt8mp5JCKLltbOwqjoCXcNoLlPhJLOiQVzsJ4E7HQbkb4x3Tvy1RsS0BLWZWKBKOEaobNRaBomVTmrsx/Vj7TO9h+s27vgdjKW4mL7oBkllU5OK1eKVYyYY8" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4034,8 +4034,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "521" ], - "x-ms-client-request-id": [ "7d7a1d64-5a1a-40b5-a1d6-ea62c55444ab" ], + "x-ms-unique-id": [ "353" ], + "x-ms-client-request-id": [ "117709c3-244e-49d2-8307-42d342d54a70" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4049,16 +4049,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "ae814838-88cd-487b-9a11-43d80c29edc2" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14964" ], - "x-ms-request-id": [ "ae814838-88cd-487b-9a11-43d80c29edc2" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225554Z:ae814838-88cd-487b-9a11-43d80c29edc2" ], + "x-ms-correlation-request-id": [ "006e2ec3-0b1b-4497-88cd-e8426022a275" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], + "x-ms-request-id": [ "006e2ec3-0b1b-4497-88cd-e8426022a275" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213744Z:006e2ec3-0b1b-4497-88cd-e8426022a275" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:54 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:43 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv2jcq9ZceAz9+XMfCZwguFWDZIw9hC0YzU5D0PRAwhR+NFNp8a6Xdw55YbtaCoASNnjtPFSt8QpCkzYmC42KmqDnUXHIenbW5GgJVn8Bgy9+dTPA4qXgZazLzXuhj+wUB5y3WvYZT1SLxIa9pq0D3" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvvj50xHh1YZVwffJnZ1QATVvd4aOPIxnq5q28135Hg3KkftR1pvtQxBZomxaApImikDYRy0A4Kd80Pyq2eLJpnyBwf1bTPI24J42T11LCYWj2peowyHVCYFpNdeO2CUVVsKTaPaVqsfm63qU0g5oK" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4075,8 +4075,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "522" ], - "x-ms-client-request-id": [ "61e03fba-55ec-41d1-ae00-d61bd804ef86" ], + "x-ms-unique-id": [ "354" ], + "x-ms-client-request-id": [ "9f0185ce-abb5-427e-8b73-1fdf24991bd8" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4090,16 +4090,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "41985a4a-399d-40ac-bee9-e6b3da057abf" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14963" ], - "x-ms-request-id": [ "41985a4a-399d-40ac-bee9-e6b3da057abf" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225554Z:41985a4a-399d-40ac-bee9-e6b3da057abf" ], + "x-ms-correlation-request-id": [ "a61a89ad-6685-4d18-8847-a41c3cc3fa80" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14996" ], + "x-ms-request-id": [ "a61a89ad-6685-4d18-8847-a41c3cc3fa80" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213744Z:a61a89ad-6685-4d18-8847-a41c3cc3fa80" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:54 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:43 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvpZl23UfhUlRWbCS26ma10ltyrNf1yh6h9aAM4+DRmorBa5rzoeNhGOIINcJlEVx6f+kJxnIIShkyPhke/Lk37Mg2Wf/uP4LIENn3ce8qImnzEj5qDA7p6jI3iCM65YNtgWwT1LuhYskhFrOdvN/v" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvMGHTyES3psrNbq20TmOBVF5WdHrCub+xVwi2/4iQxYcB32AP8ODBxKBkG+G8b44E8ucfrosP+GZI8+WOKXPlRNGnXZN+/bEpTcJNNVAzEvqoHTdqa4q5htn84RDKQNDQInbuiayQn0iJ8X36KeN4" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4116,8 +4116,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "523" ], - "x-ms-client-request-id": [ "8755ad72-5874-4a7c-abd4-d93f986f644d" ], + "x-ms-unique-id": [ "355" ], + "x-ms-client-request-id": [ "43bfcf52-98b9-444d-b6e0-3e3f8321223a" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4131,16 +4131,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "4ff8b555-2d3f-4103-a49b-1d81e21f4cd2" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14962" ], - "x-ms-request-id": [ "4ff8b555-2d3f-4103-a49b-1d81e21f4cd2" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225555Z:4ff8b555-2d3f-4103-a49b-1d81e21f4cd2" ], + "x-ms-correlation-request-id": [ "4a8a7bc2-66a5-4132-a7c6-c861cb70c3fb" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14995" ], + "x-ms-request-id": [ "4a8a7bc2-66a5-4132-a7c6-c861cb70c3fb" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213744Z:4a8a7bc2-66a5-4132-a7c6-c861cb70c3fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:54 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:43 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv8TG6JFbqZsuGd2H6hUeM3MiNHJlEOAOV81tSQ42PyX0uXUqhGvP8erKy76bhJy//LznunXd6nku2A7Yw4lDU8J0v5Kj7IZSjr7CVf71bcvzNcZo9W22rTUEF6FjIavuDmOrIHXMfQTEJ0m11053T" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRviVqRD5Z8cErwZmlG4k99WpSg6ycHXVDtPIT9lBBqDb+fyRZ+b5E8A6tqx1+g6OydVf73MRQlHAWz8+87/2qNiUUR3/eJAAxXXf8iJvZqP1JhJ5EhfiemCTIpdHLICtFhaGCXbQmYWfPl1QmO1GjK" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4157,8 +4157,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "524" ], - "x-ms-client-request-id": [ "4f063cd7-c21c-4459-86e9-6ee98682ef9b" ], + "x-ms-unique-id": [ "356" ], + "x-ms-client-request-id": [ "7afd62e0-e576-4bd8-b842-6bab7d21282e" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4172,16 +4172,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "e73117bd-ec67-4a03-8f00-b0c501566a91" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14961" ], - "x-ms-request-id": [ "e73117bd-ec67-4a03-8f00-b0c501566a91" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225555Z:e73117bd-ec67-4a03-8f00-b0c501566a91" ], + "x-ms-correlation-request-id": [ "b27cc333-6c20-4d34-8117-e6b060b5549e" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14994" ], + "x-ms-request-id": [ "b27cc333-6c20-4d34-8117-e6b060b5549e" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213744Z:b27cc333-6c20-4d34-8117-e6b060b5549e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:55 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:44 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv60XWWFs6DNGjJUzvyBkoNzO5WnA+KCiWS+2JYSDcjZpt1Co0qYxgY9IR55Z2FvDdxGzjQiAG+hzXMgcEaHSU6/dAkAqMi85+sQPdpOA3ncKl3a/hR04/K8Z1ur6yISfxgSIdFj+g8JewHCAGyVqg" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvX1PHbE3XXOf5GGy1CJvg5rJUGWBZk1cO5Zo5t9spbLjj8AiRidCKgJqsKcB5eeDN0c1RtS9pHX1cL+fepyEd96dgENqEKN4zhcSytyBf2qWbZu1GXGL0VGL8mEOxgxo7FPdPGjEHBeskpEBgwxXU" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4198,8 +4198,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "525" ], - "x-ms-client-request-id": [ "9692202b-0fd7-45a6-9553-6d2a5df63e1c" ], + "x-ms-unique-id": [ "357" ], + "x-ms-client-request-id": [ "0fc657a6-e9da-4012-87d3-273a08ab69cb" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4213,16 +4213,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "a6828180-422d-44c5-b14f-8a6df4557138" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14960" ], - "x-ms-request-id": [ "a6828180-422d-44c5-b14f-8a6df4557138" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225555Z:a6828180-422d-44c5-b14f-8a6df4557138" ], + "x-ms-correlation-request-id": [ "769ecacc-b5cb-4cb1-ae63-9b898df5191b" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14993" ], + "x-ms-request-id": [ "769ecacc-b5cb-4cb1-ae63-9b898df5191b" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213744Z:769ecacc-b5cb-4cb1-ae63-9b898df5191b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:55 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:44 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvPg2RAgqgJze9V0o9NsQrwszoOZ1512YtpzqQ/TBWrhUuLz48aG5VixV/eZihWoA4k7THq27Zo0MtIeRd2hnhkL5iaCtMQvVD1ZB+3jfHV2taonZLN6SspVgvbL92a3rU7BYfAuCIpnje2Uvuu4+e" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvUkqDDcyn5g4iAhuBbmyc59NwE6ZoBkBIZNWGe/3vxeBZNRPQKVF80KEUt3FB7Ds73hjKCAswxqiu5DDYn/BdS//vyguRRhGD59JoALGoqhYN3UL0zyfBcWbS155QbcH4WfnMRK9qqMR3d4jMILJJ" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4239,8 +4239,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "526" ], - "x-ms-client-request-id": [ "7ccb3426-7fd9-43ec-89cf-f2771d88b152" ], + "x-ms-unique-id": [ "358" ], + "x-ms-client-request-id": [ "f4458bd9-d952-47d5-9fa5-810678f36506" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4254,16 +4254,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "970441c0-0ca6-4739-9f3b-5c6eb53e6a45" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14959" ], - "x-ms-request-id": [ "970441c0-0ca6-4739-9f3b-5c6eb53e6a45" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225555Z:970441c0-0ca6-4739-9f3b-5c6eb53e6a45" ], + "x-ms-correlation-request-id": [ "dd0ebd27-bca3-4d7d-8355-2e15d1d00d63" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14992" ], + "x-ms-request-id": [ "dd0ebd27-bca3-4d7d-8355-2e15d1d00d63" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213745Z:dd0ebd27-bca3-4d7d-8355-2e15d1d00d63" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:55 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:44 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvs/EOypQd1TNTd/WpIJM9QJZc4u1Sh2AcoG3H/9M1mdaTJEOwNckQwbJ6RRr8/2dToB6DOPxdDbXYDyiG6QkvULU84vVCGCR3niPdt8Hv/adpatayU/NBKWrHDmyJcd3w1P9N5HJGh10LeLYMfRz6" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv9CWGyhVBuFKn1WBzfTA6eV8Nj8eVNeqoQjzheVu4erqIDgVcp9J93rZI4DmFQcnYUEzIjL0Wu/GfSOzhWmq6dXRBWP+vCZXgZFdXMEIBZWpTSflZ29JPtsONoDhTsp/SZAgIq9X9brDWrPr0kf47" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4280,8 +4280,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "527" ], - "x-ms-client-request-id": [ "9e3341d0-9c97-4d5e-b9f5-a0e03d597ae1" ], + "x-ms-unique-id": [ "359" ], + "x-ms-client-request-id": [ "4a4d6ae4-5795-4eb7-a294-621aa2aa9ec0" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4295,16 +4295,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "05c0d97b-898e-4f62-b7b4-9350abf6b8a0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14958" ], - "x-ms-request-id": [ "05c0d97b-898e-4f62-b7b4-9350abf6b8a0" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225555Z:05c0d97b-898e-4f62-b7b4-9350abf6b8a0" ], + "x-ms-correlation-request-id": [ "3e55ca9e-b563-44b7-9d56-0d965975313c" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14991" ], + "x-ms-request-id": [ "3e55ca9e-b563-44b7-9d56-0d965975313c" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213745Z:3e55ca9e-b563-44b7-9d56-0d965975313c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:55 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:44 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvIEEXKNosshcGaqtvotE+33Wb7vpUuNf0lDXjHGawPIpSTRWRN4Bu/nC8aPmVBGWQCV0jDxPsjJIZqDrJ/A6wXfA64P7B6hfru4lzNarUxOy61haVMepQIgyGQnRaF0GyVuH3QCsEnJam/ku8UQ85" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv8JlFONc+kz0M7QnaKudhnfz5rUP8C2ot+ca89KkG7VaHMVhbg9PHVnfid4+Swvd3QrA67ih/qf3kpvDAUyPYPSGXnOIO8Ic6K5bpk/uzbByZta07z/v3+VI6V2XqKVSdrde+Awpjkx6TzVYyG7C8" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4321,8 +4321,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "528" ], - "x-ms-client-request-id": [ "16f036a1-550b-4c49-bd1b-693ebfb7d0f5" ], + "x-ms-unique-id": [ "360" ], + "x-ms-client-request-id": [ "1f14bff9-d032-42ba-a9a6-afebd5308c40" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4336,16 +4336,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "a9022255-cf08-424c-b490-d5dc4925a3c5" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14957" ], - "x-ms-request-id": [ "a9022255-cf08-424c-b490-d5dc4925a3c5" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225556Z:a9022255-cf08-424c-b490-d5dc4925a3c5" ], + "x-ms-correlation-request-id": [ "107e5b69-5e8c-43ef-9074-7d0a5b83de0d" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14990" ], + "x-ms-request-id": [ "107e5b69-5e8c-43ef-9074-7d0a5b83de0d" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213745Z:107e5b69-5e8c-43ef-9074-7d0a5b83de0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:55 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:44 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv2gQk0zAyAtvRu1s0Xik3/7t/hx7UFRYa1m8iKx4j7GmZQjxjIMssrHrMTDuzbQ6wk7wqC24t1WiMtYtV4BoJpc4KPkp1lauhem37iJ10EVD2J+5GQlRZMBZs594JgsHoM/GQ6RIKWUd1hcjkDrHC" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv8LHari+7dLwO05U1dHMdALVSsFUv4LDNsN7zBRfTPM+vjnwKJRhSWqXcjqCESLGcRd5rGu0GtrQwOXYQl4lcn3RxcSVmV8Ujj/WSLBSvzIomPWJ1ozlfE9BS6LaOXyzSoWW3gJqhaPWBL5wQtKxA" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4372,16 +4372,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "ad8eec1e-83bf-4a5d-9b95-7f13a1113520" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1152" ], - "x-ms-request-id": [ "ad8eec1e-83bf-4a5d-9b95-7f13a1113520" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225556Z:ad8eec1e-83bf-4a5d-9b95-7f13a1113520" ], + "x-ms-correlation-request-id": [ "8aa88c18-2c73-4ef2-b2a8-0527218fdb74" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1189" ], + "x-ms-request-id": [ "8aa88c18-2c73-4ef2-b2a8-0527218fdb74" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213745Z:8aa88c18-2c73-4ef2-b2a8-0527218fdb74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:56 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:45 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvL1U8GtMgHKoLQnMzYyFhaXcuv+dKP4IOnH6mEZa8uTGGAWXMadW3Ze1EqtBvMUDXD59nSN4H+kHKN//SNpOyIP+HxBRMMCWPHWSYvO6DmFy4V0/H8I2nwrFhiAxoOA7EKm9m0Psu06wi2elzXuMo" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvGysLsLVlqUV1Yc2a6pxrLaH6xLbkaLGCi0mp16dU/6MqiIDRqPvfqz20w8vNbz+iyBxD3lq4xQvgaWy5MDS+l/rkvh2pTEs91qYUJrtDR796ecdHcFVaZtROL6CaJ+ObaQAOgGXpBrdryXU1/Nb5" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -4409,16 +4409,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "de6f6ba2-b21a-4c01-9457-af018caea361" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1151" ], - "x-ms-request-id": [ "de6f6ba2-b21a-4c01-9457-af018caea361" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225556Z:de6f6ba2-b21a-4c01-9457-af018caea361" ], + "x-ms-correlation-request-id": [ "7bae0b19-729f-4cf3-8789-aa5c4e3ee2c7" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1188" ], + "x-ms-request-id": [ "7bae0b19-729f-4cf3-8789-aa5c4e3ee2c7" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213746Z:7bae0b19-729f-4cf3-8789-aa5c4e3ee2c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:56 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:45 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvG8862FfQB28Yl9l7JQ/ZM14ggwybU1D1nSvRU8gTYjvLABq5+FxMA4Of/x/oL+RGDgn2heHrxgIRzZtlCPLm5wTX9689SvAb1Xtdc+znqiERDmSHvxySiUX7ZLSIy4X1DaSIGd0y99THaggCvKvn" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvFPvvxlWcAFUJjeAHEEtyUPRjq/O7IPuHmfu6IfZeVjzJsj3l12lszemkvtsVhaR+Ij+dfcZIcT/QnWPSsg9rWgpOYbm+r289lSxy5lBs0grGaseqfY7okcjDFlvOxr2cmrwkay/ul3ZuR4ydbnkg" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -4446,16 +4446,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "e750600f-eef5-462a-8985-c2f7ffe9562c" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1150" ], - "x-ms-request-id": [ "e750600f-eef5-462a-8985-c2f7ffe9562c" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225557Z:e750600f-eef5-462a-8985-c2f7ffe9562c" ], + "x-ms-correlation-request-id": [ "118cfb40-fd2a-4cc7-8852-ba1b7f55cd2f" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1187" ], + "x-ms-request-id": [ "118cfb40-fd2a-4cc7-8852-ba1b7f55cd2f" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213746Z:118cfb40-fd2a-4cc7-8852-ba1b7f55cd2f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:56 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:45 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvYE6nU29iY1uiog9qdLr35tFlfGmohVGhYOLb5eav0uekU9mFVVQMLmQGIOU34nf4x45TFYZUEGC1e3425i6PWGyI17TCEpXJycmf/VPR1qiNzSualYUQoG3L9jjkM6Rh+zhLg4PnJpXDC+yhUh5x" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvR59Zr9jhXWFriCd+zXGTCcdsGjT+f06nfrJQ30HDY72w9oSbnYp/2JmRpK9BFed17DE1SRoOE0JYdyCXU0fVjkaBOKHlg78XjnzEfesH9Csp/DDJt730/3BZDZB93ocVOixoYzV1qI7OzRAASWbN" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -4483,16 +4483,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "9d065a79-3601-435a-b257-9be7658d10f3" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1149" ], - "x-ms-request-id": [ "9d065a79-3601-435a-b257-9be7658d10f3" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225557Z:9d065a79-3601-435a-b257-9be7658d10f3" ], + "x-ms-correlation-request-id": [ "27029e81-e9a2-4e50-8960-5a9b79e7f8ab" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1186" ], + "x-ms-request-id": [ "27029e81-e9a2-4e50-8960-5a9b79e7f8ab" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213746Z:27029e81-e9a2-4e50-8960-5a9b79e7f8ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:57 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:46 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv+gUUX+CPr03nTrDf/mM1rxoAiqrwSOzajUdpo2JyB9VzfSY/bzrc4qiJFcTpiH/2KMeuvE+KbrxCyVrqsfNHxA3Gc0KzJfEv7f/aYzEADKXriFYA1mLPxT525Y78nGmC/EiuTFAO5+5fiFsnlZvT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv4hNwu0ngz1Z60qGj8Vn1fvmVt1tySiJTS6EAznNnJnkRuorXxSHKcalqQGhRmdVN4E9GbAm24vHzwe1IufqLHQ1ijQH7DXqcWupxg5cYuZ7sVTaGI20QNyVFuLUCUgHOAcHn5fp/OQV3+89zmLEk" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -4520,16 +4520,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "cadb0129-0637-44ae-ae22-63a080d38749" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1148" ], - "x-ms-request-id": [ "cadb0129-0637-44ae-ae22-63a080d38749" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225557Z:cadb0129-0637-44ae-ae22-63a080d38749" ], + "x-ms-correlation-request-id": [ "ab153ff4-9c2a-4e07-976b-5c1466f7a5ae" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1185" ], + "x-ms-request-id": [ "ab153ff4-9c2a-4e07-976b-5c1466f7a5ae" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213747Z:ab153ff4-9c2a-4e07-976b-5c1466f7a5ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:57 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:46 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvXEfSzak30zwbfWiddxhUkRnIPbkl4NPE04FUFK8D2U/ZtXm8H7AW+EeIgbTihB1PWcZ/BfSVFTytxwSCM9QGeVkORycsOC2cLpRHDw1ePoUJuaHd28MISS1ATDK82j0KXj85JdKOlC3623l78Piq" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvY8bLeCNMe2O5f20G8awWfzT6TgC712lOEwyUNrVYyVO7yEmATk/91GybwjndGv266A9IlsBcO5zuicU+f1+32eynXtgiKFUikdlSwLlXB+On2YMCv8tUimNgWhjE8qCGYYQ8g3nc1UOMS5ZYH5th" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -4557,16 +4557,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "9ba5ad6f-2161-418b-8c84-63e5a616a814" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1147" ], - "x-ms-request-id": [ "9ba5ad6f-2161-418b-8c84-63e5a616a814" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225558Z:9ba5ad6f-2161-418b-8c84-63e5a616a814" ], + "x-ms-correlation-request-id": [ "9d028068-0b42-4d1b-8129-333bb55845c1" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1184" ], + "x-ms-request-id": [ "9d028068-0b42-4d1b-8129-333bb55845c1" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213747Z:9d028068-0b42-4d1b-8129-333bb55845c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:57 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:46 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvrczb0z3zW6nqHdlGCynZ/d9S1gSY13kwAFRGOYfqaW8eB+t4Sy60bgTbVL4Qxv9+1I36I3m7zkOpdBnxGrLYen/w46Ul8obB2jV5AqAWjNDdP13Ay8uKRdQfM9wP+KcJqUUkJJWu60G5KvTvjf2s" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/LbFkEi1XXkXYMoSXzggT9SQUNuggQhs/FlQkOdUYuGuBs9ptESjVDVHtZsdAhm8TH4PeFuYg723X31G8J/HF1EOTu8PpcezXRQJ0Z9bReycEtP56ghapIXD8NL5jQE5XdRTuXCpRcHh4WyUmIof" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -4594,16 +4594,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "88d8251b-12ac-48b2-bbe0-0534b7584aef" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1146" ], - "x-ms-request-id": [ "88d8251b-12ac-48b2-bbe0-0534b7584aef" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225558Z:88d8251b-12ac-48b2-bbe0-0534b7584aef" ], + "x-ms-correlation-request-id": [ "4dce0c02-5c87-4abb-9376-7eaff325b8f4" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1183" ], + "x-ms-request-id": [ "4dce0c02-5c87-4abb-9376-7eaff325b8f4" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213747Z:4dce0c02-5c87-4abb-9376-7eaff325b8f4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:58 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:47 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvi94M5qZ7zIzo4MxIpJmOBDEa5PgHDijeGvJz32ThUlwn6kKxNPLr4lBpvgWL+Qs35ABQIIXWrvhymh/qAzBay/ileGMMWIW8WcRpTX0+SEN2N8cjHSEwFFrVT2pDYWcP9mgke8s18eANGpaAwZ84" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvUKIKaSe2aTiARbl32n96t3vy6RKs/ukSEou3rHpMNFUaCxoYKPa1T/PDl26DGrYDY4zBLizcPUoLnuJ1zPrA0AuacBvKgF8IFJ9O5glU2rpqMfcydDvt81jsaLGVbmLv1itpiTBktsuLC14k06cK" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -4631,16 +4631,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "1b8be996-bcea-47a2-8b46-7f0980c11828" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1145" ], - "x-ms-request-id": [ "1b8be996-bcea-47a2-8b46-7f0980c11828" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225558Z:1b8be996-bcea-47a2-8b46-7f0980c11828" ], + "x-ms-correlation-request-id": [ "b4b10380-9950-458d-bc1e-43ca1c2487a2" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1182" ], + "x-ms-request-id": [ "b4b10380-9950-458d-bc1e-43ca1c2487a2" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213748Z:b4b10380-9950-458d-bc1e-43ca1c2487a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:58 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:47 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvcacNfWvFBfiMFzxNgcyMz/VWStJDxfIvvj1EtqrAbt3wVM99vtTwUN4IMpK5g1fW9EjxgeThG7AHVwgYRE3vSxtme6CB48ZO6MNriY41/y1WByWYOmt3bfE7jQhqf6RXK8ZwlCDnGZwUHapvmqTs" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvKGh+LkwG97AM7r6uq+JAHFb9y9QxA0ECi2tEhpHVf5xwK8Qazy3pTyBBHAwJwRHxf1OICVdmtTthpObO8rzlub//KYpFII01/7GpxuwgTexX8GLtpnt6kkHNhra5udw75swSRZsxuYtoy8TTAaEJ" ] }, "ContentHeaders": { "Content-Length": [ "461" ], @@ -4668,16 +4668,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "a0f014f3-fbf4-455a-a576-e44d4a8a173f" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1144" ], - "x-ms-request-id": [ "a0f014f3-fbf4-455a-a576-e44d4a8a173f" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225559Z:a0f014f3-fbf4-455a-a576-e44d4a8a173f" ], + "x-ms-correlation-request-id": [ "471ca603-f25f-4892-b7a9-7b6f41df3735" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1181" ], + "x-ms-request-id": [ "471ca603-f25f-4892-b7a9-7b6f41df3735" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213748Z:471ca603-f25f-4892-b7a9-7b6f41df3735" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:58 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:47 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv5BSh8OIFj3G/82Talt3AU6hZUQNEr4cld08xG+TsHIu/8bLph2/jS946iYIJD1C1Yl8EEBRUpg62Qzq9ZVV7/UBb4iz8YNJ4CWhMW58Dry8vYLJ6uwpNtPoNc4StTx5irc2AS8PmnTwX4nbLv1w4" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvxisAJEcLgQZQltPwxDyWo41EvFohOGSu4PmvtXhtg+6WGEo87YtyVST8keqDBrRrRTRVZyjHmi/XJUcgOPJsUq6Olnd8lTj2b/RuSN75iDPCdCO+5Ocfl0EmrSU5EAIm/dZyKYDC6UR1TlSjssaK" ] }, "ContentHeaders": { "Content-Length": [ "467" ], @@ -4695,8 +4695,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "547" ], - "x-ms-client-request-id": [ "65755c36-ce8d-47e6-8ff0-aff8ec5a45ce" ], + "x-ms-unique-id": [ "379" ], + "x-ms-client-request-id": [ "ccd2be91-141a-43a0-81ad-b2ae284a0f12" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4710,16 +4710,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "cf1cb57e-2786-4ed4-938e-db4642aac6c5" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14956" ], - "x-ms-request-id": [ "cf1cb57e-2786-4ed4-938e-db4642aac6c5" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225559Z:cf1cb57e-2786-4ed4-938e-db4642aac6c5" ], + "x-ms-correlation-request-id": [ "edd80366-a5d5-4f8a-813e-da8b352e35e9" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14989" ], + "x-ms-request-id": [ "edd80366-a5d5-4f8a-813e-da8b352e35e9" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213748Z:edd80366-a5d5-4f8a-813e-da8b352e35e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:58 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:47 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvvX9ZtNVhbpQW/kY/xAZIk9hd2LHvZAHsD7oeK32vF3KEwWBYktzgfAMfgKs04Qnz0O7j9wXF3DFF6IDoIox4eXA7uIeqq2EO8W4hXvJq7vGaoDaiR7jrAS79ah6Y5z4lU6YUT7joGi3iBREmcKat" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvbhWp8QNmNZtuh5bQP3N91aG7kcHMu6nTjs/rqwRTtys96XJNM27NVYLdWHfj6gvCGP5/s9X36RF+AQ/unpz5KuU2axL6f9NUFKqHgh/juUsZycEJKwiuLvaBtw/PWkPYB/C8ZkyaZdF80radvV1y" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4736,8 +4736,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "548" ], - "x-ms-client-request-id": [ "1d1ebb9a-ac59-435a-8eb9-0df89363f1bc" ], + "x-ms-unique-id": [ "380" ], + "x-ms-client-request-id": [ "57106eda-32bc-42ef-8f0e-c8345446f0fb" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4751,16 +4751,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "151291e9-1391-42f8-be4c-9f69db6a614b" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14955" ], - "x-ms-request-id": [ "151291e9-1391-42f8-be4c-9f69db6a614b" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225559Z:151291e9-1391-42f8-be4c-9f69db6a614b" ], + "x-ms-correlation-request-id": [ "4aa5e458-dc27-4c4c-a520-9270360cb285" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14988" ], + "x-ms-request-id": [ "4aa5e458-dc27-4c4c-a520-9270360cb285" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213748Z:4aa5e458-dc27-4c4c-a520-9270360cb285" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:59 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:48 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvRzyyDlP1Czr4vWZI1m/Rj5rTvbM5UxMal6M3YXzfqO6GHvvtRYY8KBJTBXjv7G9IXRKkeAPUEoR5qzI9uLkEYZfi0gOwIZPhdCz/ekUmCoJBpgeGXnyXAn0zY11MKntaReispvJVCCul7FiRMtju" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvnIx9PYBB7jBFJyPmf+qBU4M6DvMc0jpAELjzzfaHLFq72/m1DmWNWguYOSuhHrbh5/eYuqR36KHYK+kGZ+ECNZwOAnhwuqh120Qaibh7pQHN3+XB8Ml0DTgzsGLuGM0/10mlnmP1dnMB7pm+Jhqv" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4777,8 +4777,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "549" ], - "x-ms-client-request-id": [ "8588c538-5256-4b93-979b-c2940619d9c7" ], + "x-ms-unique-id": [ "381" ], + "x-ms-client-request-id": [ "9f186a6a-284d-44f2-a97e-eb8157988e8c" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4792,16 +4792,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "6c137771-5c02-4111-80ea-086aaa0e6f5b" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14954" ], - "x-ms-request-id": [ "6c137771-5c02-4111-80ea-086aaa0e6f5b" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225559Z:6c137771-5c02-4111-80ea-086aaa0e6f5b" ], + "x-ms-correlation-request-id": [ "296a2054-86a7-4b5b-b2ee-67ef79b615a6" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14987" ], + "x-ms-request-id": [ "296a2054-86a7-4b5b-b2ee-67ef79b615a6" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213749Z:296a2054-86a7-4b5b-b2ee-67ef79b615a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:59 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:48 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvO8rrajjvghhR3wpqHbcN9ToecjyKRrEUy0sOiKGEenJ9RekDPAq249lHrHmRvSo2Ypt+/Fbob2qCUssUd9vFD9ADrE8nz47sMk3AltVZcLaOGJPnsNYXsBADnuPzrqn8gi6Tk3CUrbd6lgPdX3Xt" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvt0IiCiU2wH0QhV5s32d2N4WQR6ZDlgFfP5jq7bE14o9VN2PgFgwnyaX1cui3Zz7wa18H+odJltyCDWvC/3sjRocBWcUPeecAz1H4zJxS+cBSkXmzNqiJetFW5WzfgPqM0l66DuF7bBe6zF9nGckz" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4818,8 +4818,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "550" ], - "x-ms-client-request-id": [ "087020f8-2ac6-429b-bf55-15b1badbfab3" ], + "x-ms-unique-id": [ "382" ], + "x-ms-client-request-id": [ "acee234d-e45f-41d7-bd06-82199534b41d" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4833,16 +4833,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "94c34aa0-67fc-45be-a737-96e9aa4e36c5" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14953" ], - "x-ms-request-id": [ "94c34aa0-67fc-45be-a737-96e9aa4e36c5" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225600Z:94c34aa0-67fc-45be-a737-96e9aa4e36c5" ], + "x-ms-correlation-request-id": [ "b713a118-ffe6-4552-b064-9008719730ff" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14986" ], + "x-ms-request-id": [ "b713a118-ffe6-4552-b064-9008719730ff" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213749Z:b713a118-ffe6-4552-b064-9008719730ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:59 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:48 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv4EE+fO+jxcPhbAszSRMigBCH5beo74rtly9EE5F5Y6jQ39VV4bEtUfCc5A45w39udPySuKfpBtu6n+iLq2FTjj4O+FWnuHMIwvKECe5tns3L5VHne1UNxmj1rj6kUJObIlYXLFLNnxJD7/XkBxvz" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvG/IL+a/nvZ2XvdAPv00dBQriDcQp410rgu9oENGtgT9meHRjDBWaPI1E8QkJQXpHzkNiFua2qYP3rVAJPXs8xQQtiIaGpanCZOmGUmlt96Fir1lK8LRFsVtBdu9sNupakd9dt+Pe8lDZxCtMwApb" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4859,8 +4859,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "551" ], - "x-ms-client-request-id": [ "9737359d-ae4c-45fc-bcc2-e5642389b485" ], + "x-ms-unique-id": [ "383" ], + "x-ms-client-request-id": [ "aec5e46b-69fd-44ed-8234-8a328f866a81" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4874,16 +4874,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "44fb085f-f3ad-4052-b533-29ce49dad0d0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14952" ], - "x-ms-request-id": [ "44fb085f-f3ad-4052-b533-29ce49dad0d0" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225600Z:44fb085f-f3ad-4052-b533-29ce49dad0d0" ], + "x-ms-correlation-request-id": [ "91d0fc36-ecfa-4267-b800-e04bfe2bb577" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14985" ], + "x-ms-request-id": [ "91d0fc36-ecfa-4267-b800-e04bfe2bb577" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213749Z:91d0fc36-ecfa-4267-b800-e04bfe2bb577" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:59 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:48 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvyml05PSzSn845apI1CBE6oWD3BQkFhRF4469S63LHBcpaowcKLgvFbsNwIJoAvG/imBARXtqoVODxakaM/lj9MsdDfPc2R9ZlteXWucLMaKU6BHSsIsEfdE6BsbrzTFiajdnWSk0PKfoL1hfsIK7" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvOj40Pqc0Eo+xAj3V/+4pQAvryRz+gtsq9ErltwBmexV4mTZEyT0UfNFYJW/+caO+JO6Xw0AcJucWnpDZDuDdyksv/Gq/g9vuYgtHRHw0/KT3DJPTl18HBhQoqaXaBok5tp1O/vNzglz81XTPX2ui" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4900,8 +4900,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "552" ], - "x-ms-client-request-id": [ "0ed06fe2-68b9-46d0-9177-ec810cb75d54" ], + "x-ms-unique-id": [ "384" ], + "x-ms-client-request-id": [ "73a1485b-c33e-44f1-910d-79048cfb2359" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4915,16 +4915,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "344b5e3f-3259-4043-bcf3-68ec340b7a78" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14951" ], - "x-ms-request-id": [ "344b5e3f-3259-4043-bcf3-68ec340b7a78" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225600Z:344b5e3f-3259-4043-bcf3-68ec340b7a78" ], + "x-ms-correlation-request-id": [ "7ec0fd29-de10-40a2-a4b5-242fb485c157" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14984" ], + "x-ms-request-id": [ "7ec0fd29-de10-40a2-a4b5-242fb485c157" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213749Z:7ec0fd29-de10-40a2-a4b5-242fb485c157" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:55:59 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:48 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvgDeqd7zZLg9Z4v9EZN6jduHjrTw34C+ZMTk01UpjqhKUhNCtydOJ2oEsgwZQrTiy8YF+3v2aFUqRJgAfnJYajPQuqgeuBFHvetTt83jV1wgjlD7MwlXsL14hob2zt6WE+mXk8ChM63Iy8NwsLPbM" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvBYeQLE/L4g6rysA8cNjp7Yd/oY9F+bnKo1rnpb2YaU4JcBlmQ9PdIjoUH+TQrb0mjXyYDBOu7aO52etfJ9UqGorOKxjkQJ7FlFbJH93sHzSxgvTYl0E/1Ckzz1plPF22+QHbWWnYb91WUpd1DxI4" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4941,8 +4941,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "553" ], - "x-ms-client-request-id": [ "64e047de-9cce-4909-bf6f-3fe14b4c0c6b" ], + "x-ms-unique-id": [ "385" ], + "x-ms-client-request-id": [ "aaa31a95-9c8d-487a-ad81-ad285525bcf1" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4956,16 +4956,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "608a4535-5d8e-457f-b353-4fce1c27d73a" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14950" ], - "x-ms-request-id": [ "608a4535-5d8e-457f-b353-4fce1c27d73a" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225600Z:608a4535-5d8e-457f-b353-4fce1c27d73a" ], + "x-ms-correlation-request-id": [ "b07ae547-91ea-4d77-b52b-99a31f67c2a8" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14983" ], + "x-ms-request-id": [ "b07ae547-91ea-4d77-b52b-99a31f67c2a8" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213749Z:b07ae547-91ea-4d77-b52b-99a31f67c2a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:56:00 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:49 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv7Sest5W9NWUFhHw/NAIlGXMq7gyZXYRCSIBIetd/6mgH0Bobw4fg62Fxct9hqOV+CNiwfPv9Erqk4D8hqbDLUMcO0hDY1f/DqeYl5LjDHhJtp/ThqF1tTSPyEs2ahSxxm2a+Wy1gzGjiRY9PzsdU" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvCx3kB9o3MHgMB0H7uj6Ma6VxlEA0gERekpAnJLhavRYMlKFRcBXwZo9W+8tM1Li6shrgcsEMrbmTYopLazPUwb7ivlWiuWVA/7hfqzUVv9VnWVYkbXi1xIMS5owYRMrofj4Z/uBdPDmsqNjmpwcd" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4982,8 +4982,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "554" ], - "x-ms-client-request-id": [ "9a2f23f9-b259-4b31-8a05-e1823c5d3869" ], + "x-ms-unique-id": [ "386" ], + "x-ms-client-request-id": [ "a6fbf7aa-417f-4fce-bb73-9f0ed366edbc" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4997,16 +4997,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "1a95ce30-af9d-4af1-88c3-79405229a86e" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14949" ], - "x-ms-request-id": [ "1a95ce30-af9d-4af1-88c3-79405229a86e" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225600Z:1a95ce30-af9d-4af1-88c3-79405229a86e" ], + "x-ms-correlation-request-id": [ "02e50fcd-6e39-4d81-a88a-b3e9efad873a" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14982" ], + "x-ms-request-id": [ "02e50fcd-6e39-4d81-a88a-b3e9efad873a" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213750Z:02e50fcd-6e39-4d81-a88a-b3e9efad873a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:56:00 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:49 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvZpexzuN6EM+rpfbrxdTHrQptCgXwspbgCvzYtWvJs4Dhd4FyOlCCucZeMBLS5wzbUEwB7ZCj6+n+kRFIvgqmS9+NPyo4CkqapFzwsUmKo8HqXp27+cv6ML2ODJh5rs2dtPuKFdS1kPhtbA1ZXw6c" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvU8rB/uQef8qVkDLMbpIrf4xJY8JpeRFuyvuNJCks2eDOqGk5+wm7j6GQLcUgEIPxK+V15CcK+1s0qg9V+S2GmmzOzLrkn3XuSnFU9mhELRjnA7YNst8pVOEyxYI7AzO5SSn/xEDmOriqJMlwKelY" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -5023,8 +5023,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "555" ], - "x-ms-client-request-id": [ "ad6fd643-4d3d-4bc0-b691-dc50f7aa6494" ], + "x-ms-unique-id": [ "387" ], + "x-ms-client-request-id": [ "5d5f6805-b2ff-4468-a3e8-2bf8b687fed9" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5038,16 +5038,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "95297354-22ee-4323-bae0-2a62fefebf5e" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14948" ], - "x-ms-request-id": [ "95297354-22ee-4323-bae0-2a62fefebf5e" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225601Z:95297354-22ee-4323-bae0-2a62fefebf5e" ], + "x-ms-correlation-request-id": [ "5b6f7a7e-d430-4de6-9a5d-7629a3b10980" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14981" ], + "x-ms-request-id": [ "5b6f7a7e-d430-4de6-9a5d-7629a3b10980" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213750Z:5b6f7a7e-d430-4de6-9a5d-7629a3b10980" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:56:00 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:49 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvkInuxUUIJdCF1Av8X6kgOsGid+f/ILd7IpBGvlnZ4UWo8lReXhUXZ31h/YIdtcod3Cc+q0b/ja3JFsL9wrP+l2XHhsP/PJvqoGnZJayf/dKpHaqQ6DzHWvfjbLj5C6EJnMdV8b9uuWoaIsE9jKih" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv915euGSYr2511QpChYfOJi/N+jwZAHi67Gog3n7cIXPCwe7objDHIWr83OKo+Io9VM2SepG8MkdFU1qQqIxmULsW/KFlZ946C/Uy+tfT03oYufBMOvDEv+laPdGNTBkl6O0eoCsmOxiGJw3N2q/K" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -5074,16 +5074,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "7a060f41-4008-4bbc-8284-fcee791c0d3c" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1143" ], - "x-ms-request-id": [ "7a060f41-4008-4bbc-8284-fcee791c0d3c" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225603Z:7a060f41-4008-4bbc-8284-fcee791c0d3c" ], + "x-ms-correlation-request-id": [ "e4fbba82-96e4-4690-9e9f-510670e601a2" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1180" ], + "x-ms-request-id": [ "e4fbba82-96e4-4690-9e9f-510670e601a2" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213752Z:e4fbba82-96e4-4690-9e9f-510670e601a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:56:02 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:52 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvpd+baXZkyKNTE7+Ygs4GHU/HglINmlp/JZx5p8eh3QtQUui1mrOc0pjekwVoNpFFFHKnugEdkTeW1fN0jjFLGFuRwnwYrEovsuSfmE+LXOQ2X0YMwZF11M9pbG7YNs9a+hp9uuLXoZsy0EHy9MpE" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvQJf1Tap6HcoXWgK/qhgClMHzAkECkGVtXcJz6AdBgt8SWCDCveMS29+s0OdQfDrnFPUWNd/z7zrJHUeo06rDNZ5u2ag15Zl7OHi9wyATH93stvdDapyxj8yYvp70Ot2vbRQHqCumvbCh/6JiVE8d" ] }, "ContentHeaders": { "Content-Length": [ "494" ], @@ -5101,8 +5101,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "571" ], - "x-ms-client-request-id": [ "dec44d68-a723-4741-93ef-f3cc4a1c5374" ], + "x-ms-unique-id": [ "403" ], + "x-ms-client-request-id": [ "fb34cddb-1900-4f5e-a341-a95752c1c751" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5116,16 +5116,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "7c374029-732f-42d6-ab36-c6e5989d2cce" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14546" ], - "x-ms-request-id": [ "7c374029-732f-42d6-ab36-c6e5989d2cce" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225603Z:7c374029-732f-42d6-ab36-c6e5989d2cce" ], + "x-ms-correlation-request-id": [ "4dc8a4a2-dd6d-4558-b14a-c1974570b8b2" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14792" ], + "x-ms-request-id": [ "4dc8a4a2-dd6d-4558-b14a-c1974570b8b2" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213752Z:4dc8a4a2-dd6d-4558-b14a-c1974570b8b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:56:02 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:52 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv6RoaoDbp5oTmnyvB7schPNCxpbWvdijYB+2LP6HZCSdY7cIvdkiiU8QLoIdlfQpbDSQd0nWBH9JYCpipq2YbSC7tmsQo64fe7pXocHoFAO6VU6dqTEvRCC8uc2Pj8nSff3nQfmEXynJxr760Vua1" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvEzwFLXfAgricZ12jZb0VsyfC6n7t98Z4Gzs0BeT0GCpvSI3/cb7NF5m3I75mphvlmTLr1vq5+w2wdbm9t9fEVe28tizUCzX+buL8exL2HrWRSiS+Am901tDvtgL9Hb4lkndMcnHd1OnlorE9HYkN" ] }, "ContentHeaders": { "Content-Length": [ "494" ], @@ -5153,16 +5153,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "9e57a3ac-042e-420a-ae7c-4b5dc767dbe1" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1142" ], - "x-ms-request-id": [ "9e57a3ac-042e-420a-ae7c-4b5dc767dbe1" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225603Z:9e57a3ac-042e-420a-ae7c-4b5dc767dbe1" ], + "x-ms-correlation-request-id": [ "dfb53db0-6420-4e86-aa47-3e3f3a46c018" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1179" ], + "x-ms-request-id": [ "dfb53db0-6420-4e86-aa47-3e3f3a46c018" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213752Z:dfb53db0-6420-4e86-aa47-3e3f3a46c018" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:56:02 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:52 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvVguAuk0RNnNgUkXeGDdECeBHjq0950yi9G+Fh3eWZG3wpDFXh+hj0yQfIEPvVudRs7ZmA4ZpkYEy6CI+/YMiOMRaHjfU6cvF3YeQPmMG0rpfGM1SxsOxo9EyuLi5hcMNO19CEHaCjKHZ8YFTB1U+" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvDEW/FsMxfCVguvgU+tiO5Tti0aqUFS2ZP8YlPodSgvkZ9R551UO85bXyo+X5NVh+fUl8XlDBYkDzYt9rEA09J+CgVPwOC8X1UXIjpUqm9i08m6j16JryGnD+qVng/sn51chh6p59zbdOrM85jXgT" ] }, "ContentHeaders": { "Content-Length": [ "483" ], @@ -5180,8 +5180,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "573" ], - "x-ms-client-request-id": [ "32fed159-e2a6-4ffe-96e9-0af538f973df" ], + "x-ms-unique-id": [ "405" ], + "x-ms-client-request-id": [ "258a8063-d2f1-43ca-9645-ca0fd7f68e25" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5195,16 +5195,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "12540b7d-515a-4e1a-b4a9-b9283502b990" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14947" ], - "x-ms-request-id": [ "12540b7d-515a-4e1a-b4a9-b9283502b990" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225603Z:12540b7d-515a-4e1a-b4a9-b9283502b990" ], + "x-ms-correlation-request-id": [ "6405fde0-dbb4-4cf2-a806-532b7ad3610a" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14980" ], + "x-ms-request-id": [ "6405fde0-dbb4-4cf2-a806-532b7ad3610a" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213752Z:6405fde0-dbb4-4cf2-a806-532b7ad3610a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:56:03 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:52 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvMTnMSOL2OQawMKnGD9tlZUcxVTgFQGNHt8RRYjUPlxrMI4rrv8omB3HsR6n/rkSTdqx90jD4lOqDBDyBUWQunl6X73MtA7oCAWX6S+r4qjKCgMBnZcyBwt1zBvxXCWBE53ZdM22X/ZRfvUnG/ivs" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvGD/WkRI1cVge2wdlT1QBmALnNB+UsWcM1daxae/K9G7u6rFNGr6SyRCwtpOnyCPzK9CkFdx/jjcZBUyDsNoc992qzAW1m6YVHhRVDXGSi/8zoWicX3Xk3JqKWarlXMqJqG8PGyAh+J7JOLHwAB5E" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -5231,16 +5231,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "bca9166c-d490-4b08-8e13-a5f914161000" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1141" ], - "x-ms-request-id": [ "bca9166c-d490-4b08-8e13-a5f914161000" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225604Z:bca9166c-d490-4b08-8e13-a5f914161000" ], + "x-ms-correlation-request-id": [ "ca831d8f-c974-4b73-8653-79f44aee974c" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1178" ], + "x-ms-request-id": [ "ca831d8f-c974-4b73-8653-79f44aee974c" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213753Z:ca831d8f-c974-4b73-8653-79f44aee974c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:56:03 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:53 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/eiBIx1pS7+oLaQZLRtNyBtl20keoryNBrvzV8DzAokXsOJLmTSEIKvSyt3ni7orGsA99AYKTYGJQx4IaCS5ylcPd6dockA5KQvQiY+RwfV/eMI4v34toIkmbJwDMwB8Zpei7O++TxR/zRvX8lwT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvMr44emyi8nQbD1qaE2eCQrb9kcXHgtpU49NAFFaY2JooXxlmU4NP7JariglWS4Xywo0+q1iGbKy2hXyZ3omWOLmYuSxKLiUNvrAAw1CZe3pWRdyu4N3ziLdvFKbFcudSVquexaF2lg2Bq55USZkm" ] }, "ContentHeaders": { "Content-Length": [ "494" ], @@ -5258,8 +5258,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "576" ], - "x-ms-client-request-id": [ "883395a7-745b-4d0c-b97d-01f77db75b62" ], + "x-ms-unique-id": [ "408" ], + "x-ms-client-request-id": [ "a902a512-4021-4cf2-99e9-49294b4857a2" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5273,16 +5273,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "5271b671-e3a7-42fc-b7e5-15a67d3d3f7f" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14544" ], - "x-ms-request-id": [ "5271b671-e3a7-42fc-b7e5-15a67d3d3f7f" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225604Z:5271b671-e3a7-42fc-b7e5-15a67d3d3f7f" ], + "x-ms-correlation-request-id": [ "1d5baf07-56fd-47a9-8337-c0425e4bda59" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14790" ], + "x-ms-request-id": [ "1d5baf07-56fd-47a9-8337-c0425e4bda59" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213753Z:1d5baf07-56fd-47a9-8337-c0425e4bda59" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:56:03 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:53 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvSmUs28r5c2cXdqGUGvNFePpnLFVSIyXlsjCpwKp7JULUafZozzdRDmh82OgYNByI25+8pa+boiv5ymx23FP4QWa8+gJ+I7COVpayfE4BrBX2Dfkk/QMWj2TsavENoIMOf1Ye1viCeU07vtp2E1yJ" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvCXW3N+rN4ViLOm4MeOYsD8a4RxENEkGTITekng5k/a6+m3bM+DPZ8+3oVOddepS59+LIBiyKQnTcqLl37xoVju5abGs3OdIF5SYzd/GWz7uaNkAbKRRz1FHvfVZLm9n78MDisEGhvNj1tfz3uROB" ] }, "ContentHeaders": { "Content-Length": [ "494" ], @@ -5310,16 +5310,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "02d0f27f-4c2d-41d8-a724-dd0ce8ffca76" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1140" ], - "x-ms-request-id": [ "02d0f27f-4c2d-41d8-a724-dd0ce8ffca76" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225604Z:02d0f27f-4c2d-41d8-a724-dd0ce8ffca76" ], + "x-ms-correlation-request-id": [ "625d8641-5937-4b06-8bf9-57a2bd2b094f" ], + "x-ms-ratelimit-remaining-subscription-writes": [ "1177" ], + "x-ms-request-id": [ "625d8641-5937-4b06-8bf9-57a2bd2b094f" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213753Z:625d8641-5937-4b06-8bf9-57a2bd2b094f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:56:03 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:53 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJyxKXNMqvio/NHkHkD1NCGoB0kZiEbCVTspprDS1m7K4WDe1BmkfZU9yE2OPKoSJSTW1eKgE9aAXb7+/PiQ8V11n0QIE2UXerYIpG72gJLyFO0ul3aTvaIqP1innont4/SihvCnUKDOY3ekYpWJr" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv2XJOsPEoFVa4ku5AOGY+mE7oG89Jqt//56iqqeQRlj5IKoj2pghjG9db1sxEG5nXfMXy8e5IvJ388hcDFe5sg1SFYWukzHvd2kqoMesP/mlkiTtjZppM+qT9YJBs4rqDRF2ZycbdN7D+SNogLh+I" ] }, "ContentHeaders": { "Content-Length": [ "483" ], @@ -5337,8 +5337,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "578" ], - "x-ms-client-request-id": [ "d1fa7c17-1b94-4524-9ac4-6e8c867f3397" ], + "x-ms-unique-id": [ "410" ], + "x-ms-client-request-id": [ "4dbb6260-ab49-40e7-9f0f-469f5c96c80e" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5352,16 +5352,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "d5cd706f-50c2-4e86-a59d-52c82abb98f0" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ "14946" ], - "x-ms-request-id": [ "d5cd706f-50c2-4e86-a59d-52c82abb98f0" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225604Z:d5cd706f-50c2-4e86-a59d-52c82abb98f0" ], + "x-ms-correlation-request-id": [ "c6d8f4ce-499b-42b8-88b8-7a045298a0f8" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ "14979" ], + "x-ms-request-id": [ "c6d8f4ce-499b-42b8-88b8-7a045298a0f8" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213753Z:c6d8f4ce-499b-42b8-88b8-7a045298a0f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:56:04 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:53 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvZ7N6N/a/5ERzqkcnWZBrz17zKtcZ+6L72Z3m4UVZVOmlS548/TACkMiJ0iuiMex6lU+tRwpYARdt2VitM3Rx7EY1zGd9oetP4HrcSrA23wAzd5HqAc+QOiAHGhpdsCvl+naF7jiC63yyBmBlm/O6" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvMBjUT0eFIQ/4+CatNFkivMqJFcE1xbhu5u8z/DuNv3KyXrbSGjBM5lRzPUo3E0K8vCJYb6ZaulfnFH7FYi9AC1CefiIIxNbMapxFNcLCPltfoswVrOWpbpM/n3s03xlan9duK5jff0SQ3iPQ5uiD" ] }, "ContentHeaders": { "Content-Length": [ "0" ], diff --git a/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Recording.json b/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Recording.json index 4f5278a2..b11db965 100644 --- a/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Recording.json +++ b/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Recording.json @@ -6,8 +6,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "579" ], - "x-ms-client-request-id": [ "21bbb91a-dcfd-4c03-a836-2b8d6bff50f5" ], + "x-ms-unique-id": [ "411" ], + "x-ms-client-request-id": [ "bb663fdc-b145-4d7b-bdba-7230ea369b65" ], "CommandName": [ "Get-AzsComputeScaleUnit" ], "FullCommandName": [ "Get-AzsComputeScaleUnit_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,23 +21,23 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "ab5070f1-1d89-4783-8dc7-0172e1f7cc93" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14542" ], - "x-ms-request-id": [ "ab5070f1-1d89-4783-8dc7-0172e1f7cc93" ], - "x-ms-routing-request-id": [ "REDMOND:20210729T225606Z:ab5070f1-1d89-4783-8dc7-0172e1f7cc93" ], + "x-ms-correlation-request-id": [ "c64844ce-93d5-47af-a254-43908466e9f5" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14788" ], + "x-ms-request-id": [ "c64844ce-93d5-47af-a254-43908466e9f5" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213755Z:c64844ce-93d5-47af-a254-43908466e9f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Thu, 29 Jul 2021 22:56:06 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:55 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv+OYsbFO3iLEnsYinyddUUfN7k+N5Rb8P+8Y92/uojiPq0L6j50+PBc/cg570Q6iUy5Awwx4VPtV5209y9EP1G7n6U1AZJPH8fwG0vtRy8Jc9nnBQimazBow2ZBQZRB30RPwFprWfnCo9fswBKxKX" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvaMuA4x61d7ifV20fAjSP2UnpBwIP3h0WbaXzHhD0TaoHI3/Ox5e7eDJ2W40udBKjxYAggF3v/Ln3EU1DzVPe6TZb24fgAnzu9OPxYyFmJeR121bU+SVeLkHS7EU4g5kOxnpCNHbHAKescP7N1Hxj" ] }, "ContentHeaders": { "Content-Length": [ "756" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"providers/Microsoft.Compute.Admin/locations/redmond/computeScaleUnits/s-cluster\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/computeScaleUnits\",\"location\":\"redmond\",\"properties\":{\"scaleUnitName\":\"s-cluster\",\"lastUpdatedTime\":\"2021-07-29T22:53:17.236Z\",\"nodes\":[{\"nodeName\":\"ASRR1N25R05U26\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-07-29T22:53:16.845Z\",\"virtualMachines\":[]},{\"nodeName\":\"ASRR1N25R05U27\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-07-29T22:53:16.845Z\",\"virtualMachines\":[]},{\"nodeName\":\"ASRR1N25R05U25\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-07-29T22:53:17.236Z\",\"virtualMachines\":[]},{\"nodeName\":\"ASRR1N25R05U28\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-07-29T22:53:16.814Z\",\"virtualMachines\":[]}]}}", + "Content": "{\"id\":\"providers/Microsoft.Compute.Admin/locations/redmond/computeScaleUnits/s-cluster\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/computeScaleUnits\",\"location\":\"redmond\",\"properties\":{\"scaleUnitName\":\"s-cluster\",\"lastUpdatedTime\":\"2021-08-09T21:37:10.622Z\",\"nodes\":[{\"nodeName\":\"ASRR1N25R05U26\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-08-09T21:37:10.527Z\",\"virtualMachines\":[]},{\"nodeName\":\"ASRR1N25R05U27\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-08-09T21:37:10.606Z\",\"virtualMachines\":[]},{\"nodeName\":\"ASRR1N25R05U25\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-08-09T21:37:10.622Z\",\"virtualMachines\":[]},{\"nodeName\":\"ASRR1N25R05U28\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-08-09T21:37:10.511Z\",\"virtualMachines\":[]}]}}", "isContentBase64": false } } From 2f971362518e09400bc6177036ecb75693ee72ff Mon Sep 17 00:00:00 2001 From: Travis Turner Date: Tue, 10 Aug 2021 13:20:28 -0700 Subject: [PATCH 07/11] change rest api branch from stackadmin2 to master --- src/Azs.Subscriptions/readme.md | 2 +- src/readme.azurestack.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Azs.Subscriptions/readme.md b/src/Azs.Subscriptions/readme.md index fcc0ed0f..9a5ef7d6 100644 --- a/src/Azs.Subscriptions/readme.md +++ b/src/Azs.Subscriptions/readme.md @@ -48,7 +48,7 @@ In this directory, run AutoRest: ``` yaml azure: true powershell: true -branch: stackadmin2 +branch: master repo: https://github.com/Azure/azure-rest-api-specs/tree/$(branch) metadata: authors: Microsoft Corporation diff --git a/src/readme.azurestack.md b/src/readme.azurestack.md index 4ae46736..82e8c94f 100644 --- a/src/readme.azurestack.md +++ b/src/readme.azurestack.md @@ -4,7 +4,7 @@ ``` yaml azure: true powershell: true -branch: stackadmin2 +branch: master repo: https://github.com/Azure/azure-rest-api-specs/tree/$(branch) metadata: authors: Microsoft Corporation From b2265c4eac654027c3d6545451e30c037a33c957 Mon Sep 17 00:00:00 2001 From: Travis Turner Date: Tue, 10 Aug 2021 16:29:49 -0700 Subject: [PATCH 08/11] Add env.json; Excluding failing Disk\DiskMigrationJob tests in Common.psm1; Including all recordings. --- .../test/Add-AzsPlatformImage.Recording.json | 2495 +---------------- .../test/Add-AzsVMExtension.Recording.json | 1755 +++--------- src/Azs.Compute.Admin/test/Common.ps1 | 7 +- .../test/Get-AzsDisk.Recording.json | 281 +- .../test/Get-AzsDisk.Tests.ps1 | 4 +- .../Get-AzsDiskMigrationJob.Recording.json | 138 +- .../New-AzsDiskMigrationJob.Recording.json | 71 +- .../Stop-AzsDiskMigrationJob.Recording.json | 112 +- src/Azs.Compute.Admin/test/env.json | 6 +- 9 files changed, 565 insertions(+), 4304 deletions(-) diff --git a/src/Azs.Compute.Admin/test/Add-AzsPlatformImage.Recording.json b/src/Azs.Compute.Admin/test/Add-AzsPlatformImage.Recording.json index c88a69bf..e2947c77 100644 --- a/src/Azs.Compute.Admin/test/Add-AzsPlatformImage.Recording.json +++ b/src/Azs.Compute.Admin/test/Add-AzsPlatformImage.Recording.json @@ -1,2459 +1,128 @@ { - "Get-AzsPlatformImage+[NoContext]+TestListPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage?api-version=2015-12-01-preview+1": { + "Get-AzsPlatformImage+[NoContext]+TestListPlatformImages+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage?api-version=2015-12-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage?api-version=2015-12-01-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage?api-version=2015-12-01-preview", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": ["19"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["ab2fbd77-5586-4cf0-98e0-7196aa348eff"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvV2T2dmGN0/Is2ioX4ihw02imu7DV08BIif1eF29cMyYwAy2pHvvcHPsl9crB2RJJd6U+ix9Zpzx8kRbtpzIUDFNNXIT9UqvFiy563PaajZuqlK7quJJfT5RXfT0F/yhJNVMLco1RMVUwsEUltxAJ" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13727"], - "x-ms-request-id": ["ab2fbd77-5586-4cf0-98e0-7196aa348eff"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174620Z:ab2fbd77-5586-4cf0-98e0-7196aa348eff" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:20 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["196187"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "[{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/CassandraCluster/skus/CassandraCluster/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/ElasticsearchClusterSolution/skus/ElasticsearchClusterSolution/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/JenkinsCICluster/skus/JenkinsCICluster/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/KafkaCluster/skus/KafkaCluster/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/MariaDBwithReplication/skus/MariaDBwithReplication/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/MemcachedMultipleInstance/skus/MemcachedMultipleInstance/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/MoodleMultiTierSolution/skus/MoodleMultiTierSolution/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/MySQLwithReplication/skus/MySQLwithReplication/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/NodeJSCluster/skus/NodeJSCluster/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/PostgreSQLwithReplication/skus/PostgreSQLwithReplication/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/RabbitMQCluster/skus/RabbitMQCluster/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a60bf91041304dba9c2613e217c8a8b7/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=1k%2Fn0l8ePLPR94qxqG6Zqz4tmxq8KaydSdHJnOwGpdo%3D\u0026se=2019-04-22T05:02:40Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/WordPressMultiTierSolution/skus/WordPressMultiTierSolution/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/14.04.3-LTS/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/Ubuntu1404LTS.vhd\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/14.04.5-LTS/versions/14.04.201808140\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/08acaeee3c7e4cc394e9ef81790bda63/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=ydNNSz53UkhZG1faRISu%2Frjuw3fQax9DKgBRweZ2Pm4%3D\u0026se=2019-04-23T22:15:47Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/14.04.5-LTS/versions/14.04.20180818\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/41281233660241f9a8e074b74f0d5abb/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Qk6P%2FYD5HfFV4%2B6LVzhxBZ7ynbPQx6he%2BYp9N%2FEnCs8%3D\u0026se=2019-04-24T02:31:09Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/16.04-LTS/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://hamurphystorageaccount.blob.northwest.azs-longhaul-02.selfhost.corp.microsoft.com/hamurphy-blob-for-fixed-vhd/hamurphy-fixed.vhd?sv=2017-04-17\u0026ss=bqt\u0026srt=sco\u0026sp=rwdlacup\u0026se=2020-02-14T06:22:13Z\u0026st=2020-02-13T22:22:13Z\u0026spr=https\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/16.04-LTS/versions/16.04.20170811\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/Ubuntu1604-20170619.1.vhd\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/16.04-LTS/versions/16.04.201808140\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/411e6e144b774457870f77f8fbb95a80/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=9d%2Be%2B%2BNGSnLb2p2AdIjeiXO3XHY%2BHhsLR9BkI%2FAoybA%3D\u0026se=2019-04-25T04:15:14Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/16.04-LTS/versions/16.04.20180831\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7e3878d7cf874ecfab6eece1d0553fce/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=UcbqQHS8NNcE7Cy5McWPm%2BSF%2BTCd4MhGL5fyoZ4nIM0%3D\u0026se=2019-04-22T14:00:09Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/18.04-LTS/versions/18.04.20180911\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/027b00815995491a8986f8ff7e16c38c/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-24T02:20:02Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/CheckPoint/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/CoreOS/offers/CoreOS/skus/Stable/versions/1465.8.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0e40b5a886604bd5a6e153c9d943e47a/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=eHxmjiNG9pvjAckaINKQ%2Fu0w63TYyqqJUGBVxgj%2BkD4%3D\u0026se=2019-04-22T07:51:34Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/DellEMC/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/fdcc8adcec6b45ca914aecd18b2d8dbf/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=cz03ZesAbyd3hsCTdiE4nQCaiI3nvOIlOCz3pcXQxKs%3D\u0026se=2019-04-22T15:19:26Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/DellEMC/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/6.6.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Fortinet/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/411d3bd4a3de4014a3d3eb7d187beed8/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-24T21:55:16Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/KasperskyLab/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0e53c22baa894df185b51f0a987c8ed2/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=huwHQlB8xANDiG62CkCd5kLLPFijNUVCOc%2FNQsAgF88%3D\u0026se=2019-04-24T11:04:35Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftRServer/offers/MLServer-CentOS/skus/Enterprise/versions/9.3.026080002\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d84feb2939954cb1a3c2fb460754b84c/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Gn7yLA%2F%2BF%2FhS2ISuZYXceT7ycS885MgXMlzCClwIVco%3D\u0026se=2019-04-25T20:24:36Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftRServer/offers/MLServer-Ubuntu/skus/Enterprise/versions/9.3.026060001\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3b7f0116949540a086c3d4c9b251222b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=19lvx6FiSwUn8I%2F1bfbxazUl8wcR3zecXDVIv3FCL2Q%3D\u0026se=2019-04-22T08:45:59Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftRServer/offers/MLServer-Ubuntu/skus/Enterprise/versions/9.3.026080002\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/96abbb1d8d0240f3b293955633802812/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=AwnlJAFW7lu%2BThnqazrwlV6mKt6IYDCnPLoF%2B%2Fpe3VA%3D\u0026se=2019-04-24T11:38:55Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftRServer/offers/MLServer-WS2016/skus/Enterprise/versions/9.3.026080002\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/810b05a219ab47f484d6174133a11159/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=yWnIrRGFQKWofPbPHYAwYV2H6KyH3DMnvsnonfNJWlA%3D\u0026se=2019-04-25T04:23:47Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2014SP2-WS2012R2/skus/Enterprise/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e287e7de89264d4fbbfdf01acd3c39e1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=fkvV%2FI1a7H1N4HVYl26Lez8j2ZB2bR05QW8KT0bUaoQ%3D\u0026se=2019-04-21T01:33:29Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2014SP2-WS2012R2/skus/Express/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0f5fa664ec7141b9b2772528b3423942/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=R2skFCHjjh4mb2uq4OPpEi5Da6baoID24BwAwaCWJrg%3D\u0026se=2019-04-25T20:39:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2014SP2-WS2012R2/skus/Standard/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3b673b3e0112473eba61d6de49ae0a19/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=FP13kvLeTnyWQI6sScc%2FL4D4ed5bT6UGCylQnVPiRGE%3D\u0026se=2019-04-24T12:23:13Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2014SP2-WS2012R2/skus/Web/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f5b2316627dc40a9838d9abc7d53f0a1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=e3K%2B5IAiUhqQBMMpWDc0huefPITFPlhGfJAhxbnNj8Y%3D\u0026se=2019-04-21T17:25:56Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP1-WS2016/skus/Enterprise/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d200e6821950484a8d2014f9ebb1bb9b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=yRoeu6Mf9pD3x%2FgEBntVL%2BRIdPnhk%2Fjd30qaemtzdL8%3D\u0026se=2019-04-21T13:02:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP1-WS2016/skus/SQLDEV/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/c0561c31f0e843efbf65c4ca59a3705e/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=BCQQB2mGuTPp4Jrlm4DxOVjiC2VsB%2Ft4mjQUOUY8BZo%3D\u0026se=2019-04-24T03:43:43Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP1-WS2016/skus/Standard/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/bde535a023f54699a2ee96f58574352b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=tnmrSNP%2FBcFdGDY7VIB2USaSoTGccwz0f2t50AMcEjo%3D\u0026se=2019-04-24T08:00:23Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP1-WS2016/skus/Web/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e444e9cf06044fafa8ca87fc825e39d2/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=W9WW%2BPuTjb2f25%2Fn%2FhQs8gWYDWZ0umn8DgVG%2BD2XHtk%3D\u0026se=2019-04-24T17:07:17Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Enterprise/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/83d1b9ea66e94bf191d32d4747e5d244/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=5%2BVt8IbYCDgW3cpMB1j31OR8oMzQRoVAq1wDkvqMgD8%3D\u0026se=2019-04-21T14:52:15Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Express/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/73c512f0960c454c8384136874f024ae/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=D0%2FhFewg73BV0yxvSEIp84NbhtTqkrhV5BPD0wrTJCA%3D\u0026se=2019-04-22T08:56:04Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/SQLDEV/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2531eba967bf460ca26be30ff461035d/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=uX9n7oJujgZhxJV%2BM4vM2eSwbu1n96ZjfkPgD4tHpxM%3D\u0026se=2019-04-24T21:27:09Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Standard/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0f78eae34cf84343a41dbbec0d3bd5e5/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=12CJlaVDbbNlM5CRvsfhYvbmzs0nHvRbFmqpLut2cas%3D\u0026se=2019-04-24T20:41:53Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Web/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d2a7288a69064feda3295cc7bcae3324/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=pJ3OrXOnSbH0zgB1otVSvZYL%2FVpytADhYRN4t%2Fcnylc%3D\u0026se=2019-04-24T09:30:36Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-SLES12SP2/skus/Enterprise/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4271130d8f364281ab8a90ed0e08adc4/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=laEyOKVmGiQhbhQgpA3iD0SIZGggFueZ5%2Bqmo5U3XMU%3D\u0026se=2019-04-21T19:40:22Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-SLES12SP2/skus/Express/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6f1862ef16d745078e41c2302798dd21/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=qIYlYap7%2F7CVmTGZEcVQQ1J7hDAAnyG%2FIoEy31YWi7g%3D\u0026se=2019-04-22T13:15:18Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-SLES12SP2/skus/SQLDEV/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5e201cb293ae4dd391ce139c7f86c2c0/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=KA7THbHIY3svdwW9bi80fmy%2BnhE1go856w5ipKmJURg%3D\u0026se=2019-04-20T23:52:45Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-SLES12SP2/skus/Standard/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/58d8daf45e814801972fa307a27ae367/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=G4QUTmqGqW129Fz%2BGNmggd0p%2FLSw9JwsDkHeTDWHE1w%3D\u0026se=2019-04-24T02:00:24Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-SLES12SP2/skus/Web/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/1cac9c14b0294b7db2be83c8c57830b6/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=WsbVE1z2RBBjk7dKdY5eR%2BXsL01pcn9IaEDuYlQcoyk%3D\u0026se=2019-04-22T03:15:12Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-Ubuntu1604/skus/Enterprise/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6a3422bcdf474788a7764ef20524cceb/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=TmLDJ%2BMSEFRy6Q6%2F%2FQzyM3suTM0SzoAwCijEenH2eZs%3D\u0026se=2019-04-25T00:52:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-Ubuntu1604/skus/Express/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7fbbe047e9954f7784aeafc1cda3792b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=uy5cE9lc%2FRr%2BKgazawCOnLCVEEmSSmGO9sIMHy3IsoI%3D\u0026se=2019-04-22T10:42:18Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-Ubuntu1604/skus/SQLDEV/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d99835a0b3dd49ae89044a1d9e29eabb/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=TKtZ4FDlspgBfwb4EMXo1rQwutKK7Swq0UI6yCK3H0Y%3D\u0026se=2019-04-21T08:30:08Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-Ubuntu1604/skus/Standard/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/8c8ab26516044625b1eebd96f534775b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=A972CAbVYOq%2BTQHOCTCenUZ6SKQT%2BfYt0chyvb6lKis%3D\u0026se=2019-04-22T08:24:50Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-Ubuntu1604/skus/Web/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/ef35e9b6f72042b4975308b9fe5860d0/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=KkbhoHgIPx7LMQEOv8uNqJDyTX%2F5KNb%2BZduroV7jiV4%3D\u0026se=2019-04-24T19:47:21Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-WS2016/skus/Enterprise/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2d33a07cd13643ecaefc1c8fcf43a282/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=jbQQ7wotE7QQ01Hu8yKFq6Wk4gWgE9u8bbKQjCq72P0%3D\u0026se=2019-04-25T01:14:54Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-WS2016/skus/Express/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4e20599a06a341bbbd19d98584ddfaee/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=sIgrk9ldI6DqYLWPvaJKjyShpS8TusKJNdnJaadxOLU%3D\u0026se=2019-04-22T02:09:35Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-WS2016/skus/SQLDEV/versions/14.0.1000204\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6218e0d321a84be9b544abe8f37478cd/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=IRE75Oe3%2BvxY9T2EBaP96eOqCue%2B%2BKY0P460ZwwyOfY%3D\u0026se=2019-04-25T21:15:57Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-WS2016/skus/Standard/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/59940b6d0bf646e49998ae2d9c99aecb/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=hhLjv%2BHMFGjEDf3YFrvhjdIT0dYjJd09ygXV3fhlFaI%3D\u0026se=2019-04-24T16:08:56Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-WS2016/skus/Web/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/9401a0f0afdc47158e9d26c7b59523ca/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=rnPNcfA95URGpZHlMExTmKVIvr88PacRssUfq517L%2BQ%3D\u0026se=2019-04-24T22:11:54Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSharepoint/offers/MicrosoftSharePointServer/skus/2013/versions/15.0.4447\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/46cfc189e5fc48a18bd10d205a22f753/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=VL4osFB0hNgVpudsSJAtk99zmtDAlde2veDd67e%2Fhbs%3D\u0026se=2019-04-25T03:28:56Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSharepoint/offers/MicrosoftSharePointServer/skus/2016/versions/16.0.4359\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/1c36c5d778824d218e2df4213879d29f/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=IWh6PRUMBLRyZffaH7kX2cEDnfm3lFn%2FFJcaHdJ8MvM%3D\u0026se=2019-04-23T18:12:04Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2008-R2-SP1/versions/2.127.20180815\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3673edaa147345e5b25cfbcd712c9f84/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=c0QHVZQ%2F%2Fa4H1z5uc4FNclFHTcjN0%2BiZJXCP0e6CV6U%3D\u0026se=2019-04-21T19:59:01Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2012-Datacenter/versions/3.127.20180216\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/1c04b103b45c4fdd909bde63c08dba07/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=MVW9chumZuL3Y6w92mSOUVcsN69QH%2Fvt0LIYX7MZitE%3D\u0026se=2019-04-24T13:10:32Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2012-R2-Datacenter/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/WindowsServer2012R2DatacenterBYOL.vhd\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2012-R2-Datacenter/versions/4.127.20180815\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/df758a00508848fd89ed21148f68d4e1/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=DsD1saMbwQZimvmraPDIhqLWsoC1gHbHXMxvIiazGCc%3D\u0026se=2019-04-22T03:44:37Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2012-R2-Datacenter/versions/4.127.20180912\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/de7bfbcc7d9e42f68953c742f2b7ffeb/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=q4QN%2BkhbeWt6fApnINHWeUTvMB6RVzMXnH3adimfrhU%3D\u0026se=2018-11-17T21:55:10Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2016-Datacenter-Server-Core/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/Server2016DatacenterCoreBYOL.vhd\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2016-Datacenter-Server-Core/versions/2016.127.20180717\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2dfbb61edfc0470987695789260b4962/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=DAbE1JrKCehbsboK%2Bl2nWveH5PqT%2BP4ZrwVVxy3h5iA%3D\u0026se=2019-04-21T03:45:30Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2016-Datacenter-with-Containers/versions/2016.127.20180820\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3caeeabf21144cf38e8be5507fc791a3/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=NdhszFTFZL3I8TJaeXjYuHGpk3jOzHy75543xrX%2ByWY%3D\u0026se=2019-04-21T23:48:21Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2016-Datacenter-with-Containers/versions/2016.127.20180912\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/cfeb4f835a7a422ea62688e9c21d1fcf/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=xksf9pNKF9nHju4m2HBZ9GXvrhzQVdYuXfTEmEiNWBw%3D\u0026se=2019-04-21T22:31:08Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2016-Datacenter/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/Server2016DatacenterFullBYOL.vhd\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2016-Datacenter/versions/2016.127.20180815\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/db7a7f8f517446f7b84585493603aacf/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=uvJk2fw6nN8KSydqYpzB0ykmlTMRJTqjZWNW226x6v0%3D\u0026se=2019-04-22T12:19:00Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2016-Datacenter/versions/2016.127.20180912\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3e2a7b9ff7f94b14978e1bb065de5a7b/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=dtm%2F8BeU6ivA%2B0VQIP39ybwtrslE3lhUgDk8dhol4%2BI%3D\u0026se=2018-11-17T04:47:21Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2019-Datacenter/versions/2019.127.20190522\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4f701d79e87c4800be7f144d2186cb33/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-09-05T03:45:21Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Microsoft/offers/AddOnRP/skus/WindowsServer/versions/1.1906.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2f48d49354794235971d472ac7145388/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-12-05T17:37:54Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Microsoft/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/0.1.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Microsoft/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/0.4.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/66a927e4774f496597eae771b36406bd/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=AwpvJSKWG0CtoFNXZWdriJ5CkB4GJgT4uO1QwTKtEtg%3D\u0026se=2019-04-24T00:49:58Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Microsoft/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/0.4.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a9120cdd68514772aef0e52889a97c78/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=hockDbp4QkLasj0kQjT9WUclaSbhjlpBlQhMMNWu%2Bi0%3D\u0026se=2019-04-24T00:50:29Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Microsoft/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Microsoft/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/9159eb815b6345ad938cdbb621472dfe/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=RHQquuS1dJDAfDoWa6fkRlU7RMI%2Bb5yOFzka5WXBBic%3D\u0026se=2019-04-22T16:09:56Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Microsoft/offers/VMSSGalleryItem/skus/VMSS/versions/1.3.6\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/OpenLogic/offers/CentOS-LVM/skus/7-LVM/versions/7.5.20180524\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d001446d7e384d8a873fffacfa76b15b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=gwwz9IK7iJQ4mfBqhA%2F00UuyW7FOFgJwLpl5SVTzWBU%3D\u0026se=2019-04-23T17:02:43Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/OpenLogic/offers/CentOS/skus/6.10/versions/6.10.20180803\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f0e5f463c12f41a7869b722f8b2aa220/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=cGHcWbSy9lf71yVBjwceFDjNUS3zcqEuSTc2z5%2FPkuk%3D\u0026se=2019-04-21T07:41:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/OpenLogic/offers/CentOS/skus/6.9/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/OpenLogic-CentOS-69-20180105.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"training\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/OpenLogic/offers/CentOS/skus/6.9/versions/6.9.20180118\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/ae60540fb616438696923c45af54f15d/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=uLxmnW4eNczWBjGJ0QvpWZhCTrxZ4YuB%2F3qre1H9%2BGI%3D\u0026se=2019-04-24T11:22:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/OpenLogic/offers/CentOS/skus/7.3/versions/7.3.20170925\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/fa72dec1191b46059a29a2d1d736c65a/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=YMFSyn%2BFEvD5Q04cCXNQyBkR4NJ7dzsjKf8lHnMXvfo%3D\u0026se=2019-04-23T16:35:33Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/OpenLogic/offers/CentOS/skus/7.5/versions/7.5.20180815\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/b5701417279a4285a795cfbc1eb95d17/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=jwkYyzGUExiL6DRaXblBw%2FbL48RK8bYTp452KjEMSSU%3D\u0026se=2019-04-22T01:35:08Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Puppet/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/SUSE/offers/SLES-BYOS/skus/11-SP4/versions/2018.07.03\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e7069105a1ae4fb88dec5412d76f57f2/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Gw8rs6O%2FBFEIdKbq6LehE7pzd%2FbMHAhwVujYMl64KJ4%3D\u0026se=2019-04-24T11:52:29Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/SUSE/offers/SLES-BYOS/skus/12-SP3/versions/2018.07.03\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/dc7a6f2785fa40d786502ee72f32e5d2/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=%2BRTsrNg0bQD8AqdGaPAotyYys60n1lOr1kGnWYVN5FY%3D\u0026se=2019-04-22T12:06:24Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/SUSE/offers/SLES-BYOS/skus/15/versions/2018.07.16\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7f409d37db95459fb16b6e0f4454ac85/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=TYqlr80oiBJLCzEct4CiIDynzL0t7IRpqiAaeqTydlI%3D\u0026se=2019-04-24T20:18:40Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/SUSE/offers/SUSE-Manager-Server-BYOS/skus/3.1/versions/2018.05.23\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/81016e8ef9dd4fdba8dd8ef51fecc5ca/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=uHzb3x%2FVUhg36DxVTdQCTrCCHVV5aoktjnbjwMfHLFI%3D\u0026se=2019-04-25T01:07:20Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/a10networks/offers/a10-vthunder-adc/skus/vthunder_byol/versions/4.1.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/b4d19cd6f71f4d4b998f3c417eab8132/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=aWxjMiO71NzkBbQ9urfbLVcf7dY6UputTkAqds6Eyjc%3D\u0026se=2019-04-24T01:02:37Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/arista-networks/offers/veos-router/skus/eos-4_21_0f/versions/4.21.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/337487d0e9e24757912647bca4531c73/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=nwjbd2El9Am25r4zFw%2FwA2UPMdyUEuUsT0teQ1fWbEs%3D\u0026se=2019-04-22T15:20:01Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/barracudanetworks/offers/barracuda-app-sec-control-center/skus/byol/versions/2.1.100803\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/211d33df3bb641e2bc4070bca48b4f14/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Spp0sG19%2F9GCqyBtjYeobDRVT%2Bh8a3eaEI4Exln%2FWhA%3D\u0026se=2019-04-21T09:07:04Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"NVDYCK5Z5E4PXIOSOMYBGMMY2P6FURFDPQ3FQYJZILWEQ6FMQ24F5DBWA6BWHPPAT4FEMO2R4ORKO6AS2OVMDGASLVVNHJJTUSUSV5I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/barracudanetworks/offers/barracuda-email-security-gateway/skus/byol/versions/7.1.100405\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a696e6a8f38341d59e02cf7ee6e644c3/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=hNlSfCea6YTYZ62GWlzq1HTMBKIq1C5JMgSpxWzqYro%3D\u0026se=2019-04-24T14:38:33Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"5LJ4GJIS7FDXKIPC52U2QHQCCG2TYBW23DAXF4C7T4MT47OH6HPZ4LLK5EN7DQVCZFTAWUGOLVXY3RZ4JBL35XQ3QIHJLFIHBWC7GTQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/barracudanetworks/offers/barracuda-ng-cc/skus/byol/versions/7.2.205701\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5d75baf5403c422ebea0ce3a2a1141b4/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=TePc0Nx9CMUMpIx5oS6ydr9E%2BXEHvftADEaAGmsrhrE%3D\u0026se=2019-04-24T23:02:38Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/barracudanetworks/offers/barracuda-ng-firewall/skus/byol/versions/7.2.205701\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4047d7fe588e44f8a93858954913fce3/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=5ZJXinkOh9mYRjTYTOJAf0FAxMpTYaKMaDlr3166%2F24%3D\u0026se=2019-04-23T16:43:36Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/barracudanetworks/offers/waf/skus/byol/versions/9.1.001502\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0d50346e3fb1447886153f14ca5880da/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=dTtif%2Fs%2FHp009MJDSHJm7axB5jMExUAmILaxCLG1L2k%3D\u0026se=2019-04-22T06:42:02Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"UAAWCQTKE6QYUG3H462OEWMTVIND7FSYERZYYW2G5CRESODI3QQABXPZEUDD2ZNU7LSKMR7VOD4M7YWJVBVEUEOVSJVDN25UR73YB3Q\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/abantecart/skus/1-2/versions/1.2.100\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/347f01ec7188438fa67ef00b29d8c4e7/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=mYM75vWt5ErOLrBYF7xD9VToHa6Fs9zdRmA1jMdeP%2BI%3D\u0026se=2019-04-21T21:50:00Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"YEBM5WXAGKYT7TRSJ2UXXUTLS5ZXPOWIGNC5HWD72D5LPX45OPQ74F3SV5NLZGKKH2OKB3U32JHBFXJAD6VRV5QLH6QGQ7KNH4ASS2I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/activemq/skus/5-13/versions/5.14.50\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/b672d164006a47599c82d082e02bd47e/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=T3esbLAZmDelBZcIS57u%2Bb5I9zCBkR3Ib1Rzy4TQGX0%3D\u0026se=2019-04-22T04:52:06Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"6NTRW42IUUVRUASZIVLEFNOKXVBXV2HXGKL2HN5NZ2AJCCQEG6YDJX2AORBGKBULWLVW6POZZJRS46WFESOS47PC4LOTEFYDYZRHYYI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/akeneo/skus/1-4/versions/1.7.50\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/40a9ec1360694b6c9e10af1d40abff1c/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=R%2FKeRzaOJ0dlBWIw2%2F1t12l19gjQB49mv30S9AlfOSQ%3D\u0026se=2019-04-23T19:46:33Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"EFCXRMLFM4PTCELYQFIGCID4DOH5FF6TL7US6BVQJI7YHA7WVT7SCP4IXUCJSA5JL5OCYWF6JJGS7NZ3766GEYDBR4BGGO3MNXIVF2A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/alfrescocommunity/skus/201602/versions/201704.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5b182a4a3ad0415c80db0bd9c6f81c58/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=w8XkEQGUDr5PXj%2Bdijhyg31lEVL8GjdQaK3yONx0%2BBM%3D\u0026se=2019-04-24T22:03:51Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"PWYFNE7FC65D6CK54OR37SCQRGJW7YW2KWGRXIHAZRTAFYOPDMV7JYFMZ3WJ3WNX6DKEKX4EUQNEDWDX2X7U6ZWJ227K23GJ5TB2UYY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/apachesolr/skus/5-5/versions/6.5.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/738cc1551cbb43c4b91aebba9c124b8c/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=UVkpw7P%2BXZJgFw3tet3rhb31hlWta7i8a5ULZEFDVLo%3D\u0026se=2019-04-21T00:20:29Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"O6OOMBWC6EP54OPAD6UOCOEOBOMVUTVAQ6IECMEH67ITHDMRWY6OFLMPKURFKHFF4SFHAWYLZ62WETQJ6MM3LZ5CEJUVZCUHZZA6LCI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/artifactory/skus/4-5/versions/5.3.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a07312ae4a644e8f9595480de3f47b34/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=uafHwTWKOPpgRf3dFOuXoJVOia0XK0AIJH0V4dMe%2FoI%3D\u0026se=2019-04-22T16:10:59Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"LEV2VYDM2F5SDJXFAKTJCQ2EJH34X7GVQQZFR7NM4M6FKZMJOOTT5L2IF7PLNVT2U7H3OEBSHQADINYJ6AJVGOO6K2IPY5L73CTGTSY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/canvaslms/skus/2016-02/versions/2017.4.22120\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7631d0897a94492cbdc91b29f1335ff9/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=EW4Z8yLpNttwdQw19Oysa5cv54vTwcEaHJHnfSIsfUY%3D\u0026se=2019-04-24T00:03:06Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"DTP7LZBFEIYGHXEEPAPCTOK54QV3NDHCGPYVUHVQ3DJVT6UCTLE3V4DV5P3G442UOPHE7VFFV4PH4FTEZJDARV5D74OCV7XYE6HAZYQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/cassandra/skus/default/versions/3.10.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/b965b309a8014fc894d773a74947034f/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=cHaiU7LIDlQlPeH8RNlcdvEUFj2leT7wil2Wskgzmno%3D\u0026se=2019-04-24T15:17:54Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"YPVB26KOT2GMN4NWLZTHTEDODUG2C3WFZL7STYSBLG3K75ETFL4AFACJMOXXOCTX4H2X7566BIPYBRRNUF72GGUMLCGLXQP4DPS5AXY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/civicrm/skus/4-7/versions/4.7.200\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3c375836db9843b99e487bdd3793159f/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=kT%2BS1WvpqHWSPy2rE6itqitNTLeWTpXmGed078yX9Gk%3D\u0026se=2019-04-21T00:11:25Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"J7IPLXWHOWP3HKXS7VEOKGR2PBJZP4S3FFJYO2SH4LQH3I5LH5ML2WCS6FD3SXEFJPD25SW7246RKTU6OVIHGVXW324EENA5VZSI2JQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/cmsmadesimple/skus/2-1/versions/2.2.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/621b7af6be804119aba9e55e6db84def/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=IjPGeHnu8EFZyt8iL7uUOy%2BNKuTVthe%2FYkZnoGGXyQI%3D\u0026se=2019-04-24T11:05:37Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"KBNXH3YTGT63Q63YHCRBYCXTG6LK2MUSERCVKCXRJDXXCEWM4SPWQWZVSPNJYOXRYA4CHZLBB24EZWM3EPSHB4XCQJQ45ZD7NQEDHJY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/codiad/skus/2-7/versions/2.8.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0d9c2264b4b846b98c811b9f6ef3e7f2/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=khIxIiw0ZOw1ohsp9uOA4Kk3Tc8Jtqcr2FQbJ%2Br9MHo%3D\u0026se=2019-04-23T22:34:55Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"EIOEYKZNBWRKDDU6SIB4PNZXY256OGIWNMR6YRYLFLM7GCIQ5G6LDJTIQD7DWWXRMVH7RND733LKVITY2HEWPL3RKFZ7OGGSI3XYV6A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/concrete5/skus/5-7/versions/8.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/871015f26ef44e369a8bae53291cfd87/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=hc8RbW93NcjxTV5U%2BPSfFE5kLBeUcREg6CJ6TUeKriE%3D\u0026se=2019-04-23T22:45:00Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"FNT4HMN5P5YHUBF34X24FCJYUDVFABK6ZVXFUXFNSGJ5GFE65R7B3EWT7AQVCME3IVHO5XTPNZRIE6NTFAOZJKV6H3LVT64L4KYESXI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/coppermine/skus/1-5/versions/1.5.461\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/707cf4735a474c9a89772420df785057/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=AzcBNNRRKef8VpxLJj2njCtXU%2BJTMCZNKUEdeJfV%2FG4%3D\u0026se=2019-04-21T21:34:12Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"R7TPWFCIJREFXH3B2YUZTCDUTLG6ULKCHIOIEVO2IK3UJMYKX5A4AFRDXMIVJIWTNLCBB65UIJOCDPKNJVEPWNBQV25X3RA6E33PAGA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/couchdb/skus/1-6/versions/2.0.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d33ad559f0e746389cc6bf5d058e062a/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=kZcNTTSWvef3zBEirBEghKYYQ3%2FnuGM55WM6WYlqe6c%3D\u0026se=2019-04-22T14:24:28Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"UXAKYALSSOZV2EQWTWR6SGSGOQZD6CZE3LQ22GN2LTTYSZ7CQDQ3XED4R7X34XS4ELHV2P6GALY7Q3AOQ3MYMCKPSL6YITQHD64X7DA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/diaspora/skus/0-5/versions/0.6.600\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d74e60c1b1c2402c8d6f874b1e1935bc/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Oznu3mCWDC6rsaBkHAfzjx2knSWgX9CFsGUDAXySD4Y%3D\u0026se=2019-04-24T21:56:18Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"UMZFWP6KXL3CB6TQXY23QSH6PJKBFAFGRBUFZ4P4BYA6VA3KEIJBVNVQNY23HYBHA3GVG5OBCJWCOOX2SY6TQ2AKU26CJWQIYVLHL6I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/discourse/skus/1-4/versions/1.7.80\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/995895798dcc4b4c9bbe1d0a46b69a29/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=hnZ1EXzZtztth%2FT4t8DfR2dZsdKd0CMKm2VOP5md%2Fdg%3D\u0026se=2019-04-24T18:20:38Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"FPIFN6MJCDPYEENFZTMRDMUYJ2OSADDIKMZ67NKVTASZCYRIGV6WUH34DSCU7CROOMC26YWU2QUDRIIJJ3OS5AMPOMPHO3G273QP5XQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/djangostack/skus/1-8/versions/1.10.60\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/369f8476e0254895955754dc85d7c3ea/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=MzRIkAtsnExGb3mAdg9pe9ItuioiDWpCEad9hKUSsA8%3D\u0026se=2019-04-25T03:57:34Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"Y26IANL5G7VB4NMUZ37XL5A6K2Q7WGSP6QFSFXKV2QKMEBF3MEHFWNUNIZQHPJEF7MIJ2MS4JPOBNWLVH7PAXUNYPZ5GB77744FJI3A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/dokuwiki/skus/20150810a/versions/201702192.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/72b92e119fe340468a2845fbcdd6d90f/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=EcHQGz2Z%2BM0sp2isN1ZFuQUh42%2FEGRAmx76XRRgJjKA%3D\u0026se=2019-04-21T11:24:16Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"U6KTO7WWX6SA72MPEB6H4UVAGT56J5DFBV7UJWEHN66EDMGFNME2JOLMAPVDLH5CM5PJBNJIUYUKW7XXZTRHD7YYKUC22AZA5W2APCA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/dolibarr/skus/3-8/versions/5.0.30\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/b1f426e3a9cd475287f9e78f6ec8a443/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=j%2FjhM2PJ15EBiUgbS1GAj1TqdlbVHynqd7gwbGEB0yo%3D\u0026se=2019-04-24T12:08:36Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"3DWLMZJGURUHFVIXLEREBUTJYPKO7ANYSIY6PGFLKFJ6BKIQUCC2AWGIMDBARSOEOVFPRJMHU56KCA67XMBSNUO2CSETRFLVLSDX44I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/dreamfactory/skus/2-1/versions/2.6.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/797bff580a3a4f998b4150f486f17247/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=L1xFJn2S94l0AJ3Kc8AnaSZ%2FhgcyqsKbxII40fQmexU%3D\u0026se=2019-04-24T19:54:54Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"T2I7SDYJF4NJIGSHIBF65VXEYSWYHCRSIFTPUP6BPJNN4L7A3AIM2MLLXVQGPGH2A4TWQ5LRNRI3KFW2KNJ5P42RYD2BYR4I4T323OA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/elastic-search/skus/2-2/versions/6.3.1807061010\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f47bc5e8c2614ea99d0d728fc6f38a38/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=gCSgaECpElYoi1I0f3A8tkrcXlmi7BomNm8bMpn8SV8%3D\u0026se=2019-04-24T19:13:06Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/elk/skus/4-6/versions/5.3.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/316676111d5b4e3badd980b961d6d9d3/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-25T02:18:10Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"33J24WWFPLIJU7K6ES7PIBREFXFYWHOSKTTBBGXIYN7ULUP4ANF4WFK6K2NMWUYD3LH3OCARZZSAU6OYT3VEENXFX4ZSXUZP4MHHMOQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/erpnext/skus/6-21/versions/8.4.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6dac78a5b4c1402fbaf736f8d7d0d1d0/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=0T2H4iCaLQVBoBWGu7gUHz3YDTkT5y8eD%2BNaUFphqgw%3D\u0026se=2019-04-24T02:10:58Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"HWDMM6EGVAKFTBKGR2QLV3XVXGSYEZ7KZ2UGM5CX6AJCFYWWG5PYZNMGRMD3JX6GWWJWWA5QACGEEVR5L5FBZ23X6K2PYGBI73HOZ5A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/espocrm/skus/3-9/versions/4.7.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2c38d8908dd94db8b2fb5318e1ddbceb/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=%2F5HmMTyn1g8ATcq%2BPOLCT312ylQFZ1ce%2Bu9RGHvGN6M%3D\u0026se=2019-04-21T09:55:26Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"GTCONGI3NKTUR5M444EXXTSHGABGB5EF4FI6JHANMMDUJJ5APHR6C77PF4PKO57SVYZJLEOEMR6CBSLP64GUI4TK54P2IO3O7N5CV6I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/exoplatform/skus/4/versions/4.4.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2698f1d2c5be4fa9961a1121ebb6a6c9/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=CEIrE%2B9A0MPFsHnYY1vk2%2FfpUskA1IT%2B1aktPFS9JYA%3D\u0026se=2019-04-22T03:27:51Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"VGWXONOL5NK6F7O4XUCRBH3GEOWQ6YZJLWIFI35RLOGHP2AQZZ6PQ7AXZOK6OJZ5CYGM2GGQXMQ3XAUZ6SDB5QGYRSHAWXEA44CCLUI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/fatfreecrm/skus/0-13/versions/0.14.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/09471aeec74f4342a81a24f53a37ade1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=VTpcctARzK5yX02m5xFaaYcupDEaFVRTRYVAi844HrA%3D\u0026se=2019-04-23T23:30:49Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"PZ5XR2GWMXXOPJQPSXD2ZF4DJ7647ICIJ3A4CQHGA7I7QLNEU2R6QOCYQEGQRAEJ6T5WBKYLWPJ3BE46LHNCFWEL5RYNO6OURJ4HF4A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/ghost/skus/0-7/versions/0.11.100\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/912e7023bbed4d429bbddb926d647fa4/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=YgAdB4AOHxlCccR%2BCSJkrcJbWnYdWIEST2s5EPWLmYc%3D\u0026se=2019-04-21T00:59:14Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"QEGSQN2DPAX67IZDQVBJ7ZAHJTYADRNUTA3SLDKFSGVOTU4KRTHDVNGLVGEUSO2OH6LV4XSS7HB5ATAHSRLEB5T544CBIHLT3EXXYGY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/gitlab/skus/8-5/versions/11.0.1807052008\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/cf372a9952944f6b9885a51262e607e7/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=gMtzX9hlAyxGNOy9Vr%2FSaJt1qodhuXX5XuY35vx4p5w%3D\u0026se=2019-04-23T20:11:10Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/hadoop/skus/2-7/versions/2.8.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/8664dc6e4ea04a218480fedc529691b7/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=jWIgvXiPLMT7BRkizHLqetLrS3YarAYIbhRdsE4IX9Q%3D\u0026se=2019-04-22T14:11:48Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"LBQETUSP525JVVGQRPCV4WOSOAQRLBWISMGRR2FT7GCG2ZRV27VQXAJL5TUDQFHHIQ43NWKTV4TZWG6HU7OIC5FOQ6KEMEYVPCHHC7I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/hhvmstack/skus/3-9/versions/3.18.30\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4a24a1a9a46c40479c6a49cb5c12d328/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=iOKv%2FRy2unfB6nnbD01oUj0VLEDYZ47i8lBqDZum1vs%3D\u0026se=2019-04-22T10:31:43Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"JTC2BRZS63NKT4DYUBZBZWNNJ2QTGSIZWQBF4LJXCJIGPZ24TAQMTWNH5FN4MBVSEINP5PHPUFS6LOHV2VUUW3VRVQQRJTTX44RPJVQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/hordegroupwarewebmail/skus/5-2/versions/5.2.200\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/c082eea9133f445a924216146fdb861b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=WOqv0ZCNAYAIpKoeZSb3QKH4XjhDk%2FButSsgJVJP8%2B4%3D\u0026se=2019-04-22T05:03:12Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"P2A4HHXJYQIAUQOTYBSWL46EFTBI6SL3GUGSWCT3RTKZTI4N6U47JR242VZLNMPDFITTEFEGGIGK4S6FRH7J4O7SIABBOKGLSXRIFTQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/jenkins/skus/1-650/versions/2.46.21\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d2e7d08a94914cf6941f57a088a8e286/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=GGlj5ZC7VEZ8tk370%2BHZnsJTW7ysN4FV9PKGEjxS1yU%3D\u0026se=2019-04-22T05:56:40Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"OHQQJATXJS2Q4ZWQGOEG6FPTCGQVG6AC3SSGY7SAM2CAB2RRK7PPHRCFNGHUNAD4ZNW6JCRMSHUA74CJ3QNZZGWEVPRJBFPWQ4QRAWI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/joomla/skus/3-5/versions/3.7.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/adb195e9dfa54dfea2f192d708afafea/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=OwTaFq8Glgn44v9Sk6DzURcIqvYDnriL2mXMg8iRBLU%3D\u0026se=2019-04-21T05:10:34Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"D4IRPYJJJAO7KN4VE7UQVNNHZFNFWDWWECWBDD3UHSCAMSBXPCI4U5QVU44LXJF23Q4BL2UQEXEEGSYVASDCXVNEM3F4IJF7ULGRRUI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/jrubystack/skus/9-0/versions/9.1.1200\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4e29e64d69ed43eeb3f66dc86e704960/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=aIMN9Ak9ECfRXxrM1JtMbz17Vj3O1m3SsbY6CA37K4w%3D\u0026se=2019-04-22T05:25:25Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"V4FUQIVH73EXOUYWYWWWJMPVVK5UM2XU2HMUUNSU3OFCWICVNBHADX2YOFKWWIFAEHBXFRUYJ5AMU7CKSUI6OESUUHTZDSTKGMOZVFY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/kafka/skus/kafka/versions/1.1.1805301513\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e2e3b9d1aa664fc09297799de328f66f/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=nxn8yddfmlsd53xeqUJWkgdvdxWbcgYc8iUw85dJBUY%3D\u0026se=2019-04-25T02:35:58Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/lampstack/skus/5-6/versions/7.1.1807111007\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a344d67ef16f42e8a3417c1301ef3365/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=gvlQ%2F4N99TA89dnjax29%2FSS%2FG0%2BFF%2F50BXdOdqyrJeU%3D\u0026se=2019-04-23T22:24:51Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/lappstack/skus/5-6/versions/5.6.310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/dfce49f9624845a99f731f17a9fdc91c/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=BAkzLzlGxEL9teVnJ6ETkTvx5m%2FiaYZiqSECT91MnzU%3D\u0026se=2019-04-24T05:22:10Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"KNXLGW54OT45VXFTA7TFEGO242PL576C2JD4Y7XH4CIVBFBRHGTEEEAZCYAJ4Y5BW6PJ4XFCL3J5R3CGZ5AAD7CTTTSELCWJHVZLIVA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/letschat/skus/0-4/versions/0.4.80\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/9bf984089fe54b15920595a78b33eaf4/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=F%2FHLZobUEpG0ILoBHTfeITX90aZHa%2FveZck6oUAPcyM%3D\u0026se=2019-04-24T15:34:04Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"CZZ2MUSKMCRZB3LHRSOMOXAVOP7CBC3E7YYN6IGXBGTZ7JZYUOW6OB7DTNMW7YEZFXCRD2GGGXK6HSLFUASA6ROYVQP3LVFPGPLAVXQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/limesurvey/skus/20160228/versions/20170305.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d8273db199574efead6b971a1c5f0373/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=6oOSTlZ9DEjMNHh4EmbG4RaT%2BBoWaGlcRYbAKLpDhDo%3D\u0026se=2019-04-21T21:14:54Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"FGJ2BNOPOCGGUB6AZA5KTC7BVVHICBZF2WO4RCDDTPDAVO6I5HJGS4G3XOMBIZTYN4ZD6CHFGMJL2ZN6WATN4BN64BUC5BBO3OJWJPI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/livehelperchat/skus/2-44v/versions/2.6522.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4edd386d3a714bfc8cba36e24149f2e7/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=jdKs%2FJrRukWM3AdS92smPP63aGLTJPUJP4%2FMOLvmxOs%3D\u0026se=2019-04-22T09:59:27Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"DC2G63D46WDO7O5KDW65EVIA3BLMC4IF5DDB6BAD26KM4CIOTKKW57O6OPALGSVTMYKIFBJFY4SXPNIH4B62V4PGIVIBG45IGW7EJ7Y\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/magento/skus/2-0/versions/2.1.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7238450c93b847aba366a62ebecb9553/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=eV46E9GtBVpf%2F23o2rrBGlhHV%2BxxWerML%2B4SsYon7zE%3D\u0026se=2019-04-22T06:07:16Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"KWXD5UVT74DQZEUXLGTK77O6O7FE4M7ESGJM3TAIE4SPTR7JRUEFKEQZXJT4IMVLJJPV5NNX2X6IXN5F3KBDAYCQHHMF3F5O6XAJWYI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mahara/skus/15-10/versions/17.4.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6c3b148fa69a4d228291215b9f009831/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=BDyVosH63gEwJWAwV56AIuJU0L85C8zEHGm9yBWAOnc%3D\u0026se=2019-04-21T00:01:19Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"IE7SD4CALJYW44IZDPG45W7YWHE4Z7LWNWYUT7EIUEPINWZEVQKWJQDCH7EUQYBIW6AVISCJVTF5HGSTCLY2LYV5LU5MCC6OJ3HH23A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mantis/skus/1-2/versions/2.3.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/bf07c46178b344bd9a4369eb95049796/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=q7adt59gXk95ugoEyaZ1EbEYDkE518yKXLZ8cHS572M%3D\u0026se=2019-04-25T21:45:05Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"FWOBKW2FGG6JAGLF2J6AQ3HOMN6S4EQ7CYJCTS5RJMHFPFWNLDJR4MIUMRMJE5JREDSKYUUCKOGIDU3IYG5X332VXFY7LQ5FHQOVP7Q\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mattermost/skus/3-6/versions/3.10.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/368e6884343d4561b7d10b1fd16812b6/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=WubdF3CjcTfvpJjtDAOb21TmuXN4bB65ASZB16%2B0ha4%3D\u0026se=2019-04-25T20:32:11Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"HKU6GMPNMSCI3NA3ZOCGSK5QALW64VZCXQCFN7OA3WPLX67OHDN2F5NNVS5LTLOFMJKOTWFDCMSBYYBVANUTLQKSOZNUG6OQP3NXK4Q\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mautic/skus/1-2/versions/2.8.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f72014a6264c46aeafda2e06278277e5/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=rbb7VaPZbZbkhZSev7%2BKt9rMVWu6hZQOFng8To22zxE%3D\u0026se=2019-04-23T22:55:35Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"YR3B73XQOLQKW2Z5BZLR3RBACCWARCJCHFS5EKZKRJG2MFUSUEGR3U62HXSHULCDTIPI2NUDT37NUQKJCIEY44K7FLVXI6DKAF4CGOQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mean/skus/3-2/versions/3.4.40\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/1e44e0a92a25465d8553552e33ecc506/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=mi6hQKn%2BS5NwJuFJrAl5gIJhG2GFYqS0zAeiTiVpRiY%3D\u0026se=2019-04-22T08:14:14Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"EVJ6R2UVEST7B5SSZ5QFVR45DKVLZU2WANVKHYPWAACT4LFGL5ALAILDXDLSEIKLUNQGYACMDMDPQAI4MZYMLJEBHIORUPPNKE7A5EY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mediawiki/skus/1-26/versions/1.28.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/11a28b3fb2ec445a980b57158097d242/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Ilnxp%2Bg5W2p4xgk7oCkEvyjCi%2Bd7SxBZyp%2F1SNbF5hI%3D\u0026se=2019-04-21T22:10:55Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"6KHHRVM7SP4FIQGX4AVVONT5HW4ZUU6A72XRA6SKWC7GPF6YPNUJ5NBIGNFTMNIR2YNFE37ZBSCJFPJSO7WCAY5KPIZFPR6FXQLFNSI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/memcached/skus/1-4/versions/1.4.360\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/876f358dec114a1da58f9b1316a4c950/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=BW5jmET%2Bf3bENlHu107vLsC3pZXim3124Suf7ic22RQ%3D\u0026se=2019-04-21T02:25:19Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"532VI6A7CZQEKPEFGVHKNCNG52MQMHBDUESVHYSTLNJFG7KLILDV5IECVEFOQUAYCEVCSR7PNUW63SNSZTSI6EQO4H45SRH4NLFDPNQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/modx/skus/2-4/versions/2.5.716120\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/742ace97e8b8429cbfb1250e525c63aa/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=wASgGZo2CkPicSaVZXYh01BP8pwFpQ26AkfgW1X%2FZVM%3D\u0026se=2019-04-24T15:00:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"WHS4PF5GPZMQHOVD4C3R7VELAZCUWW733YDMX4OSUZK4QEIYHHPYBIOAMBNLNF6OQGEZBDF47FKRM32CK5PLSKMEHWGDO4T5QGHENQQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mongodb/skus/default/versions/4.0.1807101011\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/9abae78c3a33449c93a5538b63e4b104/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=6tI%2FdIGDlVo4OuP1Ex8L8oTOi3nBtpJo6aeAM2FFt7c%3D\u0026se=2019-04-20T23:25:02Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/moodle/skus/3-0/versions/3.5.1807082007\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/8df1e5e0af854d459f3289378ada1250/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Sg88Q7wufs1EDbW2lt%2B7A%2FpDBrfIAA4mgd4K%2Bm7XfG8%3D\u0026se=2019-04-24T21:19:35Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/multicraft/skus/public/versions/2.1.12\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a911d75bf40040fdbd7a5cc973b56aa1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=YnrKGm2A1jSZPysZC0evrTpKS4eMseB%2FmEhZZsLJePA%3D\u0026se=2019-04-25T00:59:47Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"AW5VGA3M6GLGW5TTAHADTBH44NNQ3MCTOKDTL3LNVUFFO2Q4ELB4A23K6V3WD2OBSG4A523W56MRKODTMX2WYL7HZF7TD5KBF7LIHFQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mybb/skus/1-8/versions/1.8.120\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/bbc90ea6a0c546b98e51c9289cd01f97/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=lg%2FajN4pyjmtMBkDECI9kjtAyyUqrl5aej54OYqNFg0%3D\u0026se=2019-04-21T06:50:49Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"44Z2GWSDWD5RXOSBI2G3PPFB5BFBOAIOUXCKOB76WISONIDLRMA3XH7GVTJYJHNHN5R74GCNV2BFHFNNZGZBXG5HNHRUVERCYRRVXXI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mysql/skus/5-6/versions/5.6.360\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5b1a6f753d364bb2b6f502e65ab819fd/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=JhKIxS%2FhMb79jOLT867Pxh1Hd4HP6NifiCPD2MA844c%3D\u0026se=2019-04-22T13:26:54Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"LPBPC6RHPKFXU3MSGFCMET4UEZ52WJFWPPSHTO5OIO24O2CEZAUZ6AMGVFDVNFPCOIHKCW6FD6N6N3OJVVV4FOKRCXGWAZEHJTTJULQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/neos/skus/2-0/versions/3.1.30\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3ed51c0682cb4fb1aa1cf5e4c8896122/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=JJesf0wvXaoS2tuM52I6rw6vxlpocg6i778NJ%2BIfOpc%3D\u0026se=2019-04-24T10:49:27Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"VQFODFNP5DQMYUUJUS3LY6EY6YB4S4TYSQIHFBBOCVXQQKY4XQVA32CRB53BRJCKSPJEZYWAKS6SOI6DUIZ3NLFF63BQNAQRTQRHQUA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/nginxstack/skus/1-9/versions/1.10.14\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/1f1545957d1f4c548508d052a5492a96/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=us4B1xEA%2FtW2N%2ByL%2F2oRnldm5EcDitfIlMLlEAZ9%2B7k%3D\u0026se=2019-04-24T20:02:29Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"SJVYXHJCJ76EXLMBXRETI4XJ35HHGAVGM4TB34FQMAMWBLIMI2FVZ5CG2CF6TFEH4MBIVGLFQZ4TBXZHVQEEJTWVVV7DP6BI63XCV2I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/noalyss/skus/6-9/versions/6.9.180\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7255d0e4b8174efe974c5904d2d00d1a/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=SpsOucZBlXOTP1oczv%2FtD9%2BL3YAiYRo8BpxXtItE2vA%3D\u0026se=2019-04-22T10:10:32Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"GXF7PHAHQ7P2PWMOPQJ4QBSCTWGHLUADHS5R6SCJQSDUBJFGYHBAQ3RASH4ZD6TVBKKEN6KLODR7SOM4CLRL3PKZQIO7PMMDFZ56TFI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/nodejs/skus/4-3/versions/8.1.40\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/cded2bffcd59467aaf44ef99c4196d16/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=XO4iN%2BcL6BM%2FcyVMReOFPpIvNbb6ZKh7sp1Gt1JMp%2BA%3D\u0026se=2019-04-22T01:09:11Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"5OU4IM5YKFWU6UMR7MYRY4NQARI2S4GHM7JCUSPSFP4W3CFZKDDQ2M4SV3BKYULHAGAWR5INMNO6U3F2E6GZNNAYAEW5TANHBF3KMBY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/odoo/skus/9-0/versions/10.0.201706150\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2fec5a5863604fe491c0c2f763d2cc21/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=le%2BqXTQQ8XMJri9tQqm2ZquEPrTuA5f%2Bn1i%2Ff0eNfNM%3D\u0026se=2019-04-22T06:17:20Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"WZKPPR4YW24XVXPT5WOMIZIRWAL2IYMJFAHRUQV3WPUUGA666KCXG7ETDKGKQ2O6FPKA4EDTNFSF7S3SOM4GRVVSA3BFDAQCGI5K35I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/openatrium/skus/2-54/versions/2.617.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/255e045c7b7e4ed6b755a90a8a6f7d5c/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=tJRhUeMEHSdBS1SXK6Oo%2BaTWkyx75JKIGvbJd0vaU18%3D\u0026se=2019-04-21T07:57:52Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"TFJN4M2RHEJWDPDOAPQRIC4WUBAUUVASLTDXQXMAMXW2AUFD2KRRMBKRR5H67QOFMIXSJ2CADCLMLWKNPQ6HHLJJTYBF463MMLQP36I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/opencart/skus/2-1/versions/3.0.200\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/69be1b00bf92432fa4ad824bbe71ab7e/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=j6m2at9aRAyDhGAongjNK7zmcqxwEu1v7adADeCh2G8%3D\u0026se=2019-04-24T00:51:32Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"LUBRXCPOCFS4PMKE37YY3YZR7GFYAVBTGK3LYGD4C2UBBIS5RCE6J3RESV4GWI6IR2RFKSP4CP2CVTPXUY4SJ25QATKNGCDRAN7AM3A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/openedx/skus/cypress/versions/6932119.3.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/424c957b10c94477a8aa95faeaac3b4d/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=KF%2FZ8tOBRxHg2ArxPHimopWQUsdyUceNk6vgFzs5s2Y%3D\u0026se=2019-04-22T06:59:08Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"JHTYBKDNSZTBG7THCSGT2HOKP7NZY6ARG7L65LTC4IHHECTQTK6DQOUINJGROUETM3YLIPY5KXTJZLR7QQ57Y4EE7MVFIPSUBOYFLGI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/openfire/skus/4/versions/4.1.40\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/9e4cba897ab5449a8b2c6a7db91db99e/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=cb9KExuz5F27Gk41ooejDRJskEAr%2FMx3Oq0mmwk%2BK3A%3D\u0026se=2019-04-21T08:13:30Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"23NYVV5RLGLLDXBWCBJC7KJKJNITKRLPH3RHJYFYAGAKOT4DES4LCQVIO4PC32YH3EATINN63TMQG3IGAXCB6WXJ2ZI3MSHMDMJPG2Y\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/openproject/skus/5-0/versions/7.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f79dfd529b9249bd817df39a823078b5/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=ZLhr8q8nHAQpRO3YSz3QRuPE3xwl2EKQY5QC2P84uPc%3D\u0026se=2019-04-22T09:37:48Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"OZU7UPXJ57PHFCAWSBRINR2ADUOVZSY3HV3FD3LRKEJKEQE4MB3UTCKDPYV5QP6SCTXZNQIM53RNQLYALODTWFKDKES5SVIYP7CG2HA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/orangehrm/skus/3-3/versions/3.3.30\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/efb09f8ce47143078d73302d36aa6721/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=oFm5EIAL5LTWThtLAV5o2vNXCYZJ7uCFabBOp%2FcNXqo%3D\u0026se=2019-04-25T00:45:10Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"BPAZGIG5B72GYHLINHOMMLCJHAGVMR2JLIYFGZ5K6JNS66AUETP3LJGAPOVWMSLUVSGWFKILUJAGZNQVJMHOTTC7SPTETMI2VSQXRNY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/orocrm/skus/1/versions/2.2.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/fd260b8eb0564968b4643f03bacd1329/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Abx1W6mYVD7Ir%2FUPPt4sbt3vWulgjtMSDIcyVFCzF0g%3D\u0026se=2019-04-24T20:10:33Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"DWB5MBHQ7FQCPYLMUKZCWN6MRJVHWQIXVBVREMS6MVSLOT54CWOUASZKTMSC7QNFQ53S34LV2V5U4TGTEFVJNS7ICU36RLJOZZW3YGQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/osclass/skus/3-6/versions/3.7.002\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f62e1e3a9c364401bc6f82b9f2541670/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=N039Dv0TKEBl%2FHFsD8LPsOjCVEVHQpG5MeyVfkFu6U0%3D\u0026se=2019-04-24T06:02:24Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"5AGBUYUXKPN4FR6XSQQKYC6CN72NWB6LNB2OQKMIQ66EYR5ZUAEMYHV32T2OU7X4ADPVFIDF3YPW5H3XE6FJF3XWAAM5HQQRQOLWDOA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/owncloud/skus/8-2/versions/10.0.1805302016\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7783c84f219a46f4a3ca18335afb6923/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=ozPzd4meSnqhlootrJhjgIElepDbIWyq9g1QF6bHmsE%3D\u0026se=2019-04-24T15:52:15Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/oxid-eshop/skus/4-9/versions/4.10.40\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6a4e42db0ccd4339bb4d6c27ca75a86e/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=VZZxDKRbyJe5xtWYa2CUgMJ1S7f2KfFGTkZxbTC3Sks%3D\u0026se=2019-04-25T02:52:14Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"PUICYL2NYR4EMB7IRZPMFOUWCC5GYATMYKBBVCQIY6465AWWSBOPIITA5ZM7OX5JPO6NEK26TKXX54IUUAZXHZPHPLR7KXU7HPHDETQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/phpbb/skus/3-1/versions/3.2.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/998be6e7e1df47ba919821197f0f31c2/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=jvzAAnsG8i9qQ8nm5R6Zp1r%2FSJZHwy9qogJiwZUPwhE%3D\u0026se=2019-04-24T00:29:16Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"K6SDMWQ5AHIPLF3N4PHAARERK5KLUAULT446P7Y3CJL7DGDGFAO4ALXBYD6FSBNT5QLDAFXMG3YRB6GIHFZB7YVVFTKU4IXLQE3U65A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/phplist/skus/3-2/versions/3.3.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/af7f8ad261f44c1fb7f6e807ef8939a8/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=ySbEJT8V2Nh0p%2FC1AeizMFJS%2FycKODN6bEUWpoID%2FrI%3D\u0026se=2019-04-23T23:06:11Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"RTSRWQAXSRXWBEOPI7I7MJ7IMU36SXUJHTTDP25UT3LYYN7IB3CDORN5BMJID4TU6GMHLVE5M2HAMXUY56YMJD5MKA4V3XASFIPMHVA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/pimcore/skus/3-1/versions/4.6.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6b52e4f998c54955b7ffc02ffa519d30/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=AvwTW5Y5RfaQEM7NulGuFZliX398w5ebAJRlYS1Cx18%3D\u0026se=2019-04-24T00:38:52Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"YBWOGPYU2ZHZ4PI2SEDDPIOUOKQRDAVF6AVXVSZ4HSRD73TEWFJRVWPM264MXDAOFSOY4GITS346ZOZ55MKTH225DNLRMUI76EI37TA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/piwik/skus/2-16/versions/3.0.30\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5235ba886336467b90bb497c75f193f7/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=t10VrvuYZ%2BpoTjEzuEEFLvWMknEBS4kKmypNlFLNk5Q%3D\u0026se=2019-04-21T11:41:26Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"AL3FTPOHEFVFMOV5FYJUIIKU5TV5HEB2YU6RSAJEJ456A5YPDAHTCPBXLCE7JXCJF472M7F6HCB2AKKAFGICS3FIAF4ZM47GKNPJYTI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/plone/skus/5-0/versions/5.0.70\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/c7481be4d89e4f96a6271330b24ba215/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=AD%2BMV34e%2Fb%2B47IlmL6q0fOjnzkmS9IrvaVoECnylmgk%3D\u0026se=2019-04-21T10:49:25Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"567UPHGNI3PZLHZMGQ3P7QZJ5YKHMYGNTFP3OF7DUTS3H7N4ECNNOLYR73HZBQJF5WSHEK5HVY6346EEJEI3RYTZXT3UVGF6BPXDK5Q\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/pootle/skus/2-7/versions/2.7.62\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/01462e0fd56a4db7b252831d45bdecdf/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=vq%2FOTCnjTorx%2BtAXsMUq2ZTQ%2BNcwRCXQnovIjWsVAUw%3D\u0026se=2019-04-22T07:40:59Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"OMI63AZNTHJN7AK4JRE5J6IIWH4WPBP6HZF7WIHAZMQLS6PKBG4T4UGBXUWJL4LJEMVSJ63B3FD342YK2IXJGPW6SO7XZEEVWC3ER7Q\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/postgresql/skus/postgresql/versions/10.4.1805302007\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/8f04bce6b5d3445587df466b293e5e16/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=gIhM16cHGoydZmyKXaFeS%2Bxdt0e6pJi50NhViUwqKbU%3D\u0026se=2019-04-24T23:59:51Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/prestashop/skus/1-6-1/versions/1.7.110\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/1186a35cb26c4d0fa44423f1b0f7a7d6/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=RENkThmw9MIdNcCLwJy9JK0fjAQu9KBdqH%2Fbmkqb8ho%3D\u0026se=2019-04-21T03:00:34Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"4SPRV4DB5YV3MQDETU2L2XS5U42YFH34AW3Y6PNOG2MBWSLLFHQ4WC2T5MGLOFUQ7L5ZDNJZV5GHSABJVNC4RX3XRFVZ5OENM6XPBPA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/processmakerenterprise/skus/3-1/versions/3.2.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/fcd909915dfe4aaa8bce73d1360f328d/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=HhWNCtlUfX9I8Woy5wx%2FOi1D1nHkHIVtJlQfWyUcrOA%3D\u0026se=2019-04-22T10:21:08Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"3KHT7OB5T3Z6HK4WMT4HB4JHTZDNOSI2T3SEPPXQU4E4P2KQQUTR75L3UU4TZIUREFNNFKIPCV6LAOMXTMWVEPKHTI2IS6OM7ICOD4I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/processmakeropensourceedition/skus/3-0/versions/3.2.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e588eaa094014d06a6b9b51b822b72f8/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=rc2vzPa46rZwFdAdjcsvfmmBchKdOgNe68SPW%2FIEQMI%3D\u0026se=2019-04-24T06:13:30Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"A6HWGUSIOY4TKUGGCDC47PHBH7Q6NWCMGUX62KGHPGAWNGGWFJCWFUILFWGVU55GJY4RIN2GU22D6U7J6AG5EHAVZX43RK7WO2LPLUQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/processwire/skus/2-7/versions/3.0.620\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/fa29a2ececfb42b68d125b04f5e132dc/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=L5APylk3h3Pbr7zhfo%2Fd3x1fEj89ZGE5Nj0hTGX3xno%3D\u0026se=2019-04-21T11:06:06Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"UK6IQ75QHZCJAYBHRVZ6NOIFJMURQEXWC2VBE2E5QART7NRV6BY4J2G6T4IWEFVIT2P6Y5OFEWG3TDJVGIXJXOOWUH6RD2ZDPR5OUSQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/publify/skus/8-2/versions/8.3.32\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/9fcd8a3240ad4bb1863f242510c433b9/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=0wgVuGtnK5SS%2BY7ihmxl%2B8y7PnSEANRPJPZA9y7ZJI0%3D\u0026se=2019-04-21T10:15:34Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"5BV2OW7LABM2FS7A47FXQPQUOSC6O3NK3MVT3EDWZ2TTNK4325GMK2F6S5E242PLF6MNMBQC3X2HH6UIUTDTXKRDP4GPALPMGLAWGQQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/rabbitmq/skus/rabbitmq/versions/3.7.1807052008\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5955bfd9e0e64eacbc62d47ef872f6e7/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=h42OSV%2FadHQ0Aaq1DFU8j1XA03N7xThe%2B7lS0iNDoOA%3D\u0026se=2019-04-25T00:14:58Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/redash/skus/0-10/versions/1.0.30\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/1bd4134627c44cffa8865549df7b94c7/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=hqPnBpQJJOUkQFNWMt%2BHSGUl55gFnP%2B8HlkbvrUT%2F%2Fc%3D\u0026se=2019-04-22T11:55:17Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"GB27VRKNY6U2XVL5MJBFK2TXA7PJI5KS7DPVB5EN6BXSWHWMI2RKWIQ4VQFZ3LUX4ZS3VG6UO4M6RVP7NZQWXWJBINWACVIB6VZD5RA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/redis/skus/redis/versions/4.0.1806251509\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4ab9b364a69848ec8a8a1e7461ac68c0/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=%2Fv3nRiCFtCqW4LFh%2FosgKd4io3%2BRddZbP8FLypdtxCk%3D\u0026se=2019-04-21T17:03:08Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/redmine/skus/3/versions/3.4.1806101514\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/c0a771c03e5348fbb1013168b1c35652/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=WEI1zs57Q%2BV2Vo3lvZ98VaVJuDZ6rHqqFyOTnDcYKg0%3D\u0026se=2019-04-22T09:48:53Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/redmineplusagile/skus/public/versions/3.4.1806021515\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/729299825cf24a7eb38e279a986b4741/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=XQQMbyBFiposXKSjRWIfaiUi4J10DjUpVW2jfZo2qgI%3D\u0026se=2019-04-23T23:42:27Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/reportserver/skus/2-2/versions/3.0.26\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3a965e4d83de435383989cd1afeceda8/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=NaMEQruEnSunlQVdk9IRVxcr54jwsPJ27MslchAvZYk%3D\u0026se=2019-04-22T14:36:03Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"UZB6KZLL6VDNASOPRADCWWA2JYGJSEZNHH3S7L2T5AJOC5GKUF764XVKKXTPDNWJSIFD4TDJZBPA4TH66T22LVITERFO6AKRYIADQFY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/reportserverenterprise/skus/3-0/versions/3.0.26\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a45516e668484fbab14bf06293bd510f/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=byZZJYHCn4mpGh01RQ4hJi4JIPZmwf%2FdeLVi%2BimEogc%3D\u0026se=2019-04-21T11:59:37Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"PSMYGQFPYCDMA22MJVBI3GZFK7QAWYHNPGOVBV72KSNZP5CE6UTTHHE2OQDWNMLIFW3KMAQUIHHLKVWQZSPOAYSCL2JOZ3JOIPRDV3I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/resourcespace/skus/7-5/versions/8.1.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6a27f8510d404f53a227bffcf907031a/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=MwEED8uZomL5ErPZTq8ZSoDWQdZLDqfig0xA0X4tJCA%3D\u0026se=2019-04-22T08:35:24Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"TPKPWEL6GKA26DUIOKHITTYOXS6FLHUMNSGVGNF55S2LL3FRPHLA3VAY4Z5B3IUADPKDYXRTNJ277NFUQM3W4G2QMXZGITN2SGH3SGI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/roundcube/skus/1-1/versions/1.1.4528\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0c4d054fc29c4e52a3e4469663afbc0f/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Howa0abznT6guKf30stGY8hPVPVyZA9g7O5OvrzYg8s%3D\u0026se=2019-04-25T02:44:02Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"BL4YQFBGX64Y5FNVNLMFTZUTT6WKI54MAI67K7R2E327M3RJEL5VBW2SAUMMJBBRVAMX5CVCDIK25JXU2F2RG6DGBSYKTIVIK7ZKEVY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/rubystack/skus/2-0/versions/2.3.15\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d2471808a3694f74a541398f6f505888/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=5ZFqNiLlqk9PgFH9TalAi55DGIVA8VxVjdHvIlG8ZAY%3D\u0026se=2019-04-25T21:07:52Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"RKIF25AJSHD3E35BAYI7INN3AH6W5CYTZAC7RWDGBMBX3M2K5HSQXWM4WE63CF72YKMYX52W2L4LTK4B6MSM434Z63HUSDMWWKGK6HY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/seopanel/skus/3-8/versions/3.11.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/21a68d19923346fc912357d942d9bc1e/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=l6yXdx94hvPkLX4L4LEAZozGzkFwXWSlptVvvivCTuY%3D\u0026se=2019-04-21T09:40:49Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"IQVW7LOXAPYSAULCW46AXMTAWWFUQDXE5IFKN4NDTJ6U65VK2GEAVPTCL4LRJBQ3NKLI6I33BFSCROFSPFH3CG3Y7PA4DRBE4Y2URCY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/simplemachinesforum/skus/2-0/versions/2.0.140\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/183a571bc28341f6a4761ad1548b41ef/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=TBJKNSSARYWwHgvekfeDH7uA4pfx5dcwLbW7jX%2Bajqg%3D\u0026se=2019-04-21T03:31:22Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"5TVL2K2VL7PM2PCN23MMGBFWADWOWSPT5NDKL3LFN2KPZPKLBJBNS7VTZAPXA2MJVDVFZASNODIX2WPTBAEGTUE6EFEYXHQIZVQT4AQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/spree/skus/3-0/versions/3.2.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5cee33a1394d4257ba59ae66ee2ca8a1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=n9Ds9CLXvtV1%2BrmyvhikXDeQAqEnb5YfqY1AAPIkxfc%3D\u0026se=2019-04-21T07:06:27Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"DHVT2WSSE6V4PCVTT6MOEHSX6SP2VMI3X7WSYGNVX73QHHFFPGM2NEEURJJPPLLIXFRJWIXWRV5PRL764XZA453OLLFCSPZ5AMIIP6Y\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/subversion/skus/1-8/versions/1.9.51\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/60e8196bb6764edf8aff2fbc3e8b166f/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=s%2BcYk8%2FHFtSOwDMB5Cd3nnrj6DqMtr%2Bx4WcjgFJ2hiE%3D\u0026se=2019-04-23T20:20:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"4L6QOI5DM56S5SYYMF2XF3T2WHOLOZ2FG3MQGS3ASFKFE5KEHM35J7PSJM4QCFQ5Y446BCVSRGOWJ7IGXUG5EW3WZQ32ULAQL4B6GFY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/suitecrm/skus/7-4/versions/7.8.31\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e9ac086d50634d91a7ea3c5658c078fd/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=D6PkB7U%2FdTPy7jzBBtyIrhodPdx1a%2B9%2FXJ%2FUMvwlaCE%3D\u0026se=2019-04-22T05:13:48Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"T4WPP7DXSHS24JGTGMXVYMVTMH3TNAQUQKAVYPB3IUTFMJ7HVRWDNTKUZTWGLJL2Z6DNL46UCENQXDVQQGNQKFLTX53CU6KBBIEG6ZI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/testlink/skus/1-9/versions/1.9.16001\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f54326dea5a14f0a9e7d98d6309f8539/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=%2B%2B%2F%2BpWT3Z3my8Ag54ObL8yZZ1%2Fxqq3Fb8cTmHwHdILg%3D\u0026se=2019-04-22T05:46:05Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"WO2KT5HP2DXUT4A6D43KIC2HYXN6T7HFVY7A7M5MBJNCFSCQKO6CVMREBA3L4ANHMFBNXQL66XHWEW72Z7JUV54NFLYKRUHABQOH4VA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/tikiwikicmsgroupware/skus/14-2/versions/16.2.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5b519919ade94b09aae3cefcb22dbe03/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=SOD4mM3dpoTIEvs%2FbTUS%2BRAzVHNIWJNpSOOml7I3aVg%3D\u0026se=2019-04-21T19:17:36Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"PWZDXD6Y3ELNZMJYC2DID33V3AOGR2SEZUBIW7UUC42MMBKYIVRWEZAD5DULFEQXDGXGIZZIIVOVQMS4SOSPY7HJSHAXHSWX4QS5LSA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/tinytinyrss/skus/20160220/versions/17.4.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e689566ffb594d62a651277cdfc5b699/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=gWc6z%2Be7yV26Vm5mrTun9oH1klupo4Hs08fNYx%2FNGmM%3D\u0026se=2019-04-24T07:46:14Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"FNRMLRVSQQLM65NIVPGGYYPX7SKB6MHKTJ7D6EW37EEH554GTYQ2RMV24JXKG372XUGTEEENLEH64ZMLKKC7WOOY5LVFI4VUDXTIMYI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/tom-cat/skus/7-0/versions/8.0.440\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/150e2016ae7b4ccf8a93c0cd7f64609c/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=4b0polHYgxf4MnPBs6u%2BgnaiWs4WpMEVuSVWwGOvP8M%3D\u0026se=2019-04-25T00:37:37Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"GYHHP7RYGYWZL73XJ3KW2KDF3XYA4AOILACVNJOK6WEIQWLAL52GTB4UQLKVI2WHGMTTKULGZ5MDZDGFHOPALAS5VVDEVO3MHEJX5JY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/trac/skus/1-0/versions/1.0.150\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/778069a7bc894cfdac955b06e77fb4c5/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=47HIb3YMcaY8wFYO%2BSWpTSXejArp5f2L0ugQuCAgjN4%3D\u0026se=2019-04-22T08:02:39Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"VQHOBULMXBXDHRHNHBHZM5LG5PGOZPGEXP4OBX6S6YWBTIYBA2LC47YIWFO5H3DQAHUSWLLV4YQLRIOFTEF2JT3TKMFZWQA3RNA33RY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/typo3/skus/7-6/versions/8.7.30\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/98ee14a7c4a14ed7b7249eaa590a006d/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=b0ybisTFumVEgr%2Fdm5SxevmkTv%2FkTeUKpFiM1KeiCzE%3D\u0026se=2019-04-21T07:21:03Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"NTSW6YPEEN2I2GZJ5LC3DWCBPBUYXQHFZTM7PPQA7OOKNQKLFT26DJNLWVFI7QG74BWDE3URHXWJLFAXYMRBOAYWR6V4GE5CZQEOZNI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/weblate/skus/2-4/versions/2.15.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/87af3458122044a2982855b44d484dc3/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Vve2cffL4spLte5cU16jcFsvXkhic8VGZAE1mOZrgv4%3D\u0026se=2019-04-22T05:35:30Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"Z73BLDMTDRJNBFDPSLHDLTDYHBF2UWX2JQ6U5E6I37QASZXWP36VSQ3CS3IXXPTSEYTNQ3D23TLL3MXNEESWWKJQ2GNCULGWPMJ6AMA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/webmailpro/skus/public/versions/7.7.50\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/669bb550e1b44e94bcfe8971e4ba40cb/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=cvTESk%2FA7%2F3ZCTX0Q%2BwPKyWi4pYKVn%2F6cNxFNbNcKro%3D\u0026se=2019-04-25T04:05:37Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"SGDT5FWB7ZDIA24HWNJ3ZLWWQSW6FPEMSW2VNZW5FUMEG377CQHEDOPLEVCKE47TNXDG22YKQNHFWFSGV6WGMTW5M4JXTXA7BLLKFDQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/wildfly/skus/10-0/versions/11.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/aad93b263516426b8725f29c3be5c0ba/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=zBd%2BtWW4ILXKf8BaD2x39YoO99uDNVX8uhb8QuUJBuQ%3D\u0026se=2019-04-22T07:20:18Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"BL2K4SJL556Z5I35AAN5OF7I2UO26AQ6Q25HF7PTVFY5QZ5CTVJMNPI3D6VE7SAYIAEPQNKHEGNYIGAUHIJ5CUDL3NLFYSTLB32MTII\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/wordpress/skus/4-4/versions/4.9.1807060508\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/20d0f93779904e68bf29ea69af7272f6/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Kg4M5URSM10kOriSLaCM8e6jwQ6yHpccoftHEeAB1Lk%3D\u0026se=2019-04-22T10:52:53Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/wordpresspro/skus/default/versions/4.9.1807060508\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/86fbd19206a345e6957b28644f4358cc/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=tzvT5X%2BmaKGR0bHEuhYMKMpkoyDP1uGKdGkvVul3YvQ%3D\u0026se=2019-04-24T14:25:27Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/x2enginesalescrm/skus/5-5/versions/6.6.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5d755ae93def408299a7be35347af6ad/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=guAS%2Bo5fQMy%2FARninrQvfpsnfgspigY4aSIwEsxLrTc%3D\u0026se=2019-04-24T20:30:49Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"UNCU2LIEYA4XD75K5XS2JUF7KQROMRYX246NJCTE6YWICZ4AWEVRGAB6TEZSOBN6SCSBYVNCVYWPSU5ACOCBCN53JVRHZMU6JMUSLYQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/xoops/skus/2-5/versions/2.5.811\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/b26f33de420a4a60816ee28bf0395539/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=87B%2Fi8V1O1BGUsvhnmokAZpQRiNeHlQwN6k3GTWwRBs%3D\u0026se=2019-04-24T22:55:04Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"C2KK3A7GO2G2IZB35TSOIA2RJQSM6MNUTDHRM6XK7MNUA6IUMSBYMR32EYPIXNHQJT5FXJ6WVFBLQUPYZUSC6RCPIIBEPAL2ZRY7KGY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/zurmo/skus/3-1/versions/3.2.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d396f05994844eb7b695f2c876b6ebb9/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=jn%2FkaxqDvxQWvN56inbInbcxodWS6Wcl133OblrIL%2F8%3D\u0026se=2019-04-23T23:52:31Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"4RVJLZ7BVTEKMVN6MFRTXH27CLIDGOKXHRKM5BHYWZV45Y7PFFVOZWZXNDKRUIA555TXMVICZDWMNZSBJR5EFUXLTLH25IUYH6GFC4A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/checkpoint/offers/check-point-cg-stack-r8030/skus/mgmt-byol/versions/8030.900200.0542\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/cba550aa600f4a0c88c3be093b1c2e38/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-10-04T01:32:01Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/checkpoint/offers/check-point-cg-stack-r8030/skus/sg-byol/versions/8030.900273.0542\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/61c2244171cc4152bc961f1aad0f0d48/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-10-04T01:31:48Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/checkpoint/offers/check-point-vsec-r80/skus/sg-byol/versions/8010.90013.0226\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/00028f863a22426d8838fb68a3495148/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=5nahpFghUpP1GkrLkiEDM5YdFajcJNgo1h6S4DZEWag%3D\u0026se=2019-04-24T02:50:20Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"UZ4TFGIR4NAGZW2CNWENAJFJWLQETMMSYL4LZDE6DVO2O4OTANT4PWIUVHCONFP5PPBOPNJH6PRJIKAWFWPL3HHA4R77GYHNVP2G2MQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/checkpoint/offers/vSECTemplate/skus/template/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/chef-software/offers/chef-automateallinone/skus/template/versions/1.0.8\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/clear-linux-project/offers/clear-linux-os/skus/basic/versions/20230.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e73192f132484dd7bf8d3038488bc03c/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=IwTcl7oeU47yUMasXPuJqnO7%2FqLRo%2By9p5VsLJfEs9M%3D\u0026se=2019-04-22T11:03:28Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"Q7FKTL4VWRISOX4CTDASPDLFAGCUIRFJWIN6EJWBX4SJGCRC7TPLGWLN6I7YMTBVMO4YJK2C7HNJ3AD262NJ4QSOZ7X7ITEKF52ZRQI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/clear-linux-project/offers/clear-linux-os/skus/containers/versions/20230.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/58aa4d35347947a3888c681eac1eb3ff/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=g%2FbhwAYQEjlmJ5bwZgqGbOGgvlLaicRTO5CeEXW9CJQ%3D\u0026se=2019-04-21T05:26:12Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"FG2JJDJ5XDLZDV4M5I5PXBCPZDL5HH3OKQYHPG3JG3KMPBOGBFPMPOAG5REX7W7XIHWRWZTS24FNLF2N3LEIFPDY7DR5JXGSGYHVOVI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/clear-linux-project/offers/clear-linux-os/skus/machine-learning/versions/20230.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/eacf587346094f62beaabaefbf8d6f69/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=kbcoAmw%2FTvVzDWj3PxWkkEaX5acS0%2FAe5CeDA3juIrw%3D\u0026se=2019-04-24T19:23:12Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"2DSQ3T3IXLC4XCTF2PNVJJBHFDUIJEG7IY46BKDIDUKQZPXHNRQGWJJLJZATUBK42VVA5C4CJZPC5W5HI76OJNDJ6TE7PNGZPU4CIEQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/cloudlink/offers/cloudlink-securevm/skus/cloudlink-securevm-66-byol/versions/6.6.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0a3b85b5685c4ee698afea909a7f7519/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=SH0ZBOyoV5tT%2BfSZrjsCFO3kl9JYc%2FFbhPe2zhupmek%3D\u0026se=2019-04-24T14:11:50Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"4NBIY5JVU7TDMB7Q6KWTEXVY6JRRYQFVQ3TLCJKSART22CVIHPW75B3URWWBNZADARQVLVV6UXYJBZS4N4WHUT2YMZB2IOHZSKZPZ7Q\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/cloudlink/offers/cloudlink-securevm/skus/cloudlink-securevm-67-byol/versions/6.7.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6cdf2a9d49154106b31cb286c9be097c/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=5SF5P98139ytxVfYReo3MMNVATk3z96Cs2nwWKC3SAc%3D\u0026se=2019-04-24T21:12:02Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/cloudlink/offers/cloudlink-securevm/skus/cloudlink-securevm-68-byol/versions/6.8.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/ed5446ee5bc34db7ade0956bc4656363/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Lctfu5LMJolDi7txGv%2Fi6lKk2h1Cd5AqFqnXlqLPAig%3D\u0026se=2019-04-23T19:36:27Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/commvault/offers/commvault/skus/commvaulttrial/versions/11.13.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/100a27d085f145789e939e820a9aa26e/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Dl%2FkcYIQAvtSMxqBTQzeXKbUmaOP1jTfLz5PWy%2BevEc%3D\u0026se=2019-04-24T04:41:59Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/credativ/offers/Debian/skus/8/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/Debian8_latest.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"training\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/credativ/offers/Debian/skus/8/versions/8.0.201805160\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/9afee22d5cd049188d1905613a02db88/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=uNDVkZ34VmLjvqYnHhUSLYiQUOeQegnxiMJFhzQHJS8%3D\u0026se=2019-04-24T09:15:28Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/credativ/offers/Debian/skus/8/versions/8.0.201807160\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/ba1d710daebb4d61bacf2ae82b6751b5/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=UIuBJoSqv4fOVdCoY8%2BAglrXmlpHwET69iLZwvIZmec%3D\u0026se=2019-04-24T16:58:42Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/credativ/offers/Debian/skus/9/versions/9.0.201805160\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/bda08b0ac3194a129760d64fcef4e89f/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=f8GRsVPu7LMBftOyZZL%2BYqc0OxngVXLFptYdZ1Mai%2Fk%3D\u0026se=2019-04-21T10:32:17Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/credativ/offers/Debian/skus/9/versions/9.0.201807160\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4edb48208e94472483999a4a9de48eaa/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=HTlcfBqFln7GbPKtb7JnJnwSjNPX3c3ZRDoycXt0MU8%3D\u0026se=2019-04-22T01:52:51Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/eventtracker/offers/eventtracker-siem/skus/etlm/versions/9.1.19\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a462aa9d33e745ab8d72a33cea2ad8dd/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=smWJHsUgs9ElfzfQWQoLlGeylpRBORz8PkyDUr9H53I%3D\u0026se=2019-04-21T05:36:47Z\u0026sp=r\"},\"dataDisks\":[{\"lun\":0,\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a462aa9d33e745ab8d72a33cea2ad8dd/Data/0.vhd?sv=2018-03-28\u0026sr=b\u0026sig=hfyXXSHx9eL7abtki55E9h7408Bm%2FwOe2RCQak89ua0%3D\u0026se=2019-04-21T05:36:47Z\u0026sp=r\"}],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/eventtracker/offers/eventtracker-siem/skus/etsc/versions/9.1.19\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0218d6671b9544f28b47b7b6d7648666/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=joeh84dLQfwghoHQj70SpI2o6SIz4i9RdepzwOo7D1g%3D\u0026se=2019-04-23T18:49:44Z\u0026sp=r\"},\"dataDisks\":[{\"lun\":0,\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0218d6671b9544f28b47b7b6d7648666/Data/0.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Jxf7AKjrA4RTOIvCZSt9tMiUoCT6uOIDLHCL5whSfs0%3D\u0026se=2019-04-23T18:49:44Z\u0026sp=r\"}],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/exivity/offers/exivity-vm/skus/exivity-vm-v2-0-5/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a309a9bdb07e422188ece728463787da/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=8guzHbD2iMAHjq19lVjDkWxRZ2K0%2FM6P4NTGuoVNn7k%3D\u0026se=2019-04-23T20:30:18Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-best/skus/f5-bigip-virtual-edition-best-byol/versions/13.1.100000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d44a90aaff6b45e88c4a2dbd7b13dc8d/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=d9kOdZcCSWcY2AxsCYjG%2FLpBs7YC3phPmcaRiBiqD5c%3D\u0026se=2019-04-25T01:58:34Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-best/skus/f5-bigip-virtual-edition-best-byol/versions/14.0.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e9ba311d31004874b80e666d51267fb8/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=v%2BMRMyBFBfZAxwOzAaI70hfTK7ruX2ELydRdJ9wE%2Flc%3D\u0026se=2019-04-24T19:28:15Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-better/skus/f5-bigip-virtual-edition-better-byol/versions/13.1.100000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7e128f73e71142e797ab9340eee2f33c/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Hu%2FtJ8cjH7waZvSP9%2Fwo9x0PZF%2F1QbW%2F5%2FNB7gRozOQ%3D\u0026se=2019-04-22T15:23:35Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-better/skus/f5-bigip-virtual-edition-better-byol/versions/14.0.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/70d870b757f5407f89c3cc8b12cc9a85/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=j30yVsNO%2BStv6Azw1M7Qa771f4C1Q06RUtoIlIapX74%3D\u0026se=2019-04-21T01:08:19Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-all-1slot-byol/versions/13.1.100000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/78c3ea106352460f8e917e5f2ff8db32/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=i7PmpWwOdEv6goMDw4rZ%2FcUgfQ2uRMFDE1Jk2qZBv6c%3D\u0026se=2019-04-22T13:37:59Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-all-1slot-byol/versions/14.0.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7a062de55e9e4561a56c7a04210eeee1/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=u4pjcUMOvL5vcgwMIKGKh1%2B6TlHhjp73qEm9%2BtYxn%2Bc%3D\u0026se=2019-04-24T03:22:31Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-all-1slot-byol/versions/14.1.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2dd8c0fc8fa4455bb9d0c3e77298cadf/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=ykW5psxqpzLt6MHHBaa38JC4stdbrDygi5lzLVeAvMA%3D\u0026se=2019-04-20T23:36:10Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-all-2slot-byol/versions/13.1.100000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7a0e7a2ea7d94f85a4e2727a8b8704cc/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=p4393qwj2ln8Xn%2BS%2F2mOiozu5p5rkWMlYcSHN8YV%2Bmw%3D\u0026se=2019-04-24T07:13:58Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-all-2slot-byol/versions/14.0.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/cf15643185964f72a0506685d2de6c56/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=8dCRJrrb%2FJXRr9UoE25FgR8Oc%2B3aezSTqrP1qbSxt%2Fs%3D\u0026se=2019-04-24T05:32:15Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-all-2slot-byol/versions/14.1.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6b963476d5ad45c1832cc24be31d2def/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=QAsrtXm1WPYvyihIvWfGs1yDoFpVt1BMyo8WuppV%2BhI%3D\u0026se=2019-04-22T11:12:02Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-ltm-1slot-byol/versions/13.1.100000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/62849c5788924c39b9e3fcd46597d905/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=phh6N1hcequw2zblnSjIelckKbH9JuUibNF4vSNtecQ%3D\u0026se=2019-04-21T07:35:40Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-ltm-1slot-byol/versions/14.0.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/59fe214265594be793f94672f4d7ff19/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=qkVpU%2BcQ2VVYjbqYfIWbmNKCL2XEP7K6hMzfuVYkVzY%3D\u0026se=2019-04-22T14:59:15Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-ltm-1slot-byol/versions/14.1.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/578f563bdfa44f3c968ae26015093a6a/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=i4FjA8Wml2g%2BDf4AD%2FB6FSmT%2BmxWXerzL2JFFEwGoag%3D\u0026se=2019-04-21T08:59:55Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-ltm-2slot-byol/versions/13.1.100000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/27f57b98114242f782ea7c01a85dfb1c/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=P0VxNwHQvEJEInDQ%2BLT8u2VfiEhoBjVvJFbvn094pFY%3D\u0026se=2019-04-20T23:12:56Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-ltm-2slot-byol/versions/14.0.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/252f555495344d2ba62a5050ec5bf8d8/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=j%2BVrWJymSofeQeFQ1Ov4kN%2BYw9G541%2Bin2ojych84Kg%3D\u0026se=2019-04-21T02:40:26Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-ltm-2slot-byol/versions/14.1.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/9dbdf1f926f64c35aa0a930b44d9560b/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=pkE%2BsphZtda1KB6Sss0ktqaF2btonQYP4WVQwA6%2BxpM%3D\u0026se=2019-04-22T03:01:33Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-good/skus/f5-bigip-virtual-edition-good-byol/versions/13.1.100000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/42a85a22aacd4a59a0066d23005ee28d/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=O8JT7w0nf6FESxNFDiDBKTjPPTAkItuIJOJiQIMOYGo%3D\u0026se=2019-04-22T06:28:25Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-good/skus/f5-bigip-virtual-edition-good-byol/versions/14.0.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2ec46135199847ba812e98617485a699/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=gbnaY%2Bku4N6cJUTPmsaBFI9nvOxyhS0cJUPd6z0qmto%3D\u0026se=2019-04-21T12:39:32Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/fortinet/offers/fortinet_fortigate-vm_v5/skus/fortinet_fg-vm/versions/6.0.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/8ffb13d0b3514892b333f653b0a0d779/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=TLdUbNbV2FagiLbi%2BXr0caHZ5Q2BjwbdZLB%2B11a8lqM%3D\u0026se=2019-04-24T20:28:14Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/fortinet/offers/fortinet_fortigate-vm_v5/skus/fortinet_fg-vm/versions/6.0.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/00ffdf36a69446e1a431d9c08f6a43e5/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=IjXdhUo7ly0NADUmX%2BPx0GjPTClqhj6XwEsq%2B5Al%2FIo%3D\u0026se=2019-04-24T20:29:15Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/hannahspublisher/offers/hannahsoffer/skus/hannahssku/versions/1.2.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://hamurphystorageaccount.blob.northwest.azs-longhaul-02.selfhost.corp.microsoft.com/hamurphy-blob-for-fixed-vhd/hamurphy-fixed.vhd?sv=2017-04-17\u0026ss=bqt\u0026srt=sco\u0026sp=rwdlacup\u0026se=2020-02-13T08:20:06Z\u0026st=2020-02-13T00:20:06Z\u0026spr=https\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/hortonworks/offers/hortonworks-sandbox/skus/sandbox25/versions/2.5.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/ff47b22391074321836bf01230362b1a/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=AP9Cn2cgziUP6zTJDA2NXjpwx5fCtpCD6evMuuIvofQ%3D\u0026se=2019-04-24T10:25:41Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"PYEDSE7MRMX75WA6BLCOXAMRE3Q7VXMFMBPXIAUITESBRT5XSEKW3EKROGGR32FYDDOR2GBG7KVZV7TD22PWKJB3SILALNDNDLH53XQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/kaspersky_lab/offers/kaspersky_hybrid_cloud_security_vm/skus/khcs_azure_byol_vm/versions/1.0.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d0fbd32b879148009308d304d5c73c00/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=6VdeX30fPUVAGKqWeGLxqZoEAD7NOLyCXMKvyOQ6LrQ%3D\u0026se=2019-04-24T06:26:42Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/kemptech/offers/vlm-azure/skus/basic-byol/versions/7.2.430016425\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5d08f695522242c9b0de85842e35e1dd/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=o7avaX5x%2FsUxgsRA1PMce5w9jmRv8XzkDetn42%2BNoMM%3D\u0026se=2019-04-21T00:30:03Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/noobaa/offers/noobaa-hybrid-s3-archive-05/skus/pay-per-usage/versions/2.1.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/05bdcf26c6f74702be34817d537f24d0/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=negJvoAuNnrw20gxqhT0vP8tHOxDGa6Ps8vrDQEhrKg%3D\u0026se=2019-04-24T18:29:16Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"R65CBNLVR7YUTMBOGT737INIGP6RTEERIYO7UYI6WKEQVGPO4HQ4RS3KRLCCPTMW2FUDJVRBKSSYNTMWYXSNMTPLCDMV3CF4COUWSFA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/nri/offers/mplatmc2018-vm/skus/mplatmc2018-win-vm/versions/0.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a9495be1b5424734b9fe9675ce2849c2/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=wOvRZ81XPKGLgCMuoFk071z5tVOPHsOoULGg8VfdB1k%3D\u0026se=2019-04-25T02:59:47Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"UVH7FNWK52PITIBXHMPRN2WVXGKZT6CBKNNBY7QBONZJKFHX4VQ5LGAWRGFPNSEKEDFKTDWP3XHNEEMI3RRWJ3R4EJZQXSVEZS7KBHY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/paloaltonetworks/offers/vmseries1/skus/byol/versions/8.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/8e1f9849346e4a6bbedf4920148e3dd0/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=TelBGCALZEP5V9cvbi8Bm%2BsMHr8JhPkNYQp11kjHOaM%3D\u0026se=2019-04-25T00:23:33Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"SR23IDILM4Y4VFWYPDJBDOPNU5T72ZR3ZDZ6HGPZN3DSWT6NP4F54QZUUWRNR3YPTWTL27LHYPQSIMB2DSAZKS5QHRRBM2VYTMPUQCQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/ptsecurity/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/ptsecurity/offers/ptaf-vm/skus/byol/versions/3.6.6\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7223baf4841b42e993662254c2589007/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=P2Q4ef6T4cu7iKNlrNNtFhC1xSlggWj8txuw2KSVlNI%3D\u0026se=2019-04-22T14:47:09Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"RAXJLQHAXDCMU6GVL3G7FW7OQPN6PY547X6JUTQQEF4GLXY7R253VQC3WJAKGT6HBINIXX67Y3EH7X5O7P4OP7QQHDJG2O4JV65BBXY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/puppet/offers/puppet-enterprise/skus/2017-2/versions/2017.2.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d61a5cea5f9f412682790c2e73528dcc/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=j28AQTjHnfMZm0g9DX0jFvHe0J37PWp5fK4n%2ByDUvyY%3D\u0026se=2019-04-24T02:41:15Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"RICT25UZBGSXPU5G7CEMQLWN2HAUZSK5GNUBNBQ5DMPR2YPRK3JIHPNZNS6DFBSP3O5QDTOPZDWFCDCN4ONQ42NYHGM36Q53QKM3OYQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/quest/offers/rapid-recovery-core-vm/skus/quest_rapid_recovery_core_vm/versions/620.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/cd0781a5b1314b81915a86aa3430ad88/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=n38PaaDjxFiAUI6YhLoIbask9AqdWTQXYhvieg39V1U%3D\u0026se=2019-04-23T17:19:19Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"JDJ5IS5HDKFWAZYHNAXOS26GA2W6QLSSOBONENPU7CM6IFK53KXJN3GXWYLS5TQQTFX7MZW2N2PDDAITXR5KV4R4OMHIF34ZMDUBWIY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/tata_communications/offers/netfoundry_cloud_gateway/skus/netfoundry-cloud-gateway/versions/2.4.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0bc4fe0560124ed192a5aa8c7cffcf5b/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=YrbIlkFl8NtJFRWp%2BnUXf1yx1fZJ0ep82GxZYUNVlS4%3D\u0026se=2019-04-22T07:09:43Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/tata_communications/offers/netfoundry_cloud_gateway/skus/netfoundry-cloud-gateway/versions/2.6.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/ac4900e34ebf4d7282950d721113ec13/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=L5anuyefUAWDZlwq9kH%2B0iHTWQP%2BeMwtmE6gtyCUfMM%3D\u0026se=2019-04-25T00:07:25Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/thales-vormetric/offers/ciphertrust-ckm/skus/ciphertrust-ckm/versions/1.0.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/07d890da45eb44d8ada0d2e00c4a4f6c/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=d%2F8NyVZiyCOIO%2BNBkoPw9n%2F6pjkcgdohlTabbsfC7Ss%3D\u0026se=2019-04-24T17:36:26Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/zerodown_software/offers/stackbcaas/skus/stackzdsbcaas/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/544c62f6ed6b44e68368a3dfb5fb9598/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=nnYIBZZ4r5wE1bTGL%2FY3KKwXA879esLTrJF%2B%2Fnsl7m0%3D\u0026se=2019-04-22T07:30:24Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Microsoft/offers/UbuntuServer/skus/16.04-LTS/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://hamurphystorageaccount.blob.northwest.azs-longhaul-02.selfhost.corp.microsoft.com/hamurphy-blob-for-fixed-vhd/hamurphy-fixed.vhd?sv=2017-04-17\u0026ss=bqt\u0026srt=sco\u0026sp=rwdlacup\u0026se=2020-02-14T06:22:13Z\u0026st=2020-02-13T22:22:13Z\u0026spr=https\u0026sig=EOaOB00ALYHrt14nFn%2BFMNEdXHc7cFfvLpglO3m%2BocI%3D\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Failed\"}}]" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetPlatformImage+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage?api-version=2015-12-01-preview+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["20"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["52238523-b6c5-4da3-990a-3317256b8383"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvrmeq9zIpCJP3YShPPGxIb6XJQfw2JrV4wyz5OsBZVHi5phnCiXTGTP2C7Dv1qIrZe8NCpgXbEkfk+ozJT2paL/9xfUKO3WRHytIibkhacTBHT4VEh5t2G4Hxjbc6jDv132mKCs7c0mjBn2FCG51R" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13726"], - "x-ms-request-id": ["52238523-b6c5-4da3-990a-3317256b8383"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174624Z:52238523-b6c5-4da3-990a-3317256b8383" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:23 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["196187"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "[{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/CassandraCluster/skus/CassandraCluster/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/ElasticsearchClusterSolution/skus/ElasticsearchClusterSolution/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/JenkinsCICluster/skus/JenkinsCICluster/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/KafkaCluster/skus/KafkaCluster/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/MariaDBwithReplication/skus/MariaDBwithReplication/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/MemcachedMultipleInstance/skus/MemcachedMultipleInstance/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/MoodleMultiTierSolution/skus/MoodleMultiTierSolution/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/MySQLwithReplication/skus/MySQLwithReplication/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/NodeJSCluster/skus/NodeJSCluster/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/PostgreSQLwithReplication/skus/PostgreSQLwithReplication/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/RabbitMQCluster/skus/RabbitMQCluster/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a60bf91041304dba9c2613e217c8a8b7/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=1k%2Fn0l8ePLPR94qxqG6Zqz4tmxq8KaydSdHJnOwGpdo%3D\u0026se=2019-04-22T05:02:40Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/WordPressMultiTierSolution/skus/WordPressMultiTierSolution/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/14.04.3-LTS/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/Ubuntu1404LTS.vhd\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/14.04.5-LTS/versions/14.04.201808140\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/08acaeee3c7e4cc394e9ef81790bda63/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=ydNNSz53UkhZG1faRISu%2Frjuw3fQax9DKgBRweZ2Pm4%3D\u0026se=2019-04-23T22:15:47Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/14.04.5-LTS/versions/14.04.20180818\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/41281233660241f9a8e074b74f0d5abb/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Qk6P%2FYD5HfFV4%2B6LVzhxBZ7ynbPQx6he%2BYp9N%2FEnCs8%3D\u0026se=2019-04-24T02:31:09Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/16.04-LTS/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://hamurphystorageaccount.blob.northwest.azs-longhaul-02.selfhost.corp.microsoft.com/hamurphy-blob-for-fixed-vhd/hamurphy-fixed.vhd?sv=2017-04-17\u0026ss=bqt\u0026srt=sco\u0026sp=rwdlacup\u0026se=2020-02-14T06:22:13Z\u0026st=2020-02-13T22:22:13Z\u0026spr=https\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/16.04-LTS/versions/16.04.20170811\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/Ubuntu1604-20170619.1.vhd\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/16.04-LTS/versions/16.04.201808140\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/411e6e144b774457870f77f8fbb95a80/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=9d%2Be%2B%2BNGSnLb2p2AdIjeiXO3XHY%2BHhsLR9BkI%2FAoybA%3D\u0026se=2019-04-25T04:15:14Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/16.04-LTS/versions/16.04.20180831\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7e3878d7cf874ecfab6eece1d0553fce/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=UcbqQHS8NNcE7Cy5McWPm%2BSF%2BTCd4MhGL5fyoZ4nIM0%3D\u0026se=2019-04-22T14:00:09Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/18.04-LTS/versions/18.04.20180911\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/027b00815995491a8986f8ff7e16c38c/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-24T02:20:02Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/CheckPoint/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/CoreOS/offers/CoreOS/skus/Stable/versions/1465.8.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0e40b5a886604bd5a6e153c9d943e47a/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=eHxmjiNG9pvjAckaINKQ%2Fu0w63TYyqqJUGBVxgj%2BkD4%3D\u0026se=2019-04-22T07:51:34Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/DellEMC/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/fdcc8adcec6b45ca914aecd18b2d8dbf/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=cz03ZesAbyd3hsCTdiE4nQCaiI3nvOIlOCz3pcXQxKs%3D\u0026se=2019-04-22T15:19:26Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/DellEMC/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/6.6.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Fortinet/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/411d3bd4a3de4014a3d3eb7d187beed8/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-24T21:55:16Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/KasperskyLab/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0e53c22baa894df185b51f0a987c8ed2/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=huwHQlB8xANDiG62CkCd5kLLPFijNUVCOc%2FNQsAgF88%3D\u0026se=2019-04-24T11:04:35Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftRServer/offers/MLServer-CentOS/skus/Enterprise/versions/9.3.026080002\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d84feb2939954cb1a3c2fb460754b84c/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Gn7yLA%2F%2BF%2FhS2ISuZYXceT7ycS885MgXMlzCClwIVco%3D\u0026se=2019-04-25T20:24:36Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftRServer/offers/MLServer-Ubuntu/skus/Enterprise/versions/9.3.026060001\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3b7f0116949540a086c3d4c9b251222b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=19lvx6FiSwUn8I%2F1bfbxazUl8wcR3zecXDVIv3FCL2Q%3D\u0026se=2019-04-22T08:45:59Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftRServer/offers/MLServer-Ubuntu/skus/Enterprise/versions/9.3.026080002\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/96abbb1d8d0240f3b293955633802812/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=AwnlJAFW7lu%2BThnqazrwlV6mKt6IYDCnPLoF%2B%2Fpe3VA%3D\u0026se=2019-04-24T11:38:55Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftRServer/offers/MLServer-WS2016/skus/Enterprise/versions/9.3.026080002\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/810b05a219ab47f484d6174133a11159/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=yWnIrRGFQKWofPbPHYAwYV2H6KyH3DMnvsnonfNJWlA%3D\u0026se=2019-04-25T04:23:47Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2014SP2-WS2012R2/skus/Enterprise/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e287e7de89264d4fbbfdf01acd3c39e1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=fkvV%2FI1a7H1N4HVYl26Lez8j2ZB2bR05QW8KT0bUaoQ%3D\u0026se=2019-04-21T01:33:29Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2014SP2-WS2012R2/skus/Express/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0f5fa664ec7141b9b2772528b3423942/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=R2skFCHjjh4mb2uq4OPpEi5Da6baoID24BwAwaCWJrg%3D\u0026se=2019-04-25T20:39:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2014SP2-WS2012R2/skus/Standard/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3b673b3e0112473eba61d6de49ae0a19/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=FP13kvLeTnyWQI6sScc%2FL4D4ed5bT6UGCylQnVPiRGE%3D\u0026se=2019-04-24T12:23:13Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2014SP2-WS2012R2/skus/Web/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f5b2316627dc40a9838d9abc7d53f0a1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=e3K%2B5IAiUhqQBMMpWDc0huefPITFPlhGfJAhxbnNj8Y%3D\u0026se=2019-04-21T17:25:56Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP1-WS2016/skus/Enterprise/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d200e6821950484a8d2014f9ebb1bb9b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=yRoeu6Mf9pD3x%2FgEBntVL%2BRIdPnhk%2Fjd30qaemtzdL8%3D\u0026se=2019-04-21T13:02:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP1-WS2016/skus/SQLDEV/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/c0561c31f0e843efbf65c4ca59a3705e/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=BCQQB2mGuTPp4Jrlm4DxOVjiC2VsB%2Ft4mjQUOUY8BZo%3D\u0026se=2019-04-24T03:43:43Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP1-WS2016/skus/Standard/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/bde535a023f54699a2ee96f58574352b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=tnmrSNP%2FBcFdGDY7VIB2USaSoTGccwz0f2t50AMcEjo%3D\u0026se=2019-04-24T08:00:23Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP1-WS2016/skus/Web/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e444e9cf06044fafa8ca87fc825e39d2/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=W9WW%2BPuTjb2f25%2Fn%2FhQs8gWYDWZ0umn8DgVG%2BD2XHtk%3D\u0026se=2019-04-24T17:07:17Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Enterprise/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/83d1b9ea66e94bf191d32d4747e5d244/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=5%2BVt8IbYCDgW3cpMB1j31OR8oMzQRoVAq1wDkvqMgD8%3D\u0026se=2019-04-21T14:52:15Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Express/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/73c512f0960c454c8384136874f024ae/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=D0%2FhFewg73BV0yxvSEIp84NbhtTqkrhV5BPD0wrTJCA%3D\u0026se=2019-04-22T08:56:04Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/SQLDEV/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2531eba967bf460ca26be30ff461035d/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=uX9n7oJujgZhxJV%2BM4vM2eSwbu1n96ZjfkPgD4tHpxM%3D\u0026se=2019-04-24T21:27:09Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Standard/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0f78eae34cf84343a41dbbec0d3bd5e5/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=12CJlaVDbbNlM5CRvsfhYvbmzs0nHvRbFmqpLut2cas%3D\u0026se=2019-04-24T20:41:53Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Web/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d2a7288a69064feda3295cc7bcae3324/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=pJ3OrXOnSbH0zgB1otVSvZYL%2FVpytADhYRN4t%2Fcnylc%3D\u0026se=2019-04-24T09:30:36Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-SLES12SP2/skus/Enterprise/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4271130d8f364281ab8a90ed0e08adc4/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=laEyOKVmGiQhbhQgpA3iD0SIZGggFueZ5%2Bqmo5U3XMU%3D\u0026se=2019-04-21T19:40:22Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-SLES12SP2/skus/Express/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6f1862ef16d745078e41c2302798dd21/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=qIYlYap7%2F7CVmTGZEcVQQ1J7hDAAnyG%2FIoEy31YWi7g%3D\u0026se=2019-04-22T13:15:18Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-SLES12SP2/skus/SQLDEV/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5e201cb293ae4dd391ce139c7f86c2c0/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=KA7THbHIY3svdwW9bi80fmy%2BnhE1go856w5ipKmJURg%3D\u0026se=2019-04-20T23:52:45Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-SLES12SP2/skus/Standard/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/58d8daf45e814801972fa307a27ae367/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=G4QUTmqGqW129Fz%2BGNmggd0p%2FLSw9JwsDkHeTDWHE1w%3D\u0026se=2019-04-24T02:00:24Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-SLES12SP2/skus/Web/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/1cac9c14b0294b7db2be83c8c57830b6/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=WsbVE1z2RBBjk7dKdY5eR%2BXsL01pcn9IaEDuYlQcoyk%3D\u0026se=2019-04-22T03:15:12Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-Ubuntu1604/skus/Enterprise/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6a3422bcdf474788a7764ef20524cceb/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=TmLDJ%2BMSEFRy6Q6%2F%2FQzyM3suTM0SzoAwCijEenH2eZs%3D\u0026se=2019-04-25T00:52:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-Ubuntu1604/skus/Express/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7fbbe047e9954f7784aeafc1cda3792b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=uy5cE9lc%2FRr%2BKgazawCOnLCVEEmSSmGO9sIMHy3IsoI%3D\u0026se=2019-04-22T10:42:18Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-Ubuntu1604/skus/SQLDEV/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d99835a0b3dd49ae89044a1d9e29eabb/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=TKtZ4FDlspgBfwb4EMXo1rQwutKK7Swq0UI6yCK3H0Y%3D\u0026se=2019-04-21T08:30:08Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-Ubuntu1604/skus/Standard/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/8c8ab26516044625b1eebd96f534775b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=A972CAbVYOq%2BTQHOCTCenUZ6SKQT%2BfYt0chyvb6lKis%3D\u0026se=2019-04-22T08:24:50Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-Ubuntu1604/skus/Web/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/ef35e9b6f72042b4975308b9fe5860d0/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=KkbhoHgIPx7LMQEOv8uNqJDyTX%2F5KNb%2BZduroV7jiV4%3D\u0026se=2019-04-24T19:47:21Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-WS2016/skus/Enterprise/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2d33a07cd13643ecaefc1c8fcf43a282/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=jbQQ7wotE7QQ01Hu8yKFq6Wk4gWgE9u8bbKQjCq72P0%3D\u0026se=2019-04-25T01:14:54Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-WS2016/skus/Express/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4e20599a06a341bbbd19d98584ddfaee/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=sIgrk9ldI6DqYLWPvaJKjyShpS8TusKJNdnJaadxOLU%3D\u0026se=2019-04-22T02:09:35Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-WS2016/skus/SQLDEV/versions/14.0.1000204\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6218e0d321a84be9b544abe8f37478cd/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=IRE75Oe3%2BvxY9T2EBaP96eOqCue%2B%2BKY0P460ZwwyOfY%3D\u0026se=2019-04-25T21:15:57Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-WS2016/skus/Standard/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/59940b6d0bf646e49998ae2d9c99aecb/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=hhLjv%2BHMFGjEDf3YFrvhjdIT0dYjJd09ygXV3fhlFaI%3D\u0026se=2019-04-24T16:08:56Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-WS2016/skus/Web/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/9401a0f0afdc47158e9d26c7b59523ca/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=rnPNcfA95URGpZHlMExTmKVIvr88PacRssUfq517L%2BQ%3D\u0026se=2019-04-24T22:11:54Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSharepoint/offers/MicrosoftSharePointServer/skus/2013/versions/15.0.4447\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/46cfc189e5fc48a18bd10d205a22f753/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=VL4osFB0hNgVpudsSJAtk99zmtDAlde2veDd67e%2Fhbs%3D\u0026se=2019-04-25T03:28:56Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSharepoint/offers/MicrosoftSharePointServer/skus/2016/versions/16.0.4359\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/1c36c5d778824d218e2df4213879d29f/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=IWh6PRUMBLRyZffaH7kX2cEDnfm3lFn%2FFJcaHdJ8MvM%3D\u0026se=2019-04-23T18:12:04Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2008-R2-SP1/versions/2.127.20180815\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3673edaa147345e5b25cfbcd712c9f84/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=c0QHVZQ%2F%2Fa4H1z5uc4FNclFHTcjN0%2BiZJXCP0e6CV6U%3D\u0026se=2019-04-21T19:59:01Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2012-Datacenter/versions/3.127.20180216\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/1c04b103b45c4fdd909bde63c08dba07/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=MVW9chumZuL3Y6w92mSOUVcsN69QH%2Fvt0LIYX7MZitE%3D\u0026se=2019-04-24T13:10:32Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2012-R2-Datacenter/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/WindowsServer2012R2DatacenterBYOL.vhd\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2012-R2-Datacenter/versions/4.127.20180815\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/df758a00508848fd89ed21148f68d4e1/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=DsD1saMbwQZimvmraPDIhqLWsoC1gHbHXMxvIiazGCc%3D\u0026se=2019-04-22T03:44:37Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2012-R2-Datacenter/versions/4.127.20180912\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/de7bfbcc7d9e42f68953c742f2b7ffeb/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=q4QN%2BkhbeWt6fApnINHWeUTvMB6RVzMXnH3adimfrhU%3D\u0026se=2018-11-17T21:55:10Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2016-Datacenter-Server-Core/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/Server2016DatacenterCoreBYOL.vhd\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2016-Datacenter-Server-Core/versions/2016.127.20180717\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2dfbb61edfc0470987695789260b4962/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=DAbE1JrKCehbsboK%2Bl2nWveH5PqT%2BP4ZrwVVxy3h5iA%3D\u0026se=2019-04-21T03:45:30Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2016-Datacenter-with-Containers/versions/2016.127.20180820\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3caeeabf21144cf38e8be5507fc791a3/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=NdhszFTFZL3I8TJaeXjYuHGpk3jOzHy75543xrX%2ByWY%3D\u0026se=2019-04-21T23:48:21Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2016-Datacenter-with-Containers/versions/2016.127.20180912\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/cfeb4f835a7a422ea62688e9c21d1fcf/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=xksf9pNKF9nHju4m2HBZ9GXvrhzQVdYuXfTEmEiNWBw%3D\u0026se=2019-04-21T22:31:08Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2016-Datacenter/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/Server2016DatacenterFullBYOL.vhd\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2016-Datacenter/versions/2016.127.20180815\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/db7a7f8f517446f7b84585493603aacf/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=uvJk2fw6nN8KSydqYpzB0ykmlTMRJTqjZWNW226x6v0%3D\u0026se=2019-04-22T12:19:00Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2016-Datacenter/versions/2016.127.20180912\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3e2a7b9ff7f94b14978e1bb065de5a7b/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=dtm%2F8BeU6ivA%2B0VQIP39ybwtrslE3lhUgDk8dhol4%2BI%3D\u0026se=2018-11-17T04:47:21Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2019-Datacenter/versions/2019.127.20190522\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4f701d79e87c4800be7f144d2186cb33/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-09-05T03:45:21Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Microsoft/offers/AddOnRP/skus/WindowsServer/versions/1.1906.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2f48d49354794235971d472ac7145388/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-12-05T17:37:54Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Microsoft/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/0.1.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Microsoft/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/0.4.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/66a927e4774f496597eae771b36406bd/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=AwpvJSKWG0CtoFNXZWdriJ5CkB4GJgT4uO1QwTKtEtg%3D\u0026se=2019-04-24T00:49:58Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Microsoft/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/0.4.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a9120cdd68514772aef0e52889a97c78/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=hockDbp4QkLasj0kQjT9WUclaSbhjlpBlQhMMNWu%2Bi0%3D\u0026se=2019-04-24T00:50:29Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Microsoft/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Microsoft/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/9159eb815b6345ad938cdbb621472dfe/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=RHQquuS1dJDAfDoWa6fkRlU7RMI%2Bb5yOFzka5WXBBic%3D\u0026se=2019-04-22T16:09:56Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Microsoft/offers/VMSSGalleryItem/skus/VMSS/versions/1.3.6\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/OpenLogic/offers/CentOS-LVM/skus/7-LVM/versions/7.5.20180524\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d001446d7e384d8a873fffacfa76b15b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=gwwz9IK7iJQ4mfBqhA%2F00UuyW7FOFgJwLpl5SVTzWBU%3D\u0026se=2019-04-23T17:02:43Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/OpenLogic/offers/CentOS/skus/6.10/versions/6.10.20180803\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f0e5f463c12f41a7869b722f8b2aa220/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=cGHcWbSy9lf71yVBjwceFDjNUS3zcqEuSTc2z5%2FPkuk%3D\u0026se=2019-04-21T07:41:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/OpenLogic/offers/CentOS/skus/6.9/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/OpenLogic-CentOS-69-20180105.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"training\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/OpenLogic/offers/CentOS/skus/6.9/versions/6.9.20180118\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/ae60540fb616438696923c45af54f15d/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=uLxmnW4eNczWBjGJ0QvpWZhCTrxZ4YuB%2F3qre1H9%2BGI%3D\u0026se=2019-04-24T11:22:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/OpenLogic/offers/CentOS/skus/7.3/versions/7.3.20170925\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/fa72dec1191b46059a29a2d1d736c65a/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=YMFSyn%2BFEvD5Q04cCXNQyBkR4NJ7dzsjKf8lHnMXvfo%3D\u0026se=2019-04-23T16:35:33Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/OpenLogic/offers/CentOS/skus/7.5/versions/7.5.20180815\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/b5701417279a4285a795cfbc1eb95d17/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=jwkYyzGUExiL6DRaXblBw%2FbL48RK8bYTp452KjEMSSU%3D\u0026se=2019-04-22T01:35:08Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Puppet/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/SUSE/offers/SLES-BYOS/skus/11-SP4/versions/2018.07.03\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e7069105a1ae4fb88dec5412d76f57f2/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Gw8rs6O%2FBFEIdKbq6LehE7pzd%2FbMHAhwVujYMl64KJ4%3D\u0026se=2019-04-24T11:52:29Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/SUSE/offers/SLES-BYOS/skus/12-SP3/versions/2018.07.03\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/dc7a6f2785fa40d786502ee72f32e5d2/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=%2BRTsrNg0bQD8AqdGaPAotyYys60n1lOr1kGnWYVN5FY%3D\u0026se=2019-04-22T12:06:24Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/SUSE/offers/SLES-BYOS/skus/15/versions/2018.07.16\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7f409d37db95459fb16b6e0f4454ac85/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=TYqlr80oiBJLCzEct4CiIDynzL0t7IRpqiAaeqTydlI%3D\u0026se=2019-04-24T20:18:40Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/SUSE/offers/SUSE-Manager-Server-BYOS/skus/3.1/versions/2018.05.23\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/81016e8ef9dd4fdba8dd8ef51fecc5ca/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=uHzb3x%2FVUhg36DxVTdQCTrCCHVV5aoktjnbjwMfHLFI%3D\u0026se=2019-04-25T01:07:20Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/a10networks/offers/a10-vthunder-adc/skus/vthunder_byol/versions/4.1.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/b4d19cd6f71f4d4b998f3c417eab8132/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=aWxjMiO71NzkBbQ9urfbLVcf7dY6UputTkAqds6Eyjc%3D\u0026se=2019-04-24T01:02:37Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/arista-networks/offers/veos-router/skus/eos-4_21_0f/versions/4.21.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/337487d0e9e24757912647bca4531c73/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=nwjbd2El9Am25r4zFw%2FwA2UPMdyUEuUsT0teQ1fWbEs%3D\u0026se=2019-04-22T15:20:01Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/barracudanetworks/offers/barracuda-app-sec-control-center/skus/byol/versions/2.1.100803\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/211d33df3bb641e2bc4070bca48b4f14/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Spp0sG19%2F9GCqyBtjYeobDRVT%2Bh8a3eaEI4Exln%2FWhA%3D\u0026se=2019-04-21T09:07:04Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"NVDYCK5Z5E4PXIOSOMYBGMMY2P6FURFDPQ3FQYJZILWEQ6FMQ24F5DBWA6BWHPPAT4FEMO2R4ORKO6AS2OVMDGASLVVNHJJTUSUSV5I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/barracudanetworks/offers/barracuda-email-security-gateway/skus/byol/versions/7.1.100405\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a696e6a8f38341d59e02cf7ee6e644c3/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=hNlSfCea6YTYZ62GWlzq1HTMBKIq1C5JMgSpxWzqYro%3D\u0026se=2019-04-24T14:38:33Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"5LJ4GJIS7FDXKIPC52U2QHQCCG2TYBW23DAXF4C7T4MT47OH6HPZ4LLK5EN7DQVCZFTAWUGOLVXY3RZ4JBL35XQ3QIHJLFIHBWC7GTQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/barracudanetworks/offers/barracuda-ng-cc/skus/byol/versions/7.2.205701\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5d75baf5403c422ebea0ce3a2a1141b4/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=TePc0Nx9CMUMpIx5oS6ydr9E%2BXEHvftADEaAGmsrhrE%3D\u0026se=2019-04-24T23:02:38Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/barracudanetworks/offers/barracuda-ng-firewall/skus/byol/versions/7.2.205701\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4047d7fe588e44f8a93858954913fce3/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=5ZJXinkOh9mYRjTYTOJAf0FAxMpTYaKMaDlr3166%2F24%3D\u0026se=2019-04-23T16:43:36Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/barracudanetworks/offers/waf/skus/byol/versions/9.1.001502\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0d50346e3fb1447886153f14ca5880da/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=dTtif%2Fs%2FHp009MJDSHJm7axB5jMExUAmILaxCLG1L2k%3D\u0026se=2019-04-22T06:42:02Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"UAAWCQTKE6QYUG3H462OEWMTVIND7FSYERZYYW2G5CRESODI3QQABXPZEUDD2ZNU7LSKMR7VOD4M7YWJVBVEUEOVSJVDN25UR73YB3Q\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/abantecart/skus/1-2/versions/1.2.100\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/347f01ec7188438fa67ef00b29d8c4e7/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=mYM75vWt5ErOLrBYF7xD9VToHa6Fs9zdRmA1jMdeP%2BI%3D\u0026se=2019-04-21T21:50:00Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"YEBM5WXAGKYT7TRSJ2UXXUTLS5ZXPOWIGNC5HWD72D5LPX45OPQ74F3SV5NLZGKKH2OKB3U32JHBFXJAD6VRV5QLH6QGQ7KNH4ASS2I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/activemq/skus/5-13/versions/5.14.50\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/b672d164006a47599c82d082e02bd47e/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=T3esbLAZmDelBZcIS57u%2Bb5I9zCBkR3Ib1Rzy4TQGX0%3D\u0026se=2019-04-22T04:52:06Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"6NTRW42IUUVRUASZIVLEFNOKXVBXV2HXGKL2HN5NZ2AJCCQEG6YDJX2AORBGKBULWLVW6POZZJRS46WFESOS47PC4LOTEFYDYZRHYYI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/akeneo/skus/1-4/versions/1.7.50\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/40a9ec1360694b6c9e10af1d40abff1c/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=R%2FKeRzaOJ0dlBWIw2%2F1t12l19gjQB49mv30S9AlfOSQ%3D\u0026se=2019-04-23T19:46:33Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"EFCXRMLFM4PTCELYQFIGCID4DOH5FF6TL7US6BVQJI7YHA7WVT7SCP4IXUCJSA5JL5OCYWF6JJGS7NZ3766GEYDBR4BGGO3MNXIVF2A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/alfrescocommunity/skus/201602/versions/201704.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5b182a4a3ad0415c80db0bd9c6f81c58/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=w8XkEQGUDr5PXj%2Bdijhyg31lEVL8GjdQaK3yONx0%2BBM%3D\u0026se=2019-04-24T22:03:51Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"PWYFNE7FC65D6CK54OR37SCQRGJW7YW2KWGRXIHAZRTAFYOPDMV7JYFMZ3WJ3WNX6DKEKX4EUQNEDWDX2X7U6ZWJ227K23GJ5TB2UYY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/apachesolr/skus/5-5/versions/6.5.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/738cc1551cbb43c4b91aebba9c124b8c/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=UVkpw7P%2BXZJgFw3tet3rhb31hlWta7i8a5ULZEFDVLo%3D\u0026se=2019-04-21T00:20:29Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"O6OOMBWC6EP54OPAD6UOCOEOBOMVUTVAQ6IECMEH67ITHDMRWY6OFLMPKURFKHFF4SFHAWYLZ62WETQJ6MM3LZ5CEJUVZCUHZZA6LCI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/artifactory/skus/4-5/versions/5.3.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a07312ae4a644e8f9595480de3f47b34/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=uafHwTWKOPpgRf3dFOuXoJVOia0XK0AIJH0V4dMe%2FoI%3D\u0026se=2019-04-22T16:10:59Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"LEV2VYDM2F5SDJXFAKTJCQ2EJH34X7GVQQZFR7NM4M6FKZMJOOTT5L2IF7PLNVT2U7H3OEBSHQADINYJ6AJVGOO6K2IPY5L73CTGTSY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/canvaslms/skus/2016-02/versions/2017.4.22120\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7631d0897a94492cbdc91b29f1335ff9/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=EW4Z8yLpNttwdQw19Oysa5cv54vTwcEaHJHnfSIsfUY%3D\u0026se=2019-04-24T00:03:06Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"DTP7LZBFEIYGHXEEPAPCTOK54QV3NDHCGPYVUHVQ3DJVT6UCTLE3V4DV5P3G442UOPHE7VFFV4PH4FTEZJDARV5D74OCV7XYE6HAZYQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/cassandra/skus/default/versions/3.10.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/b965b309a8014fc894d773a74947034f/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=cHaiU7LIDlQlPeH8RNlcdvEUFj2leT7wil2Wskgzmno%3D\u0026se=2019-04-24T15:17:54Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"YPVB26KOT2GMN4NWLZTHTEDODUG2C3WFZL7STYSBLG3K75ETFL4AFACJMOXXOCTX4H2X7566BIPYBRRNUF72GGUMLCGLXQP4DPS5AXY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/civicrm/skus/4-7/versions/4.7.200\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3c375836db9843b99e487bdd3793159f/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=kT%2BS1WvpqHWSPy2rE6itqitNTLeWTpXmGed078yX9Gk%3D\u0026se=2019-04-21T00:11:25Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"J7IPLXWHOWP3HKXS7VEOKGR2PBJZP4S3FFJYO2SH4LQH3I5LH5ML2WCS6FD3SXEFJPD25SW7246RKTU6OVIHGVXW324EENA5VZSI2JQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/cmsmadesimple/skus/2-1/versions/2.2.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/621b7af6be804119aba9e55e6db84def/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=IjPGeHnu8EFZyt8iL7uUOy%2BNKuTVthe%2FYkZnoGGXyQI%3D\u0026se=2019-04-24T11:05:37Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"KBNXH3YTGT63Q63YHCRBYCXTG6LK2MUSERCVKCXRJDXXCEWM4SPWQWZVSPNJYOXRYA4CHZLBB24EZWM3EPSHB4XCQJQ45ZD7NQEDHJY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/codiad/skus/2-7/versions/2.8.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0d9c2264b4b846b98c811b9f6ef3e7f2/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=khIxIiw0ZOw1ohsp9uOA4Kk3Tc8Jtqcr2FQbJ%2Br9MHo%3D\u0026se=2019-04-23T22:34:55Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"EIOEYKZNBWRKDDU6SIB4PNZXY256OGIWNMR6YRYLFLM7GCIQ5G6LDJTIQD7DWWXRMVH7RND733LKVITY2HEWPL3RKFZ7OGGSI3XYV6A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/concrete5/skus/5-7/versions/8.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/871015f26ef44e369a8bae53291cfd87/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=hc8RbW93NcjxTV5U%2BPSfFE5kLBeUcREg6CJ6TUeKriE%3D\u0026se=2019-04-23T22:45:00Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"FNT4HMN5P5YHUBF34X24FCJYUDVFABK6ZVXFUXFNSGJ5GFE65R7B3EWT7AQVCME3IVHO5XTPNZRIE6NTFAOZJKV6H3LVT64L4KYESXI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/coppermine/skus/1-5/versions/1.5.461\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/707cf4735a474c9a89772420df785057/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=AzcBNNRRKef8VpxLJj2njCtXU%2BJTMCZNKUEdeJfV%2FG4%3D\u0026se=2019-04-21T21:34:12Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"R7TPWFCIJREFXH3B2YUZTCDUTLG6ULKCHIOIEVO2IK3UJMYKX5A4AFRDXMIVJIWTNLCBB65UIJOCDPKNJVEPWNBQV25X3RA6E33PAGA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/couchdb/skus/1-6/versions/2.0.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d33ad559f0e746389cc6bf5d058e062a/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=kZcNTTSWvef3zBEirBEghKYYQ3%2FnuGM55WM6WYlqe6c%3D\u0026se=2019-04-22T14:24:28Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"UXAKYALSSOZV2EQWTWR6SGSGOQZD6CZE3LQ22GN2LTTYSZ7CQDQ3XED4R7X34XS4ELHV2P6GALY7Q3AOQ3MYMCKPSL6YITQHD64X7DA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/diaspora/skus/0-5/versions/0.6.600\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d74e60c1b1c2402c8d6f874b1e1935bc/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Oznu3mCWDC6rsaBkHAfzjx2knSWgX9CFsGUDAXySD4Y%3D\u0026se=2019-04-24T21:56:18Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"UMZFWP6KXL3CB6TQXY23QSH6PJKBFAFGRBUFZ4P4BYA6VA3KEIJBVNVQNY23HYBHA3GVG5OBCJWCOOX2SY6TQ2AKU26CJWQIYVLHL6I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/discourse/skus/1-4/versions/1.7.80\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/995895798dcc4b4c9bbe1d0a46b69a29/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=hnZ1EXzZtztth%2FT4t8DfR2dZsdKd0CMKm2VOP5md%2Fdg%3D\u0026se=2019-04-24T18:20:38Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"FPIFN6MJCDPYEENFZTMRDMUYJ2OSADDIKMZ67NKVTASZCYRIGV6WUH34DSCU7CROOMC26YWU2QUDRIIJJ3OS5AMPOMPHO3G273QP5XQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/djangostack/skus/1-8/versions/1.10.60\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/369f8476e0254895955754dc85d7c3ea/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=MzRIkAtsnExGb3mAdg9pe9ItuioiDWpCEad9hKUSsA8%3D\u0026se=2019-04-25T03:57:34Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"Y26IANL5G7VB4NMUZ37XL5A6K2Q7WGSP6QFSFXKV2QKMEBF3MEHFWNUNIZQHPJEF7MIJ2MS4JPOBNWLVH7PAXUNYPZ5GB77744FJI3A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/dokuwiki/skus/20150810a/versions/201702192.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/72b92e119fe340468a2845fbcdd6d90f/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=EcHQGz2Z%2BM0sp2isN1ZFuQUh42%2FEGRAmx76XRRgJjKA%3D\u0026se=2019-04-21T11:24:16Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"U6KTO7WWX6SA72MPEB6H4UVAGT56J5DFBV7UJWEHN66EDMGFNME2JOLMAPVDLH5CM5PJBNJIUYUKW7XXZTRHD7YYKUC22AZA5W2APCA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/dolibarr/skus/3-8/versions/5.0.30\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/b1f426e3a9cd475287f9e78f6ec8a443/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=j%2FjhM2PJ15EBiUgbS1GAj1TqdlbVHynqd7gwbGEB0yo%3D\u0026se=2019-04-24T12:08:36Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"3DWLMZJGURUHFVIXLEREBUTJYPKO7ANYSIY6PGFLKFJ6BKIQUCC2AWGIMDBARSOEOVFPRJMHU56KCA67XMBSNUO2CSETRFLVLSDX44I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/dreamfactory/skus/2-1/versions/2.6.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/797bff580a3a4f998b4150f486f17247/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=L1xFJn2S94l0AJ3Kc8AnaSZ%2FhgcyqsKbxII40fQmexU%3D\u0026se=2019-04-24T19:54:54Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"T2I7SDYJF4NJIGSHIBF65VXEYSWYHCRSIFTPUP6BPJNN4L7A3AIM2MLLXVQGPGH2A4TWQ5LRNRI3KFW2KNJ5P42RYD2BYR4I4T323OA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/elastic-search/skus/2-2/versions/6.3.1807061010\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f47bc5e8c2614ea99d0d728fc6f38a38/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=gCSgaECpElYoi1I0f3A8tkrcXlmi7BomNm8bMpn8SV8%3D\u0026se=2019-04-24T19:13:06Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/elk/skus/4-6/versions/5.3.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/316676111d5b4e3badd980b961d6d9d3/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-25T02:18:10Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"33J24WWFPLIJU7K6ES7PIBREFXFYWHOSKTTBBGXIYN7ULUP4ANF4WFK6K2NMWUYD3LH3OCARZZSAU6OYT3VEENXFX4ZSXUZP4MHHMOQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/erpnext/skus/6-21/versions/8.4.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6dac78a5b4c1402fbaf736f8d7d0d1d0/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=0T2H4iCaLQVBoBWGu7gUHz3YDTkT5y8eD%2BNaUFphqgw%3D\u0026se=2019-04-24T02:10:58Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"HWDMM6EGVAKFTBKGR2QLV3XVXGSYEZ7KZ2UGM5CX6AJCFYWWG5PYZNMGRMD3JX6GWWJWWA5QACGEEVR5L5FBZ23X6K2PYGBI73HOZ5A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/espocrm/skus/3-9/versions/4.7.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2c38d8908dd94db8b2fb5318e1ddbceb/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=%2F5HmMTyn1g8ATcq%2BPOLCT312ylQFZ1ce%2Bu9RGHvGN6M%3D\u0026se=2019-04-21T09:55:26Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"GTCONGI3NKTUR5M444EXXTSHGABGB5EF4FI6JHANMMDUJJ5APHR6C77PF4PKO57SVYZJLEOEMR6CBSLP64GUI4TK54P2IO3O7N5CV6I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/exoplatform/skus/4/versions/4.4.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2698f1d2c5be4fa9961a1121ebb6a6c9/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=CEIrE%2B9A0MPFsHnYY1vk2%2FfpUskA1IT%2B1aktPFS9JYA%3D\u0026se=2019-04-22T03:27:51Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"VGWXONOL5NK6F7O4XUCRBH3GEOWQ6YZJLWIFI35RLOGHP2AQZZ6PQ7AXZOK6OJZ5CYGM2GGQXMQ3XAUZ6SDB5QGYRSHAWXEA44CCLUI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/fatfreecrm/skus/0-13/versions/0.14.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/09471aeec74f4342a81a24f53a37ade1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=VTpcctARzK5yX02m5xFaaYcupDEaFVRTRYVAi844HrA%3D\u0026se=2019-04-23T23:30:49Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"PZ5XR2GWMXXOPJQPSXD2ZF4DJ7647ICIJ3A4CQHGA7I7QLNEU2R6QOCYQEGQRAEJ6T5WBKYLWPJ3BE46LHNCFWEL5RYNO6OURJ4HF4A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/ghost/skus/0-7/versions/0.11.100\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/912e7023bbed4d429bbddb926d647fa4/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=YgAdB4AOHxlCccR%2BCSJkrcJbWnYdWIEST2s5EPWLmYc%3D\u0026se=2019-04-21T00:59:14Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"QEGSQN2DPAX67IZDQVBJ7ZAHJTYADRNUTA3SLDKFSGVOTU4KRTHDVNGLVGEUSO2OH6LV4XSS7HB5ATAHSRLEB5T544CBIHLT3EXXYGY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/gitlab/skus/8-5/versions/11.0.1807052008\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/cf372a9952944f6b9885a51262e607e7/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=gMtzX9hlAyxGNOy9Vr%2FSaJt1qodhuXX5XuY35vx4p5w%3D\u0026se=2019-04-23T20:11:10Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/hadoop/skus/2-7/versions/2.8.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/8664dc6e4ea04a218480fedc529691b7/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=jWIgvXiPLMT7BRkizHLqetLrS3YarAYIbhRdsE4IX9Q%3D\u0026se=2019-04-22T14:11:48Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"LBQETUSP525JVVGQRPCV4WOSOAQRLBWISMGRR2FT7GCG2ZRV27VQXAJL5TUDQFHHIQ43NWKTV4TZWG6HU7OIC5FOQ6KEMEYVPCHHC7I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/hhvmstack/skus/3-9/versions/3.18.30\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4a24a1a9a46c40479c6a49cb5c12d328/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=iOKv%2FRy2unfB6nnbD01oUj0VLEDYZ47i8lBqDZum1vs%3D\u0026se=2019-04-22T10:31:43Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"JTC2BRZS63NKT4DYUBZBZWNNJ2QTGSIZWQBF4LJXCJIGPZ24TAQMTWNH5FN4MBVSEINP5PHPUFS6LOHV2VUUW3VRVQQRJTTX44RPJVQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/hordegroupwarewebmail/skus/5-2/versions/5.2.200\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/c082eea9133f445a924216146fdb861b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=WOqv0ZCNAYAIpKoeZSb3QKH4XjhDk%2FButSsgJVJP8%2B4%3D\u0026se=2019-04-22T05:03:12Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"P2A4HHXJYQIAUQOTYBSWL46EFTBI6SL3GUGSWCT3RTKZTI4N6U47JR242VZLNMPDFITTEFEGGIGK4S6FRH7J4O7SIABBOKGLSXRIFTQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/jenkins/skus/1-650/versions/2.46.21\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d2e7d08a94914cf6941f57a088a8e286/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=GGlj5ZC7VEZ8tk370%2BHZnsJTW7ysN4FV9PKGEjxS1yU%3D\u0026se=2019-04-22T05:56:40Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"OHQQJATXJS2Q4ZWQGOEG6FPTCGQVG6AC3SSGY7SAM2CAB2RRK7PPHRCFNGHUNAD4ZNW6JCRMSHUA74CJ3QNZZGWEVPRJBFPWQ4QRAWI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/joomla/skus/3-5/versions/3.7.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/adb195e9dfa54dfea2f192d708afafea/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=OwTaFq8Glgn44v9Sk6DzURcIqvYDnriL2mXMg8iRBLU%3D\u0026se=2019-04-21T05:10:34Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"D4IRPYJJJAO7KN4VE7UQVNNHZFNFWDWWECWBDD3UHSCAMSBXPCI4U5QVU44LXJF23Q4BL2UQEXEEGSYVASDCXVNEM3F4IJF7ULGRRUI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/jrubystack/skus/9-0/versions/9.1.1200\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4e29e64d69ed43eeb3f66dc86e704960/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=aIMN9Ak9ECfRXxrM1JtMbz17Vj3O1m3SsbY6CA37K4w%3D\u0026se=2019-04-22T05:25:25Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"V4FUQIVH73EXOUYWYWWWJMPVVK5UM2XU2HMUUNSU3OFCWICVNBHADX2YOFKWWIFAEHBXFRUYJ5AMU7CKSUI6OESUUHTZDSTKGMOZVFY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/kafka/skus/kafka/versions/1.1.1805301513\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e2e3b9d1aa664fc09297799de328f66f/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=nxn8yddfmlsd53xeqUJWkgdvdxWbcgYc8iUw85dJBUY%3D\u0026se=2019-04-25T02:35:58Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/lampstack/skus/5-6/versions/7.1.1807111007\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a344d67ef16f42e8a3417c1301ef3365/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=gvlQ%2F4N99TA89dnjax29%2FSS%2FG0%2BFF%2F50BXdOdqyrJeU%3D\u0026se=2019-04-23T22:24:51Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/lappstack/skus/5-6/versions/5.6.310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/dfce49f9624845a99f731f17a9fdc91c/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=BAkzLzlGxEL9teVnJ6ETkTvx5m%2FiaYZiqSECT91MnzU%3D\u0026se=2019-04-24T05:22:10Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"KNXLGW54OT45VXFTA7TFEGO242PL576C2JD4Y7XH4CIVBFBRHGTEEEAZCYAJ4Y5BW6PJ4XFCL3J5R3CGZ5AAD7CTTTSELCWJHVZLIVA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/letschat/skus/0-4/versions/0.4.80\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/9bf984089fe54b15920595a78b33eaf4/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=F%2FHLZobUEpG0ILoBHTfeITX90aZHa%2FveZck6oUAPcyM%3D\u0026se=2019-04-24T15:34:04Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"CZZ2MUSKMCRZB3LHRSOMOXAVOP7CBC3E7YYN6IGXBGTZ7JZYUOW6OB7DTNMW7YEZFXCRD2GGGXK6HSLFUASA6ROYVQP3LVFPGPLAVXQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/limesurvey/skus/20160228/versions/20170305.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d8273db199574efead6b971a1c5f0373/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=6oOSTlZ9DEjMNHh4EmbG4RaT%2BBoWaGlcRYbAKLpDhDo%3D\u0026se=2019-04-21T21:14:54Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"FGJ2BNOPOCGGUB6AZA5KTC7BVVHICBZF2WO4RCDDTPDAVO6I5HJGS4G3XOMBIZTYN4ZD6CHFGMJL2ZN6WATN4BN64BUC5BBO3OJWJPI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/livehelperchat/skus/2-44v/versions/2.6522.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4edd386d3a714bfc8cba36e24149f2e7/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=jdKs%2FJrRukWM3AdS92smPP63aGLTJPUJP4%2FMOLvmxOs%3D\u0026se=2019-04-22T09:59:27Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"DC2G63D46WDO7O5KDW65EVIA3BLMC4IF5DDB6BAD26KM4CIOTKKW57O6OPALGSVTMYKIFBJFY4SXPNIH4B62V4PGIVIBG45IGW7EJ7Y\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/magento/skus/2-0/versions/2.1.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7238450c93b847aba366a62ebecb9553/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=eV46E9GtBVpf%2F23o2rrBGlhHV%2BxxWerML%2B4SsYon7zE%3D\u0026se=2019-04-22T06:07:16Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"KWXD5UVT74DQZEUXLGTK77O6O7FE4M7ESGJM3TAIE4SPTR7JRUEFKEQZXJT4IMVLJJPV5NNX2X6IXN5F3KBDAYCQHHMF3F5O6XAJWYI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mahara/skus/15-10/versions/17.4.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6c3b148fa69a4d228291215b9f009831/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=BDyVosH63gEwJWAwV56AIuJU0L85C8zEHGm9yBWAOnc%3D\u0026se=2019-04-21T00:01:19Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"IE7SD4CALJYW44IZDPG45W7YWHE4Z7LWNWYUT7EIUEPINWZEVQKWJQDCH7EUQYBIW6AVISCJVTF5HGSTCLY2LYV5LU5MCC6OJ3HH23A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mantis/skus/1-2/versions/2.3.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/bf07c46178b344bd9a4369eb95049796/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=q7adt59gXk95ugoEyaZ1EbEYDkE518yKXLZ8cHS572M%3D\u0026se=2019-04-25T21:45:05Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"FWOBKW2FGG6JAGLF2J6AQ3HOMN6S4EQ7CYJCTS5RJMHFPFWNLDJR4MIUMRMJE5JREDSKYUUCKOGIDU3IYG5X332VXFY7LQ5FHQOVP7Q\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mattermost/skus/3-6/versions/3.10.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/368e6884343d4561b7d10b1fd16812b6/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=WubdF3CjcTfvpJjtDAOb21TmuXN4bB65ASZB16%2B0ha4%3D\u0026se=2019-04-25T20:32:11Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"HKU6GMPNMSCI3NA3ZOCGSK5QALW64VZCXQCFN7OA3WPLX67OHDN2F5NNVS5LTLOFMJKOTWFDCMSBYYBVANUTLQKSOZNUG6OQP3NXK4Q\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mautic/skus/1-2/versions/2.8.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f72014a6264c46aeafda2e06278277e5/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=rbb7VaPZbZbkhZSev7%2BKt9rMVWu6hZQOFng8To22zxE%3D\u0026se=2019-04-23T22:55:35Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"YR3B73XQOLQKW2Z5BZLR3RBACCWARCJCHFS5EKZKRJG2MFUSUEGR3U62HXSHULCDTIPI2NUDT37NUQKJCIEY44K7FLVXI6DKAF4CGOQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mean/skus/3-2/versions/3.4.40\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/1e44e0a92a25465d8553552e33ecc506/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=mi6hQKn%2BS5NwJuFJrAl5gIJhG2GFYqS0zAeiTiVpRiY%3D\u0026se=2019-04-22T08:14:14Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"EVJ6R2UVEST7B5SSZ5QFVR45DKVLZU2WANVKHYPWAACT4LFGL5ALAILDXDLSEIKLUNQGYACMDMDPQAI4MZYMLJEBHIORUPPNKE7A5EY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mediawiki/skus/1-26/versions/1.28.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/11a28b3fb2ec445a980b57158097d242/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Ilnxp%2Bg5W2p4xgk7oCkEvyjCi%2Bd7SxBZyp%2F1SNbF5hI%3D\u0026se=2019-04-21T22:10:55Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"6KHHRVM7SP4FIQGX4AVVONT5HW4ZUU6A72XRA6SKWC7GPF6YPNUJ5NBIGNFTMNIR2YNFE37ZBSCJFPJSO7WCAY5KPIZFPR6FXQLFNSI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/memcached/skus/1-4/versions/1.4.360\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/876f358dec114a1da58f9b1316a4c950/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=BW5jmET%2Bf3bENlHu107vLsC3pZXim3124Suf7ic22RQ%3D\u0026se=2019-04-21T02:25:19Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"532VI6A7CZQEKPEFGVHKNCNG52MQMHBDUESVHYSTLNJFG7KLILDV5IECVEFOQUAYCEVCSR7PNUW63SNSZTSI6EQO4H45SRH4NLFDPNQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/modx/skus/2-4/versions/2.5.716120\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/742ace97e8b8429cbfb1250e525c63aa/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=wASgGZo2CkPicSaVZXYh01BP8pwFpQ26AkfgW1X%2FZVM%3D\u0026se=2019-04-24T15:00:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"WHS4PF5GPZMQHOVD4C3R7VELAZCUWW733YDMX4OSUZK4QEIYHHPYBIOAMBNLNF6OQGEZBDF47FKRM32CK5PLSKMEHWGDO4T5QGHENQQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mongodb/skus/default/versions/4.0.1807101011\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/9abae78c3a33449c93a5538b63e4b104/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=6tI%2FdIGDlVo4OuP1Ex8L8oTOi3nBtpJo6aeAM2FFt7c%3D\u0026se=2019-04-20T23:25:02Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/moodle/skus/3-0/versions/3.5.1807082007\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/8df1e5e0af854d459f3289378ada1250/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Sg88Q7wufs1EDbW2lt%2B7A%2FpDBrfIAA4mgd4K%2Bm7XfG8%3D\u0026se=2019-04-24T21:19:35Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/multicraft/skus/public/versions/2.1.12\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a911d75bf40040fdbd7a5cc973b56aa1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=YnrKGm2A1jSZPysZC0evrTpKS4eMseB%2FmEhZZsLJePA%3D\u0026se=2019-04-25T00:59:47Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"AW5VGA3M6GLGW5TTAHADTBH44NNQ3MCTOKDTL3LNVUFFO2Q4ELB4A23K6V3WD2OBSG4A523W56MRKODTMX2WYL7HZF7TD5KBF7LIHFQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mybb/skus/1-8/versions/1.8.120\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/bbc90ea6a0c546b98e51c9289cd01f97/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=lg%2FajN4pyjmtMBkDECI9kjtAyyUqrl5aej54OYqNFg0%3D\u0026se=2019-04-21T06:50:49Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"44Z2GWSDWD5RXOSBI2G3PPFB5BFBOAIOUXCKOB76WISONIDLRMA3XH7GVTJYJHNHN5R74GCNV2BFHFNNZGZBXG5HNHRUVERCYRRVXXI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mysql/skus/5-6/versions/5.6.360\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5b1a6f753d364bb2b6f502e65ab819fd/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=JhKIxS%2FhMb79jOLT867Pxh1Hd4HP6NifiCPD2MA844c%3D\u0026se=2019-04-22T13:26:54Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"LPBPC6RHPKFXU3MSGFCMET4UEZ52WJFWPPSHTO5OIO24O2CEZAUZ6AMGVFDVNFPCOIHKCW6FD6N6N3OJVVV4FOKRCXGWAZEHJTTJULQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/neos/skus/2-0/versions/3.1.30\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3ed51c0682cb4fb1aa1cf5e4c8896122/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=JJesf0wvXaoS2tuM52I6rw6vxlpocg6i778NJ%2BIfOpc%3D\u0026se=2019-04-24T10:49:27Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"VQFODFNP5DQMYUUJUS3LY6EY6YB4S4TYSQIHFBBOCVXQQKY4XQVA32CRB53BRJCKSPJEZYWAKS6SOI6DUIZ3NLFF63BQNAQRTQRHQUA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/nginxstack/skus/1-9/versions/1.10.14\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/1f1545957d1f4c548508d052a5492a96/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=us4B1xEA%2FtW2N%2ByL%2F2oRnldm5EcDitfIlMLlEAZ9%2B7k%3D\u0026se=2019-04-24T20:02:29Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"SJVYXHJCJ76EXLMBXRETI4XJ35HHGAVGM4TB34FQMAMWBLIMI2FVZ5CG2CF6TFEH4MBIVGLFQZ4TBXZHVQEEJTWVVV7DP6BI63XCV2I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/noalyss/skus/6-9/versions/6.9.180\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7255d0e4b8174efe974c5904d2d00d1a/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=SpsOucZBlXOTP1oczv%2FtD9%2BL3YAiYRo8BpxXtItE2vA%3D\u0026se=2019-04-22T10:10:32Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"GXF7PHAHQ7P2PWMOPQJ4QBSCTWGHLUADHS5R6SCJQSDUBJFGYHBAQ3RASH4ZD6TVBKKEN6KLODR7SOM4CLRL3PKZQIO7PMMDFZ56TFI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/nodejs/skus/4-3/versions/8.1.40\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/cded2bffcd59467aaf44ef99c4196d16/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=XO4iN%2BcL6BM%2FcyVMReOFPpIvNbb6ZKh7sp1Gt1JMp%2BA%3D\u0026se=2019-04-22T01:09:11Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"5OU4IM5YKFWU6UMR7MYRY4NQARI2S4GHM7JCUSPSFP4W3CFZKDDQ2M4SV3BKYULHAGAWR5INMNO6U3F2E6GZNNAYAEW5TANHBF3KMBY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/odoo/skus/9-0/versions/10.0.201706150\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2fec5a5863604fe491c0c2f763d2cc21/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=le%2BqXTQQ8XMJri9tQqm2ZquEPrTuA5f%2Bn1i%2Ff0eNfNM%3D\u0026se=2019-04-22T06:17:20Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"WZKPPR4YW24XVXPT5WOMIZIRWAL2IYMJFAHRUQV3WPUUGA666KCXG7ETDKGKQ2O6FPKA4EDTNFSF7S3SOM4GRVVSA3BFDAQCGI5K35I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/openatrium/skus/2-54/versions/2.617.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/255e045c7b7e4ed6b755a90a8a6f7d5c/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=tJRhUeMEHSdBS1SXK6Oo%2BaTWkyx75JKIGvbJd0vaU18%3D\u0026se=2019-04-21T07:57:52Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"TFJN4M2RHEJWDPDOAPQRIC4WUBAUUVASLTDXQXMAMXW2AUFD2KRRMBKRR5H67QOFMIXSJ2CADCLMLWKNPQ6HHLJJTYBF463MMLQP36I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/opencart/skus/2-1/versions/3.0.200\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/69be1b00bf92432fa4ad824bbe71ab7e/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=j6m2at9aRAyDhGAongjNK7zmcqxwEu1v7adADeCh2G8%3D\u0026se=2019-04-24T00:51:32Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"LUBRXCPOCFS4PMKE37YY3YZR7GFYAVBTGK3LYGD4C2UBBIS5RCE6J3RESV4GWI6IR2RFKSP4CP2CVTPXUY4SJ25QATKNGCDRAN7AM3A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/openedx/skus/cypress/versions/6932119.3.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/424c957b10c94477a8aa95faeaac3b4d/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=KF%2FZ8tOBRxHg2ArxPHimopWQUsdyUceNk6vgFzs5s2Y%3D\u0026se=2019-04-22T06:59:08Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"JHTYBKDNSZTBG7THCSGT2HOKP7NZY6ARG7L65LTC4IHHECTQTK6DQOUINJGROUETM3YLIPY5KXTJZLR7QQ57Y4EE7MVFIPSUBOYFLGI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/openfire/skus/4/versions/4.1.40\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/9e4cba897ab5449a8b2c6a7db91db99e/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=cb9KExuz5F27Gk41ooejDRJskEAr%2FMx3Oq0mmwk%2BK3A%3D\u0026se=2019-04-21T08:13:30Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"23NYVV5RLGLLDXBWCBJC7KJKJNITKRLPH3RHJYFYAGAKOT4DES4LCQVIO4PC32YH3EATINN63TMQG3IGAXCB6WXJ2ZI3MSHMDMJPG2Y\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/openproject/skus/5-0/versions/7.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f79dfd529b9249bd817df39a823078b5/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=ZLhr8q8nHAQpRO3YSz3QRuPE3xwl2EKQY5QC2P84uPc%3D\u0026se=2019-04-22T09:37:48Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"OZU7UPXJ57PHFCAWSBRINR2ADUOVZSY3HV3FD3LRKEJKEQE4MB3UTCKDPYV5QP6SCTXZNQIM53RNQLYALODTWFKDKES5SVIYP7CG2HA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/orangehrm/skus/3-3/versions/3.3.30\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/efb09f8ce47143078d73302d36aa6721/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=oFm5EIAL5LTWThtLAV5o2vNXCYZJ7uCFabBOp%2FcNXqo%3D\u0026se=2019-04-25T00:45:10Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"BPAZGIG5B72GYHLINHOMMLCJHAGVMR2JLIYFGZ5K6JNS66AUETP3LJGAPOVWMSLUVSGWFKILUJAGZNQVJMHOTTC7SPTETMI2VSQXRNY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/orocrm/skus/1/versions/2.2.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/fd260b8eb0564968b4643f03bacd1329/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Abx1W6mYVD7Ir%2FUPPt4sbt3vWulgjtMSDIcyVFCzF0g%3D\u0026se=2019-04-24T20:10:33Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"DWB5MBHQ7FQCPYLMUKZCWN6MRJVHWQIXVBVREMS6MVSLOT54CWOUASZKTMSC7QNFQ53S34LV2V5U4TGTEFVJNS7ICU36RLJOZZW3YGQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/osclass/skus/3-6/versions/3.7.002\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f62e1e3a9c364401bc6f82b9f2541670/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=N039Dv0TKEBl%2FHFsD8LPsOjCVEVHQpG5MeyVfkFu6U0%3D\u0026se=2019-04-24T06:02:24Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"5AGBUYUXKPN4FR6XSQQKYC6CN72NWB6LNB2OQKMIQ66EYR5ZUAEMYHV32T2OU7X4ADPVFIDF3YPW5H3XE6FJF3XWAAM5HQQRQOLWDOA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/owncloud/skus/8-2/versions/10.0.1805302016\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7783c84f219a46f4a3ca18335afb6923/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=ozPzd4meSnqhlootrJhjgIElepDbIWyq9g1QF6bHmsE%3D\u0026se=2019-04-24T15:52:15Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/oxid-eshop/skus/4-9/versions/4.10.40\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6a4e42db0ccd4339bb4d6c27ca75a86e/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=VZZxDKRbyJe5xtWYa2CUgMJ1S7f2KfFGTkZxbTC3Sks%3D\u0026se=2019-04-25T02:52:14Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"PUICYL2NYR4EMB7IRZPMFOUWCC5GYATMYKBBVCQIY6465AWWSBOPIITA5ZM7OX5JPO6NEK26TKXX54IUUAZXHZPHPLR7KXU7HPHDETQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/phpbb/skus/3-1/versions/3.2.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/998be6e7e1df47ba919821197f0f31c2/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=jvzAAnsG8i9qQ8nm5R6Zp1r%2FSJZHwy9qogJiwZUPwhE%3D\u0026se=2019-04-24T00:29:16Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"K6SDMWQ5AHIPLF3N4PHAARERK5KLUAULT446P7Y3CJL7DGDGFAO4ALXBYD6FSBNT5QLDAFXMG3YRB6GIHFZB7YVVFTKU4IXLQE3U65A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/phplist/skus/3-2/versions/3.3.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/af7f8ad261f44c1fb7f6e807ef8939a8/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=ySbEJT8V2Nh0p%2FC1AeizMFJS%2FycKODN6bEUWpoID%2FrI%3D\u0026se=2019-04-23T23:06:11Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"RTSRWQAXSRXWBEOPI7I7MJ7IMU36SXUJHTTDP25UT3LYYN7IB3CDORN5BMJID4TU6GMHLVE5M2HAMXUY56YMJD5MKA4V3XASFIPMHVA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/pimcore/skus/3-1/versions/4.6.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6b52e4f998c54955b7ffc02ffa519d30/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=AvwTW5Y5RfaQEM7NulGuFZliX398w5ebAJRlYS1Cx18%3D\u0026se=2019-04-24T00:38:52Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"YBWOGPYU2ZHZ4PI2SEDDPIOUOKQRDAVF6AVXVSZ4HSRD73TEWFJRVWPM264MXDAOFSOY4GITS346ZOZ55MKTH225DNLRMUI76EI37TA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/piwik/skus/2-16/versions/3.0.30\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5235ba886336467b90bb497c75f193f7/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=t10VrvuYZ%2BpoTjEzuEEFLvWMknEBS4kKmypNlFLNk5Q%3D\u0026se=2019-04-21T11:41:26Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"AL3FTPOHEFVFMOV5FYJUIIKU5TV5HEB2YU6RSAJEJ456A5YPDAHTCPBXLCE7JXCJF472M7F6HCB2AKKAFGICS3FIAF4ZM47GKNPJYTI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/plone/skus/5-0/versions/5.0.70\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/c7481be4d89e4f96a6271330b24ba215/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=AD%2BMV34e%2Fb%2B47IlmL6q0fOjnzkmS9IrvaVoECnylmgk%3D\u0026se=2019-04-21T10:49:25Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"567UPHGNI3PZLHZMGQ3P7QZJ5YKHMYGNTFP3OF7DUTS3H7N4ECNNOLYR73HZBQJF5WSHEK5HVY6346EEJEI3RYTZXT3UVGF6BPXDK5Q\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/pootle/skus/2-7/versions/2.7.62\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/01462e0fd56a4db7b252831d45bdecdf/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=vq%2FOTCnjTorx%2BtAXsMUq2ZTQ%2BNcwRCXQnovIjWsVAUw%3D\u0026se=2019-04-22T07:40:59Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"OMI63AZNTHJN7AK4JRE5J6IIWH4WPBP6HZF7WIHAZMQLS6PKBG4T4UGBXUWJL4LJEMVSJ63B3FD342YK2IXJGPW6SO7XZEEVWC3ER7Q\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/postgresql/skus/postgresql/versions/10.4.1805302007\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/8f04bce6b5d3445587df466b293e5e16/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=gIhM16cHGoydZmyKXaFeS%2Bxdt0e6pJi50NhViUwqKbU%3D\u0026se=2019-04-24T23:59:51Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/prestashop/skus/1-6-1/versions/1.7.110\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/1186a35cb26c4d0fa44423f1b0f7a7d6/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=RENkThmw9MIdNcCLwJy9JK0fjAQu9KBdqH%2Fbmkqb8ho%3D\u0026se=2019-04-21T03:00:34Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"4SPRV4DB5YV3MQDETU2L2XS5U42YFH34AW3Y6PNOG2MBWSLLFHQ4WC2T5MGLOFUQ7L5ZDNJZV5GHSABJVNC4RX3XRFVZ5OENM6XPBPA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/processmakerenterprise/skus/3-1/versions/3.2.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/fcd909915dfe4aaa8bce73d1360f328d/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=HhWNCtlUfX9I8Woy5wx%2FOi1D1nHkHIVtJlQfWyUcrOA%3D\u0026se=2019-04-22T10:21:08Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"3KHT7OB5T3Z6HK4WMT4HB4JHTZDNOSI2T3SEPPXQU4E4P2KQQUTR75L3UU4TZIUREFNNFKIPCV6LAOMXTMWVEPKHTI2IS6OM7ICOD4I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/processmakeropensourceedition/skus/3-0/versions/3.2.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e588eaa094014d06a6b9b51b822b72f8/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=rc2vzPa46rZwFdAdjcsvfmmBchKdOgNe68SPW%2FIEQMI%3D\u0026se=2019-04-24T06:13:30Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"A6HWGUSIOY4TKUGGCDC47PHBH7Q6NWCMGUX62KGHPGAWNGGWFJCWFUILFWGVU55GJY4RIN2GU22D6U7J6AG5EHAVZX43RK7WO2LPLUQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/processwire/skus/2-7/versions/3.0.620\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/fa29a2ececfb42b68d125b04f5e132dc/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=L5APylk3h3Pbr7zhfo%2Fd3x1fEj89ZGE5Nj0hTGX3xno%3D\u0026se=2019-04-21T11:06:06Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"UK6IQ75QHZCJAYBHRVZ6NOIFJMURQEXWC2VBE2E5QART7NRV6BY4J2G6T4IWEFVIT2P6Y5OFEWG3TDJVGIXJXOOWUH6RD2ZDPR5OUSQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/publify/skus/8-2/versions/8.3.32\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/9fcd8a3240ad4bb1863f242510c433b9/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=0wgVuGtnK5SS%2BY7ihmxl%2B8y7PnSEANRPJPZA9y7ZJI0%3D\u0026se=2019-04-21T10:15:34Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"5BV2OW7LABM2FS7A47FXQPQUOSC6O3NK3MVT3EDWZ2TTNK4325GMK2F6S5E242PLF6MNMBQC3X2HH6UIUTDTXKRDP4GPALPMGLAWGQQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/rabbitmq/skus/rabbitmq/versions/3.7.1807052008\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5955bfd9e0e64eacbc62d47ef872f6e7/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=h42OSV%2FadHQ0Aaq1DFU8j1XA03N7xThe%2B7lS0iNDoOA%3D\u0026se=2019-04-25T00:14:58Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/redash/skus/0-10/versions/1.0.30\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/1bd4134627c44cffa8865549df7b94c7/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=hqPnBpQJJOUkQFNWMt%2BHSGUl55gFnP%2B8HlkbvrUT%2F%2Fc%3D\u0026se=2019-04-22T11:55:17Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"GB27VRKNY6U2XVL5MJBFK2TXA7PJI5KS7DPVB5EN6BXSWHWMI2RKWIQ4VQFZ3LUX4ZS3VG6UO4M6RVP7NZQWXWJBINWACVIB6VZD5RA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/redis/skus/redis/versions/4.0.1806251509\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4ab9b364a69848ec8a8a1e7461ac68c0/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=%2Fv3nRiCFtCqW4LFh%2FosgKd4io3%2BRddZbP8FLypdtxCk%3D\u0026se=2019-04-21T17:03:08Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/redmine/skus/3/versions/3.4.1806101514\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/c0a771c03e5348fbb1013168b1c35652/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=WEI1zs57Q%2BV2Vo3lvZ98VaVJuDZ6rHqqFyOTnDcYKg0%3D\u0026se=2019-04-22T09:48:53Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/redmineplusagile/skus/public/versions/3.4.1806021515\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/729299825cf24a7eb38e279a986b4741/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=XQQMbyBFiposXKSjRWIfaiUi4J10DjUpVW2jfZo2qgI%3D\u0026se=2019-04-23T23:42:27Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/reportserver/skus/2-2/versions/3.0.26\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3a965e4d83de435383989cd1afeceda8/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=NaMEQruEnSunlQVdk9IRVxcr54jwsPJ27MslchAvZYk%3D\u0026se=2019-04-22T14:36:03Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"UZB6KZLL6VDNASOPRADCWWA2JYGJSEZNHH3S7L2T5AJOC5GKUF764XVKKXTPDNWJSIFD4TDJZBPA4TH66T22LVITERFO6AKRYIADQFY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/reportserverenterprise/skus/3-0/versions/3.0.26\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a45516e668484fbab14bf06293bd510f/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=byZZJYHCn4mpGh01RQ4hJi4JIPZmwf%2FdeLVi%2BimEogc%3D\u0026se=2019-04-21T11:59:37Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"PSMYGQFPYCDMA22MJVBI3GZFK7QAWYHNPGOVBV72KSNZP5CE6UTTHHE2OQDWNMLIFW3KMAQUIHHLKVWQZSPOAYSCL2JOZ3JOIPRDV3I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/resourcespace/skus/7-5/versions/8.1.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6a27f8510d404f53a227bffcf907031a/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=MwEED8uZomL5ErPZTq8ZSoDWQdZLDqfig0xA0X4tJCA%3D\u0026se=2019-04-22T08:35:24Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"TPKPWEL6GKA26DUIOKHITTYOXS6FLHUMNSGVGNF55S2LL3FRPHLA3VAY4Z5B3IUADPKDYXRTNJ277NFUQM3W4G2QMXZGITN2SGH3SGI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/roundcube/skus/1-1/versions/1.1.4528\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0c4d054fc29c4e52a3e4469663afbc0f/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Howa0abznT6guKf30stGY8hPVPVyZA9g7O5OvrzYg8s%3D\u0026se=2019-04-25T02:44:02Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"BL4YQFBGX64Y5FNVNLMFTZUTT6WKI54MAI67K7R2E327M3RJEL5VBW2SAUMMJBBRVAMX5CVCDIK25JXU2F2RG6DGBSYKTIVIK7ZKEVY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/rubystack/skus/2-0/versions/2.3.15\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d2471808a3694f74a541398f6f505888/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=5ZFqNiLlqk9PgFH9TalAi55DGIVA8VxVjdHvIlG8ZAY%3D\u0026se=2019-04-25T21:07:52Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"RKIF25AJSHD3E35BAYI7INN3AH6W5CYTZAC7RWDGBMBX3M2K5HSQXWM4WE63CF72YKMYX52W2L4LTK4B6MSM434Z63HUSDMWWKGK6HY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/seopanel/skus/3-8/versions/3.11.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/21a68d19923346fc912357d942d9bc1e/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=l6yXdx94hvPkLX4L4LEAZozGzkFwXWSlptVvvivCTuY%3D\u0026se=2019-04-21T09:40:49Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"IQVW7LOXAPYSAULCW46AXMTAWWFUQDXE5IFKN4NDTJ6U65VK2GEAVPTCL4LRJBQ3NKLI6I33BFSCROFSPFH3CG3Y7PA4DRBE4Y2URCY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/simplemachinesforum/skus/2-0/versions/2.0.140\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/183a571bc28341f6a4761ad1548b41ef/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=TBJKNSSARYWwHgvekfeDH7uA4pfx5dcwLbW7jX%2Bajqg%3D\u0026se=2019-04-21T03:31:22Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"5TVL2K2VL7PM2PCN23MMGBFWADWOWSPT5NDKL3LFN2KPZPKLBJBNS7VTZAPXA2MJVDVFZASNODIX2WPTBAEGTUE6EFEYXHQIZVQT4AQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/spree/skus/3-0/versions/3.2.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5cee33a1394d4257ba59ae66ee2ca8a1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=n9Ds9CLXvtV1%2BrmyvhikXDeQAqEnb5YfqY1AAPIkxfc%3D\u0026se=2019-04-21T07:06:27Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"DHVT2WSSE6V4PCVTT6MOEHSX6SP2VMI3X7WSYGNVX73QHHFFPGM2NEEURJJPPLLIXFRJWIXWRV5PRL764XZA453OLLFCSPZ5AMIIP6Y\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/subversion/skus/1-8/versions/1.9.51\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/60e8196bb6764edf8aff2fbc3e8b166f/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=s%2BcYk8%2FHFtSOwDMB5Cd3nnrj6DqMtr%2Bx4WcjgFJ2hiE%3D\u0026se=2019-04-23T20:20:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"4L6QOI5DM56S5SYYMF2XF3T2WHOLOZ2FG3MQGS3ASFKFE5KEHM35J7PSJM4QCFQ5Y446BCVSRGOWJ7IGXUG5EW3WZQ32ULAQL4B6GFY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/suitecrm/skus/7-4/versions/7.8.31\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e9ac086d50634d91a7ea3c5658c078fd/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=D6PkB7U%2FdTPy7jzBBtyIrhodPdx1a%2B9%2FXJ%2FUMvwlaCE%3D\u0026se=2019-04-22T05:13:48Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"T4WPP7DXSHS24JGTGMXVYMVTMH3TNAQUQKAVYPB3IUTFMJ7HVRWDNTKUZTWGLJL2Z6DNL46UCENQXDVQQGNQKFLTX53CU6KBBIEG6ZI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/testlink/skus/1-9/versions/1.9.16001\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f54326dea5a14f0a9e7d98d6309f8539/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=%2B%2B%2F%2BpWT3Z3my8Ag54ObL8yZZ1%2Fxqq3Fb8cTmHwHdILg%3D\u0026se=2019-04-22T05:46:05Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"WO2KT5HP2DXUT4A6D43KIC2HYXN6T7HFVY7A7M5MBJNCFSCQKO6CVMREBA3L4ANHMFBNXQL66XHWEW72Z7JUV54NFLYKRUHABQOH4VA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/tikiwikicmsgroupware/skus/14-2/versions/16.2.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5b519919ade94b09aae3cefcb22dbe03/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=SOD4mM3dpoTIEvs%2FbTUS%2BRAzVHNIWJNpSOOml7I3aVg%3D\u0026se=2019-04-21T19:17:36Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"PWZDXD6Y3ELNZMJYC2DID33V3AOGR2SEZUBIW7UUC42MMBKYIVRWEZAD5DULFEQXDGXGIZZIIVOVQMS4SOSPY7HJSHAXHSWX4QS5LSA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/tinytinyrss/skus/20160220/versions/17.4.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e689566ffb594d62a651277cdfc5b699/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=gWc6z%2Be7yV26Vm5mrTun9oH1klupo4Hs08fNYx%2FNGmM%3D\u0026se=2019-04-24T07:46:14Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"FNRMLRVSQQLM65NIVPGGYYPX7SKB6MHKTJ7D6EW37EEH554GTYQ2RMV24JXKG372XUGTEEENLEH64ZMLKKC7WOOY5LVFI4VUDXTIMYI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/tom-cat/skus/7-0/versions/8.0.440\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/150e2016ae7b4ccf8a93c0cd7f64609c/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=4b0polHYgxf4MnPBs6u%2BgnaiWs4WpMEVuSVWwGOvP8M%3D\u0026se=2019-04-25T00:37:37Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"GYHHP7RYGYWZL73XJ3KW2KDF3XYA4AOILACVNJOK6WEIQWLAL52GTB4UQLKVI2WHGMTTKULGZ5MDZDGFHOPALAS5VVDEVO3MHEJX5JY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/trac/skus/1-0/versions/1.0.150\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/778069a7bc894cfdac955b06e77fb4c5/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=47HIb3YMcaY8wFYO%2BSWpTSXejArp5f2L0ugQuCAgjN4%3D\u0026se=2019-04-22T08:02:39Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"VQHOBULMXBXDHRHNHBHZM5LG5PGOZPGEXP4OBX6S6YWBTIYBA2LC47YIWFO5H3DQAHUSWLLV4YQLRIOFTEF2JT3TKMFZWQA3RNA33RY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/typo3/skus/7-6/versions/8.7.30\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/98ee14a7c4a14ed7b7249eaa590a006d/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=b0ybisTFumVEgr%2Fdm5SxevmkTv%2FkTeUKpFiM1KeiCzE%3D\u0026se=2019-04-21T07:21:03Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"NTSW6YPEEN2I2GZJ5LC3DWCBPBUYXQHFZTM7PPQA7OOKNQKLFT26DJNLWVFI7QG74BWDE3URHXWJLFAXYMRBOAYWR6V4GE5CZQEOZNI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/weblate/skus/2-4/versions/2.15.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/87af3458122044a2982855b44d484dc3/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Vve2cffL4spLte5cU16jcFsvXkhic8VGZAE1mOZrgv4%3D\u0026se=2019-04-22T05:35:30Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"Z73BLDMTDRJNBFDPSLHDLTDYHBF2UWX2JQ6U5E6I37QASZXWP36VSQ3CS3IXXPTSEYTNQ3D23TLL3MXNEESWWKJQ2GNCULGWPMJ6AMA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/webmailpro/skus/public/versions/7.7.50\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/669bb550e1b44e94bcfe8971e4ba40cb/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=cvTESk%2FA7%2F3ZCTX0Q%2BwPKyWi4pYKVn%2F6cNxFNbNcKro%3D\u0026se=2019-04-25T04:05:37Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"SGDT5FWB7ZDIA24HWNJ3ZLWWQSW6FPEMSW2VNZW5FUMEG377CQHEDOPLEVCKE47TNXDG22YKQNHFWFSGV6WGMTW5M4JXTXA7BLLKFDQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/wildfly/skus/10-0/versions/11.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/aad93b263516426b8725f29c3be5c0ba/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=zBd%2BtWW4ILXKf8BaD2x39YoO99uDNVX8uhb8QuUJBuQ%3D\u0026se=2019-04-22T07:20:18Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"BL2K4SJL556Z5I35AAN5OF7I2UO26AQ6Q25HF7PTVFY5QZ5CTVJMNPI3D6VE7SAYIAEPQNKHEGNYIGAUHIJ5CUDL3NLFYSTLB32MTII\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/wordpress/skus/4-4/versions/4.9.1807060508\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/20d0f93779904e68bf29ea69af7272f6/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Kg4M5URSM10kOriSLaCM8e6jwQ6yHpccoftHEeAB1Lk%3D\u0026se=2019-04-22T10:52:53Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/wordpresspro/skus/default/versions/4.9.1807060508\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/86fbd19206a345e6957b28644f4358cc/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=tzvT5X%2BmaKGR0bHEuhYMKMpkoyDP1uGKdGkvVul3YvQ%3D\u0026se=2019-04-24T14:25:27Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/x2enginesalescrm/skus/5-5/versions/6.6.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5d755ae93def408299a7be35347af6ad/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=guAS%2Bo5fQMy%2FARninrQvfpsnfgspigY4aSIwEsxLrTc%3D\u0026se=2019-04-24T20:30:49Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"UNCU2LIEYA4XD75K5XS2JUF7KQROMRYX246NJCTE6YWICZ4AWEVRGAB6TEZSOBN6SCSBYVNCVYWPSU5ACOCBCN53JVRHZMU6JMUSLYQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/xoops/skus/2-5/versions/2.5.811\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/b26f33de420a4a60816ee28bf0395539/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=87B%2Fi8V1O1BGUsvhnmokAZpQRiNeHlQwN6k3GTWwRBs%3D\u0026se=2019-04-24T22:55:04Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"C2KK3A7GO2G2IZB35TSOIA2RJQSM6MNUTDHRM6XK7MNUA6IUMSBYMR32EYPIXNHQJT5FXJ6WVFBLQUPYZUSC6RCPIIBEPAL2ZRY7KGY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/zurmo/skus/3-1/versions/3.2.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d396f05994844eb7b695f2c876b6ebb9/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=jn%2FkaxqDvxQWvN56inbInbcxodWS6Wcl133OblrIL%2F8%3D\u0026se=2019-04-23T23:52:31Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"4RVJLZ7BVTEKMVN6MFRTXH27CLIDGOKXHRKM5BHYWZV45Y7PFFVOZWZXNDKRUIA555TXMVICZDWMNZSBJR5EFUXLTLH25IUYH6GFC4A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/checkpoint/offers/check-point-cg-stack-r8030/skus/mgmt-byol/versions/8030.900200.0542\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/cba550aa600f4a0c88c3be093b1c2e38/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-10-04T01:32:01Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/checkpoint/offers/check-point-cg-stack-r8030/skus/sg-byol/versions/8030.900273.0542\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/61c2244171cc4152bc961f1aad0f0d48/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-10-04T01:31:48Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/checkpoint/offers/check-point-vsec-r80/skus/sg-byol/versions/8010.90013.0226\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/00028f863a22426d8838fb68a3495148/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=5nahpFghUpP1GkrLkiEDM5YdFajcJNgo1h6S4DZEWag%3D\u0026se=2019-04-24T02:50:20Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"UZ4TFGIR4NAGZW2CNWENAJFJWLQETMMSYL4LZDE6DVO2O4OTANT4PWIUVHCONFP5PPBOPNJH6PRJIKAWFWPL3HHA4R77GYHNVP2G2MQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/checkpoint/offers/vSECTemplate/skus/template/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/chef-software/offers/chef-automateallinone/skus/template/versions/1.0.8\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/clear-linux-project/offers/clear-linux-os/skus/basic/versions/20230.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e73192f132484dd7bf8d3038488bc03c/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=IwTcl7oeU47yUMasXPuJqnO7%2FqLRo%2By9p5VsLJfEs9M%3D\u0026se=2019-04-22T11:03:28Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"Q7FKTL4VWRISOX4CTDASPDLFAGCUIRFJWIN6EJWBX4SJGCRC7TPLGWLN6I7YMTBVMO4YJK2C7HNJ3AD262NJ4QSOZ7X7ITEKF52ZRQI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/clear-linux-project/offers/clear-linux-os/skus/containers/versions/20230.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/58aa4d35347947a3888c681eac1eb3ff/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=g%2FbhwAYQEjlmJ5bwZgqGbOGgvlLaicRTO5CeEXW9CJQ%3D\u0026se=2019-04-21T05:26:12Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"FG2JJDJ5XDLZDV4M5I5PXBCPZDL5HH3OKQYHPG3JG3KMPBOGBFPMPOAG5REX7W7XIHWRWZTS24FNLF2N3LEIFPDY7DR5JXGSGYHVOVI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/clear-linux-project/offers/clear-linux-os/skus/machine-learning/versions/20230.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/eacf587346094f62beaabaefbf8d6f69/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=kbcoAmw%2FTvVzDWj3PxWkkEaX5acS0%2FAe5CeDA3juIrw%3D\u0026se=2019-04-24T19:23:12Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"2DSQ3T3IXLC4XCTF2PNVJJBHFDUIJEG7IY46BKDIDUKQZPXHNRQGWJJLJZATUBK42VVA5C4CJZPC5W5HI76OJNDJ6TE7PNGZPU4CIEQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/cloudlink/offers/cloudlink-securevm/skus/cloudlink-securevm-66-byol/versions/6.6.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0a3b85b5685c4ee698afea909a7f7519/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=SH0ZBOyoV5tT%2BfSZrjsCFO3kl9JYc%2FFbhPe2zhupmek%3D\u0026se=2019-04-24T14:11:50Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"4NBIY5JVU7TDMB7Q6KWTEXVY6JRRYQFVQ3TLCJKSART22CVIHPW75B3URWWBNZADARQVLVV6UXYJBZS4N4WHUT2YMZB2IOHZSKZPZ7Q\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/cloudlink/offers/cloudlink-securevm/skus/cloudlink-securevm-67-byol/versions/6.7.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6cdf2a9d49154106b31cb286c9be097c/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=5SF5P98139ytxVfYReo3MMNVATk3z96Cs2nwWKC3SAc%3D\u0026se=2019-04-24T21:12:02Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/cloudlink/offers/cloudlink-securevm/skus/cloudlink-securevm-68-byol/versions/6.8.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/ed5446ee5bc34db7ade0956bc4656363/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Lctfu5LMJolDi7txGv%2Fi6lKk2h1Cd5AqFqnXlqLPAig%3D\u0026se=2019-04-23T19:36:27Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/commvault/offers/commvault/skus/commvaulttrial/versions/11.13.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/100a27d085f145789e939e820a9aa26e/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Dl%2FkcYIQAvtSMxqBTQzeXKbUmaOP1jTfLz5PWy%2BevEc%3D\u0026se=2019-04-24T04:41:59Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/credativ/offers/Debian/skus/8/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/Debian8_latest.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"training\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/credativ/offers/Debian/skus/8/versions/8.0.201805160\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/9afee22d5cd049188d1905613a02db88/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=uNDVkZ34VmLjvqYnHhUSLYiQUOeQegnxiMJFhzQHJS8%3D\u0026se=2019-04-24T09:15:28Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/credativ/offers/Debian/skus/8/versions/8.0.201807160\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/ba1d710daebb4d61bacf2ae82b6751b5/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=UIuBJoSqv4fOVdCoY8%2BAglrXmlpHwET69iLZwvIZmec%3D\u0026se=2019-04-24T16:58:42Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/credativ/offers/Debian/skus/9/versions/9.0.201805160\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/bda08b0ac3194a129760d64fcef4e89f/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=f8GRsVPu7LMBftOyZZL%2BYqc0OxngVXLFptYdZ1Mai%2Fk%3D\u0026se=2019-04-21T10:32:17Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/credativ/offers/Debian/skus/9/versions/9.0.201807160\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4edb48208e94472483999a4a9de48eaa/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=HTlcfBqFln7GbPKtb7JnJnwSjNPX3c3ZRDoycXt0MU8%3D\u0026se=2019-04-22T01:52:51Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/eventtracker/offers/eventtracker-siem/skus/etlm/versions/9.1.19\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a462aa9d33e745ab8d72a33cea2ad8dd/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=smWJHsUgs9ElfzfQWQoLlGeylpRBORz8PkyDUr9H53I%3D\u0026se=2019-04-21T05:36:47Z\u0026sp=r\"},\"dataDisks\":[{\"lun\":0,\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a462aa9d33e745ab8d72a33cea2ad8dd/Data/0.vhd?sv=2018-03-28\u0026sr=b\u0026sig=hfyXXSHx9eL7abtki55E9h7408Bm%2FwOe2RCQak89ua0%3D\u0026se=2019-04-21T05:36:47Z\u0026sp=r\"}],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/eventtracker/offers/eventtracker-siem/skus/etsc/versions/9.1.19\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0218d6671b9544f28b47b7b6d7648666/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=joeh84dLQfwghoHQj70SpI2o6SIz4i9RdepzwOo7D1g%3D\u0026se=2019-04-23T18:49:44Z\u0026sp=r\"},\"dataDisks\":[{\"lun\":0,\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0218d6671b9544f28b47b7b6d7648666/Data/0.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Jxf7AKjrA4RTOIvCZSt9tMiUoCT6uOIDLHCL5whSfs0%3D\u0026se=2019-04-23T18:49:44Z\u0026sp=r\"}],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/exivity/offers/exivity-vm/skus/exivity-vm-v2-0-5/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a309a9bdb07e422188ece728463787da/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=8guzHbD2iMAHjq19lVjDkWxRZ2K0%2FM6P4NTGuoVNn7k%3D\u0026se=2019-04-23T20:30:18Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-best/skus/f5-bigip-virtual-edition-best-byol/versions/13.1.100000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d44a90aaff6b45e88c4a2dbd7b13dc8d/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=d9kOdZcCSWcY2AxsCYjG%2FLpBs7YC3phPmcaRiBiqD5c%3D\u0026se=2019-04-25T01:58:34Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-best/skus/f5-bigip-virtual-edition-best-byol/versions/14.0.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e9ba311d31004874b80e666d51267fb8/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=v%2BMRMyBFBfZAxwOzAaI70hfTK7ruX2ELydRdJ9wE%2Flc%3D\u0026se=2019-04-24T19:28:15Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-better/skus/f5-bigip-virtual-edition-better-byol/versions/13.1.100000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7e128f73e71142e797ab9340eee2f33c/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Hu%2FtJ8cjH7waZvSP9%2Fwo9x0PZF%2F1QbW%2F5%2FNB7gRozOQ%3D\u0026se=2019-04-22T15:23:35Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-better/skus/f5-bigip-virtual-edition-better-byol/versions/14.0.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/70d870b757f5407f89c3cc8b12cc9a85/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=j30yVsNO%2BStv6Azw1M7Qa771f4C1Q06RUtoIlIapX74%3D\u0026se=2019-04-21T01:08:19Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-all-1slot-byol/versions/13.1.100000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/78c3ea106352460f8e917e5f2ff8db32/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=i7PmpWwOdEv6goMDw4rZ%2FcUgfQ2uRMFDE1Jk2qZBv6c%3D\u0026se=2019-04-22T13:37:59Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-all-1slot-byol/versions/14.0.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7a062de55e9e4561a56c7a04210eeee1/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=u4pjcUMOvL5vcgwMIKGKh1%2B6TlHhjp73qEm9%2BtYxn%2Bc%3D\u0026se=2019-04-24T03:22:31Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-all-1slot-byol/versions/14.1.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2dd8c0fc8fa4455bb9d0c3e77298cadf/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=ykW5psxqpzLt6MHHBaa38JC4stdbrDygi5lzLVeAvMA%3D\u0026se=2019-04-20T23:36:10Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-all-2slot-byol/versions/13.1.100000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7a0e7a2ea7d94f85a4e2727a8b8704cc/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=p4393qwj2ln8Xn%2BS%2F2mOiozu5p5rkWMlYcSHN8YV%2Bmw%3D\u0026se=2019-04-24T07:13:58Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-all-2slot-byol/versions/14.0.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/cf15643185964f72a0506685d2de6c56/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=8dCRJrrb%2FJXRr9UoE25FgR8Oc%2B3aezSTqrP1qbSxt%2Fs%3D\u0026se=2019-04-24T05:32:15Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-all-2slot-byol/versions/14.1.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6b963476d5ad45c1832cc24be31d2def/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=QAsrtXm1WPYvyihIvWfGs1yDoFpVt1BMyo8WuppV%2BhI%3D\u0026se=2019-04-22T11:12:02Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-ltm-1slot-byol/versions/13.1.100000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/62849c5788924c39b9e3fcd46597d905/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=phh6N1hcequw2zblnSjIelckKbH9JuUibNF4vSNtecQ%3D\u0026se=2019-04-21T07:35:40Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-ltm-1slot-byol/versions/14.0.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/59fe214265594be793f94672f4d7ff19/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=qkVpU%2BcQ2VVYjbqYfIWbmNKCL2XEP7K6hMzfuVYkVzY%3D\u0026se=2019-04-22T14:59:15Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-ltm-1slot-byol/versions/14.1.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/578f563bdfa44f3c968ae26015093a6a/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=i4FjA8Wml2g%2BDf4AD%2FB6FSmT%2BmxWXerzL2JFFEwGoag%3D\u0026se=2019-04-21T08:59:55Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-ltm-2slot-byol/versions/13.1.100000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/27f57b98114242f782ea7c01a85dfb1c/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=P0VxNwHQvEJEInDQ%2BLT8u2VfiEhoBjVvJFbvn094pFY%3D\u0026se=2019-04-20T23:12:56Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-ltm-2slot-byol/versions/14.0.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/252f555495344d2ba62a5050ec5bf8d8/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=j%2BVrWJymSofeQeFQ1Ov4kN%2BYw9G541%2Bin2ojych84Kg%3D\u0026se=2019-04-21T02:40:26Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-ltm-2slot-byol/versions/14.1.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/9dbdf1f926f64c35aa0a930b44d9560b/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=pkE%2BsphZtda1KB6Sss0ktqaF2btonQYP4WVQwA6%2BxpM%3D\u0026se=2019-04-22T03:01:33Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-good/skus/f5-bigip-virtual-edition-good-byol/versions/13.1.100000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/42a85a22aacd4a59a0066d23005ee28d/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=O8JT7w0nf6FESxNFDiDBKTjPPTAkItuIJOJiQIMOYGo%3D\u0026se=2019-04-22T06:28:25Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-good/skus/f5-bigip-virtual-edition-good-byol/versions/14.0.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2ec46135199847ba812e98617485a699/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=gbnaY%2Bku4N6cJUTPmsaBFI9nvOxyhS0cJUPd6z0qmto%3D\u0026se=2019-04-21T12:39:32Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/fortinet/offers/fortinet_fortigate-vm_v5/skus/fortinet_fg-vm/versions/6.0.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/8ffb13d0b3514892b333f653b0a0d779/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=TLdUbNbV2FagiLbi%2BXr0caHZ5Q2BjwbdZLB%2B11a8lqM%3D\u0026se=2019-04-24T20:28:14Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/fortinet/offers/fortinet_fortigate-vm_v5/skus/fortinet_fg-vm/versions/6.0.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/00ffdf36a69446e1a431d9c08f6a43e5/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=IjXdhUo7ly0NADUmX%2BPx0GjPTClqhj6XwEsq%2B5Al%2FIo%3D\u0026se=2019-04-24T20:29:15Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/hannahspublisher/offers/hannahsoffer/skus/hannahssku/versions/1.2.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://hamurphystorageaccount.blob.northwest.azs-longhaul-02.selfhost.corp.microsoft.com/hamurphy-blob-for-fixed-vhd/hamurphy-fixed.vhd?sv=2017-04-17\u0026ss=bqt\u0026srt=sco\u0026sp=rwdlacup\u0026se=2020-02-13T08:20:06Z\u0026st=2020-02-13T00:20:06Z\u0026spr=https\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/hortonworks/offers/hortonworks-sandbox/skus/sandbox25/versions/2.5.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/ff47b22391074321836bf01230362b1a/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=AP9Cn2cgziUP6zTJDA2NXjpwx5fCtpCD6evMuuIvofQ%3D\u0026se=2019-04-24T10:25:41Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"PYEDSE7MRMX75WA6BLCOXAMRE3Q7VXMFMBPXIAUITESBRT5XSEKW3EKROGGR32FYDDOR2GBG7KVZV7TD22PWKJB3SILALNDNDLH53XQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/kaspersky_lab/offers/kaspersky_hybrid_cloud_security_vm/skus/khcs_azure_byol_vm/versions/1.0.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d0fbd32b879148009308d304d5c73c00/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=6VdeX30fPUVAGKqWeGLxqZoEAD7NOLyCXMKvyOQ6LrQ%3D\u0026se=2019-04-24T06:26:42Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/kemptech/offers/vlm-azure/skus/basic-byol/versions/7.2.430016425\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5d08f695522242c9b0de85842e35e1dd/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=o7avaX5x%2FsUxgsRA1PMce5w9jmRv8XzkDetn42%2BNoMM%3D\u0026se=2019-04-21T00:30:03Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/noobaa/offers/noobaa-hybrid-s3-archive-05/skus/pay-per-usage/versions/2.1.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/05bdcf26c6f74702be34817d537f24d0/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=negJvoAuNnrw20gxqhT0vP8tHOxDGa6Ps8vrDQEhrKg%3D\u0026se=2019-04-24T18:29:16Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"R65CBNLVR7YUTMBOGT737INIGP6RTEERIYO7UYI6WKEQVGPO4HQ4RS3KRLCCPTMW2FUDJVRBKSSYNTMWYXSNMTPLCDMV3CF4COUWSFA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/nri/offers/mplatmc2018-vm/skus/mplatmc2018-win-vm/versions/0.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a9495be1b5424734b9fe9675ce2849c2/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=wOvRZ81XPKGLgCMuoFk071z5tVOPHsOoULGg8VfdB1k%3D\u0026se=2019-04-25T02:59:47Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"UVH7FNWK52PITIBXHMPRN2WVXGKZT6CBKNNBY7QBONZJKFHX4VQ5LGAWRGFPNSEKEDFKTDWP3XHNEEMI3RRWJ3R4EJZQXSVEZS7KBHY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/paloaltonetworks/offers/vmseries1/skus/byol/versions/8.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/8e1f9849346e4a6bbedf4920148e3dd0/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=TelBGCALZEP5V9cvbi8Bm%2BsMHr8JhPkNYQp11kjHOaM%3D\u0026se=2019-04-25T00:23:33Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"SR23IDILM4Y4VFWYPDJBDOPNU5T72ZR3ZDZ6HGPZN3DSWT6NP4F54QZUUWRNR3YPTWTL27LHYPQSIMB2DSAZKS5QHRRBM2VYTMPUQCQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/ptsecurity/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/ptsecurity/offers/ptaf-vm/skus/byol/versions/3.6.6\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7223baf4841b42e993662254c2589007/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=P2Q4ef6T4cu7iKNlrNNtFhC1xSlggWj8txuw2KSVlNI%3D\u0026se=2019-04-22T14:47:09Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"RAXJLQHAXDCMU6GVL3G7FW7OQPN6PY547X6JUTQQEF4GLXY7R253VQC3WJAKGT6HBINIXX67Y3EH7X5O7P4OP7QQHDJG2O4JV65BBXY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/puppet/offers/puppet-enterprise/skus/2017-2/versions/2017.2.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d61a5cea5f9f412682790c2e73528dcc/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=j28AQTjHnfMZm0g9DX0jFvHe0J37PWp5fK4n%2ByDUvyY%3D\u0026se=2019-04-24T02:41:15Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"RICT25UZBGSXPU5G7CEMQLWN2HAUZSK5GNUBNBQ5DMPR2YPRK3JIHPNZNS6DFBSP3O5QDTOPZDWFCDCN4ONQ42NYHGM36Q53QKM3OYQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/quest/offers/rapid-recovery-core-vm/skus/quest_rapid_recovery_core_vm/versions/620.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/cd0781a5b1314b81915a86aa3430ad88/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=n38PaaDjxFiAUI6YhLoIbask9AqdWTQXYhvieg39V1U%3D\u0026se=2019-04-23T17:19:19Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"JDJ5IS5HDKFWAZYHNAXOS26GA2W6QLSSOBONENPU7CM6IFK53KXJN3GXWYLS5TQQTFX7MZW2N2PDDAITXR5KV4R4OMHIF34ZMDUBWIY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/tata_communications/offers/netfoundry_cloud_gateway/skus/netfoundry-cloud-gateway/versions/2.4.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0bc4fe0560124ed192a5aa8c7cffcf5b/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=YrbIlkFl8NtJFRWp%2BnUXf1yx1fZJ0ep82GxZYUNVlS4%3D\u0026se=2019-04-22T07:09:43Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/tata_communications/offers/netfoundry_cloud_gateway/skus/netfoundry-cloud-gateway/versions/2.6.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/ac4900e34ebf4d7282950d721113ec13/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=L5anuyefUAWDZlwq9kH%2B0iHTWQP%2BeMwtmE6gtyCUfMM%3D\u0026se=2019-04-25T00:07:25Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/thales-vormetric/offers/ciphertrust-ckm/skus/ciphertrust-ckm/versions/1.0.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/07d890da45eb44d8ada0d2e00c4a4f6c/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=d%2F8NyVZiyCOIO%2BNBkoPw9n%2F6pjkcgdohlTabbsfC7Ss%3D\u0026se=2019-04-24T17:36:26Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/zerodown_software/offers/stackbcaas/skus/stackzdsbcaas/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/544c62f6ed6b44e68368a3dfb5fb9598/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=nnYIBZZ4r5wE1bTGL%2FY3KKwXA879esLTrJF%2B%2Fnsl7m0%3D\u0026se=2019-04-22T07:30:24Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Microsoft/offers/UbuntuServer/skus/16.04-LTS/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://hamurphystorageaccount.blob.northwest.azs-longhaul-02.selfhost.corp.microsoft.com/hamurphy-blob-for-fixed-vhd/hamurphy-fixed.vhd?sv=2017-04-17\u0026ss=bqt\u0026srt=sco\u0026sp=rwdlacup\u0026se=2020-02-14T06:22:13Z\u0026st=2020-02-13T22:22:13Z\u0026spr=https\u0026sig=EOaOB00ALYHrt14nFn%2BFMNEdXHc7cFfvLpglO3m%2BocI%3D\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Failed\"}}]" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetPlatformImage+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/CassandraCluster/skus/CassandraCluster/versions/1.0.0?api-version=2015-12-01-preview+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/CassandraCluster/skus/CassandraCluster/versions/1.0.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["21"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["3b5deab9-9281-4605-9480-b2beb0cb305b"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvdi2s/sjOfpt8kJW+7pJEBxG+AYcQezfI9SIV/CDhNgpBxRJBb+1ZULOOtzkazXfDhvEWcDgmghS8m+Shm6fdmch+4hgxEoex6097OrQoXIbbYQiuQqq4MY9RutevVP+Cd2O1wEajBrPesAuiIdVH" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13725"], - "x-ms-request-id": ["3b5deab9-9281-4605-9480-b2beb0cb305b"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174624Z:3b5deab9-9281-4605-9480-b2beb0cb305b" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:24 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["567"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/CassandraCluster/skus/CassandraCluster/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage?api-version=2015-12-01-preview+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["22"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["bdcc7398-fe13-470d-9087-dc5fbe4a0a8f"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvQYrGXd+UCK2LSIoKJlIRk+0CfHnWLRdTL5bX//zzeZksgT3UpyvZ27Ms7ZLqg48Ig0Cf1DAlb915HHUMQvSuOMljXe8aKVdplRGiQaVn2nA/BpbK5F35zn1zEP989OHf/AJAAwpv7p56HNcA9rE5" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13724"], - "x-ms-request-id": ["bdcc7398-fe13-470d-9087-dc5fbe4a0a8f"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174625Z:bdcc7398-fe13-470d-9087-dc5fbe4a0a8f" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:24 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["196187"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "[{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/CassandraCluster/skus/CassandraCluster/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/ElasticsearchClusterSolution/skus/ElasticsearchClusterSolution/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/JenkinsCICluster/skus/JenkinsCICluster/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/KafkaCluster/skus/KafkaCluster/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/MariaDBwithReplication/skus/MariaDBwithReplication/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/MemcachedMultipleInstance/skus/MemcachedMultipleInstance/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/MoodleMultiTierSolution/skus/MoodleMultiTierSolution/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/MySQLwithReplication/skus/MySQLwithReplication/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/NodeJSCluster/skus/NodeJSCluster/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/PostgreSQLwithReplication/skus/PostgreSQLwithReplication/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/RabbitMQCluster/skus/RabbitMQCluster/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a60bf91041304dba9c2613e217c8a8b7/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=1k%2Fn0l8ePLPR94qxqG6Zqz4tmxq8KaydSdHJnOwGpdo%3D\u0026se=2019-04-22T05:02:40Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/WordPressMultiTierSolution/skus/WordPressMultiTierSolution/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/14.04.3-LTS/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/Ubuntu1404LTS.vhd\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/14.04.5-LTS/versions/14.04.201808140\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/08acaeee3c7e4cc394e9ef81790bda63/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=ydNNSz53UkhZG1faRISu%2Frjuw3fQax9DKgBRweZ2Pm4%3D\u0026se=2019-04-23T22:15:47Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/14.04.5-LTS/versions/14.04.20180818\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/41281233660241f9a8e074b74f0d5abb/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Qk6P%2FYD5HfFV4%2B6LVzhxBZ7ynbPQx6he%2BYp9N%2FEnCs8%3D\u0026se=2019-04-24T02:31:09Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/16.04-LTS/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://hamurphystorageaccount.blob.northwest.azs-longhaul-02.selfhost.corp.microsoft.com/hamurphy-blob-for-fixed-vhd/hamurphy-fixed.vhd?sv=2017-04-17\u0026ss=bqt\u0026srt=sco\u0026sp=rwdlacup\u0026se=2020-02-14T06:22:13Z\u0026st=2020-02-13T22:22:13Z\u0026spr=https\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/16.04-LTS/versions/16.04.20170811\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/Ubuntu1604-20170619.1.vhd\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/16.04-LTS/versions/16.04.201808140\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/411e6e144b774457870f77f8fbb95a80/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=9d%2Be%2B%2BNGSnLb2p2AdIjeiXO3XHY%2BHhsLR9BkI%2FAoybA%3D\u0026se=2019-04-25T04:15:14Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/16.04-LTS/versions/16.04.20180831\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7e3878d7cf874ecfab6eece1d0553fce/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=UcbqQHS8NNcE7Cy5McWPm%2BSF%2BTCd4MhGL5fyoZ4nIM0%3D\u0026se=2019-04-22T14:00:09Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/18.04-LTS/versions/18.04.20180911\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/027b00815995491a8986f8ff7e16c38c/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-24T02:20:02Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/CheckPoint/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/CoreOS/offers/CoreOS/skus/Stable/versions/1465.8.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0e40b5a886604bd5a6e153c9d943e47a/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=eHxmjiNG9pvjAckaINKQ%2Fu0w63TYyqqJUGBVxgj%2BkD4%3D\u0026se=2019-04-22T07:51:34Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/DellEMC/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/fdcc8adcec6b45ca914aecd18b2d8dbf/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=cz03ZesAbyd3hsCTdiE4nQCaiI3nvOIlOCz3pcXQxKs%3D\u0026se=2019-04-22T15:19:26Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/DellEMC/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/6.6.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Fortinet/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/411d3bd4a3de4014a3d3eb7d187beed8/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-24T21:55:16Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/KasperskyLab/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0e53c22baa894df185b51f0a987c8ed2/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=huwHQlB8xANDiG62CkCd5kLLPFijNUVCOc%2FNQsAgF88%3D\u0026se=2019-04-24T11:04:35Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftRServer/offers/MLServer-CentOS/skus/Enterprise/versions/9.3.026080002\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d84feb2939954cb1a3c2fb460754b84c/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Gn7yLA%2F%2BF%2FhS2ISuZYXceT7ycS885MgXMlzCClwIVco%3D\u0026se=2019-04-25T20:24:36Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftRServer/offers/MLServer-Ubuntu/skus/Enterprise/versions/9.3.026060001\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3b7f0116949540a086c3d4c9b251222b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=19lvx6FiSwUn8I%2F1bfbxazUl8wcR3zecXDVIv3FCL2Q%3D\u0026se=2019-04-22T08:45:59Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftRServer/offers/MLServer-Ubuntu/skus/Enterprise/versions/9.3.026080002\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/96abbb1d8d0240f3b293955633802812/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=AwnlJAFW7lu%2BThnqazrwlV6mKt6IYDCnPLoF%2B%2Fpe3VA%3D\u0026se=2019-04-24T11:38:55Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftRServer/offers/MLServer-WS2016/skus/Enterprise/versions/9.3.026080002\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/810b05a219ab47f484d6174133a11159/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=yWnIrRGFQKWofPbPHYAwYV2H6KyH3DMnvsnonfNJWlA%3D\u0026se=2019-04-25T04:23:47Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2014SP2-WS2012R2/skus/Enterprise/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e287e7de89264d4fbbfdf01acd3c39e1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=fkvV%2FI1a7H1N4HVYl26Lez8j2ZB2bR05QW8KT0bUaoQ%3D\u0026se=2019-04-21T01:33:29Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2014SP2-WS2012R2/skus/Express/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0f5fa664ec7141b9b2772528b3423942/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=R2skFCHjjh4mb2uq4OPpEi5Da6baoID24BwAwaCWJrg%3D\u0026se=2019-04-25T20:39:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2014SP2-WS2012R2/skus/Standard/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3b673b3e0112473eba61d6de49ae0a19/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=FP13kvLeTnyWQI6sScc%2FL4D4ed5bT6UGCylQnVPiRGE%3D\u0026se=2019-04-24T12:23:13Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2014SP2-WS2012R2/skus/Web/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f5b2316627dc40a9838d9abc7d53f0a1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=e3K%2B5IAiUhqQBMMpWDc0huefPITFPlhGfJAhxbnNj8Y%3D\u0026se=2019-04-21T17:25:56Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP1-WS2016/skus/Enterprise/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d200e6821950484a8d2014f9ebb1bb9b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=yRoeu6Mf9pD3x%2FgEBntVL%2BRIdPnhk%2Fjd30qaemtzdL8%3D\u0026se=2019-04-21T13:02:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP1-WS2016/skus/SQLDEV/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/c0561c31f0e843efbf65c4ca59a3705e/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=BCQQB2mGuTPp4Jrlm4DxOVjiC2VsB%2Ft4mjQUOUY8BZo%3D\u0026se=2019-04-24T03:43:43Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP1-WS2016/skus/Standard/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/bde535a023f54699a2ee96f58574352b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=tnmrSNP%2FBcFdGDY7VIB2USaSoTGccwz0f2t50AMcEjo%3D\u0026se=2019-04-24T08:00:23Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP1-WS2016/skus/Web/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e444e9cf06044fafa8ca87fc825e39d2/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=W9WW%2BPuTjb2f25%2Fn%2FhQs8gWYDWZ0umn8DgVG%2BD2XHtk%3D\u0026se=2019-04-24T17:07:17Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Enterprise/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/83d1b9ea66e94bf191d32d4747e5d244/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=5%2BVt8IbYCDgW3cpMB1j31OR8oMzQRoVAq1wDkvqMgD8%3D\u0026se=2019-04-21T14:52:15Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Express/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/73c512f0960c454c8384136874f024ae/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=D0%2FhFewg73BV0yxvSEIp84NbhtTqkrhV5BPD0wrTJCA%3D\u0026se=2019-04-22T08:56:04Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/SQLDEV/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2531eba967bf460ca26be30ff461035d/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=uX9n7oJujgZhxJV%2BM4vM2eSwbu1n96ZjfkPgD4tHpxM%3D\u0026se=2019-04-24T21:27:09Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Standard/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0f78eae34cf84343a41dbbec0d3bd5e5/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=12CJlaVDbbNlM5CRvsfhYvbmzs0nHvRbFmqpLut2cas%3D\u0026se=2019-04-24T20:41:53Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Web/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d2a7288a69064feda3295cc7bcae3324/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=pJ3OrXOnSbH0zgB1otVSvZYL%2FVpytADhYRN4t%2Fcnylc%3D\u0026se=2019-04-24T09:30:36Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-SLES12SP2/skus/Enterprise/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4271130d8f364281ab8a90ed0e08adc4/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=laEyOKVmGiQhbhQgpA3iD0SIZGggFueZ5%2Bqmo5U3XMU%3D\u0026se=2019-04-21T19:40:22Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-SLES12SP2/skus/Express/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6f1862ef16d745078e41c2302798dd21/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=qIYlYap7%2F7CVmTGZEcVQQ1J7hDAAnyG%2FIoEy31YWi7g%3D\u0026se=2019-04-22T13:15:18Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-SLES12SP2/skus/SQLDEV/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5e201cb293ae4dd391ce139c7f86c2c0/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=KA7THbHIY3svdwW9bi80fmy%2BnhE1go856w5ipKmJURg%3D\u0026se=2019-04-20T23:52:45Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-SLES12SP2/skus/Standard/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/58d8daf45e814801972fa307a27ae367/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=G4QUTmqGqW129Fz%2BGNmggd0p%2FLSw9JwsDkHeTDWHE1w%3D\u0026se=2019-04-24T02:00:24Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-SLES12SP2/skus/Web/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/1cac9c14b0294b7db2be83c8c57830b6/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=WsbVE1z2RBBjk7dKdY5eR%2BXsL01pcn9IaEDuYlQcoyk%3D\u0026se=2019-04-22T03:15:12Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-Ubuntu1604/skus/Enterprise/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6a3422bcdf474788a7764ef20524cceb/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=TmLDJ%2BMSEFRy6Q6%2F%2FQzyM3suTM0SzoAwCijEenH2eZs%3D\u0026se=2019-04-25T00:52:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-Ubuntu1604/skus/Express/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7fbbe047e9954f7784aeafc1cda3792b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=uy5cE9lc%2FRr%2BKgazawCOnLCVEEmSSmGO9sIMHy3IsoI%3D\u0026se=2019-04-22T10:42:18Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-Ubuntu1604/skus/SQLDEV/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d99835a0b3dd49ae89044a1d9e29eabb/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=TKtZ4FDlspgBfwb4EMXo1rQwutKK7Swq0UI6yCK3H0Y%3D\u0026se=2019-04-21T08:30:08Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-Ubuntu1604/skus/Standard/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/8c8ab26516044625b1eebd96f534775b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=A972CAbVYOq%2BTQHOCTCenUZ6SKQT%2BfYt0chyvb6lKis%3D\u0026se=2019-04-22T08:24:50Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-Ubuntu1604/skus/Web/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/ef35e9b6f72042b4975308b9fe5860d0/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=KkbhoHgIPx7LMQEOv8uNqJDyTX%2F5KNb%2BZduroV7jiV4%3D\u0026se=2019-04-24T19:47:21Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-WS2016/skus/Enterprise/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2d33a07cd13643ecaefc1c8fcf43a282/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=jbQQ7wotE7QQ01Hu8yKFq6Wk4gWgE9u8bbKQjCq72P0%3D\u0026se=2019-04-25T01:14:54Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-WS2016/skus/Express/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4e20599a06a341bbbd19d98584ddfaee/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=sIgrk9ldI6DqYLWPvaJKjyShpS8TusKJNdnJaadxOLU%3D\u0026se=2019-04-22T02:09:35Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-WS2016/skus/SQLDEV/versions/14.0.1000204\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6218e0d321a84be9b544abe8f37478cd/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=IRE75Oe3%2BvxY9T2EBaP96eOqCue%2B%2BKY0P460ZwwyOfY%3D\u0026se=2019-04-25T21:15:57Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-WS2016/skus/Standard/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/59940b6d0bf646e49998ae2d9c99aecb/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=hhLjv%2BHMFGjEDf3YFrvhjdIT0dYjJd09ygXV3fhlFaI%3D\u0026se=2019-04-24T16:08:56Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-WS2016/skus/Web/versions/14.0.1000320\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/9401a0f0afdc47158e9d26c7b59523ca/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=rnPNcfA95URGpZHlMExTmKVIvr88PacRssUfq517L%2BQ%3D\u0026se=2019-04-24T22:11:54Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2012-Datacenter/versions/3.127.20180216\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/1c04b103b45c4fdd909bde63c08dba07/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=MVW9chumZuL3Y6w92mSOUVcsN69QH%2Fvt0LIYX7MZitE%3D\u0026se=2019-04-24T13:10:32Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2012-R2-Datacenter/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/WindowsServer2012R2DatacenterBYOL.vhd\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2012-R2-Datacenter/versions/4.127.20180815\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/df758a00508848fd89ed21148f68d4e1/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=DsD1saMbwQZimvmraPDIhqLWsoC1gHbHXMxvIiazGCc%3D\u0026se=2019-04-22T03:44:37Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2012-R2-Datacenter/versions/4.127.20180912\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/de7bfbcc7d9e42f68953c742f2b7ffeb/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=q4QN%2BkhbeWt6fApnINHWeUTvMB6RVzMXnH3adimfrhU%3D\u0026se=2018-11-17T21:55:10Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2016-Datacenter-Server-Core/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/Server2016DatacenterCoreBYOL.vhd\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2016-Datacenter-Server-Core/versions/2016.127.20180717\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2dfbb61edfc0470987695789260b4962/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=DAbE1JrKCehbsboK%2Bl2nWveH5PqT%2BP4ZrwVVxy3h5iA%3D\u0026se=2019-04-21T03:45:30Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2016-Datacenter-with-Containers/versions/2016.127.20180820\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3caeeabf21144cf38e8be5507fc791a3/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=NdhszFTFZL3I8TJaeXjYuHGpk3jOzHy75543xrX%2ByWY%3D\u0026se=2019-04-21T23:48:21Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2016-Datacenter-with-Containers/versions/2016.127.20180912\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/cfeb4f835a7a422ea62688e9c21d1fcf/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=xksf9pNKF9nHju4m2HBZ9GXvrhzQVdYuXfTEmEiNWBw%3D\u0026se=2019-04-21T22:31:08Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2016-Datacenter/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/Server2016DatacenterFullBYOL.vhd\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2016-Datacenter/versions/2016.127.20180815\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/db7a7f8f517446f7b84585493603aacf/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=uvJk2fw6nN8KSydqYpzB0ykmlTMRJTqjZWNW226x6v0%3D\u0026se=2019-04-22T12:19:00Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2016-Datacenter/versions/2016.127.20180912\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3e2a7b9ff7f94b14978e1bb065de5a7b/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=dtm%2F8BeU6ivA%2B0VQIP39ybwtrslE3lhUgDk8dhol4%2BI%3D\u0026se=2018-11-17T04:47:21Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2019-Datacenter/versions/2019.127.20190522\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4f701d79e87c4800be7f144d2186cb33/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-09-05T03:45:21Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Microsoft/offers/AddOnRP/skus/WindowsServer/versions/1.1906.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2f48d49354794235971d472ac7145388/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-12-05T17:37:54Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Microsoft/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/0.1.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Microsoft/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/0.4.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/66a927e4774f496597eae771b36406bd/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=AwpvJSKWG0CtoFNXZWdriJ5CkB4GJgT4uO1QwTKtEtg%3D\u0026se=2019-04-24T00:49:58Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Microsoft/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/0.4.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a9120cdd68514772aef0e52889a97c78/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=hockDbp4QkLasj0kQjT9WUclaSbhjlpBlQhMMNWu%2Bi0%3D\u0026se=2019-04-24T00:50:29Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Microsoft/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Microsoft/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/9159eb815b6345ad938cdbb621472dfe/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=RHQquuS1dJDAfDoWa6fkRlU7RMI%2Bb5yOFzka5WXBBic%3D\u0026se=2019-04-22T16:09:56Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Microsoft/offers/VMSSGalleryItem/skus/VMSS/versions/1.3.6\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/OpenLogic/offers/CentOS-LVM/skus/7-LVM/versions/7.5.20180524\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d001446d7e384d8a873fffacfa76b15b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=gwwz9IK7iJQ4mfBqhA%2F00UuyW7FOFgJwLpl5SVTzWBU%3D\u0026se=2019-04-23T17:02:43Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/OpenLogic/offers/CentOS/skus/6.10/versions/6.10.20180803\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f0e5f463c12f41a7869b722f8b2aa220/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=cGHcWbSy9lf71yVBjwceFDjNUS3zcqEuSTc2z5%2FPkuk%3D\u0026se=2019-04-21T07:41:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/OpenLogic/offers/CentOS/skus/6.9/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/OpenLogic-CentOS-69-20180105.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"training\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/OpenLogic/offers/CentOS/skus/6.9/versions/6.9.20180118\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/ae60540fb616438696923c45af54f15d/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=uLxmnW4eNczWBjGJ0QvpWZhCTrxZ4YuB%2F3qre1H9%2BGI%3D\u0026se=2019-04-24T11:22:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/OpenLogic/offers/CentOS/skus/7.3/versions/7.3.20170925\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/fa72dec1191b46059a29a2d1d736c65a/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=YMFSyn%2BFEvD5Q04cCXNQyBkR4NJ7dzsjKf8lHnMXvfo%3D\u0026se=2019-04-23T16:35:33Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/OpenLogic/offers/CentOS/skus/7.5/versions/7.5.20180815\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/b5701417279a4285a795cfbc1eb95d17/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=jwkYyzGUExiL6DRaXblBw%2FbL48RK8bYTp452KjEMSSU%3D\u0026se=2019-04-22T01:35:08Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Puppet/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/SUSE/offers/SLES-BYOS/skus/11-SP4/versions/2018.07.03\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e7069105a1ae4fb88dec5412d76f57f2/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Gw8rs6O%2FBFEIdKbq6LehE7pzd%2FbMHAhwVujYMl64KJ4%3D\u0026se=2019-04-24T11:52:29Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/SUSE/offers/SLES-BYOS/skus/12-SP3/versions/2018.07.03\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/dc7a6f2785fa40d786502ee72f32e5d2/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=%2BRTsrNg0bQD8AqdGaPAotyYys60n1lOr1kGnWYVN5FY%3D\u0026se=2019-04-22T12:06:24Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/SUSE/offers/SLES-BYOS/skus/15/versions/2018.07.16\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7f409d37db95459fb16b6e0f4454ac85/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=TYqlr80oiBJLCzEct4CiIDynzL0t7IRpqiAaeqTydlI%3D\u0026se=2019-04-24T20:18:40Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/SUSE/offers/SUSE-Manager-Server-BYOS/skus/3.1/versions/2018.05.23\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/81016e8ef9dd4fdba8dd8ef51fecc5ca/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=uHzb3x%2FVUhg36DxVTdQCTrCCHVV5aoktjnbjwMfHLFI%3D\u0026se=2019-04-25T01:07:20Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/a10networks/offers/a10-vthunder-adc/skus/vthunder_byol/versions/4.1.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/b4d19cd6f71f4d4b998f3c417eab8132/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=aWxjMiO71NzkBbQ9urfbLVcf7dY6UputTkAqds6Eyjc%3D\u0026se=2019-04-24T01:02:37Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/arista-networks/offers/veos-router/skus/eos-4_21_0f/versions/4.21.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/337487d0e9e24757912647bca4531c73/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=nwjbd2El9Am25r4zFw%2FwA2UPMdyUEuUsT0teQ1fWbEs%3D\u0026se=2019-04-22T15:20:01Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/barracudanetworks/offers/barracuda-app-sec-control-center/skus/byol/versions/2.1.100803\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/211d33df3bb641e2bc4070bca48b4f14/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Spp0sG19%2F9GCqyBtjYeobDRVT%2Bh8a3eaEI4Exln%2FWhA%3D\u0026se=2019-04-21T09:07:04Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"NVDYCK5Z5E4PXIOSOMYBGMMY2P6FURFDPQ3FQYJZILWEQ6FMQ24F5DBWA6BWHPPAT4FEMO2R4ORKO6AS2OVMDGASLVVNHJJTUSUSV5I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/barracudanetworks/offers/barracuda-email-security-gateway/skus/byol/versions/7.1.100405\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a696e6a8f38341d59e02cf7ee6e644c3/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=hNlSfCea6YTYZ62GWlzq1HTMBKIq1C5JMgSpxWzqYro%3D\u0026se=2019-04-24T14:38:33Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"5LJ4GJIS7FDXKIPC52U2QHQCCG2TYBW23DAXF4C7T4MT47OH6HPZ4LLK5EN7DQVCZFTAWUGOLVXY3RZ4JBL35XQ3QIHJLFIHBWC7GTQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/barracudanetworks/offers/barracuda-ng-cc/skus/byol/versions/7.2.205701\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5d75baf5403c422ebea0ce3a2a1141b4/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=TePc0Nx9CMUMpIx5oS6ydr9E%2BXEHvftADEaAGmsrhrE%3D\u0026se=2019-04-24T23:02:38Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/barracudanetworks/offers/barracuda-ng-firewall/skus/byol/versions/7.2.205701\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4047d7fe588e44f8a93858954913fce3/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=5ZJXinkOh9mYRjTYTOJAf0FAxMpTYaKMaDlr3166%2F24%3D\u0026se=2019-04-23T16:43:36Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/barracudanetworks/offers/waf/skus/byol/versions/9.1.001502\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0d50346e3fb1447886153f14ca5880da/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=dTtif%2Fs%2FHp009MJDSHJm7axB5jMExUAmILaxCLG1L2k%3D\u0026se=2019-04-22T06:42:02Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"UAAWCQTKE6QYUG3H462OEWMTVIND7FSYERZYYW2G5CRESODI3QQABXPZEUDD2ZNU7LSKMR7VOD4M7YWJVBVEUEOVSJVDN25UR73YB3Q\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/abantecart/skus/1-2/versions/1.2.100\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/347f01ec7188438fa67ef00b29d8c4e7/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=mYM75vWt5ErOLrBYF7xD9VToHa6Fs9zdRmA1jMdeP%2BI%3D\u0026se=2019-04-21T21:50:00Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"YEBM5WXAGKYT7TRSJ2UXXUTLS5ZXPOWIGNC5HWD72D5LPX45OPQ74F3SV5NLZGKKH2OKB3U32JHBFXJAD6VRV5QLH6QGQ7KNH4ASS2I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/activemq/skus/5-13/versions/5.14.50\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/b672d164006a47599c82d082e02bd47e/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=T3esbLAZmDelBZcIS57u%2Bb5I9zCBkR3Ib1Rzy4TQGX0%3D\u0026se=2019-04-22T04:52:06Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"6NTRW42IUUVRUASZIVLEFNOKXVBXV2HXGKL2HN5NZ2AJCCQEG6YDJX2AORBGKBULWLVW6POZZJRS46WFESOS47PC4LOTEFYDYZRHYYI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/akeneo/skus/1-4/versions/1.7.50\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/40a9ec1360694b6c9e10af1d40abff1c/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=R%2FKeRzaOJ0dlBWIw2%2F1t12l19gjQB49mv30S9AlfOSQ%3D\u0026se=2019-04-23T19:46:33Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"EFCXRMLFM4PTCELYQFIGCID4DOH5FF6TL7US6BVQJI7YHA7WVT7SCP4IXUCJSA5JL5OCYWF6JJGS7NZ3766GEYDBR4BGGO3MNXIVF2A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/alfrescocommunity/skus/201602/versions/201704.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5b182a4a3ad0415c80db0bd9c6f81c58/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=w8XkEQGUDr5PXj%2Bdijhyg31lEVL8GjdQaK3yONx0%2BBM%3D\u0026se=2019-04-24T22:03:51Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"PWYFNE7FC65D6CK54OR37SCQRGJW7YW2KWGRXIHAZRTAFYOPDMV7JYFMZ3WJ3WNX6DKEKX4EUQNEDWDX2X7U6ZWJ227K23GJ5TB2UYY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/apachesolr/skus/5-5/versions/6.5.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/738cc1551cbb43c4b91aebba9c124b8c/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=UVkpw7P%2BXZJgFw3tet3rhb31hlWta7i8a5ULZEFDVLo%3D\u0026se=2019-04-21T00:20:29Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"O6OOMBWC6EP54OPAD6UOCOEOBOMVUTVAQ6IECMEH67ITHDMRWY6OFLMPKURFKHFF4SFHAWYLZ62WETQJ6MM3LZ5CEJUVZCUHZZA6LCI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/artifactory/skus/4-5/versions/5.3.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a07312ae4a644e8f9595480de3f47b34/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=uafHwTWKOPpgRf3dFOuXoJVOia0XK0AIJH0V4dMe%2FoI%3D\u0026se=2019-04-22T16:10:59Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"LEV2VYDM2F5SDJXFAKTJCQ2EJH34X7GVQQZFR7NM4M6FKZMJOOTT5L2IF7PLNVT2U7H3OEBSHQADINYJ6AJVGOO6K2IPY5L73CTGTSY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/canvaslms/skus/2016-02/versions/2017.4.22120\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7631d0897a94492cbdc91b29f1335ff9/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=EW4Z8yLpNttwdQw19Oysa5cv54vTwcEaHJHnfSIsfUY%3D\u0026se=2019-04-24T00:03:06Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"DTP7LZBFEIYGHXEEPAPCTOK54QV3NDHCGPYVUHVQ3DJVT6UCTLE3V4DV5P3G442UOPHE7VFFV4PH4FTEZJDARV5D74OCV7XYE6HAZYQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/cassandra/skus/default/versions/3.10.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/b965b309a8014fc894d773a74947034f/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=cHaiU7LIDlQlPeH8RNlcdvEUFj2leT7wil2Wskgzmno%3D\u0026se=2019-04-24T15:17:54Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"YPVB26KOT2GMN4NWLZTHTEDODUG2C3WFZL7STYSBLG3K75ETFL4AFACJMOXXOCTX4H2X7566BIPYBRRNUF72GGUMLCGLXQP4DPS5AXY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/civicrm/skus/4-7/versions/4.7.200\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3c375836db9843b99e487bdd3793159f/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=kT%2BS1WvpqHWSPy2rE6itqitNTLeWTpXmGed078yX9Gk%3D\u0026se=2019-04-21T00:11:25Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"J7IPLXWHOWP3HKXS7VEOKGR2PBJZP4S3FFJYO2SH4LQH3I5LH5ML2WCS6FD3SXEFJPD25SW7246RKTU6OVIHGVXW324EENA5VZSI2JQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/cmsmadesimple/skus/2-1/versions/2.2.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/621b7af6be804119aba9e55e6db84def/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=IjPGeHnu8EFZyt8iL7uUOy%2BNKuTVthe%2FYkZnoGGXyQI%3D\u0026se=2019-04-24T11:05:37Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"KBNXH3YTGT63Q63YHCRBYCXTG6LK2MUSERCVKCXRJDXXCEWM4SPWQWZVSPNJYOXRYA4CHZLBB24EZWM3EPSHB4XCQJQ45ZD7NQEDHJY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/codiad/skus/2-7/versions/2.8.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0d9c2264b4b846b98c811b9f6ef3e7f2/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=khIxIiw0ZOw1ohsp9uOA4Kk3Tc8Jtqcr2FQbJ%2Br9MHo%3D\u0026se=2019-04-23T22:34:55Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"EIOEYKZNBWRKDDU6SIB4PNZXY256OGIWNMR6YRYLFLM7GCIQ5G6LDJTIQD7DWWXRMVH7RND733LKVITY2HEWPL3RKFZ7OGGSI3XYV6A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/concrete5/skus/5-7/versions/8.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/871015f26ef44e369a8bae53291cfd87/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=hc8RbW93NcjxTV5U%2BPSfFE5kLBeUcREg6CJ6TUeKriE%3D\u0026se=2019-04-23T22:45:00Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"FNT4HMN5P5YHUBF34X24FCJYUDVFABK6ZVXFUXFNSGJ5GFE65R7B3EWT7AQVCME3IVHO5XTPNZRIE6NTFAOZJKV6H3LVT64L4KYESXI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/coppermine/skus/1-5/versions/1.5.461\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/707cf4735a474c9a89772420df785057/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=AzcBNNRRKef8VpxLJj2njCtXU%2BJTMCZNKUEdeJfV%2FG4%3D\u0026se=2019-04-21T21:34:12Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"R7TPWFCIJREFXH3B2YUZTCDUTLG6ULKCHIOIEVO2IK3UJMYKX5A4AFRDXMIVJIWTNLCBB65UIJOCDPKNJVEPWNBQV25X3RA6E33PAGA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/couchdb/skus/1-6/versions/2.0.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d33ad559f0e746389cc6bf5d058e062a/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=kZcNTTSWvef3zBEirBEghKYYQ3%2FnuGM55WM6WYlqe6c%3D\u0026se=2019-04-22T14:24:28Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"UXAKYALSSOZV2EQWTWR6SGSGOQZD6CZE3LQ22GN2LTTYSZ7CQDQ3XED4R7X34XS4ELHV2P6GALY7Q3AOQ3MYMCKPSL6YITQHD64X7DA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/diaspora/skus/0-5/versions/0.6.600\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d74e60c1b1c2402c8d6f874b1e1935bc/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Oznu3mCWDC6rsaBkHAfzjx2knSWgX9CFsGUDAXySD4Y%3D\u0026se=2019-04-24T21:56:18Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"UMZFWP6KXL3CB6TQXY23QSH6PJKBFAFGRBUFZ4P4BYA6VA3KEIJBVNVQNY23HYBHA3GVG5OBCJWCOOX2SY6TQ2AKU26CJWQIYVLHL6I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/discourse/skus/1-4/versions/1.7.80\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/995895798dcc4b4c9bbe1d0a46b69a29/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=hnZ1EXzZtztth%2FT4t8DfR2dZsdKd0CMKm2VOP5md%2Fdg%3D\u0026se=2019-04-24T18:20:38Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"FPIFN6MJCDPYEENFZTMRDMUYJ2OSADDIKMZ67NKVTASZCYRIGV6WUH34DSCU7CROOMC26YWU2QUDRIIJJ3OS5AMPOMPHO3G273QP5XQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/djangostack/skus/1-8/versions/1.10.60\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/369f8476e0254895955754dc85d7c3ea/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=MzRIkAtsnExGb3mAdg9pe9ItuioiDWpCEad9hKUSsA8%3D\u0026se=2019-04-25T03:57:34Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"Y26IANL5G7VB4NMUZ37XL5A6K2Q7WGSP6QFSFXKV2QKMEBF3MEHFWNUNIZQHPJEF7MIJ2MS4JPOBNWLVH7PAXUNYPZ5GB77744FJI3A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/dokuwiki/skus/20150810a/versions/201702192.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/72b92e119fe340468a2845fbcdd6d90f/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=EcHQGz2Z%2BM0sp2isN1ZFuQUh42%2FEGRAmx76XRRgJjKA%3D\u0026se=2019-04-21T11:24:16Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"U6KTO7WWX6SA72MPEB6H4UVAGT56J5DFBV7UJWEHN66EDMGFNME2JOLMAPVDLH5CM5PJBNJIUYUKW7XXZTRHD7YYKUC22AZA5W2APCA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/dolibarr/skus/3-8/versions/5.0.30\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/b1f426e3a9cd475287f9e78f6ec8a443/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=j%2FjhM2PJ15EBiUgbS1GAj1TqdlbVHynqd7gwbGEB0yo%3D\u0026se=2019-04-24T12:08:36Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"3DWLMZJGURUHFVIXLEREBUTJYPKO7ANYSIY6PGFLKFJ6BKIQUCC2AWGIMDBARSOEOVFPRJMHU56KCA67XMBSNUO2CSETRFLVLSDX44I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/dreamfactory/skus/2-1/versions/2.6.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/797bff580a3a4f998b4150f486f17247/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=L1xFJn2S94l0AJ3Kc8AnaSZ%2FhgcyqsKbxII40fQmexU%3D\u0026se=2019-04-24T19:54:54Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"T2I7SDYJF4NJIGSHIBF65VXEYSWYHCRSIFTPUP6BPJNN4L7A3AIM2MLLXVQGPGH2A4TWQ5LRNRI3KFW2KNJ5P42RYD2BYR4I4T323OA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/elastic-search/skus/2-2/versions/6.3.1807061010\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f47bc5e8c2614ea99d0d728fc6f38a38/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=gCSgaECpElYoi1I0f3A8tkrcXlmi7BomNm8bMpn8SV8%3D\u0026se=2019-04-24T19:13:06Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/elk/skus/4-6/versions/5.3.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/316676111d5b4e3badd980b961d6d9d3/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-25T02:18:10Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"33J24WWFPLIJU7K6ES7PIBREFXFYWHOSKTTBBGXIYN7ULUP4ANF4WFK6K2NMWUYD3LH3OCARZZSAU6OYT3VEENXFX4ZSXUZP4MHHMOQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/erpnext/skus/6-21/versions/8.4.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6dac78a5b4c1402fbaf736f8d7d0d1d0/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=0T2H4iCaLQVBoBWGu7gUHz3YDTkT5y8eD%2BNaUFphqgw%3D\u0026se=2019-04-24T02:10:58Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"HWDMM6EGVAKFTBKGR2QLV3XVXGSYEZ7KZ2UGM5CX6AJCFYWWG5PYZNMGRMD3JX6GWWJWWA5QACGEEVR5L5FBZ23X6K2PYGBI73HOZ5A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/espocrm/skus/3-9/versions/4.7.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2c38d8908dd94db8b2fb5318e1ddbceb/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=%2F5HmMTyn1g8ATcq%2BPOLCT312ylQFZ1ce%2Bu9RGHvGN6M%3D\u0026se=2019-04-21T09:55:26Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"GTCONGI3NKTUR5M444EXXTSHGABGB5EF4FI6JHANMMDUJJ5APHR6C77PF4PKO57SVYZJLEOEMR6CBSLP64GUI4TK54P2IO3O7N5CV6I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/exoplatform/skus/4/versions/4.4.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2698f1d2c5be4fa9961a1121ebb6a6c9/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=CEIrE%2B9A0MPFsHnYY1vk2%2FfpUskA1IT%2B1aktPFS9JYA%3D\u0026se=2019-04-22T03:27:51Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"VGWXONOL5NK6F7O4XUCRBH3GEOWQ6YZJLWIFI35RLOGHP2AQZZ6PQ7AXZOK6OJZ5CYGM2GGQXMQ3XAUZ6SDB5QGYRSHAWXEA44CCLUI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/fatfreecrm/skus/0-13/versions/0.14.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/09471aeec74f4342a81a24f53a37ade1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=VTpcctARzK5yX02m5xFaaYcupDEaFVRTRYVAi844HrA%3D\u0026se=2019-04-23T23:30:49Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"PZ5XR2GWMXXOPJQPSXD2ZF4DJ7647ICIJ3A4CQHGA7I7QLNEU2R6QOCYQEGQRAEJ6T5WBKYLWPJ3BE46LHNCFWEL5RYNO6OURJ4HF4A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/ghost/skus/0-7/versions/0.11.100\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/912e7023bbed4d429bbddb926d647fa4/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=YgAdB4AOHxlCccR%2BCSJkrcJbWnYdWIEST2s5EPWLmYc%3D\u0026se=2019-04-21T00:59:14Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"QEGSQN2DPAX67IZDQVBJ7ZAHJTYADRNUTA3SLDKFSGVOTU4KRTHDVNGLVGEUSO2OH6LV4XSS7HB5ATAHSRLEB5T544CBIHLT3EXXYGY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/gitlab/skus/8-5/versions/11.0.1807052008\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/cf372a9952944f6b9885a51262e607e7/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=gMtzX9hlAyxGNOy9Vr%2FSaJt1qodhuXX5XuY35vx4p5w%3D\u0026se=2019-04-23T20:11:10Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/hadoop/skus/2-7/versions/2.8.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/8664dc6e4ea04a218480fedc529691b7/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=jWIgvXiPLMT7BRkizHLqetLrS3YarAYIbhRdsE4IX9Q%3D\u0026se=2019-04-22T14:11:48Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"LBQETUSP525JVVGQRPCV4WOSOAQRLBWISMGRR2FT7GCG2ZRV27VQXAJL5TUDQFHHIQ43NWKTV4TZWG6HU7OIC5FOQ6KEMEYVPCHHC7I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/hhvmstack/skus/3-9/versions/3.18.30\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4a24a1a9a46c40479c6a49cb5c12d328/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=iOKv%2FRy2unfB6nnbD01oUj0VLEDYZ47i8lBqDZum1vs%3D\u0026se=2019-04-22T10:31:43Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"JTC2BRZS63NKT4DYUBZBZWNNJ2QTGSIZWQBF4LJXCJIGPZ24TAQMTWNH5FN4MBVSEINP5PHPUFS6LOHV2VUUW3VRVQQRJTTX44RPJVQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/hordegroupwarewebmail/skus/5-2/versions/5.2.200\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/c082eea9133f445a924216146fdb861b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=WOqv0ZCNAYAIpKoeZSb3QKH4XjhDk%2FButSsgJVJP8%2B4%3D\u0026se=2019-04-22T05:03:12Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"P2A4HHXJYQIAUQOTYBSWL46EFTBI6SL3GUGSWCT3RTKZTI4N6U47JR242VZLNMPDFITTEFEGGIGK4S6FRH7J4O7SIABBOKGLSXRIFTQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/jenkins/skus/1-650/versions/2.46.21\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d2e7d08a94914cf6941f57a088a8e286/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=GGlj5ZC7VEZ8tk370%2BHZnsJTW7ysN4FV9PKGEjxS1yU%3D\u0026se=2019-04-22T05:56:40Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"OHQQJATXJS2Q4ZWQGOEG6FPTCGQVG6AC3SSGY7SAM2CAB2RRK7PPHRCFNGHUNAD4ZNW6JCRMSHUA74CJ3QNZZGWEVPRJBFPWQ4QRAWI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/joomla/skus/3-5/versions/3.7.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/adb195e9dfa54dfea2f192d708afafea/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=OwTaFq8Glgn44v9Sk6DzURcIqvYDnriL2mXMg8iRBLU%3D\u0026se=2019-04-21T05:10:34Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"D4IRPYJJJAO7KN4VE7UQVNNHZFNFWDWWECWBDD3UHSCAMSBXPCI4U5QVU44LXJF23Q4BL2UQEXEEGSYVASDCXVNEM3F4IJF7ULGRRUI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/jrubystack/skus/9-0/versions/9.1.1200\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4e29e64d69ed43eeb3f66dc86e704960/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=aIMN9Ak9ECfRXxrM1JtMbz17Vj3O1m3SsbY6CA37K4w%3D\u0026se=2019-04-22T05:25:25Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"V4FUQIVH73EXOUYWYWWWJMPVVK5UM2XU2HMUUNSU3OFCWICVNBHADX2YOFKWWIFAEHBXFRUYJ5AMU7CKSUI6OESUUHTZDSTKGMOZVFY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/kafka/skus/kafka/versions/1.1.1805301513\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e2e3b9d1aa664fc09297799de328f66f/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=nxn8yddfmlsd53xeqUJWkgdvdxWbcgYc8iUw85dJBUY%3D\u0026se=2019-04-25T02:35:58Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/lampstack/skus/5-6/versions/7.1.1807111007\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a344d67ef16f42e8a3417c1301ef3365/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=gvlQ%2F4N99TA89dnjax29%2FSS%2FG0%2BFF%2F50BXdOdqyrJeU%3D\u0026se=2019-04-23T22:24:51Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/lappstack/skus/5-6/versions/5.6.310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/dfce49f9624845a99f731f17a9fdc91c/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=BAkzLzlGxEL9teVnJ6ETkTvx5m%2FiaYZiqSECT91MnzU%3D\u0026se=2019-04-24T05:22:10Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"KNXLGW54OT45VXFTA7TFEGO242PL576C2JD4Y7XH4CIVBFBRHGTEEEAZCYAJ4Y5BW6PJ4XFCL3J5R3CGZ5AAD7CTTTSELCWJHVZLIVA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/letschat/skus/0-4/versions/0.4.80\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/9bf984089fe54b15920595a78b33eaf4/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=F%2FHLZobUEpG0ILoBHTfeITX90aZHa%2FveZck6oUAPcyM%3D\u0026se=2019-04-24T15:34:04Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"CZZ2MUSKMCRZB3LHRSOMOXAVOP7CBC3E7YYN6IGXBGTZ7JZYUOW6OB7DTNMW7YEZFXCRD2GGGXK6HSLFUASA6ROYVQP3LVFPGPLAVXQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/limesurvey/skus/20160228/versions/20170305.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d8273db199574efead6b971a1c5f0373/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=6oOSTlZ9DEjMNHh4EmbG4RaT%2BBoWaGlcRYbAKLpDhDo%3D\u0026se=2019-04-21T21:14:54Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"FGJ2BNOPOCGGUB6AZA5KTC7BVVHICBZF2WO4RCDDTPDAVO6I5HJGS4G3XOMBIZTYN4ZD6CHFGMJL2ZN6WATN4BN64BUC5BBO3OJWJPI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/livehelperchat/skus/2-44v/versions/2.6522.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4edd386d3a714bfc8cba36e24149f2e7/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=jdKs%2FJrRukWM3AdS92smPP63aGLTJPUJP4%2FMOLvmxOs%3D\u0026se=2019-04-22T09:59:27Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"DC2G63D46WDO7O5KDW65EVIA3BLMC4IF5DDB6BAD26KM4CIOTKKW57O6OPALGSVTMYKIFBJFY4SXPNIH4B62V4PGIVIBG45IGW7EJ7Y\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/magento/skus/2-0/versions/2.1.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7238450c93b847aba366a62ebecb9553/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=eV46E9GtBVpf%2F23o2rrBGlhHV%2BxxWerML%2B4SsYon7zE%3D\u0026se=2019-04-22T06:07:16Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"KWXD5UVT74DQZEUXLGTK77O6O7FE4M7ESGJM3TAIE4SPTR7JRUEFKEQZXJT4IMVLJJPV5NNX2X6IXN5F3KBDAYCQHHMF3F5O6XAJWYI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mahara/skus/15-10/versions/17.4.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6c3b148fa69a4d228291215b9f009831/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=BDyVosH63gEwJWAwV56AIuJU0L85C8zEHGm9yBWAOnc%3D\u0026se=2019-04-21T00:01:19Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"IE7SD4CALJYW44IZDPG45W7YWHE4Z7LWNWYUT7EIUEPINWZEVQKWJQDCH7EUQYBIW6AVISCJVTF5HGSTCLY2LYV5LU5MCC6OJ3HH23A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mantis/skus/1-2/versions/2.3.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/bf07c46178b344bd9a4369eb95049796/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=q7adt59gXk95ugoEyaZ1EbEYDkE518yKXLZ8cHS572M%3D\u0026se=2019-04-25T21:45:05Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"FWOBKW2FGG6JAGLF2J6AQ3HOMN6S4EQ7CYJCTS5RJMHFPFWNLDJR4MIUMRMJE5JREDSKYUUCKOGIDU3IYG5X332VXFY7LQ5FHQOVP7Q\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mattermost/skus/3-6/versions/3.10.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/368e6884343d4561b7d10b1fd16812b6/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=WubdF3CjcTfvpJjtDAOb21TmuXN4bB65ASZB16%2B0ha4%3D\u0026se=2019-04-25T20:32:11Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"HKU6GMPNMSCI3NA3ZOCGSK5QALW64VZCXQCFN7OA3WPLX67OHDN2F5NNVS5LTLOFMJKOTWFDCMSBYYBVANUTLQKSOZNUG6OQP3NXK4Q\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mautic/skus/1-2/versions/2.8.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f72014a6264c46aeafda2e06278277e5/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=rbb7VaPZbZbkhZSev7%2BKt9rMVWu6hZQOFng8To22zxE%3D\u0026se=2019-04-23T22:55:35Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"YR3B73XQOLQKW2Z5BZLR3RBACCWARCJCHFS5EKZKRJG2MFUSUEGR3U62HXSHULCDTIPI2NUDT37NUQKJCIEY44K7FLVXI6DKAF4CGOQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mean/skus/3-2/versions/3.4.40\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/1e44e0a92a25465d8553552e33ecc506/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=mi6hQKn%2BS5NwJuFJrAl5gIJhG2GFYqS0zAeiTiVpRiY%3D\u0026se=2019-04-22T08:14:14Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"EVJ6R2UVEST7B5SSZ5QFVR45DKVLZU2WANVKHYPWAACT4LFGL5ALAILDXDLSEIKLUNQGYACMDMDPQAI4MZYMLJEBHIORUPPNKE7A5EY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mediawiki/skus/1-26/versions/1.28.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/11a28b3fb2ec445a980b57158097d242/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Ilnxp%2Bg5W2p4xgk7oCkEvyjCi%2Bd7SxBZyp%2F1SNbF5hI%3D\u0026se=2019-04-21T22:10:55Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"6KHHRVM7SP4FIQGX4AVVONT5HW4ZUU6A72XRA6SKWC7GPF6YPNUJ5NBIGNFTMNIR2YNFE37ZBSCJFPJSO7WCAY5KPIZFPR6FXQLFNSI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/memcached/skus/1-4/versions/1.4.360\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/876f358dec114a1da58f9b1316a4c950/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=BW5jmET%2Bf3bENlHu107vLsC3pZXim3124Suf7ic22RQ%3D\u0026se=2019-04-21T02:25:19Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"532VI6A7CZQEKPEFGVHKNCNG52MQMHBDUESVHYSTLNJFG7KLILDV5IECVEFOQUAYCEVCSR7PNUW63SNSZTSI6EQO4H45SRH4NLFDPNQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/modx/skus/2-4/versions/2.5.716120\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/742ace97e8b8429cbfb1250e525c63aa/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=wASgGZo2CkPicSaVZXYh01BP8pwFpQ26AkfgW1X%2FZVM%3D\u0026se=2019-04-24T15:00:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"WHS4PF5GPZMQHOVD4C3R7VELAZCUWW733YDMX4OSUZK4QEIYHHPYBIOAMBNLNF6OQGEZBDF47FKRM32CK5PLSKMEHWGDO4T5QGHENQQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mongodb/skus/default/versions/4.0.1807101011\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/9abae78c3a33449c93a5538b63e4b104/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=6tI%2FdIGDlVo4OuP1Ex8L8oTOi3nBtpJo6aeAM2FFt7c%3D\u0026se=2019-04-20T23:25:02Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/moodle/skus/3-0/versions/3.5.1807082007\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/8df1e5e0af854d459f3289378ada1250/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Sg88Q7wufs1EDbW2lt%2B7A%2FpDBrfIAA4mgd4K%2Bm7XfG8%3D\u0026se=2019-04-24T21:19:35Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/multicraft/skus/public/versions/2.1.12\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a911d75bf40040fdbd7a5cc973b56aa1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=YnrKGm2A1jSZPysZC0evrTpKS4eMseB%2FmEhZZsLJePA%3D\u0026se=2019-04-25T00:59:47Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"AW5VGA3M6GLGW5TTAHADTBH44NNQ3MCTOKDTL3LNVUFFO2Q4ELB4A23K6V3WD2OBSG4A523W56MRKODTMX2WYL7HZF7TD5KBF7LIHFQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mybb/skus/1-8/versions/1.8.120\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/bbc90ea6a0c546b98e51c9289cd01f97/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=lg%2FajN4pyjmtMBkDECI9kjtAyyUqrl5aej54OYqNFg0%3D\u0026se=2019-04-21T06:50:49Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"44Z2GWSDWD5RXOSBI2G3PPFB5BFBOAIOUXCKOB76WISONIDLRMA3XH7GVTJYJHNHN5R74GCNV2BFHFNNZGZBXG5HNHRUVERCYRRVXXI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/mysql/skus/5-6/versions/5.6.360\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5b1a6f753d364bb2b6f502e65ab819fd/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=JhKIxS%2FhMb79jOLT867Pxh1Hd4HP6NifiCPD2MA844c%3D\u0026se=2019-04-22T13:26:54Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"LPBPC6RHPKFXU3MSGFCMET4UEZ52WJFWPPSHTO5OIO24O2CEZAUZ6AMGVFDVNFPCOIHKCW6FD6N6N3OJVVV4FOKRCXGWAZEHJTTJULQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/neos/skus/2-0/versions/3.1.30\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3ed51c0682cb4fb1aa1cf5e4c8896122/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=JJesf0wvXaoS2tuM52I6rw6vxlpocg6i778NJ%2BIfOpc%3D\u0026se=2019-04-24T10:49:27Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"VQFODFNP5DQMYUUJUS3LY6EY6YB4S4TYSQIHFBBOCVXQQKY4XQVA32CRB53BRJCKSPJEZYWAKS6SOI6DUIZ3NLFF63BQNAQRTQRHQUA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/nginxstack/skus/1-9/versions/1.10.14\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/1f1545957d1f4c548508d052a5492a96/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=us4B1xEA%2FtW2N%2ByL%2F2oRnldm5EcDitfIlMLlEAZ9%2B7k%3D\u0026se=2019-04-24T20:02:29Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"SJVYXHJCJ76EXLMBXRETI4XJ35HHGAVGM4TB34FQMAMWBLIMI2FVZ5CG2CF6TFEH4MBIVGLFQZ4TBXZHVQEEJTWVVV7DP6BI63XCV2I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/noalyss/skus/6-9/versions/6.9.180\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7255d0e4b8174efe974c5904d2d00d1a/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=SpsOucZBlXOTP1oczv%2FtD9%2BL3YAiYRo8BpxXtItE2vA%3D\u0026se=2019-04-22T10:10:32Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"GXF7PHAHQ7P2PWMOPQJ4QBSCTWGHLUADHS5R6SCJQSDUBJFGYHBAQ3RASH4ZD6TVBKKEN6KLODR7SOM4CLRL3PKZQIO7PMMDFZ56TFI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/nodejs/skus/4-3/versions/8.1.40\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/cded2bffcd59467aaf44ef99c4196d16/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=XO4iN%2BcL6BM%2FcyVMReOFPpIvNbb6ZKh7sp1Gt1JMp%2BA%3D\u0026se=2019-04-22T01:09:11Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"5OU4IM5YKFWU6UMR7MYRY4NQARI2S4GHM7JCUSPSFP4W3CFZKDDQ2M4SV3BKYULHAGAWR5INMNO6U3F2E6GZNNAYAEW5TANHBF3KMBY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/odoo/skus/9-0/versions/10.0.201706150\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2fec5a5863604fe491c0c2f763d2cc21/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=le%2BqXTQQ8XMJri9tQqm2ZquEPrTuA5f%2Bn1i%2Ff0eNfNM%3D\u0026se=2019-04-22T06:17:20Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"WZKPPR4YW24XVXPT5WOMIZIRWAL2IYMJFAHRUQV3WPUUGA666KCXG7ETDKGKQ2O6FPKA4EDTNFSF7S3SOM4GRVVSA3BFDAQCGI5K35I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/openatrium/skus/2-54/versions/2.617.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/255e045c7b7e4ed6b755a90a8a6f7d5c/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=tJRhUeMEHSdBS1SXK6Oo%2BaTWkyx75JKIGvbJd0vaU18%3D\u0026se=2019-04-21T07:57:52Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"TFJN4M2RHEJWDPDOAPQRIC4WUBAUUVASLTDXQXMAMXW2AUFD2KRRMBKRR5H67QOFMIXSJ2CADCLMLWKNPQ6HHLJJTYBF463MMLQP36I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/opencart/skus/2-1/versions/3.0.200\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/69be1b00bf92432fa4ad824bbe71ab7e/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=j6m2at9aRAyDhGAongjNK7zmcqxwEu1v7adADeCh2G8%3D\u0026se=2019-04-24T00:51:32Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"LUBRXCPOCFS4PMKE37YY3YZR7GFYAVBTGK3LYGD4C2UBBIS5RCE6J3RESV4GWI6IR2RFKSP4CP2CVTPXUY4SJ25QATKNGCDRAN7AM3A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/openedx/skus/cypress/versions/6932119.3.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/424c957b10c94477a8aa95faeaac3b4d/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=KF%2FZ8tOBRxHg2ArxPHimopWQUsdyUceNk6vgFzs5s2Y%3D\u0026se=2019-04-22T06:59:08Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"JHTYBKDNSZTBG7THCSGT2HOKP7NZY6ARG7L65LTC4IHHECTQTK6DQOUINJGROUETM3YLIPY5KXTJZLR7QQ57Y4EE7MVFIPSUBOYFLGI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/openfire/skus/4/versions/4.1.40\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/9e4cba897ab5449a8b2c6a7db91db99e/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=cb9KExuz5F27Gk41ooejDRJskEAr%2FMx3Oq0mmwk%2BK3A%3D\u0026se=2019-04-21T08:13:30Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"23NYVV5RLGLLDXBWCBJC7KJKJNITKRLPH3RHJYFYAGAKOT4DES4LCQVIO4PC32YH3EATINN63TMQG3IGAXCB6WXJ2ZI3MSHMDMJPG2Y\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/openproject/skus/5-0/versions/7.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f79dfd529b9249bd817df39a823078b5/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=ZLhr8q8nHAQpRO3YSz3QRuPE3xwl2EKQY5QC2P84uPc%3D\u0026se=2019-04-22T09:37:48Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"OZU7UPXJ57PHFCAWSBRINR2ADUOVZSY3HV3FD3LRKEJKEQE4MB3UTCKDPYV5QP6SCTXZNQIM53RNQLYALODTWFKDKES5SVIYP7CG2HA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/orangehrm/skus/3-3/versions/3.3.30\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/efb09f8ce47143078d73302d36aa6721/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=oFm5EIAL5LTWThtLAV5o2vNXCYZJ7uCFabBOp%2FcNXqo%3D\u0026se=2019-04-25T00:45:10Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"BPAZGIG5B72GYHLINHOMMLCJHAGVMR2JLIYFGZ5K6JNS66AUETP3LJGAPOVWMSLUVSGWFKILUJAGZNQVJMHOTTC7SPTETMI2VSQXRNY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/orocrm/skus/1/versions/2.2.20\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/fd260b8eb0564968b4643f03bacd1329/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Abx1W6mYVD7Ir%2FUPPt4sbt3vWulgjtMSDIcyVFCzF0g%3D\u0026se=2019-04-24T20:10:33Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"DWB5MBHQ7FQCPYLMUKZCWN6MRJVHWQIXVBVREMS6MVSLOT54CWOUASZKTMSC7QNFQ53S34LV2V5U4TGTEFVJNS7ICU36RLJOZZW3YGQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/osclass/skus/3-6/versions/3.7.002\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f62e1e3a9c364401bc6f82b9f2541670/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=N039Dv0TKEBl%2FHFsD8LPsOjCVEVHQpG5MeyVfkFu6U0%3D\u0026se=2019-04-24T06:02:24Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"5AGBUYUXKPN4FR6XSQQKYC6CN72NWB6LNB2OQKMIQ66EYR5ZUAEMYHV32T2OU7X4ADPVFIDF3YPW5H3XE6FJF3XWAAM5HQQRQOLWDOA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/owncloud/skus/8-2/versions/10.0.1805302016\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7783c84f219a46f4a3ca18335afb6923/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=ozPzd4meSnqhlootrJhjgIElepDbIWyq9g1QF6bHmsE%3D\u0026se=2019-04-24T15:52:15Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/oxid-eshop/skus/4-9/versions/4.10.40\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6a4e42db0ccd4339bb4d6c27ca75a86e/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=VZZxDKRbyJe5xtWYa2CUgMJ1S7f2KfFGTkZxbTC3Sks%3D\u0026se=2019-04-25T02:52:14Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"PUICYL2NYR4EMB7IRZPMFOUWCC5GYATMYKBBVCQIY6465AWWSBOPIITA5ZM7OX5JPO6NEK26TKXX54IUUAZXHZPHPLR7KXU7HPHDETQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/phpbb/skus/3-1/versions/3.2.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/998be6e7e1df47ba919821197f0f31c2/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=jvzAAnsG8i9qQ8nm5R6Zp1r%2FSJZHwy9qogJiwZUPwhE%3D\u0026se=2019-04-24T00:29:16Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"K6SDMWQ5AHIPLF3N4PHAARERK5KLUAULT446P7Y3CJL7DGDGFAO4ALXBYD6FSBNT5QLDAFXMG3YRB6GIHFZB7YVVFTKU4IXLQE3U65A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/phplist/skus/3-2/versions/3.3.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/af7f8ad261f44c1fb7f6e807ef8939a8/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=ySbEJT8V2Nh0p%2FC1AeizMFJS%2FycKODN6bEUWpoID%2FrI%3D\u0026se=2019-04-23T23:06:11Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"RTSRWQAXSRXWBEOPI7I7MJ7IMU36SXUJHTTDP25UT3LYYN7IB3CDORN5BMJID4TU6GMHLVE5M2HAMXUY56YMJD5MKA4V3XASFIPMHVA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/pimcore/skus/3-1/versions/4.6.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6b52e4f998c54955b7ffc02ffa519d30/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=AvwTW5Y5RfaQEM7NulGuFZliX398w5ebAJRlYS1Cx18%3D\u0026se=2019-04-24T00:38:52Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"YBWOGPYU2ZHZ4PI2SEDDPIOUOKQRDAVF6AVXVSZ4HSRD73TEWFJRVWPM264MXDAOFSOY4GITS346ZOZ55MKTH225DNLRMUI76EI37TA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/piwik/skus/2-16/versions/3.0.30\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5235ba886336467b90bb497c75f193f7/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=t10VrvuYZ%2BpoTjEzuEEFLvWMknEBS4kKmypNlFLNk5Q%3D\u0026se=2019-04-21T11:41:26Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"AL3FTPOHEFVFMOV5FYJUIIKU5TV5HEB2YU6RSAJEJ456A5YPDAHTCPBXLCE7JXCJF472M7F6HCB2AKKAFGICS3FIAF4ZM47GKNPJYTI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/plone/skus/5-0/versions/5.0.70\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/c7481be4d89e4f96a6271330b24ba215/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=AD%2BMV34e%2Fb%2B47IlmL6q0fOjnzkmS9IrvaVoECnylmgk%3D\u0026se=2019-04-21T10:49:25Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"567UPHGNI3PZLHZMGQ3P7QZJ5YKHMYGNTFP3OF7DUTS3H7N4ECNNOLYR73HZBQJF5WSHEK5HVY6346EEJEI3RYTZXT3UVGF6BPXDK5Q\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/pootle/skus/2-7/versions/2.7.62\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/01462e0fd56a4db7b252831d45bdecdf/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=vq%2FOTCnjTorx%2BtAXsMUq2ZTQ%2BNcwRCXQnovIjWsVAUw%3D\u0026se=2019-04-22T07:40:59Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"OMI63AZNTHJN7AK4JRE5J6IIWH4WPBP6HZF7WIHAZMQLS6PKBG4T4UGBXUWJL4LJEMVSJ63B3FD342YK2IXJGPW6SO7XZEEVWC3ER7Q\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/postgresql/skus/postgresql/versions/10.4.1805302007\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/8f04bce6b5d3445587df466b293e5e16/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=gIhM16cHGoydZmyKXaFeS%2Bxdt0e6pJi50NhViUwqKbU%3D\u0026se=2019-04-24T23:59:51Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/prestashop/skus/1-6-1/versions/1.7.110\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/1186a35cb26c4d0fa44423f1b0f7a7d6/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=RENkThmw9MIdNcCLwJy9JK0fjAQu9KBdqH%2Fbmkqb8ho%3D\u0026se=2019-04-21T03:00:34Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"4SPRV4DB5YV3MQDETU2L2XS5U42YFH34AW3Y6PNOG2MBWSLLFHQ4WC2T5MGLOFUQ7L5ZDNJZV5GHSABJVNC4RX3XRFVZ5OENM6XPBPA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/processmakerenterprise/skus/3-1/versions/3.2.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/fcd909915dfe4aaa8bce73d1360f328d/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=HhWNCtlUfX9I8Woy5wx%2FOi1D1nHkHIVtJlQfWyUcrOA%3D\u0026se=2019-04-22T10:21:08Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"3KHT7OB5T3Z6HK4WMT4HB4JHTZDNOSI2T3SEPPXQU4E4P2KQQUTR75L3UU4TZIUREFNNFKIPCV6LAOMXTMWVEPKHTI2IS6OM7ICOD4I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/processmakeropensourceedition/skus/3-0/versions/3.2.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e588eaa094014d06a6b9b51b822b72f8/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=rc2vzPa46rZwFdAdjcsvfmmBchKdOgNe68SPW%2FIEQMI%3D\u0026se=2019-04-24T06:13:30Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"A6HWGUSIOY4TKUGGCDC47PHBH7Q6NWCMGUX62KGHPGAWNGGWFJCWFUILFWGVU55GJY4RIN2GU22D6U7J6AG5EHAVZX43RK7WO2LPLUQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/processwire/skus/2-7/versions/3.0.620\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/fa29a2ececfb42b68d125b04f5e132dc/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=L5APylk3h3Pbr7zhfo%2Fd3x1fEj89ZGE5Nj0hTGX3xno%3D\u0026se=2019-04-21T11:06:06Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"UK6IQ75QHZCJAYBHRVZ6NOIFJMURQEXWC2VBE2E5QART7NRV6BY4J2G6T4IWEFVIT2P6Y5OFEWG3TDJVGIXJXOOWUH6RD2ZDPR5OUSQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/publify/skus/8-2/versions/8.3.32\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/9fcd8a3240ad4bb1863f242510c433b9/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=0wgVuGtnK5SS%2BY7ihmxl%2B8y7PnSEANRPJPZA9y7ZJI0%3D\u0026se=2019-04-21T10:15:34Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"5BV2OW7LABM2FS7A47FXQPQUOSC6O3NK3MVT3EDWZ2TTNK4325GMK2F6S5E242PLF6MNMBQC3X2HH6UIUTDTXKRDP4GPALPMGLAWGQQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/rabbitmq/skus/rabbitmq/versions/3.7.1807052008\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5955bfd9e0e64eacbc62d47ef872f6e7/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=h42OSV%2FadHQ0Aaq1DFU8j1XA03N7xThe%2B7lS0iNDoOA%3D\u0026se=2019-04-25T00:14:58Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/redash/skus/0-10/versions/1.0.30\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/1bd4134627c44cffa8865549df7b94c7/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=hqPnBpQJJOUkQFNWMt%2BHSGUl55gFnP%2B8HlkbvrUT%2F%2Fc%3D\u0026se=2019-04-22T11:55:17Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"GB27VRKNY6U2XVL5MJBFK2TXA7PJI5KS7DPVB5EN6BXSWHWMI2RKWIQ4VQFZ3LUX4ZS3VG6UO4M6RVP7NZQWXWJBINWACVIB6VZD5RA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/redis/skus/redis/versions/4.0.1806251509\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4ab9b364a69848ec8a8a1e7461ac68c0/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=%2Fv3nRiCFtCqW4LFh%2FosgKd4io3%2BRddZbP8FLypdtxCk%3D\u0026se=2019-04-21T17:03:08Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/redmine/skus/3/versions/3.4.1806101514\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/c0a771c03e5348fbb1013168b1c35652/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=WEI1zs57Q%2BV2Vo3lvZ98VaVJuDZ6rHqqFyOTnDcYKg0%3D\u0026se=2019-04-22T09:48:53Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/redmineplusagile/skus/public/versions/3.4.1806021515\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/729299825cf24a7eb38e279a986b4741/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=XQQMbyBFiposXKSjRWIfaiUi4J10DjUpVW2jfZo2qgI%3D\u0026se=2019-04-23T23:42:27Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/reportserver/skus/2-2/versions/3.0.26\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3a965e4d83de435383989cd1afeceda8/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=NaMEQruEnSunlQVdk9IRVxcr54jwsPJ27MslchAvZYk%3D\u0026se=2019-04-22T14:36:03Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"UZB6KZLL6VDNASOPRADCWWA2JYGJSEZNHH3S7L2T5AJOC5GKUF764XVKKXTPDNWJSIFD4TDJZBPA4TH66T22LVITERFO6AKRYIADQFY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/reportserverenterprise/skus/3-0/versions/3.0.26\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a45516e668484fbab14bf06293bd510f/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=byZZJYHCn4mpGh01RQ4hJi4JIPZmwf%2FdeLVi%2BimEogc%3D\u0026se=2019-04-21T11:59:37Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"PSMYGQFPYCDMA22MJVBI3GZFK7QAWYHNPGOVBV72KSNZP5CE6UTTHHE2OQDWNMLIFW3KMAQUIHHLKVWQZSPOAYSCL2JOZ3JOIPRDV3I\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/resourcespace/skus/7-5/versions/8.1.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6a27f8510d404f53a227bffcf907031a/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=MwEED8uZomL5ErPZTq8ZSoDWQdZLDqfig0xA0X4tJCA%3D\u0026se=2019-04-22T08:35:24Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"TPKPWEL6GKA26DUIOKHITTYOXS6FLHUMNSGVGNF55S2LL3FRPHLA3VAY4Z5B3IUADPKDYXRTNJ277NFUQM3W4G2QMXZGITN2SGH3SGI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/roundcube/skus/1-1/versions/1.1.4528\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0c4d054fc29c4e52a3e4469663afbc0f/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Howa0abznT6guKf30stGY8hPVPVyZA9g7O5OvrzYg8s%3D\u0026se=2019-04-25T02:44:02Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"BL4YQFBGX64Y5FNVNLMFTZUTT6WKI54MAI67K7R2E327M3RJEL5VBW2SAUMMJBBRVAMX5CVCDIK25JXU2F2RG6DGBSYKTIVIK7ZKEVY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/rubystack/skus/2-0/versions/2.3.15\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d2471808a3694f74a541398f6f505888/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=5ZFqNiLlqk9PgFH9TalAi55DGIVA8VxVjdHvIlG8ZAY%3D\u0026se=2019-04-25T21:07:52Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"RKIF25AJSHD3E35BAYI7INN3AH6W5CYTZAC7RWDGBMBX3M2K5HSQXWM4WE63CF72YKMYX52W2L4LTK4B6MSM434Z63HUSDMWWKGK6HY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/seopanel/skus/3-8/versions/3.11.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/21a68d19923346fc912357d942d9bc1e/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=l6yXdx94hvPkLX4L4LEAZozGzkFwXWSlptVvvivCTuY%3D\u0026se=2019-04-21T09:40:49Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"IQVW7LOXAPYSAULCW46AXMTAWWFUQDXE5IFKN4NDTJ6U65VK2GEAVPTCL4LRJBQ3NKLI6I33BFSCROFSPFH3CG3Y7PA4DRBE4Y2URCY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/simplemachinesforum/skus/2-0/versions/2.0.140\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/183a571bc28341f6a4761ad1548b41ef/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=TBJKNSSARYWwHgvekfeDH7uA4pfx5dcwLbW7jX%2Bajqg%3D\u0026se=2019-04-21T03:31:22Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"5TVL2K2VL7PM2PCN23MMGBFWADWOWSPT5NDKL3LFN2KPZPKLBJBNS7VTZAPXA2MJVDVFZASNODIX2WPTBAEGTUE6EFEYXHQIZVQT4AQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/spree/skus/3-0/versions/3.2.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5cee33a1394d4257ba59ae66ee2ca8a1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=n9Ds9CLXvtV1%2BrmyvhikXDeQAqEnb5YfqY1AAPIkxfc%3D\u0026se=2019-04-21T07:06:27Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"DHVT2WSSE6V4PCVTT6MOEHSX6SP2VMI3X7WSYGNVX73QHHFFPGM2NEEURJJPPLLIXFRJWIXWRV5PRL764XZA453OLLFCSPZ5AMIIP6Y\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/subversion/skus/1-8/versions/1.9.51\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/60e8196bb6764edf8aff2fbc3e8b166f/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=s%2BcYk8%2FHFtSOwDMB5Cd3nnrj6DqMtr%2Bx4WcjgFJ2hiE%3D\u0026se=2019-04-23T20:20:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"4L6QOI5DM56S5SYYMF2XF3T2WHOLOZ2FG3MQGS3ASFKFE5KEHM35J7PSJM4QCFQ5Y446BCVSRGOWJ7IGXUG5EW3WZQ32ULAQL4B6GFY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/suitecrm/skus/7-4/versions/7.8.31\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e9ac086d50634d91a7ea3c5658c078fd/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=D6PkB7U%2FdTPy7jzBBtyIrhodPdx1a%2B9%2FXJ%2FUMvwlaCE%3D\u0026se=2019-04-22T05:13:48Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"T4WPP7DXSHS24JGTGMXVYMVTMH3TNAQUQKAVYPB3IUTFMJ7HVRWDNTKUZTWGLJL2Z6DNL46UCENQXDVQQGNQKFLTX53CU6KBBIEG6ZI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/testlink/skus/1-9/versions/1.9.16001\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f54326dea5a14f0a9e7d98d6309f8539/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=%2B%2B%2F%2BpWT3Z3my8Ag54ObL8yZZ1%2Fxqq3Fb8cTmHwHdILg%3D\u0026se=2019-04-22T05:46:05Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"WO2KT5HP2DXUT4A6D43KIC2HYXN6T7HFVY7A7M5MBJNCFSCQKO6CVMREBA3L4ANHMFBNXQL66XHWEW72Z7JUV54NFLYKRUHABQOH4VA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/tikiwikicmsgroupware/skus/14-2/versions/16.2.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5b519919ade94b09aae3cefcb22dbe03/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=SOD4mM3dpoTIEvs%2FbTUS%2BRAzVHNIWJNpSOOml7I3aVg%3D\u0026se=2019-04-21T19:17:36Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"PWZDXD6Y3ELNZMJYC2DID33V3AOGR2SEZUBIW7UUC42MMBKYIVRWEZAD5DULFEQXDGXGIZZIIVOVQMS4SOSPY7HJSHAXHSWX4QS5LSA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/tinytinyrss/skus/20160220/versions/17.4.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e689566ffb594d62a651277cdfc5b699/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=gWc6z%2Be7yV26Vm5mrTun9oH1klupo4Hs08fNYx%2FNGmM%3D\u0026se=2019-04-24T07:46:14Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"FNRMLRVSQQLM65NIVPGGYYPX7SKB6MHKTJ7D6EW37EEH554GTYQ2RMV24JXKG372XUGTEEENLEH64ZMLKKC7WOOY5LVFI4VUDXTIMYI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/tom-cat/skus/7-0/versions/8.0.440\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/150e2016ae7b4ccf8a93c0cd7f64609c/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=4b0polHYgxf4MnPBs6u%2BgnaiWs4WpMEVuSVWwGOvP8M%3D\u0026se=2019-04-25T00:37:37Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"GYHHP7RYGYWZL73XJ3KW2KDF3XYA4AOILACVNJOK6WEIQWLAL52GTB4UQLKVI2WHGMTTKULGZ5MDZDGFHOPALAS5VVDEVO3MHEJX5JY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/trac/skus/1-0/versions/1.0.150\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/778069a7bc894cfdac955b06e77fb4c5/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=47HIb3YMcaY8wFYO%2BSWpTSXejArp5f2L0ugQuCAgjN4%3D\u0026se=2019-04-22T08:02:39Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"VQHOBULMXBXDHRHNHBHZM5LG5PGOZPGEXP4OBX6S6YWBTIYBA2LC47YIWFO5H3DQAHUSWLLV4YQLRIOFTEF2JT3TKMFZWQA3RNA33RY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/typo3/skus/7-6/versions/8.7.30\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/98ee14a7c4a14ed7b7249eaa590a006d/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=b0ybisTFumVEgr%2Fdm5SxevmkTv%2FkTeUKpFiM1KeiCzE%3D\u0026se=2019-04-21T07:21:03Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"NTSW6YPEEN2I2GZJ5LC3DWCBPBUYXQHFZTM7PPQA7OOKNQKLFT26DJNLWVFI7QG74BWDE3URHXWJLFAXYMRBOAYWR6V4GE5CZQEOZNI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/weblate/skus/2-4/versions/2.15.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/87af3458122044a2982855b44d484dc3/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Vve2cffL4spLte5cU16jcFsvXkhic8VGZAE1mOZrgv4%3D\u0026se=2019-04-22T05:35:30Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"Z73BLDMTDRJNBFDPSLHDLTDYHBF2UWX2JQ6U5E6I37QASZXWP36VSQ3CS3IXXPTSEYTNQ3D23TLL3MXNEESWWKJQ2GNCULGWPMJ6AMA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/webmailpro/skus/public/versions/7.7.50\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/669bb550e1b44e94bcfe8971e4ba40cb/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=cvTESk%2FA7%2F3ZCTX0Q%2BwPKyWi4pYKVn%2F6cNxFNbNcKro%3D\u0026se=2019-04-25T04:05:37Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"SGDT5FWB7ZDIA24HWNJ3ZLWWQSW6FPEMSW2VNZW5FUMEG377CQHEDOPLEVCKE47TNXDG22YKQNHFWFSGV6WGMTW5M4JXTXA7BLLKFDQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/wildfly/skus/10-0/versions/11.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/aad93b263516426b8725f29c3be5c0ba/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=zBd%2BtWW4ILXKf8BaD2x39YoO99uDNVX8uhb8QuUJBuQ%3D\u0026se=2019-04-22T07:20:18Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"BL2K4SJL556Z5I35AAN5OF7I2UO26AQ6Q25HF7PTVFY5QZ5CTVJMNPI3D6VE7SAYIAEPQNKHEGNYIGAUHIJ5CUDL3NLFYSTLB32MTII\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/wordpress/skus/4-4/versions/4.9.1807060508\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/20d0f93779904e68bf29ea69af7272f6/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Kg4M5URSM10kOriSLaCM8e6jwQ6yHpccoftHEeAB1Lk%3D\u0026se=2019-04-22T10:52:53Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/wordpresspro/skus/default/versions/4.9.1807060508\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/86fbd19206a345e6957b28644f4358cc/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=tzvT5X%2BmaKGR0bHEuhYMKMpkoyDP1uGKdGkvVul3YvQ%3D\u0026se=2019-04-24T14:25:27Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/x2enginesalescrm/skus/5-5/versions/6.6.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5d755ae93def408299a7be35347af6ad/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=guAS%2Bo5fQMy%2FARninrQvfpsnfgspigY4aSIwEsxLrTc%3D\u0026se=2019-04-24T20:30:49Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"UNCU2LIEYA4XD75K5XS2JUF7KQROMRYX246NJCTE6YWICZ4AWEVRGAB6TEZSOBN6SCSBYVNCVYWPSU5ACOCBCN53JVRHZMU6JMUSLYQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/xoops/skus/2-5/versions/2.5.811\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/b26f33de420a4a60816ee28bf0395539/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=87B%2Fi8V1O1BGUsvhnmokAZpQRiNeHlQwN6k3GTWwRBs%3D\u0026se=2019-04-24T22:55:04Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"C2KK3A7GO2G2IZB35TSOIA2RJQSM6MNUTDHRM6XK7MNUA6IUMSBYMR32EYPIXNHQJT5FXJ6WVFBLQUPYZUSC6RCPIIBEPAL2ZRY7KGY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/bitnami/offers/zurmo/skus/3-1/versions/3.2.10\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d396f05994844eb7b695f2c876b6ebb9/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=jn%2FkaxqDvxQWvN56inbInbcxodWS6Wcl133OblrIL%2F8%3D\u0026se=2019-04-23T23:52:31Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"4RVJLZ7BVTEKMVN6MFRTXH27CLIDGOKXHRKM5BHYWZV45Y7PFFVOZWZXNDKRUIA555TXMVICZDWMNZSBJR5EFUXLTLH25IUYH6GFC4A\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/checkpoint/offers/check-point-cg-stack-r8030/skus/mgmt-byol/versions/8030.900200.0542\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/cba550aa600f4a0c88c3be093b1c2e38/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-10-04T01:32:01Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/checkpoint/offers/check-point-cg-stack-r8030/skus/sg-byol/versions/8030.900273.0542\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/61c2244171cc4152bc961f1aad0f0d48/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-10-04T01:31:48Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/checkpoint/offers/check-point-vsec-r80/skus/sg-byol/versions/8010.90013.0226\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/00028f863a22426d8838fb68a3495148/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=5nahpFghUpP1GkrLkiEDM5YdFajcJNgo1h6S4DZEWag%3D\u0026se=2019-04-24T02:50:20Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"UZ4TFGIR4NAGZW2CNWENAJFJWLQETMMSYL4LZDE6DVO2O4OTANT4PWIUVHCONFP5PPBOPNJH6PRJIKAWFWPL3HHA4R77GYHNVP2G2MQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/checkpoint/offers/vSECTemplate/skus/template/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/chef-software/offers/chef-automateallinone/skus/template/versions/1.0.8\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/clear-linux-project/offers/clear-linux-os/skus/basic/versions/20230.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e73192f132484dd7bf8d3038488bc03c/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=IwTcl7oeU47yUMasXPuJqnO7%2FqLRo%2By9p5VsLJfEs9M%3D\u0026se=2019-04-22T11:03:28Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"Q7FKTL4VWRISOX4CTDASPDLFAGCUIRFJWIN6EJWBX4SJGCRC7TPLGWLN6I7YMTBVMO4YJK2C7HNJ3AD262NJ4QSOZ7X7ITEKF52ZRQI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/clear-linux-project/offers/clear-linux-os/skus/containers/versions/20230.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/58aa4d35347947a3888c681eac1eb3ff/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=g%2FbhwAYQEjlmJ5bwZgqGbOGgvlLaicRTO5CeEXW9CJQ%3D\u0026se=2019-04-21T05:26:12Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"FG2JJDJ5XDLZDV4M5I5PXBCPZDL5HH3OKQYHPG3JG3KMPBOGBFPMPOAG5REX7W7XIHWRWZTS24FNLF2N3LEIFPDY7DR5JXGSGYHVOVI\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/clear-linux-project/offers/clear-linux-os/skus/machine-learning/versions/20230.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/eacf587346094f62beaabaefbf8d6f69/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=kbcoAmw%2FTvVzDWj3PxWkkEaX5acS0%2FAe5CeDA3juIrw%3D\u0026se=2019-04-24T19:23:12Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"2DSQ3T3IXLC4XCTF2PNVJJBHFDUIJEG7IY46BKDIDUKQZPXHNRQGWJJLJZATUBK42VVA5C4CJZPC5W5HI76OJNDJ6TE7PNGZPU4CIEQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/cloudlink/offers/cloudlink-securevm/skus/cloudlink-securevm-66-byol/versions/6.6.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0a3b85b5685c4ee698afea909a7f7519/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=SH0ZBOyoV5tT%2BfSZrjsCFO3kl9JYc%2FFbhPe2zhupmek%3D\u0026se=2019-04-24T14:11:50Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"4NBIY5JVU7TDMB7Q6KWTEXVY6JRRYQFVQ3TLCJKSART22CVIHPW75B3URWWBNZADARQVLVV6UXYJBZS4N4WHUT2YMZB2IOHZSKZPZ7Q\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/cloudlink/offers/cloudlink-securevm/skus/cloudlink-securevm-67-byol/versions/6.7.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6cdf2a9d49154106b31cb286c9be097c/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=5SF5P98139ytxVfYReo3MMNVATk3z96Cs2nwWKC3SAc%3D\u0026se=2019-04-24T21:12:02Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/cloudlink/offers/cloudlink-securevm/skus/cloudlink-securevm-68-byol/versions/6.8.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/ed5446ee5bc34db7ade0956bc4656363/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Lctfu5LMJolDi7txGv%2Fi6lKk2h1Cd5AqFqnXlqLPAig%3D\u0026se=2019-04-23T19:36:27Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/commvault/offers/commvault/skus/commvaulttrial/versions/11.13.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/100a27d085f145789e939e820a9aa26e/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Dl%2FkcYIQAvtSMxqBTQzeXKbUmaOP1jTfLz5PWy%2BevEc%3D\u0026se=2019-04-24T04:41:59Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/credativ/offers/Debian/skus/8/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/Debian8_latest.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"training\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/credativ/offers/Debian/skus/8/versions/8.0.201805160\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/9afee22d5cd049188d1905613a02db88/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=uNDVkZ34VmLjvqYnHhUSLYiQUOeQegnxiMJFhzQHJS8%3D\u0026se=2019-04-24T09:15:28Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/credativ/offers/Debian/skus/8/versions/8.0.201807160\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/ba1d710daebb4d61bacf2ae82b6751b5/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=UIuBJoSqv4fOVdCoY8%2BAglrXmlpHwET69iLZwvIZmec%3D\u0026se=2019-04-24T16:58:42Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/credativ/offers/Debian/skus/9/versions/9.0.201805160\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/bda08b0ac3194a129760d64fcef4e89f/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=f8GRsVPu7LMBftOyZZL%2BYqc0OxngVXLFptYdZ1Mai%2Fk%3D\u0026se=2019-04-21T10:32:17Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/credativ/offers/Debian/skus/9/versions/9.0.201807160\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/4edb48208e94472483999a4a9de48eaa/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=HTlcfBqFln7GbPKtb7JnJnwSjNPX3c3ZRDoycXt0MU8%3D\u0026se=2019-04-22T01:52:51Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/eventtracker/offers/eventtracker-siem/skus/etlm/versions/9.1.19\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a462aa9d33e745ab8d72a33cea2ad8dd/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=smWJHsUgs9ElfzfQWQoLlGeylpRBORz8PkyDUr9H53I%3D\u0026se=2019-04-21T05:36:47Z\u0026sp=r\"},\"dataDisks\":[{\"lun\":0,\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a462aa9d33e745ab8d72a33cea2ad8dd/Data/0.vhd?sv=2018-03-28\u0026sr=b\u0026sig=hfyXXSHx9eL7abtki55E9h7408Bm%2FwOe2RCQak89ua0%3D\u0026se=2019-04-21T05:36:47Z\u0026sp=r\"}],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/eventtracker/offers/eventtracker-siem/skus/etsc/versions/9.1.19\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0218d6671b9544f28b47b7b6d7648666/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=joeh84dLQfwghoHQj70SpI2o6SIz4i9RdepzwOo7D1g%3D\u0026se=2019-04-23T18:49:44Z\u0026sp=r\"},\"dataDisks\":[{\"lun\":0,\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0218d6671b9544f28b47b7b6d7648666/Data/0.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Jxf7AKjrA4RTOIvCZSt9tMiUoCT6uOIDLHCL5whSfs0%3D\u0026se=2019-04-23T18:49:44Z\u0026sp=r\"}],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/exivity/offers/exivity-vm/skus/exivity-vm-v2-0-5/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a309a9bdb07e422188ece728463787da/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=8guzHbD2iMAHjq19lVjDkWxRZ2K0%2FM6P4NTGuoVNn7k%3D\u0026se=2019-04-23T20:30:18Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-best/skus/f5-bigip-virtual-edition-best-byol/versions/13.1.100000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d44a90aaff6b45e88c4a2dbd7b13dc8d/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=d9kOdZcCSWcY2AxsCYjG%2FLpBs7YC3phPmcaRiBiqD5c%3D\u0026se=2019-04-25T01:58:34Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-best/skus/f5-bigip-virtual-edition-best-byol/versions/14.0.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e9ba311d31004874b80e666d51267fb8/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=v%2BMRMyBFBfZAxwOzAaI70hfTK7ruX2ELydRdJ9wE%2Flc%3D\u0026se=2019-04-24T19:28:15Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-better/skus/f5-bigip-virtual-edition-better-byol/versions/13.1.100000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7e128f73e71142e797ab9340eee2f33c/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=Hu%2FtJ8cjH7waZvSP9%2Fwo9x0PZF%2F1QbW%2F5%2FNB7gRozOQ%3D\u0026se=2019-04-22T15:23:35Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-better/skus/f5-bigip-virtual-edition-better-byol/versions/14.0.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/70d870b757f5407f89c3cc8b12cc9a85/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=j30yVsNO%2BStv6Azw1M7Qa771f4C1Q06RUtoIlIapX74%3D\u0026se=2019-04-21T01:08:19Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-all-1slot-byol/versions/13.1.100000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/78c3ea106352460f8e917e5f2ff8db32/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=i7PmpWwOdEv6goMDw4rZ%2FcUgfQ2uRMFDE1Jk2qZBv6c%3D\u0026se=2019-04-22T13:37:59Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-all-1slot-byol/versions/14.0.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7a062de55e9e4561a56c7a04210eeee1/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=u4pjcUMOvL5vcgwMIKGKh1%2B6TlHhjp73qEm9%2BtYxn%2Bc%3D\u0026se=2019-04-24T03:22:31Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-all-1slot-byol/versions/14.1.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2dd8c0fc8fa4455bb9d0c3e77298cadf/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=ykW5psxqpzLt6MHHBaa38JC4stdbrDygi5lzLVeAvMA%3D\u0026se=2019-04-20T23:36:10Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-all-2slot-byol/versions/13.1.100000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7a0e7a2ea7d94f85a4e2727a8b8704cc/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=p4393qwj2ln8Xn%2BS%2F2mOiozu5p5rkWMlYcSHN8YV%2Bmw%3D\u0026se=2019-04-24T07:13:58Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-all-2slot-byol/versions/14.0.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/cf15643185964f72a0506685d2de6c56/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=8dCRJrrb%2FJXRr9UoE25FgR8Oc%2B3aezSTqrP1qbSxt%2Fs%3D\u0026se=2019-04-24T05:32:15Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-all-2slot-byol/versions/14.1.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/6b963476d5ad45c1832cc24be31d2def/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=QAsrtXm1WPYvyihIvWfGs1yDoFpVt1BMyo8WuppV%2BhI%3D\u0026se=2019-04-22T11:12:02Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-ltm-1slot-byol/versions/13.1.100000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/62849c5788924c39b9e3fcd46597d905/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=phh6N1hcequw2zblnSjIelckKbH9JuUibNF4vSNtecQ%3D\u0026se=2019-04-21T07:35:40Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-ltm-1slot-byol/versions/14.0.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/59fe214265594be793f94672f4d7ff19/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=qkVpU%2BcQ2VVYjbqYfIWbmNKCL2XEP7K6hMzfuVYkVzY%3D\u0026se=2019-04-22T14:59:15Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-ltm-1slot-byol/versions/14.1.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/578f563bdfa44f3c968ae26015093a6a/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=i4FjA8Wml2g%2BDf4AD%2FB6FSmT%2BmxWXerzL2JFFEwGoag%3D\u0026se=2019-04-21T08:59:55Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-ltm-2slot-byol/versions/13.1.100000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/27f57b98114242f782ea7c01a85dfb1c/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=P0VxNwHQvEJEInDQ%2BLT8u2VfiEhoBjVvJFbvn094pFY%3D\u0026se=2019-04-20T23:12:56Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-ltm-2slot-byol/versions/14.0.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/252f555495344d2ba62a5050ec5bf8d8/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=j%2BVrWJymSofeQeFQ1Ov4kN%2BYw9G541%2Bin2ojych84Kg%3D\u0026se=2019-04-21T02:40:26Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-byol/skus/f5-big-ltm-2slot-byol/versions/14.1.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/9dbdf1f926f64c35aa0a930b44d9560b/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=pkE%2BsphZtda1KB6Sss0ktqaF2btonQYP4WVQwA6%2BxpM%3D\u0026se=2019-04-22T03:01:33Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-good/skus/f5-bigip-virtual-edition-good-byol/versions/13.1.100000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/42a85a22aacd4a59a0066d23005ee28d/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=O8JT7w0nf6FESxNFDiDBKTjPPTAkItuIJOJiQIMOYGo%3D\u0026se=2019-04-22T06:28:25Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/f5-networks/offers/f5-big-ip-good/skus/f5-bigip-virtual-edition-good-byol/versions/14.0.001000\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/2ec46135199847ba812e98617485a699/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=gbnaY%2Bku4N6cJUTPmsaBFI9nvOxyhS0cJUPd6z0qmto%3D\u0026se=2019-04-21T12:39:32Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/fortinet/offers/fortinet_fortigate-vm_v5/skus/fortinet_fg-vm/versions/6.0.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/8ffb13d0b3514892b333f653b0a0d779/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=TLdUbNbV2FagiLbi%2BXr0caHZ5Q2BjwbdZLB%2B11a8lqM%3D\u0026se=2019-04-24T20:28:14Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/fortinet/offers/fortinet_fortigate-vm_v5/skus/fortinet_fg-vm/versions/6.0.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/00ffdf36a69446e1a431d9c08f6a43e5/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=IjXdhUo7ly0NADUmX%2BPx0GjPTClqhj6XwEsq%2B5Al%2FIo%3D\u0026se=2019-04-24T20:29:15Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/hannahspublisher/offers/hannahsoffer/skus/hannahssku/versions/1.2.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://hamurphystorageaccount.blob.northwest.azs-longhaul-02.selfhost.corp.microsoft.com/hamurphy-blob-for-fixed-vhd/hamurphy-fixed.vhd?sv=2017-04-17\u0026ss=bqt\u0026srt=sco\u0026sp=rwdlacup\u0026se=2020-02-13T08:20:06Z\u0026st=2020-02-13T00:20:06Z\u0026spr=https\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/hortonworks/offers/hortonworks-sandbox/skus/sandbox25/versions/2.5.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/ff47b22391074321836bf01230362b1a/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=AP9Cn2cgziUP6zTJDA2NXjpwx5fCtpCD6evMuuIvofQ%3D\u0026se=2019-04-24T10:25:41Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"PYEDSE7MRMX75WA6BLCOXAMRE3Q7VXMFMBPXIAUITESBRT5XSEKW3EKROGGR32FYDDOR2GBG7KVZV7TD22PWKJB3SILALNDNDLH53XQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/kaspersky_lab/offers/kaspersky_hybrid_cloud_security_vm/skus/khcs_azure_byol_vm/versions/1.0.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d0fbd32b879148009308d304d5c73c00/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=6VdeX30fPUVAGKqWeGLxqZoEAD7NOLyCXMKvyOQ6LrQ%3D\u0026se=2019-04-24T06:26:42Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/kemptech/offers/vlm-azure/skus/basic-byol/versions/7.2.430016425\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/5d08f695522242c9b0de85842e35e1dd/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=o7avaX5x%2FsUxgsRA1PMce5w9jmRv8XzkDetn42%2BNoMM%3D\u0026se=2019-04-21T00:30:03Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/noobaa/offers/noobaa-hybrid-s3-archive-05/skus/pay-per-usage/versions/2.1.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/05bdcf26c6f74702be34817d537f24d0/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=negJvoAuNnrw20gxqhT0vP8tHOxDGa6Ps8vrDQEhrKg%3D\u0026se=2019-04-24T18:29:16Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"R65CBNLVR7YUTMBOGT737INIGP6RTEERIYO7UYI6WKEQVGPO4HQ4RS3KRLCCPTMW2FUDJVRBKSSYNTMWYXSNMTPLCDMV3CF4COUWSFA\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/nri/offers/mplatmc2018-vm/skus/mplatmc2018-win-vm/versions/0.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a9495be1b5424734b9fe9675ce2849c2/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=wOvRZ81XPKGLgCMuoFk071z5tVOPHsOoULGg8VfdB1k%3D\u0026se=2019-04-25T02:59:47Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"UVH7FNWK52PITIBXHMPRN2WVXGKZT6CBKNNBY7QBONZJKFHX4VQ5LGAWRGFPNSEKEDFKTDWP3XHNEEMI3RRWJ3R4EJZQXSVEZS7KBHY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/paloaltonetworks/offers/vmseries1/skus/byol/versions/8.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/8e1f9849346e4a6bbedf4920148e3dd0/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=TelBGCALZEP5V9cvbi8Bm%2BsMHr8JhPkNYQp11kjHOaM%3D\u0026se=2019-04-25T00:23:33Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"SR23IDILM4Y4VFWYPDJBDOPNU5T72ZR3ZDZ6HGPZN3DSWT6NP4F54QZUUWRNR3YPTWTL27LHYPQSIMB2DSAZKS5QHRRBM2VYTMPUQCQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/ptsecurity/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/ptsecurity/offers/ptaf-vm/skus/byol/versions/3.6.6\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7223baf4841b42e993662254c2589007/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=P2Q4ef6T4cu7iKNlrNNtFhC1xSlggWj8txuw2KSVlNI%3D\u0026se=2019-04-22T14:47:09Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"RAXJLQHAXDCMU6GVL3G7FW7OQPN6PY547X6JUTQQEF4GLXY7R253VQC3WJAKGT6HBINIXX67Y3EH7X5O7P4OP7QQHDJG2O4JV65BBXY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/puppet/offers/puppet-enterprise/skus/2017-2/versions/2017.2.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d61a5cea5f9f412682790c2e73528dcc/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=j28AQTjHnfMZm0g9DX0jFvHe0J37PWp5fK4n%2ByDUvyY%3D\u0026se=2019-04-24T02:41:15Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"RICT25UZBGSXPU5G7CEMQLWN2HAUZSK5GNUBNBQ5DMPR2YPRK3JIHPNZNS6DFBSP3O5QDTOPZDWFCDCN4ONQ42NYHGM36Q53QKM3OYQ\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/quest/offers/rapid-recovery-core-vm/skus/quest_rapid_recovery_core_vm/versions/620.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/cd0781a5b1314b81915a86aa3430ad88/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026sig=n38PaaDjxFiAUI6YhLoIbask9AqdWTQXYhvieg39V1U%3D\u0026se=2019-04-23T17:19:19Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"JDJ5IS5HDKFWAZYHNAXOS26GA2W6QLSSOBONENPU7CM6IFK53KXJN3GXWYLS5TQQTFX7MZW2N2PDDAITXR5KV4R4OMHIF34ZMDUBWIY\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/tata_communications/offers/netfoundry_cloud_gateway/skus/netfoundry-cloud-gateway/versions/2.4.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0bc4fe0560124ed192a5aa8c7cffcf5b/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=YrbIlkFl8NtJFRWp%2BnUXf1yx1fZJ0ep82GxZYUNVlS4%3D\u0026se=2019-04-22T07:09:43Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/tata_communications/offers/netfoundry_cloud_gateway/skus/netfoundry-cloud-gateway/versions/2.6.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/ac4900e34ebf4d7282950d721113ec13/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=L5anuyefUAWDZlwq9kH%2B0iHTWQP%2BeMwtmE6gtyCUfMM%3D\u0026se=2019-04-25T00:07:25Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/thales-vormetric/offers/ciphertrust-ckm/skus/ciphertrust-ckm/versions/1.0.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/07d890da45eb44d8ada0d2e00c4a4f6c/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=d%2F8NyVZiyCOIO%2BNBkoPw9n%2F6pjkcgdohlTabbsfC7Ss%3D\u0026se=2019-04-24T17:36:26Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/zerodown_software/offers/stackbcaas/skus/stackzdsbcaas/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/544c62f6ed6b44e68368a3dfb5fb9598/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026sig=nnYIBZZ4r5wE1bTGL%2FY3KKwXA879esLTrJF%2B%2Fnsl7m0%3D\u0026se=2019-04-22T07:30:24Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Microsoft/offers/UbuntuServer/skus/16.04-LTS/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://hamurphystorageaccount.blob.northwest.azs-longhaul-02.selfhost.corp.microsoft.com/hamurphy-blob-for-fixed-vhd/hamurphy-fixed.vhd?sv=2017-04-17\u0026ss=bqt\u0026srt=sco\u0026sp=rwdlacup\u0026se=2020-02-14T06:22:13Z\u0026st=2020-02-13T22:22:13Z\u0026spr=https\u0026sig=EOaOB00ALYHrt14nFn%2BFMNEdXHc7cFfvLpglO3m%2BocI%3D\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Failed\"}}]" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/CassandraCluster/skus/CassandraCluster/versions/1.0.0?api-version=2015-12-01-preview+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/CassandraCluster/skus/CassandraCluster/versions/1.0.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["23"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["8d4e89e8-c680-4a5b-a38b-fded24961f20"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvOIDijIR2vLVuI4Uup76qPkjOK4hcE9rFfQGpuQaZBYav5N3y8fQyENU/UTXyi05kkvX0JmV6Oti9RODRZbqJqtFdIAEC3P1jOpEk5a3rC08Q7pdVprN3oLMX5haCS5WY2fL1u1US0xJoZHuEIYvc" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13723"], - "x-ms-request-id": ["8d4e89e8-c680-4a5b-a38b-fded24961f20"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174626Z:8d4e89e8-c680-4a5b-a38b-fded24961f20" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:26 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["567"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/CassandraCluster/skus/CassandraCluster/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/ElasticsearchClusterSolution/skus/ElasticsearchClusterSolution/versions/1.0.0?api-version=2015-12-01-preview+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/ElasticsearchClusterSolution/skus/ElasticsearchClusterSolution/versions/1.0.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["24"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["f8b641a6-a330-4b18-b826-e570c7584420"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv+N9fmddHBiLM/GkK7RgbgFqLvyGjprJkO78j7k4vEJiaLIIcLm3Swk7a9D4JIAD/GJQdDD9DXIgwPfzl0BGdSJVnkymLyw32sTO5zQpU9RIhLRDcQnlKn9RAWUvzs48MP7V33gbXOeM46eRgEYn6" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13722"], - "x-ms-request-id": ["f8b641a6-a330-4b18-b826-e570c7584420"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174626Z:f8b641a6-a330-4b18-b826-e570c7584420" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:26 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["591"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/ElasticsearchClusterSolution/skus/ElasticsearchClusterSolution/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/JenkinsCICluster/skus/JenkinsCICluster/versions/1.0.0?api-version=2015-12-01-preview+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/JenkinsCICluster/skus/JenkinsCICluster/versions/1.0.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["25"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["c260cf5f-ce4b-4beb-85eb-d8270afc82ba"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvbTl+PfxBXodUamRZXC1Po5piSDRwVjurzQmbdkVD7USByrotW5AlMbz/61zt9tgZ3xc7p2+yUd44Fjpo7UTcL/Bf5/1ltmLC3LgGu5c8rAgee8zOxkcoglwmu3c8X6zhEXKkP1Z9DFMwHcJlhwIY" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13721"], - "x-ms-request-id": ["c260cf5f-ce4b-4beb-85eb-d8270afc82ba"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174626Z:c260cf5f-ce4b-4beb-85eb-d8270afc82ba" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:26 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["567"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/JenkinsCICluster/skus/JenkinsCICluster/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/KafkaCluster/skus/KafkaCluster/versions/1.0.0?api-version=2015-12-01-preview+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/KafkaCluster/skus/KafkaCluster/versions/1.0.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["26"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["45792ef6-f121-4bad-b2f8-47cd1576e2de"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvGJJmRz04xvpEQAMEZcEUVCO2PqIKPEQOW7z7UrB9pCtHdoQ4B45ZIzFq0Q2VVvKFvXIBEaZfoJ8NhoL45KYemYlN0LOPSmiiF1DoW0Ho493lcdaYfF5X4VEfqI6Q0XVIF/sxLJB2Mn1oHPGqRFAx" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13720"], - "x-ms-request-id": ["45792ef6-f121-4bad-b2f8-47cd1576e2de"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174627Z:45792ef6-f121-4bad-b2f8-47cd1576e2de" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:27 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["559"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/KafkaCluster/skus/KafkaCluster/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/MariaDBwithReplication/skus/MariaDBwithReplication/versions/1.0.0?api-version=2015-12-01-preview+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/MariaDBwithReplication/skus/MariaDBwithReplication/versions/1.0.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["27"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["5e97b31a-5303-484f-9071-66fbb44cbf14"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvuTEN8BjEB+h7ttnZXA2EZlJLN8tlSs0zDnOAkj8hYgvwqCVnNIhuGf8tjoYcRccEY8nLmrOIHCxwz/FMhBmA6S/OW2Xt/dWWoKZsP8nvklk4HjfghaBiiYR/euhEeXYgHWvk2hQUG83bq6x+CQvH" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13719"], - "x-ms-request-id": ["5e97b31a-5303-484f-9071-66fbb44cbf14"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174627Z:5e97b31a-5303-484f-9071-66fbb44cbf14" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:27 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["579"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/MariaDBwithReplication/skus/MariaDBwithReplication/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/MemcachedMultipleInstance/skus/MemcachedMultipleInstance/versions/1.0.0?api-version=2015-12-01-preview+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/MemcachedMultipleInstance/skus/MemcachedMultipleInstance/versions/1.0.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["28"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["8d91f00b-0f79-472d-8047-a408db91ad3b"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvYxOmHupYeadU7R1a+HApli2zfSgaEtGJsi058OZnOpBCeXlkkBd08dGG6xARf1tblWJdUliyLUJ4Dmq2H3fIpEhkvZlyJCe3psfzVZ66wcX6+cnpYP4oKO80WetNOIe/Ffh3j1H1gNdQY9bu7+Ic" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13718"], - "x-ms-request-id": ["8d91f00b-0f79-472d-8047-a408db91ad3b"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174627Z:8d91f00b-0f79-472d-8047-a408db91ad3b" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:27 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["585"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/MemcachedMultipleInstance/skus/MemcachedMultipleInstance/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/MoodleMultiTierSolution/skus/MoodleMultiTierSolution/versions/1.0.0?api-version=2015-12-01-preview+8": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/MoodleMultiTierSolution/skus/MoodleMultiTierSolution/versions/1.0.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["29"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["8a3ca882-7156-4554-be43-975b1e5794ee"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvzsh/lHzU4kY1B6Y5p8mhDTfaGkdL6ie15rKG13YwJGsAXbZ7nXyu3j9HujqYpAisymc6Vqx7DbYTbJ0k27z+GDNyGJxdJYShha/aDtQl/Mxke0evUZz1wTbfr3N42SQWj8eUlyQCmmy78b3rNecz" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13717"], - "x-ms-request-id": ["8a3ca882-7156-4554-be43-975b1e5794ee"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174628Z:8a3ca882-7156-4554-be43-975b1e5794ee" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:28 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["581"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/MoodleMultiTierSolution/skus/MoodleMultiTierSolution/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/MySQLwithReplication/skus/MySQLwithReplication/versions/1.0.0?api-version=2015-12-01-preview+9": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/MySQLwithReplication/skus/MySQLwithReplication/versions/1.0.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["30"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["0d8c14ce-f366-4d70-b295-3d1240a132b2"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvefRrtSSIMW9vknOjTHFHtDf93A8COwCCovUvdTflfj80qWYwPGnhX/LQaFFx97XC/wiV8fWBGT2HszS6Gn0rM/uy0nxe7uG+bRmtxTriUhZ+vj/KRVofsDFhYinJBy4S0DoL/2/xYdKdyM1Liyvg" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13716"], - "x-ms-request-id": ["0d8c14ce-f366-4d70-b295-3d1240a132b2"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174628Z:0d8c14ce-f366-4d70-b295-3d1240a132b2" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:28 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["575"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/MySQLwithReplication/skus/MySQLwithReplication/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/NodeJSCluster/skus/NodeJSCluster/versions/1.0.0?api-version=2015-12-01-preview+10": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/NodeJSCluster/skus/NodeJSCluster/versions/1.0.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["31"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["a48ef10a-46ef-4e13-9ca5-a2b1afdef6ae"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv2QcJslAcS2v5doRpHY5uH7LTcIhcaYNPvDqy31uO2X+vVN9EJ3Yh6OmE24/XQUV6W6vC1vAo1hpWPWsblR+I7wH664m5YUer8jtxK6Si31vkr4DiAqOQ6rKTSJZCwIbkGyDFJdghQ9EbXDIfPOHP" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13715"], - "x-ms-request-id": ["a48ef10a-46ef-4e13-9ca5-a2b1afdef6ae"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174628Z:a48ef10a-46ef-4e13-9ca5-a2b1afdef6ae" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:28 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["561"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/NodeJSCluster/skus/NodeJSCluster/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/PostgreSQLwithReplication/skus/PostgreSQLwithReplication/versions/1.0.0?api-version=2015-12-01-preview+11": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/PostgreSQLwithReplication/skus/PostgreSQLwithReplication/versions/1.0.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["32"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["be3586bb-a9e9-4df2-97ee-f2f4c2d16756"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv64uxmxFtdUEM2HyRXKO6OCTt6ii3Wm2sthtRqbo6pa01PiIwZH51uzplgHilxdwk3FzCgYhwwul53mBXPXNVGES3VO/6Q6pVxvmcPTAU35OdpwIh1m6TvKznVAxk1Plcy+3LBCOWHy59YmggYP6y" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13714"], - "x-ms-request-id": ["be3586bb-a9e9-4df2-97ee-f2f4c2d16756"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174629Z:be3586bb-a9e9-4df2-97ee-f2f4c2d16756" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:29 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["585"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/PostgreSQLwithReplication/skus/PostgreSQLwithReplication/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/RabbitMQCluster/skus/RabbitMQCluster/versions/1.0.0?api-version=2015-12-01-preview+12": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/RabbitMQCluster/skus/RabbitMQCluster/versions/1.0.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["33"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["c5a97773-d718-4a8e-8a9c-dbe174b5355a"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv5XXSooQg/nbxHITMwCJuF7osA3ptY4IlM1KC62EkTycqk+e3gkmZtZR0M0ilvT44qP6nTwl1btrhjbH0+jcPumtG/l8eCRw3BW0xnkqD5sPE/bjLzdksc9u4MvZ3/m+zpAKyZzt1vlOsq8gv0MWw" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13713"], - "x-ms-request-id": ["c5a97773-d718-4a8e-8a9c-dbe174b5355a"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174630Z:c5a97773-d718-4a8e-8a9c-dbe174b5355a" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:29 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["565"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/RabbitMQCluster/skus/RabbitMQCluster/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0?api-version=2015-12-01-preview+13": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["34"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["442edbd6-a2bf-4ec0-a264-77f0b34b6de9"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvyQ+4298l8fBtvijuIZj0vCB1zY8UIA+iL6VcerNdLkphUJ/8yckfx3eJt/iwwtLw1KtaffGR8uccjW2gYTA/Qz+hRmLSckaY8RvWGQB+Kavn+uF+Sa7JuDGlHU2BRhDUxgDG6g2/j8NYjXOWqzHc" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13712"], - "x-ms-request-id": ["442edbd6-a2bf-4ec0-a264-77f0b34b6de9"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174630Z:442edbd6-a2bf-4ec0-a264-77f0b34b6de9" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:29 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["709"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/a60bf91041304dba9c2613e217c8a8b7/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-22T05:02:40Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/WordPressMultiTierSolution/skus/WordPressMultiTierSolution/versions/1.0.0?api-version=2015-12-01-preview+14": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/WordPressMultiTierSolution/skus/WordPressMultiTierSolution/versions/1.0.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["35"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["07f34645-3c17-4fad-baaf-6288dba6c0cc"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvxuvKvUBhlK81UQW8bVLlQVttP3tOImnYfvP7kNrmGvBnr6rLTQCwPThdWGjEyhiyt154K7c3UJ7AMZJLjF7rX/xKi9t1jeRDvN3Cm3PscQ1cUd6KZYZUfGtWWjyQXzVrn7mJjWuu4bs2Mh0HAUTl" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13711"], - "x-ms-request-id": ["07f34645-3c17-4fad-baaf-6288dba6c0cc"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174630Z:07f34645-3c17-4fad-baaf-6288dba6c0cc" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:30 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["587"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Bitnami/offers/WordPressMultiTierSolution/skus/WordPressMultiTierSolution/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/14.04.3-LTS/versions/1.0.0?api-version=2015-12-01-preview+15": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/14.04.3-LTS/versions/1.0.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["36"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["1af49d78-6ca2-4c96-beda-462674da4897"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv6NgmzBS8uayR+Trq2IbyNSw7Qwz89R/phkyy0bJ3xpH8fa249PmB4/E1set9/6KdQrWzvlvEOT9i99vrvAHt7aak29HzSfzCqmKmA+cvYpGc1PYqddDavPTuSlDB/jAamyHJjMa2OjSM583AkduX" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13710"], - "x-ms-request-id": ["1af49d78-6ca2-4c96-beda-462674da4897"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174631Z:1af49d78-6ca2-4c96-beda-462674da4897" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:30 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["575"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/14.04.3-LTS/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/Ubuntu1404LTS.vhd\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/14.04.5-LTS/versions/14.04.201808140?api-version=2015-12-01-preview+16": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/14.04.5-LTS/versions/14.04.201808140?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["37"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["99b676a0-3c8f-41cc-9d89-687414cb8700"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvvYPwd6hMo7t12WJhcVYDo7xq7tg9Utuu6jNLTzLNZbeIyJNlso5e7GY0Q8Tz3YIF8/xA0wMqIITXse6cgTvQVeIv+QFGzBr/oWTUra4Vc32n2xogTweeGuYbOMPTvY4uZ42X0cCDJ5Hq4hYDnl0d" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13709"], - "x-ms-request-id": ["99b676a0-3c8f-41cc-9d89-687414cb8700"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174631Z:99b676a0-3c8f-41cc-9d89-687414cb8700" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:30 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["704"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/14.04.5-LTS/versions/14.04.201808140\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/08acaeee3c7e4cc394e9ef81790bda63/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-23T22:15:47Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/14.04.5-LTS/versions/14.04.20180818?api-version=2015-12-01-preview+17": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/14.04.5-LTS/versions/14.04.20180818?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["38"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["ee0a9629-e279-4f9f-aedf-3a53da929b4c"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvZSxT8vCPMZeQ0dHkdaf5umKsOskAidWXxfZqcpQbo7xv0q6c6lYHygmf/enBSGVwS7Yw4RSlMkZrSxcZzGmW2+eyZVDkQNdaIAE1yg1pTtWs7dHsm9+05pZxyGjXPTZp4ekd9sf2xKzDi57CbPlD" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13708"], - "x-ms-request-id": ["ee0a9629-e279-4f9f-aedf-3a53da929b4c"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174631Z:ee0a9629-e279-4f9f-aedf-3a53da929b4c" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:31 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["709"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/14.04.5-LTS/versions/14.04.20180818\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/41281233660241f9a8e074b74f0d5abb/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-24T02:31:09Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/16.04-LTS/versions/1.0.0?api-version=2015-12-01-preview+18": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/16.04-LTS/versions/1.0.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["39"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["c4f0edf6-e292-463e-bc5d-ec773048be07"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvdx8+617ynCrKU7sqzrnrGtk+zbwwZ1t1UV77BZjH21foeZDJsoorUaRDOu53DH1XUfmnosLCZO5ax0xUNyHG3bKkpD0TJ5ygbSZgXFyPLENAHkg2pMd5IUmpUijjVlsJwDra+8yDsSxHsDv127B7" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13707"], - "x-ms-request-id": ["c4f0edf6-e292-463e-bc5d-ec773048be07"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174632Z:c4f0edf6-e292-463e-bc5d-ec773048be07" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:31 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["706"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/16.04-LTS/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://hamurphystorageaccount.blob.northwest.azs-longhaul-02.selfhost.corp.microsoft.com/hamurphy-blob-for-fixed-vhd/hamurphy-fixed.vhd?sv=2017-04-17\u0026ss=bqt\u0026srt=sco\u0026sp=rwdlacup\u0026se=2020-02-14T06:22:13Z\u0026st=2020-02-13T22:22:13Z\u0026spr=https\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/16.04-LTS/versions/16.04.20170811?api-version=2015-12-01-preview+19": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/16.04-LTS/versions/16.04.20170811?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["40"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["80fecbf1-ebfc-4226-a940-378fa723b5ce"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvvXk+i/DedP0nrlNhjCfR7Xc5ajBhfYWGiTy7ME8G5H4hCRlpnpcXUWZPjqjXiFc72aWM1u+SQXkcIcpV8wT4Gtk6ah2f26Us0fUo98vwfVN0ykjY9pUIjfxHg+IQsl3NUdpipB77/jtSVpRHS70I" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13706"], - "x-ms-request-id": ["80fecbf1-ebfc-4226-a940-378fa723b5ce"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174632Z:80fecbf1-ebfc-4226-a940-378fa723b5ce" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:31 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["590"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/16.04-LTS/versions/16.04.20170811\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/Ubuntu1604-20170619.1.vhd\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/16.04-LTS/versions/16.04.201808140?api-version=2015-12-01-preview+20": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/16.04-LTS/versions/16.04.201808140?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["41"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["7a2fd5a0-5a6f-47cb-b7c6-bc682803467d"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv3OvOCCxLbOAfUpF8yOjO7fMWun5KZ0u0hGdCqWFeya7SwGu+2etwUf6KToThyRowvqJaTc/UFYdPHPlbkofXyPVWWX1NsCDylRLuXlI1HB+GQhK+Y3LOhRkDqFUo/dzT5RbxFmpCPDrJe2qlW//D" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13705"], - "x-ms-request-id": ["7a2fd5a0-5a6f-47cb-b7c6-bc682803467d"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174633Z:7a2fd5a0-5a6f-47cb-b7c6-bc682803467d" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:33 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["710"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/16.04-LTS/versions/16.04.201808140\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/411e6e144b774457870f77f8fbb95a80/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-25T04:15:14Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/16.04-LTS/versions/16.04.20180831?api-version=2015-12-01-preview+21": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/16.04-LTS/versions/16.04.20180831?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["42"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["15397eab-f594-4358-9c8a-0dd519471178"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv3MyZwoqxnoXuF8URW5VKviDxZ9GM/aAj8viUlCPjMbVLcIlhwTIv9Ms3OaKD6lr7QRbRFqeKz3l8R+3RuoiKPCUWSw+9zR2wr549fi8wIWVZtkUzo8NgjGBux5h5mxR1BOlFA8DiNjqS6BmN1hnx" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13704"], - "x-ms-request-id": ["15397eab-f594-4358-9c8a-0dd519471178"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174633Z:15397eab-f594-4358-9c8a-0dd519471178" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:33 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["703"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/16.04-LTS/versions/16.04.20180831\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/7e3878d7cf874ecfab6eece1d0553fce/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-22T14:00:09Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/18.04-LTS/versions/18.04.20180911?api-version=2015-12-01-preview+22": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/18.04-LTS/versions/18.04.20180911?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["43"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["31a73232-281c-4a09-b2e2-4fdb8a9bcc81"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvh3TSK6J8XDVWjWVLx8vTlCNZVwlHbcO6Fxfpc4f6oFT2QyZpDZgbmn8yB7GTdEdULjMxi11fV3QQw6+E5X2cpOZGBf6zSAnrN9cxWHPPKIwra9iWahcXA0qjqs3VOPZwR7HZRdv1P1sw6c8t/ymY" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13702"], - "x-ms-request-id": ["31a73232-281c-4a09-b2e2-4fdb8a9bcc81"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174633Z:31a73232-281c-4a09-b2e2-4fdb8a9bcc81" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:33 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["648"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/18.04-LTS/versions/18.04.20180911\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/027b00815995491a8986f8ff7e16c38c/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-24T02:20:02Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/CheckPoint/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0?api-version=2015-12-01-preview+23": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/CheckPoint/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["44"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["311b0095-ac8c-4cef-a20b-e85de4cff1f0"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvL1F96rKofAUZaoT5dKkWnDJ0UWfhtvpknCxoaly2HsnLbLqHzZe065Vsr4WaEU8N+IWQOzvuelVuhgHs0jkM4Az90QuZQflT23vlsCrkRo7ocLylczKChu2+LPY3Ep2jMPhTIsaWR7zHTbrFt2S8" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13701"], - "x-ms-request-id": ["311b0095-ac8c-4cef-a20b-e85de4cff1f0"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174634Z:311b0095-ac8c-4cef-a20b-e85de4cff1f0" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:34 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["578"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/CheckPoint/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/CoreOS/offers/CoreOS/skus/Stable/versions/1465.8.0?api-version=2015-12-01-preview+24": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/CoreOS/offers/CoreOS/skus/Stable/versions/1465.8.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["45"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["1052407d-feb4-461a-86ff-00488dd5f7d6"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvV7Ix4BnArfnnjqYmHBHlEFcObpgnMAF+WlFWmFqwwqn0q7ZWPLUbfjBeTnGjMH0KUqsC9spUyi8EPfLEBdEAJnmqUTOdgRawCorC+VTgGQh3ZucipEQi/vabJMRBAx+fLxK5Rd0/jzvN9AYC5XPp" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13700"], - "x-ms-request-id": ["1052407d-feb4-461a-86ff-00488dd5f7d6"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174635Z:1052407d-feb4-461a-86ff-00488dd5f7d6" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:34 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["687"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/CoreOS/offers/CoreOS/skus/Stable/versions/1465.8.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0e40b5a886604bd5a6e153c9d943e47a/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-22T07:51:34Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/DellEMC/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0?api-version=2015-12-01-preview+25": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/DellEMC/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["46"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["d4afbebf-c4e6-49a1-adae-2eb201eec0f1"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvLIvrktQ17JrZegTL9rwAhimtEWawZs87HsW0YJM6t6q9LbaurJiSME9a1JIGVHU8kEc1Lh30/Pb9WyQys9xKIE+kMQPnvXwQi1iDVurtqrzPIH+r6z9AffGXDAOeecabA8z/BbTnhZofG6TgPELx" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13699"], - "x-ms-request-id": ["d4afbebf-c4e6-49a1-adae-2eb201eec0f1"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174635Z:d4afbebf-c4e6-49a1-adae-2eb201eec0f1" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:35 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["709"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/DellEMC/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/fdcc8adcec6b45ca914aecd18b2d8dbf/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-22T15:19:26Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/DellEMC/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/6.6.1?api-version=2015-12-01-preview+26": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/DellEMC/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/6.6.1?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["47"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["5f118241-9b85-4f0d-96eb-e4e2ed21f898"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv1IIGK6FTMjvYrnN9hlSnHbzybyeSGJ+Or3eAO2laHXQsKgAEun0LkIVAhp2hMGFygthsBGCNX3isjho24eyFgb7u7ukaTD170Mi2OAAT2pQffU7+iAthrwdJQtqIHS6nqUW/AD0cdgY5unaToIH0" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13698"], - "x-ms-request-id": ["5f118241-9b85-4f0d-96eb-e4e2ed21f898"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174635Z:5f118241-9b85-4f0d-96eb-e4e2ed21f898" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:35 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["575"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/DellEMC/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/6.6.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://fedgallerywestcentralus.blob.core.windows.net/vhds/fixed3.vhd\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Fortinet/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0?api-version=2015-12-01-preview+27": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Fortinet/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["48"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["4914f655-9269-41fb-a885-1f021e20bca9"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvo87t1AkULsQnY9IGP/n4hq3HVVNnmJXd6akmk6av3l79iEXnojL6aMznV4m4vauzmbQWaLdy5Y6gbHGbeFp5hh9TTD/XdOtvcKwjcXoIj0bOi5riA6AvQviAw5F74NV92htbOojwVP9+K4uBCy7c" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13697"], - "x-ms-request-id": ["4914f655-9269-41fb-a885-1f021e20bca9"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174635Z:4914f655-9269-41fb-a885-1f021e20bca9" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:35 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["659"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/Fortinet/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/411d3bd4a3de4014a3d3eb7d187beed8/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-24T21:55:16Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/KasperskyLab/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0?api-version=2015-12-01-preview+28": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/KasperskyLab/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["49"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["f27f66a7-e773-4e62-b306-e709260e69f1"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvymZEHZNHYRzbSm94a+PYpZling+HAcWmVuGWY0gaLisH5Hy18XMF5DMsDuL0gJTTmzoYdfdiazcuWHL1kVPZ7fKsyZnasshpp5k7VUo4uTuhAUpHndCd4BmlZQsdICofDTKP9hrgjMJ57AVqrU50" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13696"], - "x-ms-request-id": ["f27f66a7-e773-4e62-b306-e709260e69f1"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174636Z:f27f66a7-e773-4e62-b306-e709260e69f1" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:35 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["716"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/KasperskyLab/offers/SolutionTemplateOffer/skus/SolutionTemplateSku/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0e53c22baa894df185b51f0a987c8ed2/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-24T11:04:35Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftRServer/offers/MLServer-CentOS/skus/Enterprise/versions/9.3.026080002?api-version=2015-12-01-preview+29": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftRServer/offers/MLServer-CentOS/skus/Enterprise/versions/9.3.026080002?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["50"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["77c8dc87-dded-4177-9abe-2f7a2a0ea9ac"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvaUg5o84eOx3dHYpvS5Wbw87O0UfFVd/AppBjbdLTwxuqO8mBI47ohyk1wTtcWyv0PjsleOx0MspFRVk8uBat7RmybKAbuUdWipJHSCiMkOTrEI//A0ZLpV3VOxw7i9OTilZTLy2be+Xm48OPLwBa" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13695"], - "x-ms-request-id": ["77c8dc87-dded-4177-9abe-2f7a2a0ea9ac"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174636Z:77c8dc87-dded-4177-9abe-2f7a2a0ea9ac" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:36 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["715"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftRServer/offers/MLServer-CentOS/skus/Enterprise/versions/9.3.026080002\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d84feb2939954cb1a3c2fb460754b84c/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-25T20:24:36Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftRServer/offers/MLServer-Ubuntu/skus/Enterprise/versions/9.3.026060001?api-version=2015-12-01-preview+30": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftRServer/offers/MLServer-Ubuntu/skus/Enterprise/versions/9.3.026060001?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["51"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["0d1b69b3-53d3-4d90-8a67-bd8618d4cc45"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRva+kK7cZHiEos6U8w0TVM2AUjTgvH4TZjtS8oqfKexOHqNUVmRSH+kSSOj+ClAjY8dME+DowRRB4z1XcFp8Mf1YwNtmhSscT3e0FfYChV8Re/XlkDsgnzJ/RUzq1KRfZndiqIxBpUtXICr6QMyR2S" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13694"], - "x-ms-request-id": ["0d1b69b3-53d3-4d90-8a67-bd8618d4cc45"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174637Z:0d1b69b3-53d3-4d90-8a67-bd8618d4cc45" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:36 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["713"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftRServer/offers/MLServer-Ubuntu/skus/Enterprise/versions/9.3.026060001\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3b7f0116949540a086c3d4c9b251222b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-22T08:45:59Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftRServer/offers/MLServer-Ubuntu/skus/Enterprise/versions/9.3.026080002?api-version=2015-12-01-preview+31": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftRServer/offers/MLServer-Ubuntu/skus/Enterprise/versions/9.3.026080002?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["52"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["fc8d38c8-9485-4381-90d2-ac0bca025514"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvVcQuLLmt8GejxW3SAHBTRdYiDF9K99wEBmBRKjqMLAZCU0uQYQAGfiM6qvPlKwIlyR9evxfCSijiq8VJfdMLicTTHjaES0P7/TYl3kgmMolaqfeoZCU2MlNqgT+H5yaNg3fKFet/v4T9jptix7Ru" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13693"], - "x-ms-request-id": ["fc8d38c8-9485-4381-90d2-ac0bca025514"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174637Z:fc8d38c8-9485-4381-90d2-ac0bca025514" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:37 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["715"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftRServer/offers/MLServer-Ubuntu/skus/Enterprise/versions/9.3.026080002\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/96abbb1d8d0240f3b293955633802812/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-24T11:38:55Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftRServer/offers/MLServer-WS2016/skus/Enterprise/versions/9.3.026080002?api-version=2015-12-01-preview+32": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftRServer/offers/MLServer-WS2016/skus/Enterprise/versions/9.3.026080002?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["53"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["462d8668-2c90-4206-ba56-21d231f5c009"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvCKgkWiBQkmBnO57nKVAisxeoHhLO9N/eOjzFIkKUN1+7y17x9WGfmkmsGbddb4XAroGLncFYsexiZMS7D3TbLJxoDldrRJKsQeSNg+rhKHKUI0iGjEGIxmfmaMCcVJgpdJkVaUH/gKMe3QU5y0Qr" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13692"], - "x-ms-request-id": ["462d8668-2c90-4206-ba56-21d231f5c009"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174637Z:462d8668-2c90-4206-ba56-21d231f5c009" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:37 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["711"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftRServer/offers/MLServer-WS2016/skus/Enterprise/versions/9.3.026080002\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/810b05a219ab47f484d6174133a11159/Image/OS.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-25T04:23:47Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2014SP2-WS2012R2/skus/Enterprise/versions/12.20.0?api-version=2015-12-01-preview+33": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2014SP2-WS2012R2/skus/Enterprise/versions/12.20.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["54"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["ce831619-f271-4a21-aeba-8e9ad9a7362d"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvU3VU2ZI3ckB5AHrhpj5f6cr+6VFZGzsogcHk5smMEsbFSKlsbAc4Qt5246GAZyEMUxQMAWW5oTgzcEGCMA9H8+J1Lxqzj3jjh0TSwFtE0W9sD80dLVBe1bcIMH90UHjXI1osUi3W6Oru8GxGs5Mu" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13691"], - "x-ms-request-id": ["ce831619-f271-4a21-aeba-8e9ad9a7362d"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174638Z:ce831619-f271-4a21-aeba-8e9ad9a7362d" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:37 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["715"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2014SP2-WS2012R2/skus/Enterprise/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e287e7de89264d4fbbfdf01acd3c39e1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-21T01:33:29Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2014SP2-WS2012R2/skus/Express/versions/12.20.0?api-version=2015-12-01-preview+34": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2014SP2-WS2012R2/skus/Express/versions/12.20.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["55"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["941776e2-4bb2-41ff-b4ef-199dbd350389"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvtGiH6FStieZMLvDqe1KMQ5E8e5qIJM18x7wdRs/dBhNrkFEYHmaQftfXpT4l8ukHwpXDotcRPVslaI9TmlQO3aSY5DGZPhGak637on7VisY1K2GduXNbMhTUAXI54ahtVfRPoyeHL+Tr99qTa1vj" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13690"], - "x-ms-request-id": ["941776e2-4bb2-41ff-b4ef-199dbd350389"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174638Z:941776e2-4bb2-41ff-b4ef-199dbd350389" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:38 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["710"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2014SP2-WS2012R2/skus/Express/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0f5fa664ec7141b9b2772528b3423942/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-25T20:39:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2014SP2-WS2012R2/skus/Standard/versions/12.20.0?api-version=2015-12-01-preview+35": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2014SP2-WS2012R2/skus/Standard/versions/12.20.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["56"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["86d55048-babb-4d6b-8406-d518f78a3cd7"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvebkS8LdeoCLjYywaLkhwvEZezZTdZtpD332VC0eTZYuwADt251dxQtZKibfomnV/NPoRPhCwkkAxBo1tqLm9eztnQRXdoFwvmuziCC/6NIyl9b/I882JshgY2gWUFazzHeD7u2QSZ3cLET/l5w7g" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13689"], - "x-ms-request-id": ["86d55048-babb-4d6b-8406-d518f78a3cd7"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174638Z:86d55048-babb-4d6b-8406-d518f78a3cd7" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:38 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["713"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2014SP2-WS2012R2/skus/Standard/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3b673b3e0112473eba61d6de49ae0a19/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-24T12:23:13Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2014SP2-WS2012R2/skus/Web/versions/12.20.0?api-version=2015-12-01-preview+36": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2014SP2-WS2012R2/skus/Web/versions/12.20.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["57"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["5630f6f2-7e01-4e70-bf8a-ade564e7c9a9"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHUZPws2G8Z3p5Rpg0lgQSxj0wuKeNAREfXoXbfgvmppWo9EPQ+k9DazGhFS5/TowTgGaVexhs3TlK8yno/NJnek1iUEdlKDenqwWRsnU32qkLVcPOdeK+lojkzZHuX7Yr+g9lruSEQXCPG7pXBt0" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13688"], - "x-ms-request-id": ["5630f6f2-7e01-4e70-bf8a-ade564e7c9a9"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174639Z:5630f6f2-7e01-4e70-bf8a-ade564e7c9a9" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:38 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["708"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2014SP2-WS2012R2/skus/Web/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f5b2316627dc40a9838d9abc7d53f0a1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-21T17:25:56Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP1-WS2016/skus/Enterprise/versions/13.1.900310?api-version=2015-12-01-preview+37": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP1-WS2016/skus/Enterprise/versions/13.1.900310?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["58"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["c35e79e3-b26c-4148-b62c-242f6d955439"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvos0z8E/pGQ6GItKbbR8EdNFigZ+ui5s5JOVNmuI1po0k5Eur0zxIIzOO9AFAYfK+DzqZE8KE9bT7pHQjbAqD4sP9PlD45+qhh0oEXtEWtXYknJRXeKJL4Zj/0UBeeZLEqE+yIztsMGjnyqttrLN8" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13687"], - "x-ms-request-id": ["c35e79e3-b26c-4148-b62c-242f6d955439"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174639Z:c35e79e3-b26c-4148-b62c-242f6d955439" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:39 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["721"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP1-WS2016/skus/Enterprise/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d200e6821950484a8d2014f9ebb1bb9b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-21T13:02:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP1-WS2016/skus/SQLDEV/versions/13.1.900310?api-version=2015-12-01-preview+38": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP1-WS2016/skus/SQLDEV/versions/13.1.900310?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["59"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["c35e79e3-b26c-4148-b62c-242f6d955439"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvos0z8E/pGQ6GItKbbR8EdNFigZ+ui5s5JOVNmuI1po0k5Eur0zxIIzOO9AFAYfK+DzqZE8KE9bT7pHQjbAqD4sP9PlD45+qhh0oEXtEWtXYknJRXeKJL4Zj/0UBeeZLEqE+yIztsMGjnyqttrLN8" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13687"], - "x-ms-request-id": ["c35e79e3-b26c-4148-b62c-242f6d955439"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174639Z:c35e79e3-b26c-4148-b62c-242f6d955439" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:39 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["721"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP1-WS2016/skus/SQLDEV/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d200e6821950484a8d2014f9ebb1bb9b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-21T13:02:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP1-WS2016/skus/Standard/versions/13.1.900310?api-version=2015-12-01-preview+39": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP1-WS2016/skus/Standard/versions/13.1.900310?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["60"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["c35e79e3-b26c-4148-b62c-242f6d955439"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvos0z8E/pGQ6GItKbbR8EdNFigZ+ui5s5JOVNmuI1po0k5Eur0zxIIzOO9AFAYfK+DzqZE8KE9bT7pHQjbAqD4sP9PlD45+qhh0oEXtEWtXYknJRXeKJL4Zj/0UBeeZLEqE+yIztsMGjnyqttrLN8" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13687"], - "x-ms-request-id": ["c35e79e3-b26c-4148-b62c-242f6d955439"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174639Z:c35e79e3-b26c-4148-b62c-242f6d955439" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:39 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["721"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP1-WS2016/skus/Standard/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d200e6821950484a8d2014f9ebb1bb9b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-21T13:02:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP1-WS2016/skus/Web/versions/13.1.900310?api-version=2015-12-01-preview+40": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP1-WS2016/skus/Web/versions/13.1.900310?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["61"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["c35e79e3-b26c-4148-b62c-242f6d955439"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvos0z8E/pGQ6GItKbbR8EdNFigZ+ui5s5JOVNmuI1po0k5Eur0zxIIzOO9AFAYfK+DzqZE8KE9bT7pHQjbAqD4sP9PlD45+qhh0oEXtEWtXYknJRXeKJL4Zj/0UBeeZLEqE+yIztsMGjnyqttrLN8" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13687"], - "x-ms-request-id": ["c35e79e3-b26c-4148-b62c-242f6d955439"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174639Z:c35e79e3-b26c-4148-b62c-242f6d955439" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:39 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["721"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP1-WS2016/skus/Web/versions/13.1.900310\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/d200e6821950484a8d2014f9ebb1bb9b/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-21T13:02:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Enterprise/versions/13.1.900310?api-version=2015-12-01-preview+41": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Enterprise/versions/12.20.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["54"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["ce831619-f271-4a21-aeba-8e9ad9a7362d"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvU3VU2ZI3ckB5AHrhpj5f6cr+6VFZGzsogcHk5smMEsbFSKlsbAc4Qt5246GAZyEMUxQMAWW5oTgzcEGCMA9H8+J1Lxqzj3jjh0TSwFtE0W9sD80dLVBe1bcIMH90UHjXI1osUi3W6Oru8GxGs5Mu" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13691"], - "x-ms-request-id": ["ce831619-f271-4a21-aeba-8e9ad9a7362d"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174638Z:ce831619-f271-4a21-aeba-8e9ad9a7362d" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:37 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["715"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Enterprise/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e287e7de89264d4fbbfdf01acd3c39e1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-21T01:33:29Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Express/versions/13.1.900310?api-version=2015-12-01-preview+42": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Express/versions/12.20.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["55"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["941776e2-4bb2-41ff-b4ef-199dbd350389"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvtGiH6FStieZMLvDqe1KMQ5E8e5qIJM18x7wdRs/dBhNrkFEYHmaQftfXpT4l8ukHwpXDotcRPVslaI9TmlQO3aSY5DGZPhGak637on7VisY1K2GduXNbMhTUAXI54ahtVfRPoyeHL+Tr99qTa1vj" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13690"], - "x-ms-request-id": ["941776e2-4bb2-41ff-b4ef-199dbd350389"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174638Z:941776e2-4bb2-41ff-b4ef-199dbd350389" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:38 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["710"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Express/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0f5fa664ec7141b9b2772528b3423942/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-25T20:39:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/SQLDEV/versions/13.1.900310?api-version=2015-12-01-preview+43": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Standard/versions/12.20.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["56"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["86d55048-babb-4d6b-8406-d518f78a3cd7"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvebkS8LdeoCLjYywaLkhwvEZezZTdZtpD332VC0eTZYuwADt251dxQtZKibfomnV/NPoRPhCwkkAxBo1tqLm9eztnQRXdoFwvmuziCC/6NIyl9b/I882JshgY2gWUFazzHeD7u2QSZ3cLET/l5w7g" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13689"], - "x-ms-request-id": ["86d55048-babb-4d6b-8406-d518f78a3cd7"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174638Z:86d55048-babb-4d6b-8406-d518f78a3cd7" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:38 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["713"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Standard/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3b673b3e0112473eba61d6de49ae0a19/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-24T12:23:13Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Standard/versions/13.1.900310?api-version=2015-12-01-preview+44": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Web/versions/12.20.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["57"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["5630f6f2-7e01-4e70-bf8a-ade564e7c9a9"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHUZPws2G8Z3p5Rpg0lgQSxj0wuKeNAREfXoXbfgvmppWo9EPQ+k9DazGhFS5/TowTgGaVexhs3TlK8yno/NJnek1iUEdlKDenqwWRsnU32qkLVcPOdeK+lojkzZHuX7Yr+g9lruSEQXCPG7pXBt0" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13688"], - "x-ms-request-id": ["5630f6f2-7e01-4e70-bf8a-ade564e7c9a9"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174639Z:5630f6f2-7e01-4e70-bf8a-ade564e7c9a9" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:38 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["708"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Web/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f5b2316627dc40a9838d9abc7d53f0a1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-21T17:25:56Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Web/versions/13.1.900310?api-version=2015-12-01-preview+45": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Web/versions/12.20.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["57"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["5630f6f2-7e01-4e70-bf8a-ade564e7c9a9"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHUZPws2G8Z3p5Rpg0lgQSxj0wuKeNAREfXoXbfgvmppWo9EPQ+k9DazGhFS5/TowTgGaVexhs3TlK8yno/NJnek1iUEdlKDenqwWRsnU32qkLVcPOdeK+lojkzZHuX7Yr+g9lruSEQXCPG7pXBt0" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13688"], - "x-ms-request-id": ["5630f6f2-7e01-4e70-bf8a-ade564e7c9a9"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174639Z:5630f6f2-7e01-4e70-bf8a-ade564e7c9a9" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:38 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["708"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Web/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f5b2316627dc40a9838d9abc7d53f0a1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-21T17:25:56Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-Ubuntu1604/skus/Enterprise/versions/14.0.1000320?api-version=2015-12-01-preview+51": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Enterprise/versions/12.20.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["54"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["ce831619-f271-4a21-aeba-8e9ad9a7362d"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvU3VU2ZI3ckB5AHrhpj5f6cr+6VFZGzsogcHk5smMEsbFSKlsbAc4Qt5246GAZyEMUxQMAWW5oTgzcEGCMA9H8+J1Lxqzj3jjh0TSwFtE0W9sD80dLVBe1bcIMH90UHjXI1osUi3W6Oru8GxGs5Mu" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13691"], - "x-ms-request-id": ["ce831619-f271-4a21-aeba-8e9ad9a7362d"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174638Z:ce831619-f271-4a21-aeba-8e9ad9a7362d" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:37 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["715"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Enterprise/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e287e7de89264d4fbbfdf01acd3c39e1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-21T01:33:29Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-Ubuntu1604/skus/Express/versions/14.0.1000320?api-version=2015-12-01-preview+52": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Express/versions/12.20.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["55"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["941776e2-4bb2-41ff-b4ef-199dbd350389"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvtGiH6FStieZMLvDqe1KMQ5E8e5qIJM18x7wdRs/dBhNrkFEYHmaQftfXpT4l8ukHwpXDotcRPVslaI9TmlQO3aSY5DGZPhGak637on7VisY1K2GduXNbMhTUAXI54ahtVfRPoyeHL+Tr99qTa1vj" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13690"], - "x-ms-request-id": ["941776e2-4bb2-41ff-b4ef-199dbd350389"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174638Z:941776e2-4bb2-41ff-b4ef-199dbd350389" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:38 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["710"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Express/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0f5fa664ec7141b9b2772528b3423942/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-25T20:39:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-Ubuntu1604/skus/SQLDEV/versions/14.0.1000320?api-version=2015-12-01-preview+53": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Standard/versions/12.20.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["56"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["86d55048-babb-4d6b-8406-d518f78a3cd7"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvebkS8LdeoCLjYywaLkhwvEZezZTdZtpD332VC0eTZYuwADt251dxQtZKibfomnV/NPoRPhCwkkAxBo1tqLm9eztnQRXdoFwvmuziCC/6NIyl9b/I882JshgY2gWUFazzHeD7u2QSZ3cLET/l5w7g" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13689"], - "x-ms-request-id": ["86d55048-babb-4d6b-8406-d518f78a3cd7"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174638Z:86d55048-babb-4d6b-8406-d518f78a3cd7" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:38 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["713"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Standard/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3b673b3e0112473eba61d6de49ae0a19/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-24T12:23:13Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-Ubuntu1604/skus/Standard/versions/14.0.1000320?api-version=2015-12-01-preview+54": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Web/versions/12.20.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["57"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["5630f6f2-7e01-4e70-bf8a-ade564e7c9a9"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHUZPws2G8Z3p5Rpg0lgQSxj0wuKeNAREfXoXbfgvmppWo9EPQ+k9DazGhFS5/TowTgGaVexhs3TlK8yno/NJnek1iUEdlKDenqwWRsnU32qkLVcPOdeK+lojkzZHuX7Yr+g9lruSEQXCPG7pXBt0" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13688"], - "x-ms-request-id": ["5630f6f2-7e01-4e70-bf8a-ade564e7c9a9"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174639Z:5630f6f2-7e01-4e70-bf8a-ade564e7c9a9" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:38 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["708"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Web/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f5b2316627dc40a9838d9abc7d53f0a1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-21T17:25:56Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-Ubuntu1604/skus/Web/versions/14.0.1000320?api-version=2015-12-01-preview+55": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Web/versions/12.20.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["57"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["5630f6f2-7e01-4e70-bf8a-ade564e7c9a9"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHUZPws2G8Z3p5Rpg0lgQSxj0wuKeNAREfXoXbfgvmppWo9EPQ+k9DazGhFS5/TowTgGaVexhs3TlK8yno/NJnek1iUEdlKDenqwWRsnU32qkLVcPOdeK+lojkzZHuX7Yr+g9lruSEQXCPG7pXBt0" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13688"], - "x-ms-request-id": ["5630f6f2-7e01-4e70-bf8a-ade564e7c9a9"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174639Z:5630f6f2-7e01-4e70-bf8a-ade564e7c9a9" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:38 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["708"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Web/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f5b2316627dc40a9838d9abc7d53f0a1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-21T17:25:56Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-SLES12SP2/skus/Enterprise/versions/14.0.1000320?api-version=2015-12-01-preview+46": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Enterprise/versions/12.20.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["54"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["ce831619-f271-4a21-aeba-8e9ad9a7362d"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvU3VU2ZI3ckB5AHrhpj5f6cr+6VFZGzsogcHk5smMEsbFSKlsbAc4Qt5246GAZyEMUxQMAWW5oTgzcEGCMA9H8+J1Lxqzj3jjh0TSwFtE0W9sD80dLVBe1bcIMH90UHjXI1osUi3W6Oru8GxGs5Mu" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13691"], - "x-ms-request-id": ["ce831619-f271-4a21-aeba-8e9ad9a7362d"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174638Z:ce831619-f271-4a21-aeba-8e9ad9a7362d" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:37 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["715"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Enterprise/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e287e7de89264d4fbbfdf01acd3c39e1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-21T01:33:29Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-SLES12SP2/skus/Express/versions/14.0.1000320?api-version=2015-12-01-preview+47": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Express/versions/12.20.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["55"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["941776e2-4bb2-41ff-b4ef-199dbd350389"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvtGiH6FStieZMLvDqe1KMQ5E8e5qIJM18x7wdRs/dBhNrkFEYHmaQftfXpT4l8ukHwpXDotcRPVslaI9TmlQO3aSY5DGZPhGak637on7VisY1K2GduXNbMhTUAXI54ahtVfRPoyeHL+Tr99qTa1vj" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13690"], - "x-ms-request-id": ["941776e2-4bb2-41ff-b4ef-199dbd350389"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174638Z:941776e2-4bb2-41ff-b4ef-199dbd350389" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:38 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["710"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Express/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0f5fa664ec7141b9b2772528b3423942/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-25T20:39:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-SLES12SP2/skus/SQLDEV/versions/14.0.1000320?api-version=2015-12-01-preview+48": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Standard/versions/12.20.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["56"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["86d55048-babb-4d6b-8406-d518f78a3cd7"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvebkS8LdeoCLjYywaLkhwvEZezZTdZtpD332VC0eTZYuwADt251dxQtZKibfomnV/NPoRPhCwkkAxBo1tqLm9eztnQRXdoFwvmuziCC/6NIyl9b/I882JshgY2gWUFazzHeD7u2QSZ3cLET/l5w7g" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13689"], - "x-ms-request-id": ["86d55048-babb-4d6b-8406-d518f78a3cd7"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174638Z:86d55048-babb-4d6b-8406-d518f78a3cd7" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:38 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["713"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Standard/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3b673b3e0112473eba61d6de49ae0a19/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-24T12:23:13Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-SLES12SP2/skus/Standard/versions/14.0.1000320?api-version=2015-12-01-preview+49": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Web/versions/12.20.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["57"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["5630f6f2-7e01-4e70-bf8a-ade564e7c9a9"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHUZPws2G8Z3p5Rpg0lgQSxj0wuKeNAREfXoXbfgvmppWo9EPQ+k9DazGhFS5/TowTgGaVexhs3TlK8yno/NJnek1iUEdlKDenqwWRsnU32qkLVcPOdeK+lojkzZHuX7Yr+g9lruSEQXCPG7pXBt0" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13688"], - "x-ms-request-id": ["5630f6f2-7e01-4e70-bf8a-ade564e7c9a9"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174639Z:5630f6f2-7e01-4e70-bf8a-ade564e7c9a9" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:38 GMT"] + "x-ms-unique-id": [ "225" ], + "x-ms-client-request-id": [ "7f34687c-8941-448d-a7c8-964efb82a9b2" ], + "CommandName": [ "Get-AzsPlatformImage" ], + "FullCommandName": [ "Get-AzsPlatformImage_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Length": ["708"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Web/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f5b2316627dc40a9838d9abc7d53f0a1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-21T17:25:56Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-SLES12SP2/skus/Web/versions/14.0.1000320?api-version=2015-12-01-preview+50": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Web/versions/12.20.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["57"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["5630f6f2-7e01-4e70-bf8a-ade564e7c9a9"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHUZPws2G8Z3p5Rpg0lgQSxj0wuKeNAREfXoXbfgvmppWo9EPQ+k9DazGhFS5/TowTgGaVexhs3TlK8yno/NJnek1iUEdlKDenqwWRsnU32qkLVcPOdeK+lojkzZHuX7Yr+g9lruSEQXCPG7pXBt0" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13688"], - "x-ms-request-id": ["5630f6f2-7e01-4e70-bf8a-ade564e7c9a9"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174639Z:5630f6f2-7e01-4e70-bf8a-ade564e7c9a9" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:38 GMT"] - }, - "ContentHeaders": { - "Content-Length": ["708"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Web/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f5b2316627dc40a9838d9abc7d53f0a1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-21T17:25:56Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-WS2016/skus/Enterprise/versions/14.0.1000320?api-version=2015-12-01-preview+56": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Enterprise/versions/12.20.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["54"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} + } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["ce831619-f271-4a21-aeba-8e9ad9a7362d"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvU3VU2ZI3ckB5AHrhpj5f6cr+6VFZGzsogcHk5smMEsbFSKlsbAc4Qt5246GAZyEMUxQMAWW5oTgzcEGCMA9H8+J1Lxqzj3jjh0TSwFtE0W9sD80dLVBe1bcIMH90UHjXI1osUi3W6Oru8GxGs5Mu" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13691"], - "x-ms-request-id": ["ce831619-f271-4a21-aeba-8e9ad9a7362d"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174638Z:ce831619-f271-4a21-aeba-8e9ad9a7362d" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:37 GMT"] + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "127d8d4d-352f-4917-82f2-ad00f52d68e0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14931" ], + "x-ms-request-id": [ "127d8d4d-352f-4917-82f2-ad00f52d68e0" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213719Z:127d8d4d-352f-4917-82f2-ad00f52d68e0" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Mon, 09 Aug 2021 21:37:19 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv0lF7k2Rnq0tN4lDUQ5AeBHoJDxTRh3OptkoJSMkEW0OZ03FbQeag+Fm0s8tQSwyzIgr2iOXV0Vc6reLxp0nEit86kvx9IVlo5C0GbypooteVW7HTh62q55UmVMu4F5AHwKqzKi3DnhQ/Z6GZYcy1" ] }, "ContentHeaders": { - "Content-Length": ["715"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] + "Content-Length": [ "8344" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Enterprise/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/e287e7de89264d4fbbfdf01acd3c39e1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-21T01:33:29Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" + "Content": "[{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/14.04.3-LTS/versions/14.04.201508050\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"redmond\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/UbuntuServer.vhd\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage/publishers/canonical/offers/UbuntuServer/skus/16.04-LTS/versions/16.04.202007080\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"redmond\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/aa4d60fd88fe46f9a97a75d2bf08c291%2FImage%2FUbuntu-16_04-LTS-amd64-server-20200708-en-us-30GB.vhd?skoid=2d4f7bf2-3564-4014-ab3b-1df4cf7ca3d2\u0026sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d\u0026skt=2021-07-29T06%3a38%3a39Z\u0026ske=2021-07-31T06%3a58%3a39Z\u0026sks=b\u0026skv=2020-04-08\u0026sv=2020-04-08\u0026st=2021-07-29T06%3a58%3a39Z\u0026se=2021-07-31T06%3a58%3a39Z\u0026sr=b\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage/publishers/canonical/offers/UbuntuServer/skus/18.04-LTS/versions/18.04.202007080\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"redmond\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/405c7160072b47e3b40def27399e3e9a%2FImage%2FUbuntu-18_04-LTS-amd64-server-20200708.1-en-us-30GB.vhd?skoid=2d4f7bf2-3564-4014-ab3b-1df4cf7ca3d2\u0026sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d\u0026skt=2021-07-29T06%3a38%3a37Z\u0026ske=2021-07-31T06%3a58%3a37Z\u0026sks=b\u0026skv=2020-04-08\u0026sv=2020-04-08\u0026st=2021-07-29T06%3a58%3a37Z\u0026se=2021-07-31T06%3a58%3a37Z\u0026sr=b\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage/publishers/CRP/offers/TestImage/skus/Dynamic/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"redmond\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/UbuntuServer.vhd\"},\"dataDisks\":[{\"lun\":0,\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/datadisk1.vhd\"},{\"lun\":1,\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/datadisk2.vhd\"},{\"lun\":2,\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/datadisk3.vhd\"},{\"lun\":3,\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/datadisk4.vhd\"}],\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage/publishers/Microsoft/offers/WindowsServer/skus/2012-R2-Datacenter/versions/4.0.20150825\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"redmond\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/WindowsServer2012R2DatacenterEval.vhd\"},\"dataDisks\":[{\"lun\":0,\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/datadisk1.vhd\"},{\"lun\":1,\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/datadisk2.vhd\"},{\"lun\":2,\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/datadisk3.vhd\"},{\"lun\":3,\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/datadisk4.vhd\"}],\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2012-R2-Datacenter/versions/10.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"redmond\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/WindowsServer2012R2DatacenterBYOL.vhd\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/windowsserver/skus/2012-R2-Datacenter-smalldisk/versions/9600.19847.2010090140\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"redmond\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/007efb466dc6418b8027b640626b427f%2FImage%2Fvhd_2k12r2_server_serverdatacenter_vl_en-us_30gb_azuregallery_fixed.vhd?skoid=2d4f7bf2-3564-4014-ab3b-1df4cf7ca3d2\u0026sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d\u0026skt=2021-07-29T06%3a38%3a39Z\u0026ske=2021-07-31T06%3a58%3a39Z\u0026sks=b\u0026skv=2020-04-08\u0026sv=2020-04-08\u0026st=2021-07-29T06%3a58%3a39Z\u0026se=2021-07-31T06%3a58%3a39Z\u0026sr=b\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/windowsserver/skus/2016-Datacenter-smalldisk/versions/14393.3986.2010070045\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"redmond\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/c12f21f106244837acaafef12d14fc43%2FImage%2Fvhd_server_serverdatacenter_en-us_vl_30gb_azuregallery_fixed.vhd?skoid=2d4f7bf2-3564-4014-ab3b-1df4cf7ca3d2\u0026sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d\u0026skt=2021-07-29T06%3a38%3a39Z\u0026ske=2021-07-31T06%3a58%3a39Z\u0026sks=b\u0026skv=2020-04-08\u0026sv=2020-04-08\u0026st=2021-07-29T06%3a58%3a39Z\u0026se=2021-07-31T06%3a58%3a39Z\u0026sr=b\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage/publishers/Ubuntu/offers/Desktop/skus/Enterprise/versions/1.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"redmond\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/UbuntuServer.vhd\"},\"dataDisks\":[{\"lun\":0,\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/datadisk1.vhd\"},{\"lun\":1,\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/datadisk2.vhd\"},{\"lun\":2,\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/datadisk3.vhd\"},{\"lun\":3,\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/datadisk4.vhd\"}],\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}}]", + "isContentBase64": false } }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-WS2016/skus/Express/versions/14.0.1000320?api-version=2015-12-01-preview+57": { + "Get-AzsPlatformImage+[NoContext]+TestGetPlatformImage+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage?api-version=2015-12-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Express/versions/12.20.0?api-version=2015-12-01-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage?api-version=2015-12-01-preview", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": ["55"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["941776e2-4bb2-41ff-b4ef-199dbd350389"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvtGiH6FStieZMLvDqe1KMQ5E8e5qIJM18x7wdRs/dBhNrkFEYHmaQftfXpT4l8ukHwpXDotcRPVslaI9TmlQO3aSY5DGZPhGak637on7VisY1K2GduXNbMhTUAXI54ahtVfRPoyeHL+Tr99qTa1vj" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13690"], - "x-ms-request-id": ["941776e2-4bb2-41ff-b4ef-199dbd350389"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174638Z:941776e2-4bb2-41ff-b4ef-199dbd350389" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:38 GMT"] + "x-ms-unique-id": [ "226" ], + "x-ms-client-request-id": [ "b86ab6fd-3c54-4ffe-a670-7b9237110db7" ], + "CommandName": [ "Get-AzsPlatformImage" ], + "FullCommandName": [ "Get-AzsPlatformImage_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Length": ["710"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Express/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/0f5fa664ec7141b9b2772528b3423942/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-25T20:39:44Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-WS2016/skus/SQLDEV/versions/14.0.1000204?api-version=2015-12-01-preview+58": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Standard/versions/12.20.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["56"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} + } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["86d55048-babb-4d6b-8406-d518f78a3cd7"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvebkS8LdeoCLjYywaLkhwvEZezZTdZtpD332VC0eTZYuwADt251dxQtZKibfomnV/NPoRPhCwkkAxBo1tqLm9eztnQRXdoFwvmuziCC/6NIyl9b/I882JshgY2gWUFazzHeD7u2QSZ3cLET/l5w7g" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13689"], - "x-ms-request-id": ["86d55048-babb-4d6b-8406-d518f78a3cd7"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174638Z:86d55048-babb-4d6b-8406-d518f78a3cd7" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:38 GMT"] + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "170c4cd4-a863-4d95-8e07-24772448cc20" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14930" ], + "x-ms-request-id": [ "170c4cd4-a863-4d95-8e07-24772448cc20" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213719Z:170c4cd4-a863-4d95-8e07-24772448cc20" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Mon, 09 Aug 2021 21:37:19 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvbrguWb7PxooW26pYQB0Vn+Hyue771X5H9ufGL/6CD/XbP3CZ9xhQ/Yuykx3CUZAcASZ46nunUs30TcnvW25xApV8zZqSiO+KKjvxM4flug2oXN7BpuM2I1SzkWywIpJ4EKZeNFLfLrb2B1hkR4H0" ] }, "ContentHeaders": { - "Content-Length": ["713"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] + "Content-Length": [ "8344" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Standard/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/3b673b3e0112473eba61d6de49ae0a19/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-24T12:23:13Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" + "Content": "[{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/14.04.3-LTS/versions/14.04.201508050\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"redmond\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/UbuntuServer.vhd\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage/publishers/canonical/offers/UbuntuServer/skus/16.04-LTS/versions/16.04.202007080\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"redmond\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/aa4d60fd88fe46f9a97a75d2bf08c291%2FImage%2FUbuntu-16_04-LTS-amd64-server-20200708-en-us-30GB.vhd?skoid=2d4f7bf2-3564-4014-ab3b-1df4cf7ca3d2\u0026sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d\u0026skt=2021-07-29T06%3a38%3a39Z\u0026ske=2021-07-31T06%3a58%3a39Z\u0026sks=b\u0026skv=2020-04-08\u0026sv=2020-04-08\u0026st=2021-07-29T06%3a58%3a39Z\u0026se=2021-07-31T06%3a58%3a39Z\u0026sr=b\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage/publishers/canonical/offers/UbuntuServer/skus/18.04-LTS/versions/18.04.202007080\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"redmond\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/405c7160072b47e3b40def27399e3e9a%2FImage%2FUbuntu-18_04-LTS-amd64-server-20200708.1-en-us-30GB.vhd?skoid=2d4f7bf2-3564-4014-ab3b-1df4cf7ca3d2\u0026sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d\u0026skt=2021-07-29T06%3a38%3a37Z\u0026ske=2021-07-31T06%3a58%3a37Z\u0026sks=b\u0026skv=2020-04-08\u0026sv=2020-04-08\u0026st=2021-07-29T06%3a58%3a37Z\u0026se=2021-07-31T06%3a58%3a37Z\u0026sr=b\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage/publishers/CRP/offers/TestImage/skus/Dynamic/versions/1.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"redmond\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/UbuntuServer.vhd\"},\"dataDisks\":[{\"lun\":0,\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/datadisk1.vhd\"},{\"lun\":1,\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/datadisk2.vhd\"},{\"lun\":2,\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/datadisk3.vhd\"},{\"lun\":3,\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/datadisk4.vhd\"}],\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage/publishers/Microsoft/offers/WindowsServer/skus/2012-R2-Datacenter/versions/4.0.20150825\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"redmond\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/WindowsServer2012R2DatacenterEval.vhd\"},\"dataDisks\":[{\"lun\":0,\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/datadisk1.vhd\"},{\"lun\":1,\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/datadisk2.vhd\"},{\"lun\":2,\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/datadisk3.vhd\"},{\"lun\":3,\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/datadisk4.vhd\"}],\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/WindowsServer/skus/2012-R2-Datacenter/versions/10.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"redmond\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azurestacktemplate.blob.core.windows.net/azurestacktemplate-public-container/WindowsServer2012R2DatacenterBYOL.vhd\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/windowsserver/skus/2012-R2-Datacenter-smalldisk/versions/9600.19847.2010090140\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"redmond\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/007efb466dc6418b8027b640626b427f%2FImage%2Fvhd_2k12r2_server_serverdatacenter_vl_en-us_30gb_azuregallery_fixed.vhd?skoid=2d4f7bf2-3564-4014-ab3b-1df4cf7ca3d2\u0026sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d\u0026skt=2021-07-29T06%3a38%3a39Z\u0026ske=2021-07-31T06%3a58%3a39Z\u0026sks=b\u0026skv=2020-04-08\u0026sv=2020-04-08\u0026st=2021-07-29T06%3a58%3a39Z\u0026se=2021-07-31T06%3a58%3a39Z\u0026sr=b\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage/publishers/MicrosoftWindowsServer/offers/windowsserver/skus/2016-Datacenter-smalldisk/versions/14393.3986.2010070045\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"redmond\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/c12f21f106244837acaafef12d14fc43%2FImage%2Fvhd_server_serverdatacenter_en-us_vl_30gb_azuregallery_fixed.vhd?skoid=2d4f7bf2-3564-4014-ab3b-1df4cf7ca3d2\u0026sktid=33e01921-4d64-4f8c-a055-5bdaffd5e33d\u0026skt=2021-07-29T06%3a38%3a39Z\u0026ske=2021-07-31T06%3a58%3a39Z\u0026sks=b\u0026skv=2020-04-08\u0026sv=2020-04-08\u0026st=2021-07-29T06%3a58%3a39Z\u0026se=2021-07-31T06%3a58%3a39Z\u0026sr=b\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage/publishers/Ubuntu/offers/Desktop/skus/Enterprise/versions/1.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"redmond\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/UbuntuServer.vhd\"},\"dataDisks\":[{\"lun\":0,\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/datadisk1.vhd\"},{\"lun\":1,\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/datadisk2.vhd\"},{\"lun\":2,\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/datadisk3.vhd\"},{\"lun\":3,\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/datadisk4.vhd\"}],\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}}]", + "isContentBase64": false } }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-WS2016/skus/Standard/versions/14.0.1000320?api-version=2015-12-01-preview+59": { + "Get-AzsPlatformImage+[NoContext]+TestGetPlatformImage+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/14.04.3-LTS/versions/14.04.201508050?api-version=2015-12-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Web/versions/12.20.0?api-version=2015-12-01-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/14.04.3-LTS/versions/14.04.201508050?api-version=2015-12-01-preview", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": ["57"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["5630f6f2-7e01-4e70-bf8a-ade564e7c9a9"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHUZPws2G8Z3p5Rpg0lgQSxj0wuKeNAREfXoXbfgvmppWo9EPQ+k9DazGhFS5/TowTgGaVexhs3TlK8yno/NJnek1iUEdlKDenqwWRsnU32qkLVcPOdeK+lojkzZHuX7Yr+g9lruSEQXCPG7pXBt0" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13688"], - "x-ms-request-id": ["5630f6f2-7e01-4e70-bf8a-ade564e7c9a9"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174639Z:5630f6f2-7e01-4e70-bf8a-ade564e7c9a9" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:38 GMT"] + "x-ms-unique-id": [ "227" ], + "x-ms-client-request-id": [ "5406d3c7-9aad-49d8-8f90-988a03f4f5f3" ], + "CommandName": [ "Get-AzsPlatformImage" ], + "FullCommandName": [ "Get-AzsPlatformImage_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], + "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { - "Content-Length": ["708"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Web/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f5b2316627dc40a9838d9abc7d53f0a1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-21T17:25:56Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsPlatformImage+[NoContext]+TestGetAllPlatformImages+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2017-WS2016/skus/Web/versions/14.0.1000320?api-version=2015-12-01-preview+60": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Web/versions/12.20.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": ["57"], - "User-Agent": ["AzurePowerShell/Az4.0.0-preview"], - "Authorization": ["[Filtered]"] - }, - "ContentHeaders": {} + } }, "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": ["no-cache"], - "Pragma": ["no-cache"], - "x-ms-correlation-request-id": ["5630f6f2-7e01-4e70-bf8a-ade564e7c9a9"], - "Server": ["Microsoft-HTTPAPI/2.0"], - "WWW-Authenticate": [ - "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHUZPws2G8Z3p5Rpg0lgQSxj0wuKeNAREfXoXbfgvmppWo9EPQ+k9DazGhFS5/TowTgGaVexhs3TlK8yno/NJnek1iUEdlKDenqwWRsnU32qkLVcPOdeK+lojkzZHuX7Yr+g9lruSEQXCPG7pXBt0" - ], - "x-ms-ratelimit-remaining-subscription-reads": ["13688"], - "x-ms-request-id": ["5630f6f2-7e01-4e70-bf8a-ade564e7c9a9"], - "x-ms-routing-request-id": [ - "NORTHWEST:20200214T174639Z:5630f6f2-7e01-4e70-bf8a-ade564e7c9a9" - ], - "Strict-Transport-Security": ["max-age=31536000; includeSubDomains"], - "X-Content-Type-Options": ["nosniff"], - "Date": ["Fri, 14 Feb 2020 17:46:38 GMT"] + "Pragma": [ "no-cache" ], + "x-ms-correlation-request-id": [ "a7308613-4bc6-44b6-8ddb-189948b6087a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14929" ], + "x-ms-request-id": [ "a7308613-4bc6-44b6-8ddb-189948b6087a" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213719Z:a7308613-4bc6-44b6-8ddb-189948b6087a" ], + "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], + "X-Content-Type-Options": [ "nosniff" ], + "Cache-Control": [ "no-cache" ], + "Date": [ "Mon, 09 Aug 2021 21:37:19 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvRfoIXXaqCBk5rQnfQENQc/HKfp7m7TNqOcI2/7rTrN2ss6tNb9U23FCJKH5RdFzFcIoo4rZy/2QV7mI4TwhFQ+WaUAiJ3WP5wyHG8U6ZekAahgkudiYjiCTmjquau31q2KnFx+srSXT6WRqhUCD9" ] }, "ContentHeaders": { - "Content-Length": ["708"], - "Content-Type": ["application/json; charset=utf-8"], - "Expires": ["-1"] + "Content-Length": [ "601" ], + "Content-Type": [ "application/json; charset=utf-8" ], + "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/platformImage/publishers/MicrosoftSQLServer/offers/SQL2016SP2-WS2016/skus/Web/versions/12.20.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"northwest\",\"properties\":{\"osDisk\":{\"osType\":\"Windows\",\"uri\":\"https://azstmktprodwcu001.blob.core.windows.net/packages/f5b2316627dc40a9838d9abc7d53f0a1/Image/disk.vhd?sv=2018-03-28\u0026sr=b\u0026se=2019-04-21T17:25:56Z\u0026sp=r\"},\"dataDisks\":[],\"details\":{\"billingPartNumber\":\"\"},\"replicate\":false,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/platformImage/publishers/Canonical/offers/UbuntuServer/skus/14.04.3-LTS/versions/14.04.201508050\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/offers/skus/versions\",\"location\":\"redmond\",\"properties\":{\"osDisk\":{\"osType\":\"Linux\",\"uri\":\"https://azsaddvmimagesacrp.blob.redmond.ext-n25r0507.masd.stbtest.microsoft.com/azsaddvmimagecontainercrp/UbuntuServer.vhd\"},\"dataDisks\":null,\"details\":null,\"replicate\":false,\"provisioningState\":\"Succeeded\"}}", + "isContentBase64": false } } -} +} \ No newline at end of file diff --git a/src/Azs.Compute.Admin/test/Add-AzsVMExtension.Recording.json b/src/Azs.Compute.Admin/test/Add-AzsVMExtension.Recording.json index 0c93002b..13156a9e 100644 --- a/src/Azs.Compute.Admin/test/Add-AzsVMExtension.Recording.json +++ b/src/Azs.Compute.Admin/test/Add-AzsVMExtension.Recording.json @@ -1,12 +1,17 @@ { - "Get-AzsVMExtension+[NoContext]+TestListVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension?api-version=2015-12-01-preview+1": { + "Get-AzsVMExtension+[NoContext]+TestListVMExtensions+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension?api-version=2015-12-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension?api-version=2015-12-01-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension?api-version=2015-12-01-preview", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "8" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "228" ], + "x-ms-client-request-id": [ "c9831f1f-f8bc-4f3e-933e-cad6e434a8ae" ], + "CommandName": [ "Get-AzsVMExtension" ], + "FullCommandName": [ "Get-AzsVMExtension_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -15,934 +20,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "1db80b85-5148-4124-a4e7-62936cb877dc" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHXtQrOHDIEUzKdTkUUQyKkhLiGVH7bNUzcAnEqNnHWE1HU1TmKr8MTIeJJGhQpQtKNy0zwCoeRuj+oEFGnPkBILYEH1SGrVrvYKPgenXAeoGwrie1zgf+Tx7mShmgQJRvLoRipIvIAmNGUSuu4Km" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14864" ], - "x-ms-request-id": [ "1db80b85-5148-4124-a4e7-62936cb877dc" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014416Z:1db80b85-5148-4124-a4e7-62936cb877dc" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:16 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "28979" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "[{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Performance.Diagnostics/types/AzurePerformanceDiagnostics/versions/1.0.13\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Performance.Diagnostics\",\"extensionType\":\"AzurePerformanceDiagnostics\",\"typeHandlerVersion\":\"1.0.13\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDiagnostics/versions/1.11.3.12\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Diagnostics\",\"extensionType\":\"IaaSDiagnostics\",\"typeHandlerVersion\":\"1.11.3.12\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/MicrosoftMonitoringAgent/versions/1.0.11081.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"extensionType\":\"MicrosoftMonitoringAgent\",\"typeHandlerVersion\":\"1.0.11081.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Security/types/IaaSAntimalware/versions/1.5.5.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Security\",\"extensionType\":\"IaaSAntimalware\",\"typeHandlerVersion\":\"1.5.5.1\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/KasperskyLab.SecurityAgent/types/KESL/versions/1.0.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"KasperskyLab.SecurityAgent\",\"extensionType\":\"KESL\",\"typeHandlerVersion\":\"1.0.0.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/CustomScriptForLinux/versions/1.5.2.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"CustomScriptForLinux\",\"typeHandlerVersion\":\"1.5.2.2\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/VMAccessForLinux/versions/1.4.7.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"VMAccessForLinux\",\"typeHandlerVersion\":\"1.4.7.1\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/CloudLinkEMC.SecureVM/types/CloudLinkSecureVMWindowsAgent/versions/6.5\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"CloudLinkEMC.SecureVM\",\"extensionType\":\"CloudLinkSecureVMWindowsAgent\",\"typeHandlerVersion\":\"6.5\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Monitoring.DependencyAgent/types/DependencyAgentLinux/versions/9.7.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Monitoring.DependencyAgent\",\"extensionType\":\"DependencyAgentLinux\",\"typeHandlerVersion\":\"9.7.4\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/VMAccessAgent/versions/2.4.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"VMAccessAgent\",\"typeHandlerVersion\":\"2.4.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/CustomScriptExtension/versions/1.9.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"CustomScriptExtension\",\"typeHandlerVersion\":\"1.9.1\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/BGInfo/versions/2.2.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"BGInfo\",\"typeHandlerVersion\":\"2.2.1.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Extensions/types/CustomScript/versions/2.0.6\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Extensions\",\"extensionType\":\"CustomScript\",\"typeHandlerVersion\":\"2.0.6\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/CloudLinkEMC.SecureVM/types/CloudLinkSecureVMLinuxAgent/versions/6.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"CloudLinkEMC.SecureVM\",\"extensionType\":\"CloudLinkSecureVMLinuxAgent\",\"typeHandlerVersion\":\"6.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"JsonADDomainExtension\",\"typeHandlerVersion\":\"1.3.2\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.SqlServer.Management/types/SqlIaaSAgent/versions/1.2.30.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.SqlServer.Management\",\"extensionType\":\"SqlIaaSAgent\",\"typeHandlerVersion\":\"1.2.30.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Acronis.Backup/types/AcronisBackup/versions/1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Acronis.Backup\",\"extensionType\":\"AcronisBackup\",\"typeHandlerVersion\":\"1.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/BGInfo/versions/2.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"BGInfo\",\"typeHandlerVersion\":\"2.1\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/OmsAgentForLinux/versions/1.8\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"extensionType\":\"OmsAgentForLinux\",\"typeHandlerVersion\":\"1.8\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/CustomScriptExtension/versions/1.8\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"CustomScriptExtension\",\"typeHandlerVersion\":\"1.8\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/CustomScriptForLinux/versions/1.5.2.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"CustomScriptForLinux\",\"typeHandlerVersion\":\"1.5.2.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Extensions/types/DockerExtension/versions/1.1.1606092330\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Extensions\",\"extensionType\":\"DockerExtension\",\"typeHandlerVersion\":\"1.1.1606092330\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Powershell/types/DSC/versions/2.19.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Powershell\",\"extensionType\":\"DSC\",\"typeHandlerVersion\":\"2.19.0.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/KasperskyLab.SecurityAgent/types/KSWS/versions/1.0.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"KasperskyLab.SecurityAgent\",\"extensionType\":\"KSWS\",\"typeHandlerVersion\":\"1.0.0.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Powershell/types/DSC/versions/2.76.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Powershell\",\"extensionType\":\"DSC\",\"typeHandlerVersion\":\"2.76.0.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Acronis.Backup/types/AcronisBackupLinux/versions/1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Acronis.Backup\",\"extensionType\":\"AcronisBackupLinux\",\"typeHandlerVersion\":\"1.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Monitoring.DependencyAgent/types/DependencyAgentWindows/versions/9.7.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Monitoring.DependencyAgent\",\"extensionType\":\"DependencyAgentWindows\",\"typeHandlerVersion\":\"9.7.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Security/types/IaaSAntimalware/versions/1.4.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Security\",\"extensionType\":\"IaaSAntimalware\",\"typeHandlerVersion\":\"1.4.0.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDiagnostics/versions/1.10.1.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Diagnostics\",\"extensionType\":\"IaaSDiagnostics\",\"typeHandlerVersion\":\"1.10.1.1\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"JsonADDomainExtension\",\"typeHandlerVersion\":\"1.3\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDiagnostics/versions/1.12.2.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Diagnostics\",\"extensionType\":\"IaaSDiagnostics\",\"typeHandlerVersion\":\"1.12.2.2\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/LinuxDiagnostic/versions/3.0.121\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Diagnostics\",\"extensionType\":\"LinuxDiagnostic\",\"typeHandlerVersion\":\"3.0.121\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Security/types/IaaSAntimalware/versions/1.5.5.9\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Security\",\"extensionType\":\"IaaSAntimalware\",\"typeHandlerVersion\":\"1.5.5.9\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/CustomScriptExtension/versions/1.9.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"CustomScriptExtension\",\"typeHandlerVersion\":\"1.9.3\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"JsonADDomainExtension\",\"typeHandlerVersion\":\"1.3.2\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"JsonADDomainExtension\",\"typeHandlerVersion\":\"1.3.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/VMAccessAgent/versions/2.4.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"VMAccessAgent\",\"typeHandlerVersion\":\"2.4.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/MicrosoftMonitoringAgent/versions/1.0.11081.5\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"extensionType\":\"MicrosoftMonitoringAgent\",\"typeHandlerVersion\":\"1.0.11081.5\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/CustomScriptForLinux/versions/1.5.5\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"CustomScriptForLinux\",\"typeHandlerVersion\":\"1.5.5\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/VMAccessForLinux/versions/1.5.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"VMAccessForLinux\",\"typeHandlerVersion\":\"1.5.2\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Powershell/types/DSC/versions/2.77.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Powershell\",\"extensionType\":\"DSC\",\"typeHandlerVersion\":\"2.77.0.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/MicrosoftMonitoringAgent/versions/1.0.10900.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"extensionType\":\"MicrosoftMonitoringAgent\",\"typeHandlerVersion\":\"1.0.10900.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/OSPatchingForLinux/versions/2.3.0.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"OSPatchingForLinux\",\"typeHandlerVersion\":\"2.3.0.1\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/VMAccessAgent/versions/2.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"VMAccessAgent\",\"typeHandlerVersion\":\"2.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/VMAccessForLinux/versions/1.4.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"VMAccessForLinux\",\"typeHandlerVersion\":\"1.4.0.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft/types/MicroExtension/versions/0.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft\",\"extensionType\":\"MicroExtension\",\"typeHandlerVersion\":\"0.1.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":true,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Failed\"}}]" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetVMExtension+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension?api-version=2015-12-01-preview+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "9" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "26fec0ab-0030-489f-86cb-2e7d1c129708" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv7UBnHu/KVNzm65aQ8teGt4Zo+rJYF4tpr+z9uG9y06n4zJcygtPSoj3Uf/r1MzdMmqDb32LOJiUypHSmxBe1epdkJmZ4c8Gfll3mcSTSeIaDjGUQJAS5BuWD9/CXAw9AboAQJezeF0eCHNVo8YdS" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14863" ], - "x-ms-request-id": [ "26fec0ab-0030-489f-86cb-2e7d1c129708" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014418Z:26fec0ab-0030-489f-86cb-2e7d1c129708" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:18 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "28979" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "[{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Performance.Diagnostics/types/AzurePerformanceDiagnostics/versions/1.0.13\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Performance.Diagnostics\",\"extensionType\":\"AzurePerformanceDiagnostics\",\"typeHandlerVersion\":\"1.0.13\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDiagnostics/versions/1.11.3.12\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Diagnostics\",\"extensionType\":\"IaaSDiagnostics\",\"typeHandlerVersion\":\"1.11.3.12\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/MicrosoftMonitoringAgent/versions/1.0.11081.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"extensionType\":\"MicrosoftMonitoringAgent\",\"typeHandlerVersion\":\"1.0.11081.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Security/types/IaaSAntimalware/versions/1.5.5.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Security\",\"extensionType\":\"IaaSAntimalware\",\"typeHandlerVersion\":\"1.5.5.1\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/KasperskyLab.SecurityAgent/types/KESL/versions/1.0.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"KasperskyLab.SecurityAgent\",\"extensionType\":\"KESL\",\"typeHandlerVersion\":\"1.0.0.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/CustomScriptForLinux/versions/1.5.2.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"CustomScriptForLinux\",\"typeHandlerVersion\":\"1.5.2.2\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/VMAccessForLinux/versions/1.4.7.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"VMAccessForLinux\",\"typeHandlerVersion\":\"1.4.7.1\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/CloudLinkEMC.SecureVM/types/CloudLinkSecureVMWindowsAgent/versions/6.5\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"CloudLinkEMC.SecureVM\",\"extensionType\":\"CloudLinkSecureVMWindowsAgent\",\"typeHandlerVersion\":\"6.5\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Monitoring.DependencyAgent/types/DependencyAgentLinux/versions/9.7.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Monitoring.DependencyAgent\",\"extensionType\":\"DependencyAgentLinux\",\"typeHandlerVersion\":\"9.7.4\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/VMAccessAgent/versions/2.4.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"VMAccessAgent\",\"typeHandlerVersion\":\"2.4.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/CustomScriptExtension/versions/1.9.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"CustomScriptExtension\",\"typeHandlerVersion\":\"1.9.1\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/BGInfo/versions/2.2.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"BGInfo\",\"typeHandlerVersion\":\"2.2.1.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Extensions/types/CustomScript/versions/2.0.6\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Extensions\",\"extensionType\":\"CustomScript\",\"typeHandlerVersion\":\"2.0.6\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/CloudLinkEMC.SecureVM/types/CloudLinkSecureVMLinuxAgent/versions/6.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"CloudLinkEMC.SecureVM\",\"extensionType\":\"CloudLinkSecureVMLinuxAgent\",\"typeHandlerVersion\":\"6.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"JsonADDomainExtension\",\"typeHandlerVersion\":\"1.3.2\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.SqlServer.Management/types/SqlIaaSAgent/versions/1.2.30.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.SqlServer.Management\",\"extensionType\":\"SqlIaaSAgent\",\"typeHandlerVersion\":\"1.2.30.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Acronis.Backup/types/AcronisBackup/versions/1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Acronis.Backup\",\"extensionType\":\"AcronisBackup\",\"typeHandlerVersion\":\"1.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/BGInfo/versions/2.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"BGInfo\",\"typeHandlerVersion\":\"2.1\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/OmsAgentForLinux/versions/1.8\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"extensionType\":\"OmsAgentForLinux\",\"typeHandlerVersion\":\"1.8\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/CustomScriptExtension/versions/1.8\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"CustomScriptExtension\",\"typeHandlerVersion\":\"1.8\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/CustomScriptForLinux/versions/1.5.2.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"CustomScriptForLinux\",\"typeHandlerVersion\":\"1.5.2.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Extensions/types/DockerExtension/versions/1.1.1606092330\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Extensions\",\"extensionType\":\"DockerExtension\",\"typeHandlerVersion\":\"1.1.1606092330\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Powershell/types/DSC/versions/2.19.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Powershell\",\"extensionType\":\"DSC\",\"typeHandlerVersion\":\"2.19.0.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/KasperskyLab.SecurityAgent/types/KSWS/versions/1.0.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"KasperskyLab.SecurityAgent\",\"extensionType\":\"KSWS\",\"typeHandlerVersion\":\"1.0.0.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Powershell/types/DSC/versions/2.76.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Powershell\",\"extensionType\":\"DSC\",\"typeHandlerVersion\":\"2.76.0.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Acronis.Backup/types/AcronisBackupLinux/versions/1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Acronis.Backup\",\"extensionType\":\"AcronisBackupLinux\",\"typeHandlerVersion\":\"1.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Monitoring.DependencyAgent/types/DependencyAgentWindows/versions/9.7.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Monitoring.DependencyAgent\",\"extensionType\":\"DependencyAgentWindows\",\"typeHandlerVersion\":\"9.7.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Security/types/IaaSAntimalware/versions/1.4.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Security\",\"extensionType\":\"IaaSAntimalware\",\"typeHandlerVersion\":\"1.4.0.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDiagnostics/versions/1.10.1.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Diagnostics\",\"extensionType\":\"IaaSDiagnostics\",\"typeHandlerVersion\":\"1.10.1.1\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"JsonADDomainExtension\",\"typeHandlerVersion\":\"1.3\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDiagnostics/versions/1.12.2.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Diagnostics\",\"extensionType\":\"IaaSDiagnostics\",\"typeHandlerVersion\":\"1.12.2.2\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/LinuxDiagnostic/versions/3.0.121\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Diagnostics\",\"extensionType\":\"LinuxDiagnostic\",\"typeHandlerVersion\":\"3.0.121\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Security/types/IaaSAntimalware/versions/1.5.5.9\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Security\",\"extensionType\":\"IaaSAntimalware\",\"typeHandlerVersion\":\"1.5.5.9\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/CustomScriptExtension/versions/1.9.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"CustomScriptExtension\",\"typeHandlerVersion\":\"1.9.3\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"JsonADDomainExtension\",\"typeHandlerVersion\":\"1.3.2\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"JsonADDomainExtension\",\"typeHandlerVersion\":\"1.3.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/VMAccessAgent/versions/2.4.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"VMAccessAgent\",\"typeHandlerVersion\":\"2.4.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/MicrosoftMonitoringAgent/versions/1.0.11081.5\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"extensionType\":\"MicrosoftMonitoringAgent\",\"typeHandlerVersion\":\"1.0.11081.5\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/CustomScriptForLinux/versions/1.5.5\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"CustomScriptForLinux\",\"typeHandlerVersion\":\"1.5.5\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/VMAccessForLinux/versions/1.5.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"VMAccessForLinux\",\"typeHandlerVersion\":\"1.5.2\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Powershell/types/DSC/versions/2.77.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Powershell\",\"extensionType\":\"DSC\",\"typeHandlerVersion\":\"2.77.0.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/MicrosoftMonitoringAgent/versions/1.0.10900.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"extensionType\":\"MicrosoftMonitoringAgent\",\"typeHandlerVersion\":\"1.0.10900.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/OSPatchingForLinux/versions/2.3.0.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"OSPatchingForLinux\",\"typeHandlerVersion\":\"2.3.0.1\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/VMAccessAgent/versions/2.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"VMAccessAgent\",\"typeHandlerVersion\":\"2.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/VMAccessForLinux/versions/1.4.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"VMAccessForLinux\",\"typeHandlerVersion\":\"1.4.0.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft/types/MicroExtension/versions/0.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft\",\"extensionType\":\"MicroExtension\",\"typeHandlerVersion\":\"0.1.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":true,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Failed\"}}]" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension?api-version=2015-12-01-preview+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "10" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "5b865ee7-3241-4e02-b2a5-abfa8fbd9228" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvYPBnVyUizLL2ILogylw80APQjdxIvCGUdg/R04XDno5AE9LFI0XhxgWzoAprAticde4CijgV61vMb/1fimBR9orVoXgJcqq7pcTmURmpO6xsa6Lz8vzujhYJYB8Mne+CKArWyxpjqasc2GC4kQNa" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14862" ], - "x-ms-request-id": [ "5b865ee7-3241-4e02-b2a5-abfa8fbd9228" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014420Z:5b865ee7-3241-4e02-b2a5-abfa8fbd9228" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:19 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "28979" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "[{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Performance.Diagnostics/types/AzurePerformanceDiagnostics/versions/1.0.13\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Performance.Diagnostics\",\"extensionType\":\"AzurePerformanceDiagnostics\",\"typeHandlerVersion\":\"1.0.13\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDiagnostics/versions/1.11.3.12\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Diagnostics\",\"extensionType\":\"IaaSDiagnostics\",\"typeHandlerVersion\":\"1.11.3.12\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/MicrosoftMonitoringAgent/versions/1.0.11081.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"extensionType\":\"MicrosoftMonitoringAgent\",\"typeHandlerVersion\":\"1.0.11081.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Security/types/IaaSAntimalware/versions/1.5.5.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Security\",\"extensionType\":\"IaaSAntimalware\",\"typeHandlerVersion\":\"1.5.5.1\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/KasperskyLab.SecurityAgent/types/KESL/versions/1.0.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"KasperskyLab.SecurityAgent\",\"extensionType\":\"KESL\",\"typeHandlerVersion\":\"1.0.0.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/CustomScriptForLinux/versions/1.5.2.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"CustomScriptForLinux\",\"typeHandlerVersion\":\"1.5.2.2\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/VMAccessForLinux/versions/1.4.7.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"VMAccessForLinux\",\"typeHandlerVersion\":\"1.4.7.1\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/CloudLinkEMC.SecureVM/types/CloudLinkSecureVMWindowsAgent/versions/6.5\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"CloudLinkEMC.SecureVM\",\"extensionType\":\"CloudLinkSecureVMWindowsAgent\",\"typeHandlerVersion\":\"6.5\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Monitoring.DependencyAgent/types/DependencyAgentLinux/versions/9.7.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Monitoring.DependencyAgent\",\"extensionType\":\"DependencyAgentLinux\",\"typeHandlerVersion\":\"9.7.4\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/VMAccessAgent/versions/2.4.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"VMAccessAgent\",\"typeHandlerVersion\":\"2.4.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/CustomScriptExtension/versions/1.9.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"CustomScriptExtension\",\"typeHandlerVersion\":\"1.9.1\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/BGInfo/versions/2.2.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"BGInfo\",\"typeHandlerVersion\":\"2.2.1.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Extensions/types/CustomScript/versions/2.0.6\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Extensions\",\"extensionType\":\"CustomScript\",\"typeHandlerVersion\":\"2.0.6\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/CloudLinkEMC.SecureVM/types/CloudLinkSecureVMLinuxAgent/versions/6.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"CloudLinkEMC.SecureVM\",\"extensionType\":\"CloudLinkSecureVMLinuxAgent\",\"typeHandlerVersion\":\"6.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"JsonADDomainExtension\",\"typeHandlerVersion\":\"1.3.2\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.SqlServer.Management/types/SqlIaaSAgent/versions/1.2.30.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.SqlServer.Management\",\"extensionType\":\"SqlIaaSAgent\",\"typeHandlerVersion\":\"1.2.30.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Acronis.Backup/types/AcronisBackup/versions/1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Acronis.Backup\",\"extensionType\":\"AcronisBackup\",\"typeHandlerVersion\":\"1.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/BGInfo/versions/2.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"BGInfo\",\"typeHandlerVersion\":\"2.1\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/OmsAgentForLinux/versions/1.8\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"extensionType\":\"OmsAgentForLinux\",\"typeHandlerVersion\":\"1.8\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/CustomScriptExtension/versions/1.8\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"CustomScriptExtension\",\"typeHandlerVersion\":\"1.8\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/CustomScriptForLinux/versions/1.5.2.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"CustomScriptForLinux\",\"typeHandlerVersion\":\"1.5.2.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Extensions/types/DockerExtension/versions/1.1.1606092330\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Extensions\",\"extensionType\":\"DockerExtension\",\"typeHandlerVersion\":\"1.1.1606092330\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Powershell/types/DSC/versions/2.19.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Powershell\",\"extensionType\":\"DSC\",\"typeHandlerVersion\":\"2.19.0.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/KasperskyLab.SecurityAgent/types/KSWS/versions/1.0.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"KasperskyLab.SecurityAgent\",\"extensionType\":\"KSWS\",\"typeHandlerVersion\":\"1.0.0.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Powershell/types/DSC/versions/2.76.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Powershell\",\"extensionType\":\"DSC\",\"typeHandlerVersion\":\"2.76.0.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Acronis.Backup/types/AcronisBackupLinux/versions/1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Acronis.Backup\",\"extensionType\":\"AcronisBackupLinux\",\"typeHandlerVersion\":\"1.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Monitoring.DependencyAgent/types/DependencyAgentWindows/versions/9.7.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Monitoring.DependencyAgent\",\"extensionType\":\"DependencyAgentWindows\",\"typeHandlerVersion\":\"9.7.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Security/types/IaaSAntimalware/versions/1.4.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Security\",\"extensionType\":\"IaaSAntimalware\",\"typeHandlerVersion\":\"1.4.0.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDiagnostics/versions/1.10.1.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Diagnostics\",\"extensionType\":\"IaaSDiagnostics\",\"typeHandlerVersion\":\"1.10.1.1\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"JsonADDomainExtension\",\"typeHandlerVersion\":\"1.3\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDiagnostics/versions/1.12.2.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Diagnostics\",\"extensionType\":\"IaaSDiagnostics\",\"typeHandlerVersion\":\"1.12.2.2\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/LinuxDiagnostic/versions/3.0.121\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Diagnostics\",\"extensionType\":\"LinuxDiagnostic\",\"typeHandlerVersion\":\"3.0.121\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Security/types/IaaSAntimalware/versions/1.5.5.9\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Security\",\"extensionType\":\"IaaSAntimalware\",\"typeHandlerVersion\":\"1.5.5.9\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/CustomScriptExtension/versions/1.9.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"CustomScriptExtension\",\"typeHandlerVersion\":\"1.9.3\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"JsonADDomainExtension\",\"typeHandlerVersion\":\"1.3.2\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"JsonADDomainExtension\",\"typeHandlerVersion\":\"1.3.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/VMAccessAgent/versions/2.4.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"VMAccessAgent\",\"typeHandlerVersion\":\"2.4.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/MicrosoftMonitoringAgent/versions/1.0.11081.5\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"extensionType\":\"MicrosoftMonitoringAgent\",\"typeHandlerVersion\":\"1.0.11081.5\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/CustomScriptForLinux/versions/1.5.5\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"CustomScriptForLinux\",\"typeHandlerVersion\":\"1.5.5\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/VMAccessForLinux/versions/1.5.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"VMAccessForLinux\",\"typeHandlerVersion\":\"1.5.2\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Powershell/types/DSC/versions/2.77.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Powershell\",\"extensionType\":\"DSC\",\"typeHandlerVersion\":\"2.77.0.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/MicrosoftMonitoringAgent/versions/1.0.10900.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"extensionType\":\"MicrosoftMonitoringAgent\",\"typeHandlerVersion\":\"1.0.10900.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/OSPatchingForLinux/versions/2.3.0.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"OSPatchingForLinux\",\"typeHandlerVersion\":\"2.3.0.1\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/VMAccessAgent/versions/2.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"VMAccessAgent\",\"typeHandlerVersion\":\"2.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/VMAccessForLinux/versions/1.4.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"VMAccessForLinux\",\"typeHandlerVersion\":\"1.4.0.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft/types/MicroExtension/versions/0.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft\",\"extensionType\":\"MicroExtension\",\"typeHandlerVersion\":\"0.1.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":true,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Failed\"}}]" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Performance.Diagnostics/types/AzurePerformanceDiagnostics/versions/1.0.13?api-version=2015-12-01-preview+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Performance.Diagnostics/types/AzurePerformanceDiagnostics/versions/1.0.13?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "11" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "d291da91-724c-43a9-84c0-33393491a7be" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv2CohxAroHmZRlMygumbnroOEfW3X7TC+5qlz4knRs7RQLQ2r1g31veMIsCI4lZZY+kNJmtGlPqSExte0lpJX1PpIM8qbUBzcVT0qKdQnDqYgRWF+WS685blOJpiiFhMnv5fQIIddCDry6fIVbSH+" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14861" ], - "x-ms-request-id": [ "d291da91-724c-43a9-84c0-33393491a7be" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014421Z:d291da91-724c-43a9-84c0-33393491a7be" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:21 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "682" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Performance.Diagnostics/types/AzurePerformanceDiagnostics/versions/1.0.13\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Performance.Diagnostics\",\"extensionType\":\"AzurePerformanceDiagnostics\",\"typeHandlerVersion\":\"1.0.13\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDiagnostics/versions/1.11.3.12?api-version=2015-12-01-preview+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDiagnostics/versions/1.11.3.12?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "12" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "59ff2e5f-a8eb-49f1-a5d1-70dc4520d055" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvnoRlUg0iodUMkI65ZndT459/9GvaQPSDQBovlvs8OlUFRuK8dIgEU1hY3vsq5raPLcGzxTpA/+KlSR6J2jhUzhYyRwo0fEk7NqayQ1L8g3MQnam2n1zQALtTScHfRp+gz1Xv73DhDC3HMCOxVrHO" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14860" ], - "x-ms-request-id": [ "59ff2e5f-a8eb-49f1-a5d1-70dc4520d055" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014423Z:59ff2e5f-a8eb-49f1-a5d1-70dc4520d055" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:23 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "640" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDiagnostics/versions/1.11.3.12\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Diagnostics\",\"extensionType\":\"IaaSDiagnostics\",\"typeHandlerVersion\":\"1.11.3.12\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/MicrosoftMonitoringAgent/versions/1.0.11081.4?api-version=2015-12-01-preview+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/MicrosoftMonitoringAgent/versions/1.0.11081.4?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "13" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "603522bd-4d6c-4289-83f1-5f22fd39b7fe" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvDhwHZ7BiqZ7xVx6NQ+T04JFPZXczfCD3oQ9rwKqhBUNlhFv21X3FnjoSEWAZvNb5IDoMjijeQCEvU1y41Vtn5Ev1Fts1wmf5EsgIqr70wincDKsmR32urq+n4hV75MCZzSNjselRTFL+OgrlI8Sr" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14859" ], - "x-ms-request-id": [ "603522bd-4d6c-4289-83f1-5f22fd39b7fe" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014424Z:603522bd-4d6c-4289-83f1-5f22fd39b7fe" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:24 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "680" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/MicrosoftMonitoringAgent/versions/1.0.11081.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"extensionType\":\"MicrosoftMonitoringAgent\",\"typeHandlerVersion\":\"1.0.11081.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Security/types/IaaSAntimalware/versions/1.5.5.1?api-version=2015-12-01-preview+5": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Security/types/IaaSAntimalware/versions/1.5.5.1?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "14" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "3eaa22f1-a436-4e53-b7fc-3c5bf72a260d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv5FgNwmRi06QrJmjEzamPx8FYPlPW6p9TBo/7MedoWQfbuW8r3VQf1iQrjOhmWUx3AlQXO0nYWHy6/s8b1x35uc2LJ5NHuhDwvcE/EzfpId++vr2nXio+MWcHEaW60OiKA1oexWsHWfKITpP9tAbt" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14858" ], - "x-ms-request-id": [ "3eaa22f1-a436-4e53-b7fc-3c5bf72a260d" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014426Z:3eaa22f1-a436-4e53-b7fc-3c5bf72a260d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:25 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "630" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Security/types/IaaSAntimalware/versions/1.5.5.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Security\",\"extensionType\":\"IaaSAntimalware\",\"typeHandlerVersion\":\"1.5.5.1\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/KasperskyLab.SecurityAgent/types/KESL/versions/1.0.0.0?api-version=2015-12-01-preview+6": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/KasperskyLab.SecurityAgent/types/KESL/versions/1.0.0.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "15" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "0c5a5ec0-55ce-49f3-8817-da1d1b99ed2e" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvXnzorrtRRbrqqJ0bSE1Pb9raCTBaewbYBuUNa8eUx25CVQpcBH3iAi48kugN/dQ3dJnEV0q9N/jE3YzDxag4vEJenbVIn/HRAH6UqO7RUkwkwQkqb3cgrtlbqwd5aKQ2fMgKNtkoDeAJDVlTWoba" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14857" ], - "x-ms-request-id": [ "0c5a5ec0-55ce-49f3-8817-da1d1b99ed2e" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014427Z:0c5a5ec0-55ce-49f3-8817-da1d1b99ed2e" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:27 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "610" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/KasperskyLab.SecurityAgent/types/KESL/versions/1.0.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"KasperskyLab.SecurityAgent\",\"extensionType\":\"KESL\",\"typeHandlerVersion\":\"1.0.0.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/CustomScriptForLinux/versions/1.5.2.2?api-version=2015-12-01-preview+7": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/CustomScriptForLinux/versions/1.5.2.2?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "16" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "66cf2867-1c72-4b74-b9a9-3025f6790ab3" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvqTIMElDqAzLR2IiTMjjybguR+iNPT3Hu7sI7bzuOSWtfZsKjCgfFTlGHP4es8f+mk8z0vWm/A6kAjybbRNj9af7/m/Hq6TLT1L7mlXZbSe6GDzuHhSonKzEEc4lL59NM3Ls+lFP6+MeZNXGJDyr5" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14856" ], - "x-ms-request-id": [ "66cf2867-1c72-4b74-b9a9-3025f6790ab3" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014429Z:66cf2867-1c72-4b74-b9a9-3025f6790ab3" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:29 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "638" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/CustomScriptForLinux/versions/1.5.2.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"CustomScriptForLinux\",\"typeHandlerVersion\":\"1.5.2.2\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/VMAccessForLinux/versions/1.4.7.1?api-version=2015-12-01-preview+8": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/VMAccessForLinux/versions/1.4.7.1?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "17" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "6ce0ba6c-1e76-4d47-a25f-7a8ccfa1197a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvAa3Um0NLcHNvQTuCm2Tz4VlCpRkj6X3PsQsshNJ2E/mKGvTVmwu1TGE0iiz4ktg4YqJvg2WtFSS7mzHIaoiuHFO9TmYrc5yO5f9qnWSs2xqwrEger4yPFvQkDRHlUnHxK//Ly5Qu0gMvjawDeJFp" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14855" ], - "x-ms-request-id": [ "6ce0ba6c-1e76-4d47-a25f-7a8ccfa1197a" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014430Z:6ce0ba6c-1e76-4d47-a25f-7a8ccfa1197a" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:30 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "630" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/VMAccessForLinux/versions/1.4.7.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"VMAccessForLinux\",\"typeHandlerVersion\":\"1.4.7.1\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/CloudLinkEMC.SecureVM/types/CloudLinkSecureVMWindowsAgent/versions/6.5?api-version=2015-12-01-preview+9": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/CloudLinkEMC.SecureVM/types/CloudLinkSecureVMWindowsAgent/versions/6.5?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "18" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "1acaaf78-70b7-49ba-9543-318b0026ca2a" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv4ceWxiRFSuULDR+oNWc5u9z8EH8/KUJg3CRk5s+eVtJ8joZFKM0Sg9JgkHAai1Ljgyaej12bjK1m5S4TG14W6sIi8sjyVcm7/pcE2ckpF0Iff8xdz4jyB15Bdc/QUWEQhHdYvkrm7QgkfhXBKmz/" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14854" ], - "x-ms-request-id": [ "1acaaf78-70b7-49ba-9543-318b0026ca2a" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014432Z:1acaaf78-70b7-49ba-9543-318b0026ca2a" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:32 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "644" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/CloudLinkEMC.SecureVM/types/CloudLinkSecureVMWindowsAgent/versions/6.5\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"CloudLinkEMC.SecureVM\",\"extensionType\":\"CloudLinkSecureVMWindowsAgent\",\"typeHandlerVersion\":\"6.5\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Monitoring.DependencyAgent/types/DependencyAgentLinux/versions/9.7.4?api-version=2015-12-01-preview+10": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Monitoring.DependencyAgent/types/DependencyAgentLinux/versions/9.7.4?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "19" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "c7d66619-d043-4192-bec5-895316d62be0" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvkFWU60OGz/0LVU3MmNzQju4lBXJgvOEzGopTiPBnyVZ9xpRb70HEByVtO/hF+bpntV8SPPHKH6LcADWDqDnfQAmYJwCoVvDjCtC2FyojInsA20tTbMVoEeB2o57bnmDEhQD9uILfB0kE9azYJpG5" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14853" ], - "x-ms-request-id": [ "c7d66619-d043-4192-bec5-895316d62be0" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014433Z:c7d66619-d043-4192-bec5-895316d62be0" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:33 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "670" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Monitoring.DependencyAgent/types/DependencyAgentLinux/versions/9.7.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Monitoring.DependencyAgent\",\"extensionType\":\"DependencyAgentLinux\",\"typeHandlerVersion\":\"9.7.4\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/VMAccessAgent/versions/2.4.4?api-version=2015-12-01-preview+11": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/VMAccessAgent/versions/2.4.4?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "20" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "c4213757-2e9e-4400-9675-c705ee0d2dd2" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvMrIIn4YBRidkKkiOizsIUCM0gmHL8DU6VZq5PH1sGme7c7yw93CaJkcBbXvWk+C+DhWR9e1DwlX8umIDOnclwB/zujWne8HrB/vMYgWTeQFSc7idTIjwoZFBzeoV4CxexAohOIgOF2oYruPbXn3A" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14852" ], - "x-ms-request-id": [ "c4213757-2e9e-4400-9675-c705ee0d2dd2" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014435Z:c4213757-2e9e-4400-9675-c705ee0d2dd2" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:35 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "608" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/VMAccessAgent/versions/2.4.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"VMAccessAgent\",\"typeHandlerVersion\":\"2.4.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/CustomScriptExtension/versions/1.9.1?api-version=2015-12-01-preview+12": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/CustomScriptExtension/versions/1.9.1?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "21" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "e031570e-6358-4815-9b86-55745906d04d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvn7lkMOCocgR+lxkKz3/qo40HKhJcdVuasatsSz39VpI0QY4p11pzI+Jd4eipw9sMHCMIcF38vkzcOpZ5Q7bOectjbIGtA7t4X+tQeHKkAF1xtdLpeyECRGNIM6cuUuuV6Eic33Fhe8ruUXJdjFVP" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14851" ], - "x-ms-request-id": [ "e031570e-6358-4815-9b86-55745906d04d" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014436Z:e031570e-6358-4815-9b86-55745906d04d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:36 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "624" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/CustomScriptExtension/versions/1.9.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"CustomScriptExtension\",\"typeHandlerVersion\":\"1.9.1\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/BGInfo/versions/2.2.1.0?api-version=2015-12-01-preview+13": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/BGInfo/versions/2.2.1.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "22" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "bbd484ee-09c4-48d6-add6-e5e93cb3bead" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv4X0YTKBrEUPFovV2Rb/NZ4XXjO/2hlg0cn3/yVz9nAX7uo8/34W01gpF8qaQCGc3vublObVJSTPHBe8vMGnunQGhfDyQGWeAnTnRSGRBMlt7JWBumKahY1XTa7oLlt/cjeXEtDwA+HRVYbZ4ezoA" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14850" ], - "x-ms-request-id": [ "bbd484ee-09c4-48d6-add6-e5e93cb3bead" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014438Z:bbd484ee-09c4-48d6-add6-e5e93cb3bead" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:38 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "598" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/BGInfo/versions/2.2.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"BGInfo\",\"typeHandlerVersion\":\"2.2.1.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Extensions/types/CustomScript/versions/2.0.6?api-version=2015-12-01-preview+14": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Extensions/types/CustomScript/versions/2.0.6?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "23" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "cc5382b2-3a2a-4fd7-99bc-b64d81ba7d89" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvqQDphlPMDFTTB5F+eIBmupnGnrAN2LqGp8BtGdHO9su5m7Zao3JQ6fMD21N0TrHxiAS2XTgeoLeUkz38gHxYzJHKYkeUci+1p2UzCeMVT4KHeyPfgt1w6jkgXAQi7ktoZ+c3uOu0FSLor1HJ/zE+" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14849" ], - "x-ms-request-id": [ "cc5382b2-3a2a-4fd7-99bc-b64d81ba7d89" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014440Z:cc5382b2-3a2a-4fd7-99bc-b64d81ba7d89" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:40 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "622" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Extensions/types/CustomScript/versions/2.0.6\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Extensions\",\"extensionType\":\"CustomScript\",\"typeHandlerVersion\":\"2.0.6\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/CloudLinkEMC.SecureVM/types/CloudLinkSecureVMLinuxAgent/versions/6.0?api-version=2015-12-01-preview+15": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/CloudLinkEMC.SecureVM/types/CloudLinkSecureVMLinuxAgent/versions/6.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "24" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "3533ec67-99de-4710-b4dc-01b28d787ea5" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvvYLahElReAsaYjSn5Pw/VxS9sOLUgzbqWKx13bEDotinXJLsGzXzMleUQCw0pJg7Hm4FCsSfyl8aDMkLojk+rDZC3wKQCZdOIByuFfjn6yfY3CnIg4UURoOSCwf1O8mKs5LkxdkgHT1jiPPnStw+" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14848" ], - "x-ms-request-id": [ "3533ec67-99de-4710-b4dc-01b28d787ea5" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014442Z:3533ec67-99de-4710-b4dc-01b28d787ea5" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:41 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "638" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/CloudLinkEMC.SecureVM/types/CloudLinkSecureVMLinuxAgent/versions/6.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"CloudLinkEMC.SecureVM\",\"extensionType\":\"CloudLinkSecureVMLinuxAgent\",\"typeHandlerVersion\":\"6.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3.2?api-version=2015-12-01-preview+16": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3.2?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "25" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "65799efd-df2c-4cac-ba4e-94fd89127059" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvEfD96Y27dUKNL5omd2ExEatUpiyYmMnEncuH9bB5XBJUlLT4VKugUuh0oMeDZatrR+C8oLfI0bIOaAcosIEltUPkGETCpTkRlZyDTtHwECuseC0RsgBJi99inDyC9qst9jADghvTiCdmfNziftT7" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14847" ], - "x-ms-request-id": [ "65799efd-df2c-4cac-ba4e-94fd89127059" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014443Z:65799efd-df2c-4cac-ba4e-94fd89127059" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:42 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "624" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"JsonADDomainExtension\",\"typeHandlerVersion\":\"1.3.2\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.SqlServer.Management/types/SqlIaaSAgent/versions/1.2.30.0?api-version=2015-12-01-preview+17": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.SqlServer.Management/types/SqlIaaSAgent/versions/1.2.30.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "26" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "c6103b78-d9d3-454f-b153-0c5f2c2b9c74" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvym6hiO5eG/2LZkmU9Gvoa+1vdhPNNSTS5gG0DnRQbewFgUtN9rntCx9SHXOOw7HK6alyqCH+6lts8ZO64VqFcRvfXH+UbxvP/aG523e/wxTHShiB7UZ2EZ/bOn9KuxBSyiSa9iwX68cKw+2DLjGr" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14846" ], - "x-ms-request-id": [ "c6103b78-d9d3-454f-b153-0c5f2c2b9c74" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014445Z:c6103b78-d9d3-454f-b153-0c5f2c2b9c74" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:44 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "638" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.SqlServer.Management/types/SqlIaaSAgent/versions/1.2.30.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.SqlServer.Management\",\"extensionType\":\"SqlIaaSAgent\",\"typeHandlerVersion\":\"1.2.30.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Acronis.Backup/types/AcronisBackup/versions/1.0?api-version=2015-12-01-preview+18": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Acronis.Backup/types/AcronisBackup/versions/1.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "27" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "3c0d795a-b92d-43b8-b959-25122f888ba0" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv6zAgKwmW9/Ch4Gs0+QZrH/eVyL2HX74rv7pcOFYxTgELmL+tH0kBKJy/44/J0h86Tu6y8BGYW6YsSLRhi0Q8KBAOdvQyjGI+b/ANLoGV1bKWzeuQt2LH4z3oee1lAG/dg08vSGYo/vH0kfuUhGJT" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14845" ], - "x-ms-request-id": [ "3c0d795a-b92d-43b8-b959-25122f888ba0" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014446Z:3c0d795a-b92d-43b8-b959-25122f888ba0" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:45 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "598" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Acronis.Backup/types/AcronisBackup/versions/1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Acronis.Backup\",\"extensionType\":\"AcronisBackup\",\"typeHandlerVersion\":\"1.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/BGInfo/versions/2.1?api-version=2015-12-01-preview+19": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/BGInfo/versions/2.1?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "28" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "6685e2c5-a76c-4be4-9fa8-aafa67fb2f05" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv5kI8LUb+aFrkq08TIAGx3/CuSAyqCT4NbNMG/8hpOoPLuxX6QBkmXIoTkSv67LXoZ9CGs0Wzby8ZTA8QrH3JPChGyvBWBle3e1TzclxaLtJwtwYqqS0yHv5HMxaR/18LMwLiPV0z5CFF0tDzLBGC" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14843" ], - "x-ms-request-id": [ "6685e2c5-a76c-4be4-9fa8-aafa67fb2f05" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014448Z:6685e2c5-a76c-4be4-9fa8-aafa67fb2f05" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:48 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "589" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/BGInfo/versions/2.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"BGInfo\",\"typeHandlerVersion\":\"2.1\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/OmsAgentForLinux/versions/1.8?api-version=2015-12-01-preview+20": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/OmsAgentForLinux/versions/1.8?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "29" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "0c229707-ce4e-4f0f-87bc-8aa9fb4ba358" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvo4Gvxn3RpOjtD0NLT7BfCY+DwkgfKafLzZQD6XtrQ8+CWEJu2erCpzqTOuqrEEjoMJBrB/2cxYY+6lSrLAOpc8yMSaeit1qo0Cz9PAgIV9ZGMNnRVu839pBDfWRtgjwf0ljSWrNBpP+ZphHZJpdt" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14842" ], - "x-ms-request-id": [ "0c229707-ce4e-4f0f-87bc-8aa9fb4ba358" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014449Z:0c229707-ce4e-4f0f-87bc-8aa9fb4ba358" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:49 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "646" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/OmsAgentForLinux/versions/1.8\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"extensionType\":\"OmsAgentForLinux\",\"typeHandlerVersion\":\"1.8\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/CustomScriptExtension/versions/1.8?api-version=2015-12-01-preview+21": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/CustomScriptExtension/versions/1.8?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "30" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "30f0d165-524b-4156-9360-4d649b58891d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv7wR3sqCWiNJSnOQ+rWBHFept9GmxEDoYJy+aXD9B38NnWlIm32jRR8tTi9rYkgUYHQMuo5EzujGBJL4pprjwx1RbWwMUeWoVP24/9Nzrz2c4gpIS0VoViMTInORKCdbzwskT+M41Ijp6t8gk3D/H" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14841" ], - "x-ms-request-id": [ "30f0d165-524b-4156-9360-4d649b58891d" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014451Z:30f0d165-524b-4156-9360-4d649b58891d" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:51 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "619" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/CustomScriptExtension/versions/1.8\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"CustomScriptExtension\",\"typeHandlerVersion\":\"1.8\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/CustomScriptForLinux/versions/1.5.2.0?api-version=2015-12-01-preview+22": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/CustomScriptForLinux/versions/1.5.2.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "31" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "5eab5e43-23fe-495e-8ee4-d0bfcb2c232c" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvhkp6fbdgRvqXGvq1Csb8cN0cgoivyeMcE5fFEkx2gHp++KURYbklnJleajR/zD1Izng80SMT6p6iZLn20s3BPANxBb4vUhJGbP33Ae9EjKtPE4lOQXR39w4Adl1SMhi29PtRcKEcGQiLXd/FF0Mj" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14840" ], - "x-ms-request-id": [ "5eab5e43-23fe-495e-8ee4-d0bfcb2c232c" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014452Z:5eab5e43-23fe-495e-8ee4-d0bfcb2c232c" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:52 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "637" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/CustomScriptForLinux/versions/1.5.2.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"CustomScriptForLinux\",\"typeHandlerVersion\":\"1.5.2.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Extensions/types/DockerExtension/versions/1.1.1606092330?api-version=2015-12-01-preview+23": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Extensions/types/DockerExtension/versions/1.1.1606092330?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "32" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "12d2fe60-2e8d-4322-8ac7-657e8b0660c3" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv54M6F8yvhSlVkGojXn2JuLGlRnky7mN924gNBQ2V5cUVWXJdC/QjBZrkWIO5Z3BX/tD78P1hDhqmxqtxArmgS8cLhs83aqVjRT4c8wZkdfSX8aoxcbYIlB/0ibNnSZ/5YA3pLJwdDc4G0m5Pcwn+" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14839" ], - "x-ms-request-id": [ "12d2fe60-2e8d-4322-8ac7-657e8b0660c3" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014454Z:12d2fe60-2e8d-4322-8ac7-657e8b0660c3" ], + "x-ms-correlation-request-id": [ "83cf2954-748f-451a-90b8-d9f2e422c42c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14928" ], + "x-ms-request-id": [ "83cf2954-748f-451a-90b8-d9f2e422c42c" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213720Z:83cf2954-748f-451a-90b8-d9f2e422c42c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:54 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "645" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Extensions/types/DockerExtension/versions/1.1.1606092330\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Extensions\",\"extensionType\":\"DockerExtension\",\"typeHandlerVersion\":\"1.1.1606092330\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Powershell/types/DSC/versions/2.19.0.0?api-version=2015-12-01-preview+24": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Powershell/types/DSC/versions/2.19.0.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "33" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "555172f1-760e-40f9-a388-bbc335ee2b7e" ], + "Date": [ "Mon, 09 Aug 2021 21:37:20 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvdAmSjr9iO5GYZ2t3Ztlu0VX7HGC8C5jW3/vE0PBAGezlsIOYiIzcCJfn9cc3GLHnzDvYrIyfMVp0w9vdF4QUBrzj9vFBFnAVMsH5swNn7LhgJxd53Z+8LcQnx+3SlT/eh62xdDMa7eKGuWDaY8tX" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14838" ], - "x-ms-request-id": [ "555172f1-760e-40f9-a388-bbc335ee2b7e" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014455Z:555172f1-760e-40f9-a388-bbc335ee2b7e" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:55 GMT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvPkEgk+FPq71A77psRH2Jbud308hZu45ImFUkM7u0f+Fxa4LLOfUAk1uUrBPr/MlEN8hMeBOqJTnYtmJM8Eeu6pA60AFSrzsIlGacKA4oXBSuuBativZzE4GV1R+Tke3YNOrJz15RPDYBc1aUVY68" ] }, "ContentHeaders": { - "Content-Length": [ "599" ], + "Content-Length": [ "8730" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Powershell/types/DSC/versions/2.19.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Powershell\",\"extensionType\":\"DSC\",\"typeHandlerVersion\":\"2.19.0.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "[{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/BGInfo/versions/2.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"BGInfo\",\"typeHandlerVersion\":\"2.1\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDiagnostics/versions/1.18.0.5\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Azure.Diagnostics\",\"extensionType\":\"IaaSDiagnostics\",\"typeHandlerVersion\":\"1.18.0.5\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/LinuxDiagnostic/versions/3.0.121\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Azure.Diagnostics\",\"extensionType\":\"LinuxDiagnostic\",\"typeHandlerVersion\":\"3.0.121\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Azure.Security/types/IaaSAntimalware/versions/1.5.5.9\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Azure.Security\",\"extensionType\":\"IaaSAntimalware\",\"typeHandlerVersion\":\"1.5.5.9\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/CustomScriptExtension/versions/1.9.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"CustomScriptExtension\",\"typeHandlerVersion\":\"1.9.3\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"JsonADDomainExtension\",\"typeHandlerVersion\":\"1.3.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/VMAccessAgent/versions/2.4.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"VMAccessAgent\",\"typeHandlerVersion\":\"2.4.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/MicrosoftMonitoringAgent/versions/1.0.11081.5\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"extensionType\":\"MicrosoftMonitoringAgent\",\"typeHandlerVersion\":\"1.0.11081.5\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.HpcCompute/types/AmdGpuDriverWindows/versions/1.0.4.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.HpcCompute\",\"extensionType\":\"AmdGpuDriverWindows\",\"typeHandlerVersion\":\"1.0.4.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.HpcCompute/types/NvidiaGpuDriverLinux/versions/1.3.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.HpcCompute\",\"extensionType\":\"NvidiaGpuDriverLinux\",\"typeHandlerVersion\":\"1.3.1.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.HpcCompute/types/NvidiaGpuDriverWindows/versions/1.3.2.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.HpcCompute\",\"extensionType\":\"NvidiaGpuDriverWindows\",\"typeHandlerVersion\":\"1.3.2.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/CustomScriptForLinux/versions/1.5.5\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"CustomScriptForLinux\",\"typeHandlerVersion\":\"1.5.5\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/VMAccessForLinux/versions/1.5.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"VMAccessForLinux\",\"typeHandlerVersion\":\"1.5.2\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Powershell/types/DSC/versions/2.77.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Powershell\",\"extensionType\":\"DSC\",\"typeHandlerVersion\":\"2.77.0.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}]", + "isContentBase64": false } }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/KasperskyLab.SecurityAgent/types/KSWS/versions/1.0.0.0?api-version=2015-12-01-preview+25": { + "Get-AzsVMExtension+[NoContext]+TestGetVMExtension+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension?api-version=2015-12-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/KasperskyLab.SecurityAgent/types/KSWS/versions/1.0.0.0?api-version=2015-12-01-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension?api-version=2015-12-01-preview", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "34" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "229" ], + "x-ms-client-request-id": [ "f3134bf6-4235-4532-8eeb-ca3e11f5e157" ], + "CommandName": [ "Get-AzsVMExtension" ], + "FullCommandName": [ "Get-AzsVMExtension_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -951,34 +62,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "80b44061-ec64-43b1-8861-f509e278ee4b" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvZjDP23SCAYTB7ECB+ezNIorZi/WPSlTQ/ALbM1Dn8mgmdkRkjZYnnoo05q1Kxw6BKW5hbSgO3GvnGdvAoww7yyzEetBdBoEUiz7MuZAG3ksp2EzfFHvpkZck6+bsREQAUkKD61TgFmS/8pP7FX58" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14837" ], - "x-ms-request-id": [ "80b44061-ec64-43b1-8861-f509e278ee4b" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014457Z:80b44061-ec64-43b1-8861-f509e278ee4b" ], + "x-ms-correlation-request-id": [ "d166c5c0-84df-40fd-a185-d0cfb0150f12" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14927" ], + "x-ms-request-id": [ "d166c5c0-84df-40fd-a185-d0cfb0150f12" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213720Z:d166c5c0-84df-40fd-a185-d0cfb0150f12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:57 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Mon, 09 Aug 2021 21:37:20 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvNEeRPjTiNhkStAkqbqs8+M9c2LFELLl4JECnQCu1yXGcd8E4en4zHuWzGodwBh8Mi+KTCLrL6Ixas6sC3XhceeoG725y4ssXwPt8IsbJvv9c/b07nf6ThVprCXznprNugMClMV7VW593ldO1TU9+" ] }, "ContentHeaders": { - "Content-Length": [ "612" ], + "Content-Length": [ "8730" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/KasperskyLab.SecurityAgent/types/KSWS/versions/1.0.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"KasperskyLab.SecurityAgent\",\"extensionType\":\"KSWS\",\"typeHandlerVersion\":\"1.0.0.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "[{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/BGInfo/versions/2.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"BGInfo\",\"typeHandlerVersion\":\"2.1\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDiagnostics/versions/1.18.0.5\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Azure.Diagnostics\",\"extensionType\":\"IaaSDiagnostics\",\"typeHandlerVersion\":\"1.18.0.5\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/LinuxDiagnostic/versions/3.0.121\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Azure.Diagnostics\",\"extensionType\":\"LinuxDiagnostic\",\"typeHandlerVersion\":\"3.0.121\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Azure.Security/types/IaaSAntimalware/versions/1.5.5.9\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Azure.Security\",\"extensionType\":\"IaaSAntimalware\",\"typeHandlerVersion\":\"1.5.5.9\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/CustomScriptExtension/versions/1.9.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"CustomScriptExtension\",\"typeHandlerVersion\":\"1.9.3\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"JsonADDomainExtension\",\"typeHandlerVersion\":\"1.3.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/VMAccessAgent/versions/2.4.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"VMAccessAgent\",\"typeHandlerVersion\":\"2.4.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/MicrosoftMonitoringAgent/versions/1.0.11081.5\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"extensionType\":\"MicrosoftMonitoringAgent\",\"typeHandlerVersion\":\"1.0.11081.5\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.HpcCompute/types/AmdGpuDriverWindows/versions/1.0.4.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.HpcCompute\",\"extensionType\":\"AmdGpuDriverWindows\",\"typeHandlerVersion\":\"1.0.4.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.HpcCompute/types/NvidiaGpuDriverLinux/versions/1.3.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.HpcCompute\",\"extensionType\":\"NvidiaGpuDriverLinux\",\"typeHandlerVersion\":\"1.3.1.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.HpcCompute/types/NvidiaGpuDriverWindows/versions/1.3.2.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.HpcCompute\",\"extensionType\":\"NvidiaGpuDriverWindows\",\"typeHandlerVersion\":\"1.3.2.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/CustomScriptForLinux/versions/1.5.5\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"CustomScriptForLinux\",\"typeHandlerVersion\":\"1.5.5\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/VMAccessForLinux/versions/1.5.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"VMAccessForLinux\",\"typeHandlerVersion\":\"1.5.2\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Powershell/types/DSC/versions/2.77.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Powershell\",\"extensionType\":\"DSC\",\"typeHandlerVersion\":\"2.77.0.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}]", + "isContentBase64": false } }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Powershell/types/DSC/versions/2.76.0.0?api-version=2015-12-01-preview+26": { + "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension?api-version=2015-12-01-preview+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Powershell/types/DSC/versions/2.76.0.0?api-version=2015-12-01-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension?api-version=2015-12-01-preview", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "35" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "230" ], + "x-ms-client-request-id": [ "1e4b2b25-c289-4190-bc7c-0e9a2d3111e9" ], + "CommandName": [ "Get-AzsVMExtension" ], + "FullCommandName": [ "Get-AzsVMExtension_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -987,34 +104,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "630e52e1-aaab-4999-8d56-f5277c07cd51" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvrkALo01rc531W6NPfEXYfChtkWwlquHfRtiE8meYAM1D4tXv8XwjGlnjVYvtKAu6zZWuFU6TVPhElmIHJoHzAE53/dYvXZMg76V2nhka7Af5c6Wqgo1KCrSSb86qug5919rdfXt04t2GGB4yJC+C" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14836" ], - "x-ms-request-id": [ "630e52e1-aaab-4999-8d56-f5277c07cd51" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014459Z:630e52e1-aaab-4999-8d56-f5277c07cd51" ], + "x-ms-correlation-request-id": [ "933e6de3-031a-4be4-bfa1-45f41923b10d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14926" ], + "x-ms-request-id": [ "933e6de3-031a-4be4-bfa1-45f41923b10d" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213720Z:933e6de3-031a-4be4-bfa1-45f41923b10d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:44:59 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Mon, 09 Aug 2021 21:37:20 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvxIcPGdodpcT41rAlw02Nhyn0sgbGe6nk2Xo6u8+WNgLSYfs4FwOVH6868RpC2QHFeUwCkgajpT0UKdPPGpO/ufzN1L7v1xLDvvoerpqrgsa13bMNEbWSMu6bpWqhzhBX4dIkplTkgxEouDg/Dwbx" ] }, "ContentHeaders": { - "Content-Length": [ "600" ], + "Content-Length": [ "8730" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Powershell/types/DSC/versions/2.76.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Powershell\",\"extensionType\":\"DSC\",\"typeHandlerVersion\":\"2.76.0.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "[{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/BGInfo/versions/2.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"BGInfo\",\"typeHandlerVersion\":\"2.1\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDiagnostics/versions/1.18.0.5\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Azure.Diagnostics\",\"extensionType\":\"IaaSDiagnostics\",\"typeHandlerVersion\":\"1.18.0.5\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/LinuxDiagnostic/versions/3.0.121\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Azure.Diagnostics\",\"extensionType\":\"LinuxDiagnostic\",\"typeHandlerVersion\":\"3.0.121\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Azure.Security/types/IaaSAntimalware/versions/1.5.5.9\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Azure.Security\",\"extensionType\":\"IaaSAntimalware\",\"typeHandlerVersion\":\"1.5.5.9\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/CustomScriptExtension/versions/1.9.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"CustomScriptExtension\",\"typeHandlerVersion\":\"1.9.3\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"JsonADDomainExtension\",\"typeHandlerVersion\":\"1.3.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/VMAccessAgent/versions/2.4.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"VMAccessAgent\",\"typeHandlerVersion\":\"2.4.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/MicrosoftMonitoringAgent/versions/1.0.11081.5\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"extensionType\":\"MicrosoftMonitoringAgent\",\"typeHandlerVersion\":\"1.0.11081.5\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.HpcCompute/types/AmdGpuDriverWindows/versions/1.0.4.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.HpcCompute\",\"extensionType\":\"AmdGpuDriverWindows\",\"typeHandlerVersion\":\"1.0.4.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.HpcCompute/types/NvidiaGpuDriverLinux/versions/1.3.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.HpcCompute\",\"extensionType\":\"NvidiaGpuDriverLinux\",\"typeHandlerVersion\":\"1.3.1.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.HpcCompute/types/NvidiaGpuDriverWindows/versions/1.3.2.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.HpcCompute\",\"extensionType\":\"NvidiaGpuDriverWindows\",\"typeHandlerVersion\":\"1.3.2.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/CustomScriptForLinux/versions/1.5.5\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"CustomScriptForLinux\",\"typeHandlerVersion\":\"1.5.5\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/VMAccessForLinux/versions/1.5.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"VMAccessForLinux\",\"typeHandlerVersion\":\"1.5.2\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}},{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Powershell/types/DSC/versions/2.77.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Powershell\",\"extensionType\":\"DSC\",\"typeHandlerVersion\":\"2.77.0.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}]", + "isContentBase64": false } }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Acronis.Backup/types/AcronisBackupLinux/versions/1.0?api-version=2015-12-01-preview+27": { + "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/BGInfo/versions/2.1?api-version=2015-12-01-preview+2": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Acronis.Backup/types/AcronisBackupLinux/versions/1.0?api-version=2015-12-01-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/BGInfo/versions/2.1?api-version=2015-12-01-preview", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "36" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "231" ], + "x-ms-client-request-id": [ "a906193d-ead6-4b95-a90e-64d9e443b845" ], + "CommandName": [ "Get-AzsVMExtension" ], + "FullCommandName": [ "Get-AzsVMExtension_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1023,34 +146,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "8f56414b-cf2a-47e5-999a-7d5a3a5d65a4" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvzZ6+2rFsg5Ujtgym/zZfw6C3c5X8+XWazOTZKeKHWHuoMt+i9d9Ffz0rBzRsuu+/I86GVe0hGivejxieZ3wqpLixSbhoWqpyv5eEjRKXhcUXdk445PuPRqY2pokLfe4zGZVaGXPTTYZKN6uXLpC2" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14835" ], - "x-ms-request-id": [ "8f56414b-cf2a-47e5-999a-7d5a3a5d65a4" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014500Z:8f56414b-cf2a-47e5-999a-7d5a3a5d65a4" ], + "x-ms-correlation-request-id": [ "23fa082f-c09f-411f-be61-3b18b36537f8" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14925" ], + "x-ms-request-id": [ "23fa082f-c09f-411f-be61-3b18b36537f8" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213721Z:23fa082f-c09f-411f-be61-3b18b36537f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:45:00 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Mon, 09 Aug 2021 21:37:20 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvVIx1LtX9csce9z/q0XDx4/KcVtlRBf4MZgp/pHKAZVqTqGcUm+UuRRItLNi29I61RNAMQEAMB4f2ckcuOF2nhDTkv9tKOkogFxf/nqRSx/adqWI0yE8Hk1TJotYKa1d9lT2QpdlahsNfrD+Nald3" ] }, "ContentHeaders": { - "Content-Length": [ "606" ], + "Content-Length": [ "585" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Acronis.Backup/types/AcronisBackupLinux/versions/1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Acronis.Backup\",\"extensionType\":\"AcronisBackupLinux\",\"typeHandlerVersion\":\"1.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/BGInfo/versions/2.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"BGInfo\",\"typeHandlerVersion\":\"2.1\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}", + "isContentBase64": false } }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Monitoring.DependencyAgent/types/DependencyAgentWindows/versions/9.7.4?api-version=2015-12-01-preview+28": { + "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDiagnostics/versions/1.18.0.5?api-version=2015-12-01-preview+3": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Monitoring.DependencyAgent/types/DependencyAgentWindows/versions/9.7.4?api-version=2015-12-01-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDiagnostics/versions/1.18.0.5?api-version=2015-12-01-preview", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "37" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "232" ], + "x-ms-client-request-id": [ "d168784b-4d33-4ed6-b4d8-b8d1605ba61c" ], + "CommandName": [ "Get-AzsVMExtension" ], + "FullCommandName": [ "Get-AzsVMExtension_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1059,34 +188,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "b7d69c03-8808-43ff-ae57-d29249ccdf68" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvZV9vpTiQ7WICTizsanjHVoHRDNhEWMERO1E7+vQl6JKHqKZSZkXXOzSrPulaDqR6I0QZVQMnia6oM0PvT0BoELSjdAcdOZkg//aXPQ9ZQWpCLaY8pTOl5f+6j7Sx8wZabDIuJ/kApBZctmIsVjjV" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14846" ], - "x-ms-request-id": [ "b7d69c03-8808-43ff-ae57-d29249ccdf68" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014502Z:b7d69c03-8808-43ff-ae57-d29249ccdf68" ], + "x-ms-correlation-request-id": [ "ade4af0b-874e-43e1-86fa-28535d5a2864" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14924" ], + "x-ms-request-id": [ "ade4af0b-874e-43e1-86fa-28535d5a2864" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213721Z:ade4af0b-874e-43e1-86fa-28535d5a2864" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:45:02 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Mon, 09 Aug 2021 21:37:21 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvhWSvQ7vf+MZm3HTJFyk587IRB/iMo+GcJZ0a1IKZYofRZPMf6kMB9ByqXS7VB3xu7wDDPzevY1v4meuHmiBXN/Lgpcyzjzy47HVsFFiXiqQRa/cFmjF7AcFgfpYQ44tML1Djffkn0at4u8ynSl9S" ] }, "ContentHeaders": { - "Content-Length": [ "676" ], + "Content-Length": [ "633" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Monitoring.DependencyAgent/types/DependencyAgentWindows/versions/9.7.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Monitoring.DependencyAgent\",\"extensionType\":\"DependencyAgentWindows\",\"typeHandlerVersion\":\"9.7.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDiagnostics/versions/1.18.0.5\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Azure.Diagnostics\",\"extensionType\":\"IaaSDiagnostics\",\"typeHandlerVersion\":\"1.18.0.5\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}", + "isContentBase64": false } }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Security/types/IaaSAntimalware/versions/1.4.0.0?api-version=2015-12-01-preview+29": { + "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/LinuxDiagnostic/versions/3.0.121?api-version=2015-12-01-preview+4": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Security/types/IaaSAntimalware/versions/1.4.0.0?api-version=2015-12-01-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/LinuxDiagnostic/versions/3.0.121?api-version=2015-12-01-preview", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "38" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "233" ], + "x-ms-client-request-id": [ "a3be750d-7a90-41dd-bc96-1d2bbd77eaa8" ], + "CommandName": [ "Get-AzsVMExtension" ], + "FullCommandName": [ "Get-AzsVMExtension_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1095,34 +230,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "d62e8774-7e5a-4e01-9776-72cda29d2054" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvWr4N6kKe7QfKGjIdbI15nsNmNCjZJ6ut7CUdOhdq7k5bzE3VF7wpeDmimfxcsASeXNuJwZk79OH+GzMD6UJB6aHtGAjmiKA6RuyCLjCXKKYkAUlOPU+HGJh82PYHEvusmbWQbRkRG0VN5VpIWHu5" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14845" ], - "x-ms-request-id": [ "d62e8774-7e5a-4e01-9776-72cda29d2054" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014503Z:d62e8774-7e5a-4e01-9776-72cda29d2054" ], + "x-ms-correlation-request-id": [ "86eb36e7-c59f-48cd-80b5-80f2c4d7de46" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14923" ], + "x-ms-request-id": [ "86eb36e7-c59f-48cd-80b5-80f2c4d7de46" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213721Z:86eb36e7-c59f-48cd-80b5-80f2c4d7de46" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:45:03 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Mon, 09 Aug 2021 21:37:21 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvp35dXeePZBCbUAcrR3yQHiN0M0+Q/Gi68ngDWkcz1MvZaAZgfpEJAcIiGb0RD7cuKS2wAV+jhGV4fDz1IwD9MiJwHfDHcuKfTFV6c51oQpBVCEhJ4KtFCzbVbUE0ZPXd902As5VDqdwR4h3/FNOd" ] }, "ContentHeaders": { "Content-Length": [ "629" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Security/types/IaaSAntimalware/versions/1.4.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Security\",\"extensionType\":\"IaaSAntimalware\",\"typeHandlerVersion\":\"1.4.0.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/LinuxDiagnostic/versions/3.0.121\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Azure.Diagnostics\",\"extensionType\":\"LinuxDiagnostic\",\"typeHandlerVersion\":\"3.0.121\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}", + "isContentBase64": false } }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDiagnostics/versions/1.10.1.1?api-version=2015-12-01-preview+30": { + "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Azure.Security/types/IaaSAntimalware/versions/1.5.5.9?api-version=2015-12-01-preview+5": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDiagnostics/versions/1.10.1.1?api-version=2015-12-01-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Azure.Security/types/IaaSAntimalware/versions/1.5.5.9?api-version=2015-12-01-preview", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "39" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "234" ], + "x-ms-client-request-id": [ "ed896cbd-e243-4642-8522-f021ff33444a" ], + "CommandName": [ "Get-AzsVMExtension" ], + "FullCommandName": [ "Get-AzsVMExtension_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1131,34 +272,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "61470e06-bf52-4ed4-91ee-2c9264789c05" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvZtAhRODkjxjIdxlmABCUnzoAdy735uQSoaVGtii+zPtQ5W8q/l/u5oAkzTcmy6H4PcDv0wz17qojLTPHQW1srq5IwLi3perAV4RlrDMJVyWhTGL809MI0E7GjRbvfY0PRaoiWcVBRGWuMleDdTuj" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14844" ], - "x-ms-request-id": [ "61470e06-bf52-4ed4-91ee-2c9264789c05" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014505Z:61470e06-bf52-4ed4-91ee-2c9264789c05" ], + "x-ms-correlation-request-id": [ "c0cea922-d301-45fa-a25c-afde76017be1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14922" ], + "x-ms-request-id": [ "c0cea922-d301-45fa-a25c-afde76017be1" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213722Z:c0cea922-d301-45fa-a25c-afde76017be1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:45:04 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Mon, 09 Aug 2021 21:37:21 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvN1ILpJnqORaTcMNmXgH9mJOOyTjRKKvA4cOL9nYzscpjzjPxboSwJTCnqMfKx+hEPXyv6mXi2w4dt/jDEWYjrcD7bLefOclGGcHJ20VaTERdP4bg5N91Xl4DO/rprgvghBCG28DDuNx/w6jzEUh9" ] }, "ContentHeaders": { - "Content-Length": [ "637" ], + "Content-Length": [ "625" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDiagnostics/versions/1.10.1.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Diagnostics\",\"extensionType\":\"IaaSDiagnostics\",\"typeHandlerVersion\":\"1.10.1.1\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Azure.Security/types/IaaSAntimalware/versions/1.5.5.9\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Azure.Security\",\"extensionType\":\"IaaSAntimalware\",\"typeHandlerVersion\":\"1.5.5.9\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}", + "isContentBase64": false } }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3?api-version=2015-12-01-preview+31": { + "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/CustomScriptExtension/versions/1.9.3?api-version=2015-12-01-preview+6": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3?api-version=2015-12-01-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/CustomScriptExtension/versions/1.9.3?api-version=2015-12-01-preview", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "40" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "235" ], + "x-ms-client-request-id": [ "b8cefd25-eed7-4f5f-bf0f-339775f34905" ], + "CommandName": [ "Get-AzsVMExtension" ], + "FullCommandName": [ "Get-AzsVMExtension_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1167,34 +314,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "6706cdae-6ce5-4a34-bbbd-f0333fc5d57f" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvu8j9WxsYcuYqT0crE+bXvj08jPu9yf/dBv4CYVlgFosJVc8U1ml5mxIRF3+s8hBfSw0DjqlKPQ+X0O3CMINgne6iSETJ0LPrWRLH61CoFbZldWR7q/9+RIwAw7DWFVXKekkKwscdrjlQSQd68FgX" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14843" ], - "x-ms-request-id": [ "6706cdae-6ce5-4a34-bbbd-f0333fc5d57f" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014507Z:6706cdae-6ce5-4a34-bbbd-f0333fc5d57f" ], + "x-ms-correlation-request-id": [ "7325b93c-4d0c-468f-b6bf-c2c40c1117d1" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14921" ], + "x-ms-request-id": [ "7325b93c-4d0c-468f-b6bf-c2c40c1117d1" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213722Z:7325b93c-4d0c-468f-b6bf-c2c40c1117d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:45:07 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Mon, 09 Aug 2021 21:37:21 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/zBcL1FjKh0Bckt0eIaKC86FYk/MURIM2RYVedCVo485ZQ//LTnEv1GoNIG++ikHib6ryboOHh6MWvaYpFyCaF2DKbyn/7A8hbFr9pRMk/ni8M0WRMvfwgvepsqctRfXODUCsxhkqhGq2wy0okoB" ] }, "ContentHeaders": { "Content-Length": [ "619" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"JsonADDomainExtension\",\"typeHandlerVersion\":\"1.3\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/CustomScriptExtension/versions/1.9.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"CustomScriptExtension\",\"typeHandlerVersion\":\"1.9.3\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}", + "isContentBase64": false } }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDiagnostics/versions/1.12.2.2?api-version=2015-12-01-preview+32": { + "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3.4?api-version=2015-12-01-preview+7": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDiagnostics/versions/1.12.2.2?api-version=2015-12-01-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3.4?api-version=2015-12-01-preview", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "41" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "236" ], + "x-ms-client-request-id": [ "eb453fd4-d9da-4d07-ba1d-2e63306e5521" ], + "CommandName": [ "Get-AzsVMExtension" ], + "FullCommandName": [ "Get-AzsVMExtension_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1203,70 +356,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "f4dbf832-1b15-4773-8d45-7abea43d2b0d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvP5tED+/N/wzkCK89uQJQ/Dhe3ulBVfgLIzg3mRlPGVZ7ArWeN6LOuOh9eyhR45rgFFYfAG9GPcwguv+R4x02v1LS7+m3xDMUtq9WOrIpvOxYegTJV9oYl6/sw9uoOZu16Lzw3hq0KCqKnRUdJIZo" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14842" ], - "x-ms-request-id": [ "f4dbf832-1b15-4773-8d45-7abea43d2b0d" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014509Z:f4dbf832-1b15-4773-8d45-7abea43d2b0d" ], + "x-ms-correlation-request-id": [ "a7976730-075c-4cd3-8246-28cce61d9501" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14920" ], + "x-ms-request-id": [ "a7976730-075c-4cd3-8246-28cce61d9501" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213722Z:a7976730-075c-4cd3-8246-28cce61d9501" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:45:09 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "637" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/IaaSDiagnostics/versions/1.12.2.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Diagnostics\",\"extensionType\":\"IaaSDiagnostics\",\"typeHandlerVersion\":\"1.12.2.2\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/LinuxDiagnostic/versions/3.0.121?api-version=2015-12-01-preview+33": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/LinuxDiagnostic/versions/3.0.121?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "42" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "0980f5ab-eda4-4c2e-be13-0d0cbb2e1bd4" ], + "Date": [ "Mon, 09 Aug 2021 21:37:22 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv4sN4MWynLTaErLs5jPwoTjrIy+NyeZCTC1W4y1tEgbZFIRIODse0wr1vfLHtkhTTyE3DEO4KraD6h9ireMgiGm/YdE6tBH3BvHaGFk+qF5GM/c4eDVYGcjWQWDhLQgoO2uz8OR6XNejl/A3o1/oe" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14841" ], - "x-ms-request-id": [ "0980f5ab-eda4-4c2e-be13-0d0cbb2e1bd4" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014510Z:0980f5ab-eda4-4c2e-be13-0d0cbb2e1bd4" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:45:10 GMT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvEqJOVu2+bKwdarzSghUcgcTCMvS7Qptf07wTPPmqXsvFB357C7N3IGCULvcnDsJ6l9KAp8rCYVEHq853BiQ/wVLQinRqwVrnwbRJ6w7qnGI+rA+p+0Zz/BRzKnpzyl1TdCfcxbkQjWRKr8txDVX2" ] }, "ContentHeaders": { - "Content-Length": [ "633" ], + "Content-Length": [ "620" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Diagnostics/types/LinuxDiagnostic/versions/3.0.121\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Diagnostics\",\"extensionType\":\"LinuxDiagnostic\",\"typeHandlerVersion\":\"3.0.121\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"JsonADDomainExtension\",\"typeHandlerVersion\":\"1.3.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}", + "isContentBase64": false } }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Security/types/IaaSAntimalware/versions/1.5.5.9?api-version=2015-12-01-preview+34": { + "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/VMAccessAgent/versions/2.4.4?api-version=2015-12-01-preview+8": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Security/types/IaaSAntimalware/versions/1.5.5.9?api-version=2015-12-01-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/VMAccessAgent/versions/2.4.4?api-version=2015-12-01-preview", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "43" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "237" ], + "x-ms-client-request-id": [ "f5c95b1a-d332-42e1-831c-a5d86c055582" ], + "CommandName": [ "Get-AzsVMExtension" ], + "FullCommandName": [ "Get-AzsVMExtension_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1275,70 +398,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "53928152-d1f1-41a4-8909-db44eac7fb95" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv9ozzXFQ+H7iVrxcA5sdjZMbaytVXprZpa/oCi7AV+Y+5AaHcm8JslowdnGoN02Cpc45gFiWicHS/6yxv/6SsfcLhFQcx9szWIPRYVjqyZ9LEVglJkHyBg4OWLsefll+Eul7nqyCyWWCcgnvRn0EW" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14840" ], - "x-ms-request-id": [ "53928152-d1f1-41a4-8909-db44eac7fb95" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014512Z:53928152-d1f1-41a4-8909-db44eac7fb95" ], + "x-ms-correlation-request-id": [ "6a7a8024-ebdf-4527-b4b8-d24f35a85e6c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14919" ], + "x-ms-request-id": [ "6a7a8024-ebdf-4527-b4b8-d24f35a85e6c" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213723Z:6a7a8024-ebdf-4527-b4b8-d24f35a85e6c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:45:11 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "629" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Azure.Security/types/IaaSAntimalware/versions/1.5.5.9\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Azure.Security\",\"extensionType\":\"IaaSAntimalware\",\"typeHandlerVersion\":\"1.5.5.9\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/CustomScriptExtension/versions/1.9.3?api-version=2015-12-01-preview+35": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/CustomScriptExtension/versions/1.9.3?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "44" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "59374e0f-3bae-4c85-92d7-e634ca066f06" ], + "Date": [ "Mon, 09 Aug 2021 21:37:22 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvYb4c6zs3xeSy9kZxNFvqIHj01pNyykUuuNebq7zpekQgpXyai4dZ59fkXJS6Pqe1M5xZhS21KLABifWSXQQxLG1SeSCuvwvtb3AcBM6lSfyUNjtYERe3cHZajmrgwEv4eLpbbsaECcFUJMN6NC4K" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14839" ], - "x-ms-request-id": [ "59374e0f-3bae-4c85-92d7-e634ca066f06" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014514Z:59374e0f-3bae-4c85-92d7-e634ca066f06" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:45:13 GMT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv0uiNvLLoA38XEfj86ojD1oQan9WB1ARpuMTCRXjZ5x07Tb65tmckVKeMf1D8/rUxJ0TPMGBvFbQdEgndkvhfqXwXlmRtmuIsoEEzUIautqO/XKJJl9ZvinR3eRyBFnc0vzVVEjCfQ6pHReIELsnw" ] }, "ContentHeaders": { - "Content-Length": [ "623" ], + "Content-Length": [ "603" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/CustomScriptExtension/versions/1.9.3\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"CustomScriptExtension\",\"typeHandlerVersion\":\"1.9.3\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/VMAccessAgent/versions/2.4.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"VMAccessAgent\",\"typeHandlerVersion\":\"2.4.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}", + "isContentBase64": false } }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3.2?api-version=2015-12-01-preview+36": { + "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/MicrosoftMonitoringAgent/versions/1.0.11081.5?api-version=2015-12-01-preview+9": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3.2?api-version=2015-12-01-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/MicrosoftMonitoringAgent/versions/1.0.11081.5?api-version=2015-12-01-preview", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "45" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "238" ], + "x-ms-client-request-id": [ "6b670ae5-e13d-47c4-b596-e3159bd1bcb6" ], + "CommandName": [ "Get-AzsVMExtension" ], + "FullCommandName": [ "Get-AzsVMExtension_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1347,70 +440,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "7b78aef4-a5d9-4cd9-8665-d24bffd1c135" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv9w+GG/EWdZuh8Siscx7netMfB7eq6iBaO71GTrvf9FZDm7B+l75YFrSKoKMsDx4/BgCASPnOaZLP7YsnFKb8RmhRpCy+H9DdMO1hHJwm559E2EYEr65HfGq9pXkqH30hR4baZAXAW8MJIfekNA/Z" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14838" ], - "x-ms-request-id": [ "7b78aef4-a5d9-4cd9-8665-d24bffd1c135" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014515Z:7b78aef4-a5d9-4cd9-8665-d24bffd1c135" ], + "x-ms-correlation-request-id": [ "52eb83b5-2060-4ba3-94be-99b57c7cbd7a" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14918" ], + "x-ms-request-id": [ "52eb83b5-2060-4ba3-94be-99b57c7cbd7a" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213723Z:52eb83b5-2060-4ba3-94be-99b57c7cbd7a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:45:15 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "624" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"JsonADDomainExtension\",\"typeHandlerVersion\":\"1.3.2\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3.4?api-version=2015-12-01-preview+37": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3.4?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "46" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "4c3d049c-9688-4a8c-9819-9baba25837d0" ], + "Date": [ "Mon, 09 Aug 2021 21:37:22 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvGITClQBCa6bRSkRnwthhS4SK4bxwmyJ3jqZpc7r4LY71v3pSM339S0P607X9HL2TgqCuyYBItL+fyMHtm64dqtV8cmZ21sa1iaff2gXmSyjy1m9T2uahAshIEviueO5XtfKVEmbncKKQZOkSjU/B" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14837" ], - "x-ms-request-id": [ "4c3d049c-9688-4a8c-9819-9baba25837d0" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014517Z:4c3d049c-9688-4a8c-9819-9baba25837d0" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:45:17 GMT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvn6uE40yJu6I213w8Molz7DvuC3AyrdUfKov63wCydKjonwmWIEmsqiD78Clt5Ki0K8Hf0wFy6A+2htzLVGO+u4t95SrxQ+f3ZVikw+eqCfr0Nbl0f4uvVr6MZC4VH3X0vV35qkoaDUNGvIXEKgsy" ] }, "ContentHeaders": { - "Content-Length": [ "624" ], + "Content-Length": [ "675" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/JsonADDomainExtension/versions/1.3.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"JsonADDomainExtension\",\"typeHandlerVersion\":\"1.3.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/MicrosoftMonitoringAgent/versions/1.0.11081.5\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"extensionType\":\"MicrosoftMonitoringAgent\",\"typeHandlerVersion\":\"1.0.11081.5\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}", + "isContentBase64": false } }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/VMAccessAgent/versions/2.4.4?api-version=2015-12-01-preview+38": { + "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.HpcCompute/types/AmdGpuDriverWindows/versions/1.0.4.0?api-version=2015-12-01-preview+10": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/VMAccessAgent/versions/2.4.4?api-version=2015-12-01-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.HpcCompute/types/AmdGpuDriverWindows/versions/1.0.4.0?api-version=2015-12-01-preview", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "47" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "239" ], + "x-ms-client-request-id": [ "71cdf610-7f32-469e-84b7-6f89239f189e" ], + "CommandName": [ "Get-AzsVMExtension" ], + "FullCommandName": [ "Get-AzsVMExtension_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1419,70 +482,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "9b56f9ae-2575-48ea-b853-2f23448bdabb" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvdBhVH1pzA+6GEpRTQ0Jd0/QUX4DiSyQEkBdKKiZjpTJylfmgN5rswb+jg0vgUFNkORn9M/W62OwixFc3JQyAkyO4reBqRcMT8Cg67eh6K1nbDfrW2D2NLs+94nXD6vG5tM2geLSH5Zb38DsjE84P" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14836" ], - "x-ms-request-id": [ "9b56f9ae-2575-48ea-b853-2f23448bdabb" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014519Z:9b56f9ae-2575-48ea-b853-2f23448bdabb" ], + "x-ms-correlation-request-id": [ "a8056e12-fb10-4d70-bb3b-87010a05e329" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14917" ], + "x-ms-request-id": [ "a8056e12-fb10-4d70-bb3b-87010a05e329" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213723Z:a8056e12-fb10-4d70-bb3b-87010a05e329" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:45:19 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "608" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/VMAccessAgent/versions/2.4.4\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"VMAccessAgent\",\"typeHandlerVersion\":\"2.4.4\",\"vmOsType\":\"Windows\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/MicrosoftMonitoringAgent/versions/1.0.11081.5?api-version=2015-12-01-preview+39": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/MicrosoftMonitoringAgent/versions/1.0.11081.5?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "48" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "7aeefd75-a1c6-4e37-8906-b95fce5df207" ], + "Date": [ "Mon, 09 Aug 2021 21:37:22 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvYUbwc+ZciIeNL2pG1kqBq/1Xi1u23Zktiwx1b+WV0zQXznae3eCvs1LvY31P9V/iNIA5ZogIVpDzsvCaGRWhwb8St56ik+GHYy/QIyxtv6xWEquEZ0LiKc9n1mb57KnjnuqbqJEUAqiMTacGvH6g" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14835" ], - "x-ms-request-id": [ "7aeefd75-a1c6-4e37-8906-b95fce5df207" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014521Z:7aeefd75-a1c6-4e37-8906-b95fce5df207" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:45:20 GMT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvKIif1DjOI7W6ZiiH6Zywx1xKeD2EzSZXw9okFmDaBx81fUHYOlNiSKSFXSZVaD6dBkNut9/IFJxnPnGzyMsjHf8RwY8enAtHZTF/nA7fYu6R/MYayc5Qkk82s+WDaVHN6EmcJdQTsz3+ixJ/Eigw" ] }, "ContentHeaders": { - "Content-Length": [ "679" ], + "Content-Length": [ "625" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/MicrosoftMonitoringAgent/versions/1.0.11081.5\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"extensionType\":\"MicrosoftMonitoringAgent\",\"typeHandlerVersion\":\"1.0.11081.5\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.HpcCompute/types/AmdGpuDriverWindows/versions/1.0.4.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.HpcCompute\",\"extensionType\":\"AmdGpuDriverWindows\",\"typeHandlerVersion\":\"1.0.4.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}", + "isContentBase64": false } }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/CustomScriptForLinux/versions/1.5.5?api-version=2015-12-01-preview+40": { + "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.HpcCompute/types/NvidiaGpuDriverLinux/versions/1.3.1.0?api-version=2015-12-01-preview+11": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/CustomScriptForLinux/versions/1.5.5?api-version=2015-12-01-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.HpcCompute/types/NvidiaGpuDriverLinux/versions/1.3.1.0?api-version=2015-12-01-preview", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "49" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "240" ], + "x-ms-client-request-id": [ "d9b11cfa-f66c-4b2f-a12b-af82fbdf8841" ], + "CommandName": [ "Get-AzsVMExtension" ], + "FullCommandName": [ "Get-AzsVMExtension_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1491,70 +524,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "090b0ebc-78a0-4a54-b386-c96d841b1eff" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvx+aSH9bndA6vHJAVBTkIDhq21+iqbyuw8LBMfQvZ/qGbAqlKAxzcsZkfzLhilUZqbpk3opyZpDkUo6U6V+5M8UPbcxcv+MQrMBUaySusvUn+0Fgcs3nRqQqdFpZrNlHwy5iRzvcY6Revag0HgUSe" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14834" ], - "x-ms-request-id": [ "090b0ebc-78a0-4a54-b386-c96d841b1eff" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014523Z:090b0ebc-78a0-4a54-b386-c96d841b1eff" ], + "x-ms-correlation-request-id": [ "31c2bdb6-0000-49e0-b631-a5685d38ae61" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14916" ], + "x-ms-request-id": [ "31c2bdb6-0000-49e0-b631-a5685d38ae61" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213724Z:31c2bdb6-0000-49e0-b631-a5685d38ae61" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:45:22 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "633" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/CustomScriptForLinux/versions/1.5.5\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"CustomScriptForLinux\",\"typeHandlerVersion\":\"1.5.5\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/VMAccessForLinux/versions/1.5.2?api-version=2015-12-01-preview+41": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/VMAccessForLinux/versions/1.5.2?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "50" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "0922e4cf-21df-4bb0-afc7-61ac63fbd82e" ], + "Date": [ "Mon, 09 Aug 2021 21:37:24 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv0Gmi7LJ8Z4UmZrmg3h70IS+zuIJ1NwCKXg/CZYonXOLs3FURDli1qhUzrEwKUtbbYPXqk2PxdKlHyhjyn9Gwlk80ZCjdLYQg9y2pr/IEDW+mx484mIdd6w7X+N8dgCjRKVgolbKOk7cUAU5A0LSh" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14833" ], - "x-ms-request-id": [ "0922e4cf-21df-4bb0-afc7-61ac63fbd82e" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014524Z:0922e4cf-21df-4bb0-afc7-61ac63fbd82e" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:45:24 GMT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvph9DsFff69epP9F5RaZL6iZz+JcZH1Onq8g5QTBfbObLF743zFd/b4aL5+H/XnZaKSSAUIRSoKN6BWBUFFOCqkamwLoCCMaZwXWJa7lnvwJr8cfMQeQSLjJhv8RYP7xZd8TlOqntGruNICfEt64P" ] }, "ContentHeaders": { "Content-Length": [ "625" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/VMAccessForLinux/versions/1.5.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"VMAccessForLinux\",\"typeHandlerVersion\":\"1.5.2\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.HpcCompute/types/NvidiaGpuDriverLinux/versions/1.3.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.HpcCompute\",\"extensionType\":\"NvidiaGpuDriverLinux\",\"typeHandlerVersion\":\"1.3.1.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}", + "isContentBase64": false } }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Powershell/types/DSC/versions/2.77.0.0?api-version=2015-12-01-preview+42": { + "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.HpcCompute/types/NvidiaGpuDriverWindows/versions/1.3.2.0?api-version=2015-12-01-preview+12": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Powershell/types/DSC/versions/2.77.0.0?api-version=2015-12-01-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.HpcCompute/types/NvidiaGpuDriverWindows/versions/1.3.2.0?api-version=2015-12-01-preview", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "51" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "241" ], + "x-ms-client-request-id": [ "79e3d849-1dd5-47db-8933-d1116b8685da" ], + "CommandName": [ "Get-AzsVMExtension" ], + "FullCommandName": [ "Get-AzsVMExtension_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1563,70 +566,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "97395bc5-1909-4ccf-bcea-1264f6460a71" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14832" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvRI3aK8ImUcNyzaQkwNUHEjkSj3zf3pw11VDXfrSfSzDmp+QXh+BwFCFiMkIwjtpg5JE7cV2+h7FH6NiCqwbOGo0+vt2xv8hUavKILp1pgKNJ2zkcjkVXVaAnoyCmBmEOWHq1cYB2MSRj0pCDnJEt" ], - "x-ms-request-id": [ "97395bc5-1909-4ccf-bcea-1264f6460a71" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014526Z:97395bc5-1909-4ccf-bcea-1264f6460a71" ], + "x-ms-correlation-request-id": [ "49a99dd2-1783-40ab-aa04-83ad9efa2ce0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14915" ], + "x-ms-request-id": [ "49a99dd2-1783-40ab-aa04-83ad9efa2ce0" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213724Z:49a99dd2-1783-40ab-aa04-83ad9efa2ce0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:45:25 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "599" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Powershell/types/DSC/versions/2.77.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Powershell\",\"extensionType\":\"DSC\",\"typeHandlerVersion\":\"2.77.0.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/MicrosoftMonitoringAgent/versions/1.0.10900.0?api-version=2015-12-01-preview+43": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/MicrosoftMonitoringAgent/versions/1.0.10900.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "52" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "54e2c6f3-8ea5-416f-bade-b36ac1c2eff0" ], + "Date": [ "Mon, 09 Aug 2021 21:37:24 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvs5zKN8O2jNZ7Z7Ejs9NN384H8pZvAMhD3jylBzFqfSkGNYJ5Tnjb9jogQPrFvBL90t4z0sf2fK+MaLIxbaJlKdUpnmFbw4rijZqDsMoiT/hDrdAt6fpDF7bQfoKNrlsNoYxj32wILKLZohNO3vAU" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14831" ], - "x-ms-request-id": [ "54e2c6f3-8ea5-416f-bade-b36ac1c2eff0" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014528Z:54e2c6f3-8ea5-416f-bade-b36ac1c2eff0" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:45:28 GMT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvtOscOcUQamMFl1l8oQFmvd6foQlz8wwbUOsKqkgy58CqHELHOnPrvEaP9sx6YM2NTkpUVJ9UKppDZY9/D9iBR5S1+lmaNRdmAnZi4JzBqcdSGjURCJ/g4sL0gCJbrwdYmyTK1QML3kIkAUJgfA1n" ] }, "ContentHeaders": { - "Content-Length": [ "679" ], + "Content-Length": [ "631" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.EnterpriseCloud.Monitoring/types/MicrosoftMonitoringAgent/versions/1.0.10900.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.EnterpriseCloud.Monitoring\",\"extensionType\":\"MicrosoftMonitoringAgent\",\"typeHandlerVersion\":\"1.0.10900.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.HpcCompute/types/NvidiaGpuDriverWindows/versions/1.3.2.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.HpcCompute\",\"extensionType\":\"NvidiaGpuDriverWindows\",\"typeHandlerVersion\":\"1.3.2.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}", + "isContentBase64": false } }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/OSPatchingForLinux/versions/2.3.0.1?api-version=2015-12-01-preview+44": { + "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/CustomScriptForLinux/versions/1.5.5?api-version=2015-12-01-preview+13": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/OSPatchingForLinux/versions/2.3.0.1?api-version=2015-12-01-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/CustomScriptForLinux/versions/1.5.5?api-version=2015-12-01-preview", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "53" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "242" ], + "x-ms-client-request-id": [ "31284662-e857-4479-864d-4ac0766c5962" ], + "CommandName": [ "Get-AzsVMExtension" ], + "FullCommandName": [ "Get-AzsVMExtension_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1635,70 +608,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "76863d49-04dc-4ff8-8656-de948c99f9c1" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvNsDNnM6J0cTOE9RhJuJ+n6M0n74ZiLuXPYymGnQzKYC54QOpVlsEbOeOWN3pWiRnb+27ssAtk6paDbldj33e+K4slOLPOlATEfSNqY3xV9VWTtlNEhDkagwOCjAKz4ln5z5h49UjT0AzN31V2iK4" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14830" ], - "x-ms-request-id": [ "76863d49-04dc-4ff8-8656-de948c99f9c1" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014530Z:76863d49-04dc-4ff8-8656-de948c99f9c1" ], + "x-ms-correlation-request-id": [ "2731d35d-c7b4-4cb9-882e-151e7f44566c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14914" ], + "x-ms-request-id": [ "2731d35d-c7b4-4cb9-882e-151e7f44566c" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213724Z:2731d35d-c7b4-4cb9-882e-151e7f44566c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:45:30 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "633" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/OSPatchingForLinux/versions/2.3.0.1\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"OSPatchingForLinux\",\"typeHandlerVersion\":\"2.3.0.1\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" - } - }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/VMAccessAgent/versions/2.0?api-version=2015-12-01-preview+45": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/VMAccessAgent/versions/2.0?api-version=2015-12-01-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "54" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "2469ec37-5585-42e7-bd0e-77e0ee6e4be0" ], + "Date": [ "Mon, 09 Aug 2021 21:37:24 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvLhxSwkJhY7xwdDYmo8jLXftNPt9VqZeAtkGKKPKpENw5UAyWWf1KsW/eM4/1AhAHjPrezvuBw+umZs013It8z15yGD87ZyKm7C6lOXnFfSImUkFj4x9iOGTD6nUh05caUto96SfTeLAZ3O0LXIem" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14829" ], - "x-ms-request-id": [ "2469ec37-5585-42e7-bd0e-77e0ee6e4be0" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014532Z:2469ec37-5585-42e7-bd0e-77e0ee6e4be0" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:45:32 GMT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvGyWLXu07LdLchZ6AJZUpNIXNc4BNzEI+/I/skZaFwLL5hrSvtow06foeKytAbROThw2RMTrcUpBhd/DRiACSyDPSmODK6rISqCTkbCDzumATzIc//Wt+YryneF4B/t1vQajfqdvqfmXT1OQaGZSf" ] }, "ContentHeaders": { - "Content-Length": [ "603" ], + "Content-Length": [ "629" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.Compute/types/VMAccessAgent/versions/2.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.Compute\",\"extensionType\":\"VMAccessAgent\",\"typeHandlerVersion\":\"2.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/CustomScriptForLinux/versions/1.5.5\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"CustomScriptForLinux\",\"typeHandlerVersion\":\"1.5.5\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}", + "isContentBase64": false } }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/VMAccessForLinux/versions/1.4.0.0?api-version=2015-12-01-preview+46": { + "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/VMAccessForLinux/versions/1.5.2?api-version=2015-12-01-preview+14": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/VMAccessForLinux/versions/1.4.0.0?api-version=2015-12-01-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/VMAccessForLinux/versions/1.5.2?api-version=2015-12-01-preview", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "55" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "243" ], + "x-ms-client-request-id": [ "bb1db7a4-ddba-4956-9fca-4701830ec976" ], + "CommandName": [ "Get-AzsVMExtension" ], + "FullCommandName": [ "Get-AzsVMExtension_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1707,34 +650,40 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "2c392bc8-76dc-41e0-8e10-5f38a0a92b67" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvfC0UB4GMMkw8eP2ia8v9NHB0AX6zzthvPj8F6S8XXvnq9Qk8T8MW17870y2hM5yYIz8Dz51f6p5AFxaWpeuWXo0kpOtFlALndS5j2oEJAeOX25BSyB/beYXW3Egt7j9jMTdvyvAG+XsbJS3Nblpj" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14828" ], - "x-ms-request-id": [ "2c392bc8-76dc-41e0-8e10-5f38a0a92b67" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014533Z:2c392bc8-76dc-41e0-8e10-5f38a0a92b67" ], + "x-ms-correlation-request-id": [ "1b1de5b9-a9c3-4519-a892-5d929b2e52cc" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14913" ], + "x-ms-request-id": [ "1b1de5b9-a9c3-4519-a892-5d929b2e52cc" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213725Z:1b1de5b9-a9c3-4519-a892-5d929b2e52cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:45:33 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Mon, 09 Aug 2021 21:37:25 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv3Uno5k2+CQ7bUAThyb92i8O7WyZqMY8WcV5BfqBaJ4ug9HNb9mV3Y3PU6rZsxfSmaV4jAPjF59IsIjZP2K4fV3A9ykivDLDVh/f08vaCcE4JD1Fu2isnCxScqmaBAsSSUX24y+fTN8liUqrJWdiv" ] }, "ContentHeaders": { - "Content-Length": [ "629" ], + "Content-Length": [ "621" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/VMAccessForLinux/versions/1.4.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"VMAccessForLinux\",\"typeHandlerVersion\":\"1.4.0.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.OSTCExtensions/types/VMAccessForLinux/versions/1.5.2\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.OSTCExtensions\",\"extensionType\":\"VMAccessForLinux\",\"typeHandlerVersion\":\"1.5.2\",\"vmOsType\":\"Linux\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}", + "isContentBase64": false } }, - "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft/types/MicroExtension/versions/0.1.0?api-version=2015-12-01-preview+47": { + "Get-AzsVMExtension+[NoContext]+TestGetAllVMExtensions+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Powershell/types/DSC/versions/2.77.0.0?api-version=2015-12-01-preview+15": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft/types/MicroExtension/versions/0.1.0?api-version=2015-12-01-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Powershell/types/DSC/versions/2.77.0.0?api-version=2015-12-01-preview", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "56" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "244" ], + "x-ms-client-request-id": [ "fe2f49a4-f97a-462a-808f-443097fdb67d" ], + "CommandName": [ "Get-AzsVMExtension" ], + "FullCommandName": [ "Get-AzsVMExtension_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1743,35 +692,34 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "b2fa0bd4-3543-480c-bf37-dcb861430d18" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvdF+8W22dZ41ftIvLIY4aVYaq9c/hJgv8vGw7sxP80s/t8DE7dpQhmb9pgOL3tjRYxQBZxUQDRuOMtLGOdtaRK6S9mdSYNB2QFeN8c+yWa3+bMotNjibpHtGsv1kbaVz4fkP1ofSWXT1cgWYpPUmt" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14827" ], - "x-ms-request-id": [ "b2fa0bd4-3543-480c-bf37-dcb861430d18" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014536Z:b2fa0bd4-3543-480c-bf37-dcb861430d18" ], + "x-ms-correlation-request-id": [ "edbcc803-3477-4798-8cfd-144024aca6e8" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14912" ], + "x-ms-request-id": [ "edbcc803-3477-4798-8cfd-144024aca6e8" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213725Z:edbcc803-3477-4798-8cfd-144024aca6e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:45:36 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Mon, 09 Aug 2021 21:37:25 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvzGSB8JtIHrr7ghtUtfkdfL8NHkRO6HV1t2j3JSeGvk7llC8U3bUchKROJIPDkOUa1Bf4yocATKoZpwB5DTLgNr922RUcVgm3KeHOPA3xADwqcE44blVtMbYUGtBFxcwtAMCa5LmLBdEuTS1gLgcs" ] }, "ContentHeaders": { - "Content-Length": [ "670" ], + "Content-Length": [ "595" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft/types/MicroExtension/versions/0.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft\",\"extensionType\":\"MicroExtension\",\"typeHandlerVersion\":\"0.1.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":true,\"isSystemExtension\":false,\"sourceBlob\":{\"uri\":\"https://github.com/Microsoft/PowerShell-DSC-for-Linux/archive/v1.1.1-294.zip\"},\"provisioningState\":\"Failed\"}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft.Powershell/types/DSC/versions/2.77.0.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft.Powershell\",\"extensionType\":\"DSC\",\"typeHandlerVersion\":\"2.77.0.0\",\"vmOsType\":\"Windows\",\"computeRole\":\"N/A\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":false,\"isSystemExtension\":false,\"sourceBlob\":null,\"provisioningState\":\"Succeeded\"}}", + "isContentBase64": false } }, - "Get-AzsVMExtension+[NoContext]+TestCreateVMExtension+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft/types/MicroExtension/versions/0.1.0?api-version=2015-12-01-preview+1": { + "Get-AzsVMExtension+[NoContext]+TestCreateVMExtension+$PUT+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft/types/MicroExtension/versions/0.1.0?api-version=2015-12-01-preview+1": { "Request": { "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft/types/MicroExtension/versions/0.1.0?api-version=2015-12-01-preview", - "Content": "{\r\n \"properties\": {\r\n \"sourceBlob\": {\r\n \"uri\": \"https://github.com/Microsoft/PowerShell-DSC-for-Linux/archive/v1.1.1-294.zip\"\r\n },\r\n \"computeRole\": \"IaaS\",\r\n \"supportMultipleExtensions\": true,\r\n \"vmOsType\": \"Linux\"\r\n }\r\n}", + "RequestUri": "https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft/types/MicroExtension/versions/0.1.0?api-version=2015-12-01-preview", + "Content": "{\r\n \"properties\": {\r\n \"sourceBlob\": {\r\n \"uri\": \"https://github.com/Microsoft/PowerShell-DSC-for-Linux/archive/v1.1.1-294.zip\"\r\n },\r\n \"vmOsType\": \"Linux\",\r\n \"computeRole\": \"IaaS\",\r\n \"supportMultipleExtensions\": true\r\n }\r\n}", + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "57" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { "Content-Type": [ "application/json" ], @@ -1781,34 +729,40 @@ "Response": { "StatusCode": 201, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "0116b1b6-e004-40ca-ac59-d322a32a2128" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvLyd6scDgjZ8Q8qnQ725O90gM9pTKjoQOo0X3IfKu/HVdjVkJtIt6k5IPCJuWohuh1HRi5k4Tzmv5hIi+fWHt3yT1+yHeYR1Mu2IKW9NJIRK3LAdywdFZKGnbeh23ocyjaMlMNrAirtvWxu+9qwki" ], + "x-ms-correlation-request-id": [ "7be781ba-3d37-4f28-92d2-1f7b74eb0aaf" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-request-id": [ "0116b1b6-e004-40ca-ac59-d322a32a2128" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014539Z:0116b1b6-e004-40ca-ac59-d322a32a2128" ], + "x-ms-request-id": [ "7be781ba-3d37-4f28-92d2-1f7b74eb0aaf" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213726Z:7be781ba-3d37-4f28-92d2-1f7b74eb0aaf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:45:39 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Mon, 09 Aug 2021 21:37:26 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsMQKY5vKoiBQmFRbMMOisRLttE5mJAozwqwIj2WTZaYK7g1Nd1r1M9Eux51rJoRYO/takSSSdC+vc6oMkFr08qJfgQ/+SV/Nz1qRoOlaS+Ta4M93NlHEShOLs2zcHoinJfVhHE65Ag5wJUgnAh6e" ] }, "ContentHeaders": { - "Content-Length": [ "672" ], + "Content-Length": [ "668" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft/types/MicroExtension/versions/0.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"northwest\",\"properties\":{\"publisher\":\"Microsoft\",\"extensionType\":\"MicroExtension\",\"typeHandlerVersion\":\"0.1.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":true,\"isSystemExtension\":false,\"sourceBlob\":{\"uri\":\"https://github.com/Microsoft/PowerShell-DSC-for-Linux/archive/v1.1.1-294.zip\"},\"provisioningState\":\"Creating\"}}" + "Content": "{\"id\":\"/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft/types/MicroExtension/versions/0.1.0\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/artifactTypes/publishers/types/versions\",\"location\":\"redmond\",\"properties\":{\"publisher\":\"Microsoft\",\"extensionType\":\"MicroExtension\",\"typeHandlerVersion\":\"0.1.0\",\"vmOsType\":\"Linux\",\"computeRole\":\"IaaS\",\"vmScaleSetEnabled\":false,\"supportMultipleExtensions\":true,\"isSystemExtension\":false,\"sourceBlob\":{\"uri\":\"https://github.com/Microsoft/PowerShell-DSC-for-Linux/archive/v1.1.1-294.zip\"},\"provisioningState\":\"Creating\"}}", + "isContentBase64": false } }, - "Get-AzsVMExtension+[NoContext]+TestDeleteVMExtension+$DELETE+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft/types/MicroExtension/versions/0.1.0?api-version=2015-12-01-preview+1": { + "Get-AzsVMExtension+[NoContext]+TestDeleteVMExtension+$DELETE+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft/types/MicroExtension/versions/0.1.0?api-version=2015-12-01-preview+1": { "Request": { "Method": "DELETE", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/artifactTypes/VMExtension/publishers/Microsoft/types/MicroExtension/versions/0.1.0?api-version=2015-12-01-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/artifactTypes/VMExtension/publishers/Microsoft/types/MicroExtension/versions/0.1.0?api-version=2015-12-01-preview", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "58" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "x-ms-unique-id": [ "246" ], + "x-ms-client-request-id": [ "7d499997-6a52-4a3c-bc09-bcb5af5e8c00" ], + "CommandName": [ "Remove-AzsVMExtension" ], + "FullCommandName": [ "Remove-AzsVMExtension_Delete" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -1817,23 +771,24 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "8d535fe2-b1eb-4846-89b7-d910de97c4d5" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv3BQX9aw8lyud7zY27yH0q3YQzzlDoqxJKsWUIiJvbxW3JxjNBHmjRH9m0T6wxu1lYPeHrIEKS129fnBSMBMngQmMii+75JdSKKfdOxxFs2+oBJsVyPrDv0BQp4/o/dPZZRW5NTF3mHaloZtt98dv" ], + "x-ms-correlation-request-id": [ "62e634a2-e806-4e80-adc8-3605176cd77e" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-request-id": [ "8d535fe2-b1eb-4846-89b7-d910de97c4d5" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200221T014542Z:8d535fe2-b1eb-4846-89b7-d910de97c4d5" ], + "x-ms-request-id": [ "62e634a2-e806-4e80-adc8-3605176cd77e" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213727Z:62e634a2-e806-4e80-adc8-3605176cd77e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 21 Feb 2020 01:45:42 GMT" ] + "Cache-Control": [ "no-cache" ], + "Date": [ "Mon, 09 Aug 2021 21:37:26 GMT" ], + "Server": [ "Microsoft-HTTPAPI/2.0" ], + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv0xAcIUS3RDhZMfooAJMPJJ3dQsT74NMc8tHADoi/o2jeMUgqesrmMJE9qsik6FBMUdfg6Zb4U2LKClfr3gImoF962meUHjBgNpS+j6WA8iXbv+OmUYn+8D2OswO5oEF1Xe0jaOsx9Ukuj9qXUWUm" ] }, "ContentHeaders": { - "Expires": [ "-1" ], - "Content-Length": [ "0" ] + "Content-Length": [ "0" ], + "Expires": [ "-1" ] }, - "Content": null + "Content": null, + "isContentBase64": false } } } \ No newline at end of file diff --git a/src/Azs.Compute.Admin/test/Common.ps1 b/src/Azs.Compute.Admin/test/Common.ps1 index db5f19c3..5e4510c0 100644 --- a/src/Azs.Compute.Admin/test/Common.ps1 +++ b/src/Azs.Compute.Admin/test/Common.ps1 @@ -1,3 +1,8 @@ $global:SkippedTests = @( - "TestDeleteNonExistingQuota" + "TestDeleteNonExistingQuota", + "TestListDisks", + "TestGetDisk", + "TestGetDiskMigrationJob", + "TestNewDiskMigrationJob", + "TestStopDiskMigrationJob" ) \ No newline at end of file diff --git a/src/Azs.Compute.Admin/test/Get-AzsDisk.Recording.json b/src/Azs.Compute.Admin/test/Get-AzsDisk.Recording.json index d9c74f0d..15a91729 100644 --- a/src/Azs.Compute.Admin/test/Get-AzsDisk.Recording.json +++ b/src/Azs.Compute.Admin/test/Get-AzsDisk.Recording.json @@ -1,12 +1,17 @@ { - "Get-AzsDisk+[NoContext]+TestListDisks+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks?api-version=2018-07-30-preview+1": { + "Get-AzsDisk+[NoContext]+TestListDisks+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/disks?api-version=2021-04-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks?api-version=2018-07-30-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/disks?api-version=2021-04-01", "Content": null, - "Headers": { - "x-ms-unique-id": [ "11" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "412" ], + "x-ms-client-request-id": [ "de6d95b5-3ad0-431d-8ea4-fa52511ba15f" ], + "CommandName": [ "Get-AzsDisk" ], + "FullCommandName": [ "Get-AzsDisk_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -15,146 +20,41 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ "00000000-0000-0000-0000-000000000000_0" ], - "x-ms-correlation-request-id": [ "017b18ee-810a-43ff-8299-0579cf296b1d" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvFLZzIkEUge3dRNhwp91UlXWBie/yMr714eovb1R2Sg/e1yK3Tc+gCVR290aZOJJeqpipUT9JkXmPLZ1TSIN40NA6q9ratqqIKwggF2D1BUBAdk7WpYLQNdGVrtkuLOB1bVSk6sZgB2UX+wP7qqTG" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "13735" ], - "x-ms-request-id": [ "017b18ee-810a-43ff-8299-0579cf296b1d" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200214T174600Z:017b18ee-810a-43ff-8299-0579cf296b1d" ], + "x-ms-correlation-request-id": [ "99a3ac03-6f5c-404f-8a2e-a054639d7272" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14787" ], + "x-ms-request-id": [ "99a3ac03-6f5c-404f-8a2e-a054639d7272" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213756Z:99a3ac03-6f5c-404f-8a2e-a054639d7272" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 14 Feb 2020 17:46:00 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "11279" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/20f1619e-4210-47f6-81e6-b89e3028df06\",\r\n \"name\": \"northwest/20f1619e-4210-47f6-81e6-b89e3028df06\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"20f1619e-4210-47f6-81e6-b89e3028df06\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_4\",\r\n \"actualSizeGB\": 24,\r\n \"provisionSizeGB\": 127,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/RG1/providers/Microsoft.Compute/Disks/TEST_OsDisk_1_20f1619e421047f681e6b89e3028df06\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Premium_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/38a767e4-4ceb-49fb-a53c-48de9b08aaae\",\r\n \"name\": \"northwest/38a767e4-4ceb-49fb-a53c-48de9b08aaae\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"38a767e4-4ceb-49fb-a53c-48de9b08aaae\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_4\",\r\n \"actualSizeGB\": 24,\r\n \"provisionSizeGB\": 127,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/SCTE/providers/Microsoft.Compute/Disks/SCTETest_OsDisk_1_38a767e44ceb49fba53c48de9b08aaae\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/426b8945-8a24-42ad-acdc-c26f16202489\",\r\n \"name\": \"northwest/426b8945-8a24-42ad-acdc-c26f16202489\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"426b8945-8a24-42ad-acdc-c26f16202489\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"actualSizeGB\": 24,\r\n \"provisionSizeGB\": 127,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/LADTEST/providers/Microsoft.Compute/Disks/TEST_OsDisk_1_426b89458a2442adacdcc26f16202489\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Premium_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/a2ae46fa-ad52-4f7e-bd5d-2b052b6c8f7e\",\r\n \"name\": \"northwest/a2ae46fa-ad52-4f7e-bd5d-2b052b6c8f7e\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"a2ae46fa-ad52-4f7e-bd5d-2b052b6c8f7e\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"actualSizeGB\": 24,\r\n \"provisionSizeGB\": 127,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/SCTE/providers/Microsoft.Compute/Disks/sctetest2_OsDisk_1_a2ae46faad524f7ebd5d2b052b6c8f7e\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/17589ca4-1346-4ade-a2d7-72324a7de0c4\",\r\n \"name\": \"northwest/17589ca4-1346-4ade-a2d7-72324a7de0c4\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"17589ca4-1346-4ade-a2d7-72324a7de0c4\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_1\",\r\n \"actualSizeGB\": 18,\r\n \"provisionSizeGB\": 127,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/ANHWANTESTRG/providers/Microsoft.Compute/Disks/anhwanTestVm_OsDisk_1_17589ca413464adea2d772324a7de0c4\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/16c5cbad-9f96-4d71-b758-329437ad2ca6\",\r\n \"name\": \"northwest/16c5cbad-9f96-4d71-b758-329437ad2ca6\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"16c5cbad-9f96-4d71-b758-329437ad2ca6\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"actualSizeGB\": 16,\r\n \"provisionSizeGB\": 30,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/SCTE/providers/Microsoft.Compute/Disks/SCTE2_OsDisk_1_16c5cbad9f964d71b758329437ad2ca6\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/6a3f1eb9-9115-4ba3-b86f-075619cc5125\",\r\n \"name\": \"northwest/6a3f1eb9-9115-4ba3-b86f-075619cc5125\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"6a3f1eb9-9115-4ba3-b86f-075619cc5125\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_1\",\r\n \"actualSizeGB\": 16,\r\n \"provisionSizeGB\": 30,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/SCTE/providers/Microsoft.Compute/Disks/SCTE3_OsDisk_1_6a3f1eb991154ba3b86f075619cc5125\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/207d840f-9ae1-43cb-ae81-ac982168b936\",\r\n \"name\": \"northwest/207d840f-9ae1-43cb-ae81-ac982168b936\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"207d840f-9ae1-43cb-ae81-ac982168b936\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"actualSizeGB\": 2,\r\n \"provisionSizeGB\": 30,\r\n \"userResourceId\": \"/subscriptions/0a4ed41b-90cf-41b7-8225-ab252f776f16/resourceGroups/VAASRGE976/providers/Microsoft.Compute/Disks/osdisk\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Premium_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/ff3b1b7f-2b3c-4b2d-8fb8-a336db6958a7\",\r\n \"name\": \"northwest/ff3b1b7f-2b3c-4b2d-8fb8-a336db6958a7\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"ff3b1b7f-2b3c-4b2d-8fb8-a336db6958a7\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"actualSizeGB\": 2,\r\n \"provisionSizeGB\": 30,\r\n \"userResourceId\": \"/subscriptions/d69dcf23-0c5a-4f87-87b9-b29d9184262b/resourceGroups/VAASRGC7B2/providers/Microsoft.Compute/Disks/osdisk\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Premium_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/8ad00e03-fc5d-424d-981b-9eeb03a4fdcc\",\r\n \"name\": \"northwest/8ad00e03-fc5d-424d-981b-9eeb03a4fdcc\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"8ad00e03-fc5d-424d-981b-9eeb03a4fdcc\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_4\",\r\n \"actualSizeGB\": 2,\r\n \"provisionSizeGB\": 30,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/LADTEST/providers/Microsoft.Compute/Disks/Test4_OsDisk_1_8ad00e03fc5d424d981b9eeb03a4fdcc\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/c0fba5b4-c21b-4b5f-b59c-33e4f6377ff4\",\r\n \"name\": \"northwest/c0fba5b4-c21b-4b5f-b59c-33e4f6377ff4\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"c0fba5b4-c21b-4b5f-b59c-33e4f6377ff4\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_4\",\r\n \"actualSizeGB\": 2,\r\n \"provisionSizeGB\": 30,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/LADTEST/providers/Microsoft.Compute/Disks/scte5_OsDisk_1_c0fba5b4c21b4b5fb59c33e4f6377ff4\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/0597b790-e612-4a86-8a9b-6dac76cdb990\",\r\n \"name\": \"northwest/0597b790-e612-4a86-8a9b-6dac76cdb990\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"0597b790-e612-4a86-8a9b-6dac76cdb990\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"actualSizeGB\": 1,\r\n \"provisionSizeGB\": 10,\r\n \"userResourceId\": \"/subscriptions/7cd88a02-5f6a-48e0-a247-1b16cd61b5f7/resourceGroups/VAASRG012C/providers/Microsoft.Compute/Disks/simplelinuxvmv_disk3_0597b790e6124a868a9b6dac76cdb990\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Premium_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/268b29d2-a13d-481e-aedc-2dbed1255a20\",\r\n \"name\": \"northwest/268b29d2-a13d-481e-aedc-2dbed1255a20\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"268b29d2-a13d-481e-aedc-2dbed1255a20\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"actualSizeGB\": 1,\r\n \"provisionSizeGB\": 10,\r\n \"userResourceId\": \"/subscriptions/a77ae262-efb2-4065-8284-c43da3f41d54/resourceGroups/VAASRG9ED1/providers/Microsoft.Compute/Disks/simplelinuxvmv-datadisk1\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n}" - } - }, - "Get-AzsDisk+[NoContext]+TestListDisks+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks?userSubscriptionId=74c72bdc-d917-431c-a377-8ca80f4238a0\u0026api-version=2018-07-30-preview+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks?userSubscriptionId=74c72bdc-d917-431c-a377-8ca80f4238a0\u0026api-version=2018-07-30-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "12" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-served-by": [ "00000000-0000-0000-0000-000000000000_0" ], - "x-ms-correlation-request-id": [ "c169ebf5-adbd-42c7-82c1-0081c03b27a8" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvS+EbtebkTuMile0MrMuOb1fsLFNU3WA6kocLCCfNQHwE6NtIbv6HIjAVBYRMy0hSc124wot1F9XOn1F3EvAIsu/XdZLRdkAVJpwNOlCPJj0I5Q5lFwGUYGpJe0vvohl7VC8z3UzPJYL4ZpeaTBBh" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "13734" ], - "x-ms-request-id": [ "c169ebf5-adbd-42c7-82c1-0081c03b27a8" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200214T174600Z:c169ebf5-adbd-42c7-82c1-0081c03b27a8" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 14 Feb 2020 17:46:00 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "7881" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/20f1619e-4210-47f6-81e6-b89e3028df06\",\r\n \"name\": \"northwest/20f1619e-4210-47f6-81e6-b89e3028df06\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"20f1619e-4210-47f6-81e6-b89e3028df06\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_4\",\r\n \"actualSizeGB\": 24,\r\n \"provisionSizeGB\": 127,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/RG1/providers/Microsoft.Compute/Disks/TEST_OsDisk_1_20f1619e421047f681e6b89e3028df06\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Premium_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/38a767e4-4ceb-49fb-a53c-48de9b08aaae\",\r\n \"name\": \"northwest/38a767e4-4ceb-49fb-a53c-48de9b08aaae\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"38a767e4-4ceb-49fb-a53c-48de9b08aaae\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_4\",\r\n \"actualSizeGB\": 24,\r\n \"provisionSizeGB\": 127,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/SCTE/providers/Microsoft.Compute/Disks/SCTETest_OsDisk_1_38a767e44ceb49fba53c48de9b08aaae\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/426b8945-8a24-42ad-acdc-c26f16202489\",\r\n \"name\": \"northwest/426b8945-8a24-42ad-acdc-c26f16202489\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"426b8945-8a24-42ad-acdc-c26f16202489\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"actualSizeGB\": 24,\r\n \"provisionSizeGB\": 127,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/LADTEST/providers/Microsoft.Compute/Disks/TEST_OsDisk_1_426b89458a2442adacdcc26f16202489\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Premium_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/a2ae46fa-ad52-4f7e-bd5d-2b052b6c8f7e\",\r\n \"name\": \"northwest/a2ae46fa-ad52-4f7e-bd5d-2b052b6c8f7e\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"a2ae46fa-ad52-4f7e-bd5d-2b052b6c8f7e\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"actualSizeGB\": 24,\r\n \"provisionSizeGB\": 127,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/SCTE/providers/Microsoft.Compute/Disks/sctetest2_OsDisk_1_a2ae46faad524f7ebd5d2b052b6c8f7e\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/17589ca4-1346-4ade-a2d7-72324a7de0c4\",\r\n \"name\": \"northwest/17589ca4-1346-4ade-a2d7-72324a7de0c4\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"17589ca4-1346-4ade-a2d7-72324a7de0c4\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_1\",\r\n \"actualSizeGB\": 18,\r\n \"provisionSizeGB\": 127,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/ANHWANTESTRG/providers/Microsoft.Compute/Disks/anhwanTestVm_OsDisk_1_17589ca413464adea2d772324a7de0c4\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/16c5cbad-9f96-4d71-b758-329437ad2ca6\",\r\n \"name\": \"northwest/16c5cbad-9f96-4d71-b758-329437ad2ca6\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"16c5cbad-9f96-4d71-b758-329437ad2ca6\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"actualSizeGB\": 16,\r\n \"provisionSizeGB\": 30,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/SCTE/providers/Microsoft.Compute/Disks/SCTE2_OsDisk_1_16c5cbad9f964d71b758329437ad2ca6\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/6a3f1eb9-9115-4ba3-b86f-075619cc5125\",\r\n \"name\": \"northwest/6a3f1eb9-9115-4ba3-b86f-075619cc5125\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"6a3f1eb9-9115-4ba3-b86f-075619cc5125\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_1\",\r\n \"actualSizeGB\": 16,\r\n \"provisionSizeGB\": 30,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/SCTE/providers/Microsoft.Compute/Disks/SCTE3_OsDisk_1_6a3f1eb991154ba3b86f075619cc5125\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/8ad00e03-fc5d-424d-981b-9eeb03a4fdcc\",\r\n \"name\": \"northwest/8ad00e03-fc5d-424d-981b-9eeb03a4fdcc\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"8ad00e03-fc5d-424d-981b-9eeb03a4fdcc\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_4\",\r\n \"actualSizeGB\": 2,\r\n \"provisionSizeGB\": 30,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/LADTEST/providers/Microsoft.Compute/Disks/Test4_OsDisk_1_8ad00e03fc5d424d981b9eeb03a4fdcc\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/c0fba5b4-c21b-4b5f-b59c-33e4f6377ff4\",\r\n \"name\": \"northwest/c0fba5b4-c21b-4b5f-b59c-33e4f6377ff4\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"c0fba5b4-c21b-4b5f-b59c-33e4f6377ff4\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_4\",\r\n \"actualSizeGB\": 2,\r\n \"provisionSizeGB\": 30,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/LADTEST/providers/Microsoft.Compute/Disks/scte5_OsDisk_1_c0fba5b4c21b4b5fb59c33e4f6377ff4\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n}" - } - }, - "Get-AzsDisk+[NoContext]+TestListDisks+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks?status=Unattached\u0026api-version=2018-07-30-preview+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks?status=Unattached\u0026api-version=2018-07-30-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "13" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-served-by": [ "00000000-0000-0000-0000-000000000000_0" ], - "x-ms-correlation-request-id": [ "75c64846-9664-4b44-8543-56ab6481576e" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvLoKl8nONY/2Af+DBNHop8Qs0BVdAsXAortH9fUYuKXlg+V3P2C7dO/U7yvSi8WOWvBseX3OkgorCM01N5QjjjwMssaiCmv3BQiRmSjZEnSGSRYwAwONTDVf/wodaShRvU9wwzVHB0i5RaJ67GAQ5" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "13733" ], - "x-ms-request-id": [ "75c64846-9664-4b44-8543-56ab6481576e" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200214T174601Z:75c64846-9664-4b44-8543-56ab6481576e" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 14 Feb 2020 17:46:00 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "11279" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/20f1619e-4210-47f6-81e6-b89e3028df06\",\r\n \"name\": \"northwest/20f1619e-4210-47f6-81e6-b89e3028df06\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"20f1619e-4210-47f6-81e6-b89e3028df06\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_4\",\r\n \"actualSizeGB\": 24,\r\n \"provisionSizeGB\": 127,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/RG1/providers/Microsoft.Compute/Disks/TEST_OsDisk_1_20f1619e421047f681e6b89e3028df06\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Premium_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/38a767e4-4ceb-49fb-a53c-48de9b08aaae\",\r\n \"name\": \"northwest/38a767e4-4ceb-49fb-a53c-48de9b08aaae\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"38a767e4-4ceb-49fb-a53c-48de9b08aaae\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_4\",\r\n \"actualSizeGB\": 24,\r\n \"provisionSizeGB\": 127,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/SCTE/providers/Microsoft.Compute/Disks/SCTETest_OsDisk_1_38a767e44ceb49fba53c48de9b08aaae\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/426b8945-8a24-42ad-acdc-c26f16202489\",\r\n \"name\": \"northwest/426b8945-8a24-42ad-acdc-c26f16202489\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"426b8945-8a24-42ad-acdc-c26f16202489\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"actualSizeGB\": 24,\r\n \"provisionSizeGB\": 127,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/LADTEST/providers/Microsoft.Compute/Disks/TEST_OsDisk_1_426b89458a2442adacdcc26f16202489\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Premium_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/a2ae46fa-ad52-4f7e-bd5d-2b052b6c8f7e\",\r\n \"name\": \"northwest/a2ae46fa-ad52-4f7e-bd5d-2b052b6c8f7e\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"a2ae46fa-ad52-4f7e-bd5d-2b052b6c8f7e\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"actualSizeGB\": 24,\r\n \"provisionSizeGB\": 127,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/SCTE/providers/Microsoft.Compute/Disks/sctetest2_OsDisk_1_a2ae46faad524f7ebd5d2b052b6c8f7e\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/17589ca4-1346-4ade-a2d7-72324a7de0c4\",\r\n \"name\": \"northwest/17589ca4-1346-4ade-a2d7-72324a7de0c4\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"17589ca4-1346-4ade-a2d7-72324a7de0c4\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_1\",\r\n \"actualSizeGB\": 18,\r\n \"provisionSizeGB\": 127,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/ANHWANTESTRG/providers/Microsoft.Compute/Disks/anhwanTestVm_OsDisk_1_17589ca413464adea2d772324a7de0c4\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/16c5cbad-9f96-4d71-b758-329437ad2ca6\",\r\n \"name\": \"northwest/16c5cbad-9f96-4d71-b758-329437ad2ca6\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"16c5cbad-9f96-4d71-b758-329437ad2ca6\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"actualSizeGB\": 16,\r\n \"provisionSizeGB\": 30,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/SCTE/providers/Microsoft.Compute/Disks/SCTE2_OsDisk_1_16c5cbad9f964d71b758329437ad2ca6\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/6a3f1eb9-9115-4ba3-b86f-075619cc5125\",\r\n \"name\": \"northwest/6a3f1eb9-9115-4ba3-b86f-075619cc5125\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"6a3f1eb9-9115-4ba3-b86f-075619cc5125\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_1\",\r\n \"actualSizeGB\": 16,\r\n \"provisionSizeGB\": 30,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/SCTE/providers/Microsoft.Compute/Disks/SCTE3_OsDisk_1_6a3f1eb991154ba3b86f075619cc5125\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/207d840f-9ae1-43cb-ae81-ac982168b936\",\r\n \"name\": \"northwest/207d840f-9ae1-43cb-ae81-ac982168b936\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"207d840f-9ae1-43cb-ae81-ac982168b936\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"actualSizeGB\": 2,\r\n \"provisionSizeGB\": 30,\r\n \"userResourceId\": \"/subscriptions/0a4ed41b-90cf-41b7-8225-ab252f776f16/resourceGroups/VAASRGE976/providers/Microsoft.Compute/Disks/osdisk\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Premium_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/ff3b1b7f-2b3c-4b2d-8fb8-a336db6958a7\",\r\n \"name\": \"northwest/ff3b1b7f-2b3c-4b2d-8fb8-a336db6958a7\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"ff3b1b7f-2b3c-4b2d-8fb8-a336db6958a7\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"actualSizeGB\": 2,\r\n \"provisionSizeGB\": 30,\r\n \"userResourceId\": \"/subscriptions/d69dcf23-0c5a-4f87-87b9-b29d9184262b/resourceGroups/VAASRGC7B2/providers/Microsoft.Compute/Disks/osdisk\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Premium_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/8ad00e03-fc5d-424d-981b-9eeb03a4fdcc\",\r\n \"name\": \"northwest/8ad00e03-fc5d-424d-981b-9eeb03a4fdcc\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"8ad00e03-fc5d-424d-981b-9eeb03a4fdcc\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_4\",\r\n \"actualSizeGB\": 2,\r\n \"provisionSizeGB\": 30,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/LADTEST/providers/Microsoft.Compute/Disks/Test4_OsDisk_1_8ad00e03fc5d424d981b9eeb03a4fdcc\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/c0fba5b4-c21b-4b5f-b59c-33e4f6377ff4\",\r\n \"name\": \"northwest/c0fba5b4-c21b-4b5f-b59c-33e4f6377ff4\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"c0fba5b4-c21b-4b5f-b59c-33e4f6377ff4\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_4\",\r\n \"actualSizeGB\": 2,\r\n \"provisionSizeGB\": 30,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/LADTEST/providers/Microsoft.Compute/Disks/scte5_OsDisk_1_c0fba5b4c21b4b5fb59c33e4f6377ff4\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/0597b790-e612-4a86-8a9b-6dac76cdb990\",\r\n \"name\": \"northwest/0597b790-e612-4a86-8a9b-6dac76cdb990\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"0597b790-e612-4a86-8a9b-6dac76cdb990\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"actualSizeGB\": 1,\r\n \"provisionSizeGB\": 10,\r\n \"userResourceId\": \"/subscriptions/7cd88a02-5f6a-48e0-a247-1b16cd61b5f7/resourceGroups/VAASRG012C/providers/Microsoft.Compute/Disks/simplelinuxvmv_disk3_0597b790e6124a868a9b6dac76cdb990\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Premium_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/268b29d2-a13d-481e-aedc-2dbed1255a20\",\r\n \"name\": \"northwest/268b29d2-a13d-481e-aedc-2dbed1255a20\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"268b29d2-a13d-481e-aedc-2dbed1255a20\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"actualSizeGB\": 1,\r\n \"provisionSizeGB\": 10,\r\n \"userResourceId\": \"/subscriptions/a77ae262-efb2-4065-8284-c43da3f41d54/resourceGroups/VAASRG9ED1/providers/Microsoft.Compute/Disks/simplelinuxvmv-datadisk1\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n}" - } - }, - "Get-AzsDisk+[NoContext]+TestListDisks+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks?sharePath=\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\SU1_ObjStore_4&api-version=2018-07-30-preview+4": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks?sharePath=%5C%5CSU1FileServer.azs-long02-int.selfhost.corp.microsoft.com%5CSU1_ObjStore_4\u0026api-version=2018-07-30-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "14" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-served-by": [ "00000000-0000-0000-0000-000000000000_0" ], - "x-ms-correlation-request-id": [ "b47d6d65-3fc2-43c7-b184-84e0edab7231" ], + "Date": [ "Mon, 09 Aug 2021 21:37:55 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvCNssDuKDTkHvcnEbyUixZKJulgd3Oo+atTWmomM60YY9jxssJ+XTMk4BxDHIAjcw67gEqt2SzBKPmTsQf00aws3/za8G8aWLeJ4K5tXKRHTQsQXMSoHK+A091vwNL1okNGC0fAltVYuExThCB9Dl" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "13732" ], - "x-ms-request-id": [ "b47d6d65-3fc2-43c7-b184-84e0edab7231" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200214T174601Z:b47d6d65-3fc2-43c7-b184-84e0edab7231" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 14 Feb 2020 17:46:01 GMT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvNDzTB+jQTndgY8ZIwmhlpKXdywTE+YYSav2sCxmaSutqCQ5QYJL9z2uD4+C1sG+/HjJWfD0ftftfoOkIqHmuJNCkoshJ2HGmByAc6J5YtJxBzblUpuKucg9LNf5oFuFXCGXEjpBV08sAcBwMhrHR" ] }, "ContentHeaders": { - "Content-Length": [ "3508" ], + "Content-Length": [ "19" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/20f1619e-4210-47f6-81e6-b89e3028df06\",\r\n \"name\": \"northwest/20f1619e-4210-47f6-81e6-b89e3028df06\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"20f1619e-4210-47f6-81e6-b89e3028df06\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_4\",\r\n \"actualSizeGB\": 24,\r\n \"provisionSizeGB\": 127,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/RG1/providers/Microsoft.Compute/Disks/TEST_OsDisk_1_20f1619e421047f681e6b89e3028df06\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Premium_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/38a767e4-4ceb-49fb-a53c-48de9b08aaae\",\r\n \"name\": \"northwest/38a767e4-4ceb-49fb-a53c-48de9b08aaae\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"38a767e4-4ceb-49fb-a53c-48de9b08aaae\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_4\",\r\n \"actualSizeGB\": 24,\r\n \"provisionSizeGB\": 127,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/SCTE/providers/Microsoft.Compute/Disks/SCTETest_OsDisk_1_38a767e44ceb49fba53c48de9b08aaae\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/8ad00e03-fc5d-424d-981b-9eeb03a4fdcc\",\r\n \"name\": \"northwest/8ad00e03-fc5d-424d-981b-9eeb03a4fdcc\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"8ad00e03-fc5d-424d-981b-9eeb03a4fdcc\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_4\",\r\n \"actualSizeGB\": 2,\r\n \"provisionSizeGB\": 30,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/LADTEST/providers/Microsoft.Compute/Disks/Test4_OsDisk_1_8ad00e03fc5d424d981b9eeb03a4fdcc\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/c0fba5b4-c21b-4b5f-b59c-33e4f6377ff4\",\r\n \"name\": \"northwest/c0fba5b4-c21b-4b5f-b59c-33e4f6377ff4\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"c0fba5b4-c21b-4b5f-b59c-33e4f6377ff4\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_4\",\r\n \"actualSizeGB\": 2,\r\n \"provisionSizeGB\": 30,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/LADTEST/providers/Microsoft.Compute/Disks/scte5_OsDisk_1_c0fba5b4c21b4b5fb59c33e4f6377ff4\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n}" + "Content": "{\r\n \"value\": []\r\n}", + "isContentBase64": false } }, - "Get-AzsDisk+[NoContext]+TestListDisks+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks?count=1\u0026start=1\u0026api-version=2018-07-30-preview+5": { + "Get-AzsDisk+[NoContext]+TestGetDisk+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/disks?api-version=2021-04-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks?count=1\u0026start=1\u0026api-version=2018-07-30-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/disks?api-version=2021-04-01", "Content": null, - "Headers": { - "x-ms-unique-id": [ "15" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "413" ], + "x-ms-client-request-id": [ "60a22686-1b5e-4075-9a7b-f2f09f13c688" ], + "CommandName": [ "Get-AzsDisk" ], + "FullCommandName": [ "Get-AzsDisk_List" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -163,136 +63,69 @@ "Response": { "StatusCode": 200, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ "00000000-0000-0000-0000-000000000000_0" ], - "x-ms-correlation-request-id": [ "3f5229a5-8f33-44e0-88b6-4e8af5a6df65" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv3MBIXA/MjbhFXEvWlIOHnZD6x6I1RhPvikARggJX/3r16vE8vzAgWYIwyzfPaY6JVLjk0JKijjfSrMOVcWxx/ADmW0Hd6TdodjL1LlLj0p/YBRhZgmo+XiVDHbK4UllX0KJNtF+FtJw0StIOK1oG" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "13731" ], - "x-ms-request-id": [ "3f5229a5-8f33-44e0-88b6-4e8af5a6df65" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200214T174601Z:3f5229a5-8f33-44e0-88b6-4e8af5a6df65" ], + "x-ms-correlation-request-id": [ "3f5c47b2-5b02-4c17-8595-e09470604a91" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14786" ], + "x-ms-request-id": [ "3f5c47b2-5b02-4c17-8595-e09470604a91" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213756Z:3f5c47b2-5b02-4c17-8595-e09470604a91" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 14 Feb 2020 17:46:01 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "896" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/38a767e4-4ceb-49fb-a53c-48de9b08aaae\",\r\n \"name\": \"northwest/38a767e4-4ceb-49fb-a53c-48de9b08aaae\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"38a767e4-4ceb-49fb-a53c-48de9b08aaae\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_4\",\r\n \"actualSizeGB\": 24,\r\n \"provisionSizeGB\": 127,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/SCTE/providers/Microsoft.Compute/Disks/SCTETest_OsDisk_1_38a767e44ceb49fba53c48de9b08aaae\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n}" - } - }, - "Get-AzsDisk+[NoContext]+TestGetDisk+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks?api-version=2018-07-30-preview+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks?api-version=2018-07-30-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "16" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-served-by": [ "00000000-0000-0000-0000-000000000000_0" ], - "x-ms-correlation-request-id": [ "48212f32-b487-4521-80a1-24b1b1cb87be" ], + "Date": [ "Mon, 09 Aug 2021 21:37:55 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvCjINKcBOXtfd8EEVj+rxya7uwIPYsmCVH6Z3Pfm5Qro92M6cmgzkuPNjUAySvGKKAuTBlklzrtmXGaZFoR8JHz8QwbMio+i0Tvy+siCFtQRm31h2LMPq5s9MpELxyBgCJS2qW4rab2tCkKjTcw8x" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "13730" ], - "x-ms-request-id": [ "48212f32-b487-4521-80a1-24b1b1cb87be" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200214T174602Z:48212f32-b487-4521-80a1-24b1b1cb87be" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 14 Feb 2020 17:46:01 GMT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv7vS2Gad84T7OANUBTCi8kcbZJ5i+Rt12AUF+FCtm1laXP4exolXijSizEdQPUbsTOQ32mhRMwR4pz4N6A99UIOMDggFbe+ceRQBbgCfR0X/u9I/PwAOGq0tGEiGalfZKqUCrmpc1hyCXlAmA/w5O" ] }, "ContentHeaders": { - "Content-Length": [ "11279" ], + "Content-Length": [ "19" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/20f1619e-4210-47f6-81e6-b89e3028df06\",\r\n \"name\": \"northwest/20f1619e-4210-47f6-81e6-b89e3028df06\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"20f1619e-4210-47f6-81e6-b89e3028df06\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_4\",\r\n \"actualSizeGB\": 24,\r\n \"provisionSizeGB\": 127,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/RG1/providers/Microsoft.Compute/Disks/TEST_OsDisk_1_20f1619e421047f681e6b89e3028df06\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Premium_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/38a767e4-4ceb-49fb-a53c-48de9b08aaae\",\r\n \"name\": \"northwest/38a767e4-4ceb-49fb-a53c-48de9b08aaae\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"38a767e4-4ceb-49fb-a53c-48de9b08aaae\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_4\",\r\n \"actualSizeGB\": 24,\r\n \"provisionSizeGB\": 127,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/SCTE/providers/Microsoft.Compute/Disks/SCTETest_OsDisk_1_38a767e44ceb49fba53c48de9b08aaae\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/426b8945-8a24-42ad-acdc-c26f16202489\",\r\n \"name\": \"northwest/426b8945-8a24-42ad-acdc-c26f16202489\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"426b8945-8a24-42ad-acdc-c26f16202489\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"actualSizeGB\": 24,\r\n \"provisionSizeGB\": 127,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/LADTEST/providers/Microsoft.Compute/Disks/TEST_OsDisk_1_426b89458a2442adacdcc26f16202489\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Premium_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/a2ae46fa-ad52-4f7e-bd5d-2b052b6c8f7e\",\r\n \"name\": \"northwest/a2ae46fa-ad52-4f7e-bd5d-2b052b6c8f7e\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"a2ae46fa-ad52-4f7e-bd5d-2b052b6c8f7e\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"actualSizeGB\": 24,\r\n \"provisionSizeGB\": 127,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/SCTE/providers/Microsoft.Compute/Disks/sctetest2_OsDisk_1_a2ae46faad524f7ebd5d2b052b6c8f7e\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/17589ca4-1346-4ade-a2d7-72324a7de0c4\",\r\n \"name\": \"northwest/17589ca4-1346-4ade-a2d7-72324a7de0c4\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"17589ca4-1346-4ade-a2d7-72324a7de0c4\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_1\",\r\n \"actualSizeGB\": 18,\r\n \"provisionSizeGB\": 127,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/ANHWANTESTRG/providers/Microsoft.Compute/Disks/anhwanTestVm_OsDisk_1_17589ca413464adea2d772324a7de0c4\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/16c5cbad-9f96-4d71-b758-329437ad2ca6\",\r\n \"name\": \"northwest/16c5cbad-9f96-4d71-b758-329437ad2ca6\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"16c5cbad-9f96-4d71-b758-329437ad2ca6\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"actualSizeGB\": 16,\r\n \"provisionSizeGB\": 30,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/SCTE/providers/Microsoft.Compute/Disks/SCTE2_OsDisk_1_16c5cbad9f964d71b758329437ad2ca6\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/6a3f1eb9-9115-4ba3-b86f-075619cc5125\",\r\n \"name\": \"northwest/6a3f1eb9-9115-4ba3-b86f-075619cc5125\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"6a3f1eb9-9115-4ba3-b86f-075619cc5125\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_1\",\r\n \"actualSizeGB\": 16,\r\n \"provisionSizeGB\": 30,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/SCTE/providers/Microsoft.Compute/Disks/SCTE3_OsDisk_1_6a3f1eb991154ba3b86f075619cc5125\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/207d840f-9ae1-43cb-ae81-ac982168b936\",\r\n \"name\": \"northwest/207d840f-9ae1-43cb-ae81-ac982168b936\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"207d840f-9ae1-43cb-ae81-ac982168b936\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"actualSizeGB\": 2,\r\n \"provisionSizeGB\": 30,\r\n \"userResourceId\": \"/subscriptions/0a4ed41b-90cf-41b7-8225-ab252f776f16/resourceGroups/VAASRGE976/providers/Microsoft.Compute/Disks/osdisk\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Premium_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/ff3b1b7f-2b3c-4b2d-8fb8-a336db6958a7\",\r\n \"name\": \"northwest/ff3b1b7f-2b3c-4b2d-8fb8-a336db6958a7\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"ff3b1b7f-2b3c-4b2d-8fb8-a336db6958a7\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"actualSizeGB\": 2,\r\n \"provisionSizeGB\": 30,\r\n \"userResourceId\": \"/subscriptions/d69dcf23-0c5a-4f87-87b9-b29d9184262b/resourceGroups/VAASRGC7B2/providers/Microsoft.Compute/Disks/osdisk\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Premium_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/8ad00e03-fc5d-424d-981b-9eeb03a4fdcc\",\r\n \"name\": \"northwest/8ad00e03-fc5d-424d-981b-9eeb03a4fdcc\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"8ad00e03-fc5d-424d-981b-9eeb03a4fdcc\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_4\",\r\n \"actualSizeGB\": 2,\r\n \"provisionSizeGB\": 30,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/LADTEST/providers/Microsoft.Compute/Disks/Test4_OsDisk_1_8ad00e03fc5d424d981b9eeb03a4fdcc\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/c0fba5b4-c21b-4b5f-b59c-33e4f6377ff4\",\r\n \"name\": \"northwest/c0fba5b4-c21b-4b5f-b59c-33e4f6377ff4\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"c0fba5b4-c21b-4b5f-b59c-33e4f6377ff4\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_4\",\r\n \"actualSizeGB\": 2,\r\n \"provisionSizeGB\": 30,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/LADTEST/providers/Microsoft.Compute/Disks/scte5_OsDisk_1_c0fba5b4c21b4b5fb59c33e4f6377ff4\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/0597b790-e612-4a86-8a9b-6dac76cdb990\",\r\n \"name\": \"northwest/0597b790-e612-4a86-8a9b-6dac76cdb990\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"0597b790-e612-4a86-8a9b-6dac76cdb990\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"actualSizeGB\": 1,\r\n \"provisionSizeGB\": 10,\r\n \"userResourceId\": \"/subscriptions/7cd88a02-5f6a-48e0-a247-1b16cd61b5f7/resourceGroups/VAASRG012C/providers/Microsoft.Compute/Disks/simplelinuxvmv_disk3_0597b790e6124a868a9b6dac76cdb990\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Premium_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/268b29d2-a13d-481e-aedc-2dbed1255a20\",\r\n \"name\": \"northwest/268b29d2-a13d-481e-aedc-2dbed1255a20\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"268b29d2-a13d-481e-aedc-2dbed1255a20\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"actualSizeGB\": 1,\r\n \"provisionSizeGB\": 10,\r\n \"userResourceId\": \"/subscriptions/a77ae262-efb2-4065-8284-c43da3f41d54/resourceGroups/VAASRG9ED1/providers/Microsoft.Compute/Disks/simplelinuxvmv-datadisk1\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Standard_LRS\"\r\n }\r\n }\r\n ]\r\n}" + "Content": "{\r\n \"value\": []\r\n}", + "isContentBase64": false } }, - "Get-AzsDisk+[NoContext]+TestGetDisk+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/20f1619e-4210-47f6-81e6-b89e3028df06?api-version=2018-07-30-preview+2": { + "Get-AzsDisk+[NoContext]+TestGetDiskInvalid+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/disks/454E5E28-8D5E-41F9-929E-BFF6A7E1A253?api-version=2021-04-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/20f1619e-4210-47f6-81e6-b89e3028df06?api-version=2018-07-30-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/disks/454E5E28-8D5E-41F9-929E-BFF6A7E1A253?api-version=2021-04-01", "Content": null, - "Headers": { - "x-ms-unique-id": [ "17" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "isContentBase64": false, + "Headers": { + "x-ms-unique-id": [ "414" ], + "x-ms-client-request-id": [ "7166e594-e351-4e38-a467-4e3c193e16bd" ], + "CommandName": [ "Get-AzsDisk" ], + "FullCommandName": [ "Get-AzsDisk_Get" ], + "ParameterSetName": [ "__AllParameterSets" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { } }, "Response": { - "StatusCode": 200, + "StatusCode": 404, "Headers": { - "Cache-Control": [ "no-cache" ], "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ "00000000-0000-0000-0000-000000000000_0" ], - "x-ms-correlation-request-id": [ "97f94950-2edc-45b5-8a5f-e44b9184c275" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvOLGPkuY+UixIzl0FOk96kB/q11m0zrjw1HZHZME35iKXzzmYA27Mkm6ZYIWm/Uz9LLDq+FtnNe9w0ldJStXSa7IDlqn0WVVxCgKVpnXgZxbld5aImB0JEeg5I8Mz7mK2QPv8SEYXKzg+Vv9Mes8T" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "13729" ], - "x-ms-request-id": [ "97f94950-2edc-45b5-8a5f-e44b9184c275" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200214T174602Z:97f94950-2edc-45b5-8a5f-e44b9184c275" ], + "x-ms-correlation-request-id": [ "7855dce3-a117-431f-9ec7-849e9fc71246" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14785" ], + "x-ms-request-id": [ "7855dce3-a117-431f-9ec7-849e9fc71246" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213756Z:7855dce3-a117-431f-9ec7-849e9fc71246" ], "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 14 Feb 2020 17:46:02 GMT" ] - }, - "ContentHeaders": { - "Content-Length": [ "801" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/20f1619e-4210-47f6-81e6-b89e3028df06\",\r\n \"name\": \"northwest/20f1619e-4210-47f6-81e6-b89e3028df06\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"northwest\",\r\n \"properties\": {\r\n \"diskId\": \"20f1619e-4210-47f6-81e6-b89e3028df06\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.azs-long02-int.selfhost.corp.microsoft.com\\\\SU1_ObjStore_4\",\r\n \"actualSizeGB\": 24,\r\n \"provisionSizeGB\": 127,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/RG1/providers/Microsoft.Compute/Disks/TEST_OsDisk_1_20f1619e421047f681e6b89e3028df06\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Premium_LRS\"\r\n }\r\n}" - } - }, - "Get-AzsDisk+[NoContext]+TestGetDiskInvalid+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/454E5E28-8D5E-41F9-929E-BFF6A7E1A253?api-version=2018-07-30-preview+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/northwest/disks/454E5E28-8D5E-41F9-929E-BFF6A7E1A253?api-version=2018-07-30-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "18" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 404, - "Headers": { "Cache-Control": [ "no-cache" ], - "Pragma": [ "no-cache" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-served-by": [ "00000000-0000-0000-0000-000000000000_0" ], - "x-ms-correlation-request-id": [ "8815c142-8d62-40ae-89e2-08aba1a823ab" ], + "Date": [ "Mon, 09 Aug 2021 21:37:55 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvIuDv39nYezPhLBMsiug1iLg81bSFQoRVC1WeFJVC5OSFFFVJflHUk+rf3Jlza57dPQqkS7UkxEMPb4vhd2M5GJ8pG0IBODMUKm8WnuhYmcmBkXEoWmPW5Xpob6T3bqsFjJ7Qep/jRfYBQzq9He7p" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "13728" ], - "x-ms-request-id": [ "8815c142-8d62-40ae-89e2-08aba1a823ab" ], - "x-ms-routing-request-id": [ "NORTHWEST:20200214T174602Z:8815c142-8d62-40ae-89e2-08aba1a823ab" ], - "X-Content-Type-Options": [ "nosniff" ], - "Date": [ "Fri, 14 Feb 2020 17:46:02 GMT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvM0eGA9EKgBAOnya/M/aeZtY+s3J0z/0iVx1Itc0qMl0DoHKbqfwWPCubDqQvn9CNavSkCbLQD/iN1R6msSI7FoyAQOm6VJq8m6PKScl16+lsL1U4gfm1U9FXYG7Wq5j7bJkh4kRgsoZ/15y8nobB" ] }, "ContentHeaders": { "Content-Length": [ "115" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"error\": {\r\n \"code\": \"NotFound\",\r\n \"message\": \"The entity was not found in this Azure location.\"\r\n }\r\n}" + "Content": "{\r\n \"error\": {\r\n \"code\": \"NotFound\",\r\n \"message\": \"The entity was not found in this Azure location.\"\r\n }\r\n}", + "isContentBase64": false } } } \ No newline at end of file diff --git a/src/Azs.Compute.Admin/test/Get-AzsDisk.Tests.ps1 b/src/Azs.Compute.Admin/test/Get-AzsDisk.Tests.ps1 index a09ebc8f..a50bd2d6 100644 --- a/src/Azs.Compute.Admin/test/Get-AzsDisk.Tests.ps1 +++ b/src/Azs.Compute.Admin/test/Get-AzsDisk.Tests.ps1 @@ -84,7 +84,7 @@ Describe 'Get-AzsDisk' { } } - It "TestListDisks" { + It "TestListDisks" -Skip:$('TestListDisks' -in $global:SkippedTests) { $global:TestName = 'TestListDisks' $disks = Get-AzsDisk @@ -114,7 +114,7 @@ Describe 'Get-AzsDisk' { } } - It "TestGetDisk" { + It "TestGetDisk" -Skip:$('TestGetDisk' -in $global:SkippedTests) { $global:TestName = 'TestGetDisk' $disks = Get-AzsDisk diff --git a/src/Azs.Compute.Admin/test/Get-AzsDiskMigrationJob.Recording.json b/src/Azs.Compute.Admin/test/Get-AzsDiskMigrationJob.Recording.json index 8ed13467..60eb4a98 100644 --- a/src/Azs.Compute.Admin/test/Get-AzsDiskMigrationJob.Recording.json +++ b/src/Azs.Compute.Admin/test/Get-AzsDiskMigrationJob.Recording.json @@ -1,16 +1,17 @@ { - "Get-AzsDiskMigrationJob+[NoContext]+TestListDiskMigrationJobs+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs?api-version=2018-07-30-preview+1": { + "Get-AzsDiskMigrationJob+[NoContext]+TestListDiskMigrationJobs+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs?api-version=2021-04-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs?api-version=2018-07-30-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs?api-version=2021-04-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "143" ], - "x-ms-client-request-id": [ "8a96982e-f67e-48d6-8fb8-835eab26b33d" ], + "x-ms-unique-id": [ "415" ], + "x-ms-client-request-id": [ "3ef10bf7-a046-45d8-9e7b-3389e3831ccd" ], "CommandName": [ "Get-AzsDiskMigrationJob" ], "FullCommandName": [ "Get-AzsDiskMigrationJob_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -22,36 +23,38 @@ "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ "00000000-0000-0000-0000-000000000000_0" ], - "x-ms-correlation-request-id": [ "2c92ad22-628a-4142-ae18-aafe8b5da427" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14950" ], - "x-ms-request-id": [ "2c92ad22-628a-4142-ae18-aafe8b5da427" ], - "x-ms-routing-request-id": [ "REDMOND:20200226T103443Z:2c92ad22-628a-4142-ae18-aafe8b5da427" ], + "x-ms-correlation-request-id": [ "acde71cb-dede-4e0d-9c1b-4c6a8f24f12b" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14784" ], + "x-ms-request-id": [ "acde71cb-dede-4e0d-9c1b-4c6a8f24f12b" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213756Z:acde71cb-dede-4e0d-9c1b-4c6a8f24f12b" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Wed, 26 Feb 2020 10:34:43 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:56 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvRSSSEu0Xqs3v3NjrWx9HnzlUFS2N2gHAaf5GRmQirfB8QCAKqg1XkhiSlmgPBoFUb3hAHglaR10UOMMPfpCKtlLC4RofuWnSW2+yiPR+SzkE2xv1yPSGSIACp7tPqlQGoDmJ/UD2M3uGtB/gL2ng" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJMLJeVNknb6SYNuZeE2fQPZC/8bgBQ3uh9LANaV1TUlUYTCpnXansddANtt/7a+l8a2rVjDfnD66i/fsNFXzlzGOes0zhi90dOQhk/VBkWXflfcQvHca1l6gxIdfaBXDTWSKeBsQFl/sQ1KH9OdP" ] }, "ContentHeaders": { - "Content-Length": [ "5969" ], + "Content-Length": [ "19" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs/t2\",\r\n \"name\": \"redmond/t2\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/diskmigrationjobs\",\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"migrationId\": \"t2\",\r\n \"status\": \"Succeeded\",\r\n \"subtasks\": [\r\n {\r\n \"migrationSubTaskId\": \"a0d9e190-015b-4fde-93b6-38a973038130\",\r\n \"properties\": {\r\n \"migrationSubtaskStatus\": \"Succeeded\",\r\n \"startTime\": \"2020-02-20T03:37:01.5215952Z\",\r\n \"endTime\": \"2020-02-20T03:37:41.7109467Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"sourceShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"targetDiskStateForMigration\": \"Unattached\",\r\n \"diskId\": \"d8a99b2a-d936-4b8f-8bc3-f80d7a34f0b8\"\r\n }\r\n },\r\n {\r\n \"migrationSubTaskId\": \"dc6b29be-b83c-4a2c-ac71-31d20750fb0c\",\r\n \"properties\": {\r\n \"migrationSubtaskStatus\": \"Succeeded\",\r\n \"startTime\": \"2020-02-20T03:37:41.7265766Z\",\r\n \"endTime\": \"2020-02-20T03:38:21.9027484Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"sourceShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"targetDiskStateForMigration\": \"Unattached\",\r\n \"diskId\": \"afdd2d42-586c-4358-b232-e036182ef32c\"\r\n }\r\n }\r\n ],\r\n \"creationTime\": \"2020-02-20T03:37:01.4747141Z\",\r\n \"startTime\": \"2020-02-20T03:37:01.505965Z\",\r\n \"endTime\": \"2020-02-20T03:38:31.9344923Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs/t3\",\r\n \"name\": \"redmond/t3\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/diskmigrationjobs\",\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"migrationId\": \"t3\",\r\n \"status\": \"Canceled\",\r\n \"subtasks\": [\r\n {\r\n \"migrationSubTaskId\": \"31d1ee7b-f74e-4eef-b134-72cd24b4bf42\",\r\n \"properties\": {\r\n \"migrationSubtaskStatus\": \"Failed\",\r\n \"reason\": \"Migration failed because time out in 20 seconds during cancel migraion job.\",\r\n \"startTime\": \"2020-02-20T03:42:53.6408054Z\",\r\n \"endTime\": \"2020-02-20T03:43:55.8500961Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_1\",\r\n \"sourceShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"targetDiskStateForMigration\": \"Unattached\",\r\n \"diskId\": \"afdd2d42-586c-4358-b232-e036182ef32c\"\r\n }\r\n },\r\n {\r\n \"migrationSubTaskId\": \"67367d5c-fd9f-44e4-9998-caf8677e3b8a\",\r\n \"properties\": {\r\n \"migrationSubtaskStatus\": \"Canceled\",\r\n \"endTime\": \"2020-02-20T03:43:55.8500961Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_1\",\r\n \"sourceShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"targetDiskStateForMigration\": \"Unattached\",\r\n \"diskId\": \"d8a99b2a-d936-4b8f-8bc3-f80d7a34f0b8\"\r\n }\r\n }\r\n ],\r\n \"creationTime\": \"2020-02-20T03:42:53.6095533Z\",\r\n \"startTime\": \"2020-02-20T03:42:53.625182Z\",\r\n \"endTime\": \"2020-02-20T03:43:55.8657214Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs/test\",\r\n \"name\": \"redmond/test\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/diskmigrationjobs\",\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"migrationId\": \"test\",\r\n \"status\": \"Succeeded\",\r\n \"subtasks\": [\r\n {\r\n \"migrationSubTaskId\": \"578c0e4a-631f-4a78-bdbc-547949ebcefe\",\r\n \"properties\": {\r\n \"migrationSubtaskStatus\": \"Succeeded\",\r\n \"startTime\": \"2020-02-20T03:17:24.0393848Z\",\r\n \"endTime\": \"2020-02-20T03:18:08.8117947Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"sourceShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_1\",\r\n \"targetDiskStateForMigration\": \"Unattached\",\r\n \"diskId\": \"afdd2d42-586c-4358-b232-e036182ef32c\"\r\n }\r\n },\r\n {\r\n \"migrationSubTaskId\": \"e5775f7f-3132-4932-8881-bd7375c868a4\",\r\n \"properties\": {\r\n \"migrationSubtaskStatus\": \"Succeeded\",\r\n \"startTime\": \"2020-02-20T03:18:08.8274233Z\",\r\n \"endTime\": \"2020-02-20T03:18:49.0493824Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"sourceShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"targetDiskStateForMigration\": \"Unattached\",\r\n \"diskId\": \"d8a99b2a-d936-4b8f-8bc3-f80d7a34f0b8\"\r\n }\r\n }\r\n ],\r\n \"creationTime\": \"2020-02-20T03:17:23.9612523Z\",\r\n \"startTime\": \"2020-02-20T03:17:23.9925058Z\",\r\n \"endTime\": \"2020-02-20T03:18:59.0528861Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_3\"\r\n }\r\n }\r\n ]\r\n}" + "Content": "{\r\n \"value\": []\r\n}", + "isContentBase64": false } }, - "Get-AzsDiskMigrationJob+[NoContext]+TestGetDiskMigrationJob+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs?api-version=2018-07-30-preview+1": { + "Get-AzsDiskMigrationJob+[NoContext]+TestGetDiskMigrationJob+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs?api-version=2021-04-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs?api-version=2018-07-30-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs?api-version=2021-04-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "144" ], - "x-ms-client-request-id": [ "9f7fe7a4-ed2f-484b-9801-a335af8cec37" ], + "x-ms-unique-id": [ "416" ], + "x-ms-client-request-id": [ "8de4fe89-a318-42ca-856d-3790c504463e" ], "CommandName": [ "Get-AzsDiskMigrationJob" ], "FullCommandName": [ "Get-AzsDiskMigrationJob_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -63,104 +66,23 @@ "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ "00000000-0000-0000-0000-000000000000_0" ], - "x-ms-correlation-request-id": [ "37955005-c0a3-41fa-a562-fdd2bef9cf78" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14949" ], - "x-ms-request-id": [ "37955005-c0a3-41fa-a562-fdd2bef9cf78" ], - "x-ms-routing-request-id": [ "REDMOND:20200226T103443Z:37955005-c0a3-41fa-a562-fdd2bef9cf78" ], + "x-ms-correlation-request-id": [ "d62ba887-2426-4fd1-98ac-33586e49358c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14783" ], + "x-ms-request-id": [ "d62ba887-2426-4fd1-98ac-33586e49358c" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213756Z:d62ba887-2426-4fd1-98ac-33586e49358c" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Wed, 26 Feb 2020 10:34:43 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:56 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvXhz3NDKG1VZUuzIBx49DkILM7UtyPFLUrnhk/ZQ9EONWsc5B8Hkiw6tvaFhe0B00rjDEfZAlzHKaDfWeiNnqozWSKx34idSSNtywnYJUmuHGKkDwTw8hF2yKoNW7LuZlKSn5wkTKGeBpnjseP6W8" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvTVFoReH4cJDFPaoK9VvezOuOTZ5bvCcK6pfrlVClGoHU8c+J2WfY3Dgv6/JfnRXWnSPqqOxSMnYjr7kV/MQGH0jxnTbWqvzjGThuclhAObGWvCOe3XMpZ8iomaEr9wju1BV7muApvhAeimMyb1tD" ] }, "ContentHeaders": { - "Content-Length": [ "5969" ], + "Content-Length": [ "19" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs/t2\",\r\n \"name\": \"redmond/t2\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/diskmigrationjobs\",\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"migrationId\": \"t2\",\r\n \"status\": \"Succeeded\",\r\n \"subtasks\": [\r\n {\r\n \"migrationSubTaskId\": \"a0d9e190-015b-4fde-93b6-38a973038130\",\r\n \"properties\": {\r\n \"migrationSubtaskStatus\": \"Succeeded\",\r\n \"startTime\": \"2020-02-20T03:37:01.5215952Z\",\r\n \"endTime\": \"2020-02-20T03:37:41.7109467Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"sourceShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"targetDiskStateForMigration\": \"Unattached\",\r\n \"diskId\": \"d8a99b2a-d936-4b8f-8bc3-f80d7a34f0b8\"\r\n }\r\n },\r\n {\r\n \"migrationSubTaskId\": \"dc6b29be-b83c-4a2c-ac71-31d20750fb0c\",\r\n \"properties\": {\r\n \"migrationSubtaskStatus\": \"Succeeded\",\r\n \"startTime\": \"2020-02-20T03:37:41.7265766Z\",\r\n \"endTime\": \"2020-02-20T03:38:21.9027484Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"sourceShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"targetDiskStateForMigration\": \"Unattached\",\r\n \"diskId\": \"afdd2d42-586c-4358-b232-e036182ef32c\"\r\n }\r\n }\r\n ],\r\n \"creationTime\": \"2020-02-20T03:37:01.4747141Z\",\r\n \"startTime\": \"2020-02-20T03:37:01.505965Z\",\r\n \"endTime\": \"2020-02-20T03:38:31.9344923Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs/t3\",\r\n \"name\": \"redmond/t3\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/diskmigrationjobs\",\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"migrationId\": \"t3\",\r\n \"status\": \"Canceled\",\r\n \"subtasks\": [\r\n {\r\n \"migrationSubTaskId\": \"31d1ee7b-f74e-4eef-b134-72cd24b4bf42\",\r\n \"properties\": {\r\n \"migrationSubtaskStatus\": \"Failed\",\r\n \"reason\": \"Migration failed because time out in 20 seconds during cancel migraion job.\",\r\n \"startTime\": \"2020-02-20T03:42:53.6408054Z\",\r\n \"endTime\": \"2020-02-20T03:43:55.8500961Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_1\",\r\n \"sourceShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"targetDiskStateForMigration\": \"Unattached\",\r\n \"diskId\": \"afdd2d42-586c-4358-b232-e036182ef32c\"\r\n }\r\n },\r\n {\r\n \"migrationSubTaskId\": \"67367d5c-fd9f-44e4-9998-caf8677e3b8a\",\r\n \"properties\": {\r\n \"migrationSubtaskStatus\": \"Canceled\",\r\n \"endTime\": \"2020-02-20T03:43:55.8500961Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_1\",\r\n \"sourceShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"targetDiskStateForMigration\": \"Unattached\",\r\n \"diskId\": \"d8a99b2a-d936-4b8f-8bc3-f80d7a34f0b8\"\r\n }\r\n }\r\n ],\r\n \"creationTime\": \"2020-02-20T03:42:53.6095533Z\",\r\n \"startTime\": \"2020-02-20T03:42:53.625182Z\",\r\n \"endTime\": \"2020-02-20T03:43:55.8657214Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_1\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs/test\",\r\n \"name\": \"redmond/test\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/diskmigrationjobs\",\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"migrationId\": \"test\",\r\n \"status\": \"Succeeded\",\r\n \"subtasks\": [\r\n {\r\n \"migrationSubTaskId\": \"578c0e4a-631f-4a78-bdbc-547949ebcefe\",\r\n \"properties\": {\r\n \"migrationSubtaskStatus\": \"Succeeded\",\r\n \"startTime\": \"2020-02-20T03:17:24.0393848Z\",\r\n \"endTime\": \"2020-02-20T03:18:08.8117947Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"sourceShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_1\",\r\n \"targetDiskStateForMigration\": \"Unattached\",\r\n \"diskId\": \"afdd2d42-586c-4358-b232-e036182ef32c\"\r\n }\r\n },\r\n {\r\n \"migrationSubTaskId\": \"e5775f7f-3132-4932-8881-bd7375c868a4\",\r\n \"properties\": {\r\n \"migrationSubtaskStatus\": \"Succeeded\",\r\n \"startTime\": \"2020-02-20T03:18:08.8274233Z\",\r\n \"endTime\": \"2020-02-20T03:18:49.0493824Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"sourceShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"targetDiskStateForMigration\": \"Unattached\",\r\n \"diskId\": \"d8a99b2a-d936-4b8f-8bc3-f80d7a34f0b8\"\r\n }\r\n }\r\n ],\r\n \"creationTime\": \"2020-02-20T03:17:23.9612523Z\",\r\n \"startTime\": \"2020-02-20T03:17:23.9925058Z\",\r\n \"endTime\": \"2020-02-20T03:18:59.0528861Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_3\"\r\n }\r\n }\r\n ]\r\n}" - } - }, - "Get-AzsDiskMigrationJob+[NoContext]+TestGetDiskMigrationJob+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs/t2?api-version=2018-07-30-preview+2": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs/t2?api-version=2018-07-30-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "145" ], - "x-ms-client-request-id": [ "78eecb52-f88d-4f06-a1c2-2a53a5619472" ], - "CommandName": [ "Get-AzsDiskMigrationJob" ], - "FullCommandName": [ "Get-AzsDiskMigrationJob_Get" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Pragma": [ "no-cache" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-served-by": [ "00000000-0000-0000-0000-000000000000_0" ], - "x-ms-correlation-request-id": [ "98368190-eb5a-4ed0-9477-9b771034eb75" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14948" ], - "x-ms-request-id": [ "98368190-eb5a-4ed0-9477-9b771034eb75" ], - "x-ms-routing-request-id": [ "REDMOND:20200226T103443Z:98368190-eb5a-4ed0-9477-9b771034eb75" ], - "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Wed, 26 Feb 2020 10:34:43 GMT" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvk5rHXaCvoKRFAr3lMLSE2CdRQJI3MrmWd1pvlGTmznlsKBY2NJ06Baeiq+TAX7ZChnHtk9tM0nZu2XV/pxO25CFuc2SCCNzx3gO5wAJcarcXoFTkSTJ1LOYyuZ394376tIC1CIq2YL/mIbbDDiZB" ] - }, - "ContentHeaders": { - "Content-Length": [ "1804" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs/t2\",\r\n \"name\": \"redmond/t2\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/diskmigrationjobs\",\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"migrationId\": \"t2\",\r\n \"status\": \"Succeeded\",\r\n \"subtasks\": [\r\n {\r\n \"migrationSubTaskId\": \"a0d9e190-015b-4fde-93b6-38a973038130\",\r\n \"properties\": {\r\n \"migrationSubtaskStatus\": \"Succeeded\",\r\n \"startTime\": \"2020-02-20T03:37:01.5215952Z\",\r\n \"endTime\": \"2020-02-20T03:37:41.7109467Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"sourceShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"targetDiskStateForMigration\": \"Unattached\",\r\n \"diskId\": \"d8a99b2a-d936-4b8f-8bc3-f80d7a34f0b8\"\r\n }\r\n },\r\n {\r\n \"migrationSubTaskId\": \"dc6b29be-b83c-4a2c-ac71-31d20750fb0c\",\r\n \"properties\": {\r\n \"migrationSubtaskStatus\": \"Succeeded\",\r\n \"startTime\": \"2020-02-20T03:37:41.7265766Z\",\r\n \"endTime\": \"2020-02-20T03:38:21.9027484Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"sourceShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"targetDiskStateForMigration\": \"Unattached\",\r\n \"diskId\": \"afdd2d42-586c-4358-b232-e036182ef32c\"\r\n }\r\n }\r\n ],\r\n \"creationTime\": \"2020-02-20T03:37:01.4747141Z\",\r\n \"startTime\": \"2020-02-20T03:37:01.505965Z\",\r\n \"endTime\": \"2020-02-20T03:38:31.9344923Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\"\r\n }\r\n}" - } - }, - "Get-AzsDiskMigrationJob+[NoContext]+TestGetDiskMigrationJob+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs/t2?api-version=2018-07-30-preview+3": { - "Request": { - "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs/t2?api-version=2018-07-30-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "146" ], - "x-ms-client-request-id": [ "9f7498ce-b1f5-4356-a12b-79cf1ec468df" ], - "CommandName": [ "Get-AzsDiskMigrationJob" ], - "FullCommandName": [ "Get-AzsDiskMigrationJob_GetViaIdentity" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Pragma": [ "no-cache" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-served-by": [ "00000000-0000-0000-0000-000000000000_0" ], - "x-ms-correlation-request-id": [ "f12ed9e1-39d6-4795-8708-e5ef1ee996e1" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14947" ], - "x-ms-request-id": [ "f12ed9e1-39d6-4795-8708-e5ef1ee996e1" ], - "x-ms-routing-request-id": [ "REDMOND:20200226T103443Z:f12ed9e1-39d6-4795-8708-e5ef1ee996e1" ], - "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Wed, 26 Feb 2020 10:34:43 GMT" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvymLnNdw6eYZGCixn852Jw2yLqVsKk5jGkLVilAun6JTJO589+lLccfm+lK7OgayLREVMA/TOiSbBFAzZg/e0jRQVlQCGgFOYSO2EQyrwPpoCeKgyLyJi5TzvMv6HfM5ZXtJRDFhokKGbKARY7l/v" ] - }, - "ContentHeaders": { - "Content-Length": [ "1804" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs/t2\",\r\n \"name\": \"redmond/t2\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/diskmigrationjobs\",\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"migrationId\": \"t2\",\r\n \"status\": \"Succeeded\",\r\n \"subtasks\": [\r\n {\r\n \"migrationSubTaskId\": \"a0d9e190-015b-4fde-93b6-38a973038130\",\r\n \"properties\": {\r\n \"migrationSubtaskStatus\": \"Succeeded\",\r\n \"startTime\": \"2020-02-20T03:37:01.5215952Z\",\r\n \"endTime\": \"2020-02-20T03:37:41.7109467Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"sourceShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"targetDiskStateForMigration\": \"Unattached\",\r\n \"diskId\": \"d8a99b2a-d936-4b8f-8bc3-f80d7a34f0b8\"\r\n }\r\n },\r\n {\r\n \"migrationSubTaskId\": \"dc6b29be-b83c-4a2c-ac71-31d20750fb0c\",\r\n \"properties\": {\r\n \"migrationSubtaskStatus\": \"Succeeded\",\r\n \"startTime\": \"2020-02-20T03:37:41.7265766Z\",\r\n \"endTime\": \"2020-02-20T03:38:21.9027484Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"sourceShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"targetDiskStateForMigration\": \"Unattached\",\r\n \"diskId\": \"afdd2d42-586c-4358-b232-e036182ef32c\"\r\n }\r\n }\r\n ],\r\n \"creationTime\": \"2020-02-20T03:37:01.4747141Z\",\r\n \"startTime\": \"2020-02-20T03:37:01.505965Z\",\r\n \"endTime\": \"2020-02-20T03:38:31.9344923Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\"\r\n }\r\n}" + "Content": "{\r\n \"value\": []\r\n}", + "isContentBase64": false } } } \ No newline at end of file diff --git a/src/Azs.Compute.Admin/test/New-AzsDiskMigrationJob.Recording.json b/src/Azs.Compute.Admin/test/New-AzsDiskMigrationJob.Recording.json index ff3194bb..2df853d3 100644 --- a/src/Azs.Compute.Admin/test/New-AzsDiskMigrationJob.Recording.json +++ b/src/Azs.Compute.Admin/test/New-AzsDiskMigrationJob.Recording.json @@ -1,16 +1,17 @@ { - "New-AzsDiskMigrationJob+[NoContext]+TestNewDiskMigrationJob+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/disks?api-version=2018-07-30-preview+1": { + "New-AzsDiskMigrationJob+[NoContext]+TestNewDiskMigrationJob+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/disks?api-version=2021-04-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/disks?api-version=2018-07-30-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/disks?api-version=2021-04-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "166" ], - "x-ms-client-request-id": [ "25148df3-7099-49c9-9df4-9f5f49d8770f" ], + "x-ms-unique-id": [ "417" ], + "x-ms-client-request-id": [ "d928de48-3c3b-41bf-9d22-4ba76e277091" ], "CommandName": [ "Get-AzsDisk" ], "FullCommandName": [ "Get-AzsDisk_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -22,65 +23,23 @@ "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ "00000000-0000-0000-0000-000000000000_0" ], - "x-ms-correlation-request-id": [ "d74e3feb-3887-417e-b022-2aaf55884ead" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14950" ], - "x-ms-request-id": [ "d74e3feb-3887-417e-b022-2aaf55884ead" ], - "x-ms-routing-request-id": [ "REDMOND:20200226T113135Z:d74e3feb-3887-417e-b022-2aaf55884ead" ], + "x-ms-correlation-request-id": [ "c2fc448b-5fdc-4a83-9047-16878922ff57" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14782" ], + "x-ms-request-id": [ "c2fc448b-5fdc-4a83-9047-16878922ff57" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213757Z:c2fc448b-5fdc-4a83-9047-16878922ff57" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Wed, 26 Feb 2020 11:31:34 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:56 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv4sYztVEYFmfYT2y0ekyHDovh4P0++XT2linHplRAAymoA8hXTSuqnpYWjKUQ2F3U6uPW8EcJ5yuGjGoK24pe3FCvm7YJC31oF4bGy6UkPeqPbsaOJ4zDoa+OUp9qHuslRQP5BJUPnPhksrjrxhTG" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvuE6cmgv9VmLxAaZY/tgOcxgGn1Shq5qGIZckGQgD8vvKsp34mqHWSQmsYnT9jgxn6zgqvEeMMDsFj3gdTRsBSxB5024oPUj+jRq4WcN3YBUfcM2BQ0UZfUE5tmnsHcb6PI7TxZhfHW70Obbgyrf3" ] }, "ContentHeaders": { - "Content-Length": [ "1655" ], + "Content-Length": [ "19" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/disks/afdd2d42-586c-4358-b232-e036182ef32c\",\r\n \"name\": \"redmond/afdd2d42-586c-4358-b232-e036182ef32c\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"diskId\": \"afdd2d42-586c-4358-b232-e036182ef32c\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"actualSizeGB\": 1,\r\n \"provisionSizeGB\": 32,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/TESTRG1/providers/Microsoft.Compute/Disks/diskt1\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Premium_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/disks/d8a99b2a-d936-4b8f-8bc3-f80d7a34f0b8\",\r\n \"name\": \"redmond/d8a99b2a-d936-4b8f-8bc3-f80d7a34f0b8\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"diskId\": \"d8a99b2a-d936-4b8f-8bc3-f80d7a34f0b8\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"actualSizeGB\": 1,\r\n \"provisionSizeGB\": 32,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/TESTRG1/providers/Microsoft.Compute/Disks/disk2\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Premium_LRS\"\r\n }\r\n }\r\n ]\r\n}" - } - }, - "New-AzsDiskMigrationJob+[NoContext]+TestNewDiskMigrationJob+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs/TestNewDiskMigration?targetScaleUnit=s-cluster\u0026targetVolumeLabel=ObjStore_1\u0026api-version=2018-07-30-preview+2": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs/TestNewDiskMigration?targetScaleUnit=s-cluster\u0026targetVolumeLabel=ObjStore_1\u0026api-version=2018-07-30-preview", - "Content": "[\r\n {\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"diskId\": \"afdd2d42-586c-4358-b232-e036182ef32c\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"status\": \"Unattached\"\r\n }\r\n },\r\n {\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"diskId\": \"d8a99b2a-d936-4b8f-8bc3-f80d7a34f0b8\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"status\": \"Unattached\"\r\n }\r\n }\r\n]", - "Headers": { - "x-ms-unique-id": [ "167" ], - "x-ms-client-request-id": [ "79735b9a-c43e-4bd7-b282-44a7261db48c" ], - "CommandName": [ "Azs.Compute.Admin.internal\\New-AzsDiskMigrationJob" ], - "FullCommandName": [ "New-AzsDiskMigrationJob_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "497" ] - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Pragma": [ "no-cache" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-served-by": [ "00000000-0000-0000-0000-000000000000_0" ], - "x-ms-correlation-request-id": [ "3ea88c93-6a15-4193-aac9-51161ae32bbe" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], - "x-ms-request-id": [ "3ea88c93-6a15-4193-aac9-51161ae32bbe" ], - "x-ms-routing-request-id": [ "REDMOND:20200226T113135Z:3ea88c93-6a15-4193-aac9-51161ae32bbe" ], - "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Wed, 26 Feb 2020 11:31:34 GMT" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvIvHdLZSRQPha4ee1t+r0mhyS85nICSRU3Ozdt9CKfjTKQviUPiANYEWfO+JYzuvjBb/QLJl8WJnu36MBLKq1PbGI0PUzbcag2QZBdLsjnK4mecSUhFt9ulj0C2l1whLw+1M+UagqKM2wIXrRQYUo" ] - }, - "ContentHeaders": { - "Content-Length": [ "1535" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs/TestNewDiskMigration\",\r\n \"name\": \"redmond/TestNewDiskMigration\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/diskmigrationjobs\",\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"migrationId\": \"TestNewDiskMigration\",\r\n \"status\": \"Pending\",\r\n \"subtasks\": [\r\n {\r\n \"migrationSubTaskId\": \"479a7a1a-60f9-430f-bda4-a47a95eb65c9\",\r\n \"properties\": {\r\n \"migrationSubtaskStatus\": \"Pending\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_1\",\r\n \"sourceShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"targetDiskStateForMigration\": \"Unattached\",\r\n \"diskId\": \"afdd2d42-586c-4358-b232-e036182ef32c\"\r\n }\r\n },\r\n {\r\n \"migrationSubTaskId\": \"82b9af9b-302b-44a3-b459-713e8ddb1a1f\",\r\n \"properties\": {\r\n \"migrationSubtaskStatus\": \"Pending\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_1\",\r\n \"sourceShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"targetDiskStateForMigration\": \"Unattached\",\r\n \"diskId\": \"d8a99b2a-d936-4b8f-8bc3-f80d7a34f0b8\"\r\n }\r\n }\r\n ],\r\n \"creationTime\": \"2020-02-26T11:31:35.5539047Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_1\"\r\n }\r\n}" + "Content": "{\r\n \"value\": []\r\n}", + "isContentBase64": false } } } \ No newline at end of file diff --git a/src/Azs.Compute.Admin/test/Stop-AzsDiskMigrationJob.Recording.json b/src/Azs.Compute.Admin/test/Stop-AzsDiskMigrationJob.Recording.json index c98c41bc..91c5e010 100644 --- a/src/Azs.Compute.Admin/test/Stop-AzsDiskMigrationJob.Recording.json +++ b/src/Azs.Compute.Admin/test/Stop-AzsDiskMigrationJob.Recording.json @@ -1,16 +1,17 @@ { - "Stop-AzsDiskMigrationJob+[NoContext]+TestStopDiskMigrationJob+$GET+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/disks?api-version=2018-07-30-preview+1": { + "Stop-AzsDiskMigrationJob+[NoContext]+TestStopDiskMigrationJob+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/disks?api-version=2021-04-01+1": { "Request": { "Method": "GET", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/disks?api-version=2018-07-30-preview", + "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/disks?api-version=2021-04-01", "Content": null, + "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "169" ], - "x-ms-client-request-id": [ "b4b841c9-2834-4ae5-9ae7-5f42cd34d039" ], + "x-ms-unique-id": [ "418" ], + "x-ms-client-request-id": [ "b553df32-180c-4879-9e4c-d437ac085b1e" ], "CommandName": [ "Get-AzsDisk" ], "FullCommandName": [ "Get-AzsDisk_List" ], "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], + "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], "Authorization": [ "[Filtered]" ] }, "ContentHeaders": { @@ -22,106 +23,23 @@ "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ "00000000-0000-0000-0000-000000000000_0" ], - "x-ms-correlation-request-id": [ "38e92b49-5050-4e11-8025-ee67a64ebd3d" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14952" ], - "x-ms-request-id": [ "38e92b49-5050-4e11-8025-ee67a64ebd3d" ], - "x-ms-routing-request-id": [ "REDMOND:20200226T113805Z:38e92b49-5050-4e11-8025-ee67a64ebd3d" ], + "x-ms-correlation-request-id": [ "f5b37dc8-4172-4332-b77b-930a0ec59057" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14781" ], + "x-ms-request-id": [ "f5b37dc8-4172-4332-b77b-930a0ec59057" ], + "x-ms-routing-request-id": [ "REDMOND:20210809T213758Z:f5b37dc8-4172-4332-b77b-930a0ec59057" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Wed, 26 Feb 2020 11:38:05 GMT" ], + "Date": [ "Mon, 09 Aug 2021 21:37:58 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvn2wdYQQqt2zOO36A2UaHksnoMFUYFKAMld+xfQ7AeAHtoEVl5chcQZ4uGqLSFNivN5w9LHGzn40lMrJ+MiLfWdqulavLubL+aL7Fz8VOg4CBhQzSoCFoJp4sax0Zwb11EHnyDhkX5uV4jw8WfZO5" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvpmrJTizeww/m8xqIXMyEeqKH5hU2TKrRMRNqn0wbzAd9v5mV6zn2L4z3D5FVz1jnWxIMpAEdZUGe0y7EIs4loIrdX9qB/KIoJJep12aYPic/EUpKknftRA5gp1KcUCr8SCxY7BF3riN0UAUJPuln" ] }, "ContentHeaders": { - "Content-Length": [ "1655" ], + "Content-Length": [ "19" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/disks/afdd2d42-586c-4358-b232-e036182ef32c\",\r\n \"name\": \"redmond/afdd2d42-586c-4358-b232-e036182ef32c\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"diskId\": \"afdd2d42-586c-4358-b232-e036182ef32c\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"actualSizeGB\": 1,\r\n \"provisionSizeGB\": 32,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/TESTRG1/providers/Microsoft.Compute/Disks/diskt1\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Premium_LRS\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/disks/d8a99b2a-d936-4b8f-8bc3-f80d7a34f0b8\",\r\n \"name\": \"redmond/d8a99b2a-d936-4b8f-8bc3-f80d7a34f0b8\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/disks\",\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"diskId\": \"d8a99b2a-d936-4b8f-8bc3-f80d7a34f0b8\",\r\n \"status\": \"Unattached\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"actualSizeGB\": 1,\r\n \"provisionSizeGB\": 32,\r\n \"userResourceId\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/resourceGroups/TESTRG1/providers/Microsoft.Compute/Disks/disk2\",\r\n \"diskType\": \"Disk\",\r\n \"diskSku\": \"Premium_LRS\"\r\n }\r\n }\r\n ]\r\n}" - } - }, - "Stop-AzsDiskMigrationJob+[NoContext]+TestStopDiskMigrationJob+$PUT+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs/TestStopDiskMigration?targetScaleUnit=s-cluster\u0026targetVolumeLabel=ObjStore_2\u0026api-version=2018-07-30-preview+2": { - "Request": { - "Method": "PUT", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs/TestStopDiskMigration?targetScaleUnit=s-cluster\u0026targetVolumeLabel=ObjStore_2\u0026api-version=2018-07-30-preview", - "Content": "[\r\n {\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"diskId\": \"afdd2d42-586c-4358-b232-e036182ef32c\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"status\": \"Unattached\"\r\n }\r\n },\r\n {\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"diskId\": \"d8a99b2a-d936-4b8f-8bc3-f80d7a34f0b8\",\r\n \"sharePath\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"status\": \"Unattached\"\r\n }\r\n }\r\n]", - "Headers": { - "x-ms-unique-id": [ "170" ], - "x-ms-client-request-id": [ "c645fb14-f24f-429c-94ff-f75ca406c8f4" ], - "CommandName": [ "Azs.Compute.Admin.internal\\New-AzsDiskMigrationJob" ], - "FullCommandName": [ "New-AzsDiskMigrationJob_Create" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - "Content-Type": [ "application/json" ], - "Content-Length": [ "497" ] - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Pragma": [ "no-cache" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-served-by": [ "00000000-0000-0000-0000-000000000000_0" ], - "x-ms-correlation-request-id": [ "ec70d7ea-2d38-4e2e-af29-92fa4dd27fe0" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], - "x-ms-request-id": [ "ec70d7ea-2d38-4e2e-af29-92fa4dd27fe0" ], - "x-ms-routing-request-id": [ "REDMOND:20200226T113806Z:ec70d7ea-2d38-4e2e-af29-92fa4dd27fe0" ], - "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Wed, 26 Feb 2020 11:38:05 GMT" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvbTmeJHbAuCI9VhRPIx/nSop9TKCYQUASK8eP2LYdBShWi+iMozPBCN5q+BdVjCxm0U6vwNCulxYKrZ/9A8zPFlXPlFS2lUFkcVM9Q+G8jaR63SBWsgenUAR+l1oc9vdzTawZtWJQ1Qh8vBxwDWKG" ] - }, - "ContentHeaders": { - "Content-Length": [ "1538" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs/TestStopDiskMigration\",\r\n \"name\": \"redmond/TestStopDiskMigration\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/diskmigrationjobs\",\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"migrationId\": \"TestStopDiskMigration\",\r\n \"status\": \"Pending\",\r\n \"subtasks\": [\r\n {\r\n \"migrationSubTaskId\": \"5fe10f06-74f1-4063-b3fa-1d9ade60f301\",\r\n \"properties\": {\r\n \"migrationSubtaskStatus\": \"Pending\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"sourceShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"targetDiskStateForMigration\": \"Unattached\",\r\n \"diskId\": \"d8a99b2a-d936-4b8f-8bc3-f80d7a34f0b8\"\r\n }\r\n },\r\n {\r\n \"migrationSubTaskId\": \"b465364e-cdf9-4492-b1aa-6c6721ef097c\",\r\n \"properties\": {\r\n \"migrationSubtaskStatus\": \"Pending\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"sourceShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"targetDiskStateForMigration\": \"Unattached\",\r\n \"diskId\": \"afdd2d42-586c-4358-b232-e036182ef32c\"\r\n }\r\n }\r\n ],\r\n \"creationTime\": \"2020-02-26T11:38:06.0547291Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\"\r\n }\r\n}" - } - }, - "Stop-AzsDiskMigrationJob+[NoContext]+TestStopDiskMigrationJob+$POST+https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs/TestStopDiskMigration/Cancel?api-version=2018-07-30-preview+3": { - "Request": { - "Method": "POST", - "RequestUri": "https://management.azure.com/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs/TestStopDiskMigration/Cancel?api-version=2018-07-30-preview", - "Content": null, - "Headers": { - "x-ms-unique-id": [ "171" ], - "x-ms-client-request-id": [ "04aaee02-0d3d-445d-9198-2f70a3f39998" ], - "CommandName": [ "Stop-AzsDiskMigrationJob" ], - "FullCommandName": [ "Stop-AzsDiskMigrationJob_Cancel" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowerShell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Pragma": [ "no-cache" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-served-by": [ "00000000-0000-0000-0000-000000000000_0" ], - "x-ms-correlation-request-id": [ "944c5c8f-f7b5-44cc-be88-03944290a3e4" ], - "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], - "x-ms-request-id": [ "944c5c8f-f7b5-44cc-be88-03944290a3e4" ], - "x-ms-routing-request-id": [ "REDMOND:20200226T113806Z:944c5c8f-f7b5-44cc-be88-03944290a3e4" ], - "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Wed, 26 Feb 2020 11:38:06 GMT" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvRIdAx0+xWFP2H0AWFjo3IB5yAelCTar6NPpHkvRpVCqKd1/d7hC56DpG8QHqGFHmlA5q7vAdc5ZAoZww77RgBEHTjAmDP79x0R1LTZsD+swIORRI9986j8cGQ8+YqD8SACSqjOCel5Ft4QJpn4Y+" ] - }, - "ContentHeaders": { - "Content-Length": [ "2121" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\r\n \"id\": \"/subscriptions/74c72bdc-d917-431c-a377-8ca80f4238a0/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs/TestStopDiskMigration\",\r\n \"name\": \"redmond/TestStopDiskMigration\",\r\n \"type\": \"Microsoft.Compute.Admin/locations/diskmigrationjobs\",\r\n \"location\": \"redmond\",\r\n \"properties\": {\r\n \"migrationId\": \"TestStopDiskMigration\",\r\n \"status\": \"Canceled\",\r\n \"subtasks\": [\r\n {\r\n \"migrationSubTaskId\": \"5fe10f06-74f1-4063-b3fa-1d9ade60f301\",\r\n \"properties\": {\r\n \"migrationSubtaskStatus\": \"Skipped\",\r\n \"reason\": \"Migrate disk d8a99b2a-d936-4b8f-8bc3-f80d7a34f0b8 skipped because other migration of this disk not finished. ConflictSubTask:47774498-6bc7-4ce2-98ca-738739ded2fc\",\r\n \"startTime\": \"2020-02-26T11:38:06.0859894Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"sourceShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_3\",\r\n \"targetDiskStateForMigration\": \"Unattached\",\r\n \"diskId\": \"d8a99b2a-d936-4b8f-8bc3-f80d7a34f0b8\"\r\n }\r\n },\r\n {\r\n \"migrationSubTaskId\": \"b465364e-cdf9-4492-b1aa-6c6721ef097c\",\r\n \"properties\": {\r\n \"migrationSubtaskStatus\": \"Skipped\",\r\n \"reason\": \"Migrate disk afdd2d42-586c-4358-b232-e036182ef32c skipped because other migration of this disk not finished. ConflictSubTask:31d1ee7b-f74e-4eef-b134-72cd24b4bf42\",\r\n \"startTime\": \"2020-02-26T11:38:06.1016107Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"sourceShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\",\r\n \"targetDiskStateForMigration\": \"Unattached\",\r\n \"diskId\": \"afdd2d42-586c-4358-b232-e036182ef32c\"\r\n }\r\n }\r\n ],\r\n \"creationTime\": \"2020-02-26T11:38:06.0547291Z\",\r\n \"startTime\": \"2020-02-26T11:38:06.0703604Z\",\r\n \"endTime\": \"2020-02-26T11:38:06.2891133Z\",\r\n \"targetShare\": \"\\\\\\\\SU1FileServer.s31r1801.masd.stbtest.microsoft.com\\\\SU1_ObjStore_2\"\r\n }\r\n}" + "Content": "{\r\n \"value\": []\r\n}", + "isContentBase64": false } } } \ No newline at end of file diff --git a/src/Azs.Compute.Admin/test/env.json b/src/Azs.Compute.Admin/test/env.json index 7d651ebd..941c072e 100644 --- a/src/Azs.Compute.Admin/test/env.json +++ b/src/Azs.Compute.Admin/test/env.json @@ -1,6 +1,6 @@ { - "Tenant": "01884692-6d96-44fa-8c58-11b4e90fef19", - "SubscriptionId": "74c72bdc-d917-431c-a377-8ca80f4238a0", + "Tenant": "d669642b-89ec-466e-af2c-2ceab9fef685", + "SubscriptionId": "47b53730-e95d-4594-b843-d378bdff793a", "ResourceGroup": "testrg", - "Location": "northwest" + "Location": "redmond" } \ No newline at end of file From 23cadcad6dc264206d3cc8d1d5c4ff9c388077ac Mon Sep 17 00:00:00 2001 From: Travis Turner Date: Wed, 11 Aug 2021 13:48:28 -0700 Subject: [PATCH 09/11] Updating ComputeScaleUnit test file to attempt to fix remote PR validation --- .../test/Add-AzsPlatformImage.Recording.json | 42 +- .../test/Add-AzsVMExtension.Recording.json | 262 +-- .../test/Get-AzsComputeQuota.Recording.json | 1750 ++++++++--------- .../Get-AzsComputeScaleUnit.Recording.json | 20 +- .../test/Get-AzsComputeScaleUnit.Tests.ps1 | 7 +- .../test/Get-AzsDisk.Recording.json | 102 +- .../Get-AzsDiskMigrationJob.Recording.json | 59 +- 7 files changed, 1055 insertions(+), 1187 deletions(-) diff --git a/src/Azs.Compute.Admin/test/Add-AzsPlatformImage.Recording.json b/src/Azs.Compute.Admin/test/Add-AzsPlatformImage.Recording.json index e2947c77..da0e97b1 100644 --- a/src/Azs.Compute.Admin/test/Add-AzsPlatformImage.Recording.json +++ b/src/Azs.Compute.Admin/test/Add-AzsPlatformImage.Recording.json @@ -6,8 +6,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "225" ], - "x-ms-client-request-id": [ "7f34687c-8941-448d-a7c8-964efb82a9b2" ], + "x-ms-unique-id": [ "4" ], + "x-ms-client-request-id": [ "44a03a70-b782-4eac-a23a-3a9d0327f1f5" ], "CommandName": [ "Get-AzsPlatformImage" ], "FullCommandName": [ "Get-AzsPlatformImage_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,16 +21,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "127d8d4d-352f-4917-82f2-ad00f52d68e0" ], + "x-ms-correlation-request-id": [ "f801f7b4-4090-493c-a7cb-825e26847d92" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14931" ], - "x-ms-request-id": [ "127d8d4d-352f-4917-82f2-ad00f52d68e0" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213719Z:127d8d4d-352f-4917-82f2-ad00f52d68e0" ], + "x-ms-request-id": [ "f801f7b4-4090-493c-a7cb-825e26847d92" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204154Z:f801f7b4-4090-493c-a7cb-825e26847d92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:19 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:41:54 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv0lF7k2Rnq0tN4lDUQ5AeBHoJDxTRh3OptkoJSMkEW0OZ03FbQeag+Fm0s8tQSwyzIgr2iOXV0Vc6reLxp0nEit86kvx9IVlo5C0GbypooteVW7HTh62q55UmVMu4F5AHwKqzKi3DnhQ/Z6GZYcy1" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvuM2+YkiuCkSRr/7XKRgZWPZX0uIut8TvyA5VxvW6WEwlPtWcvCrWBagS4t8ChDKE2wqWEmPUxz+siynWLDXyMaHIw6nyz84hCcsKWTfQFgs4akyQMxb/qUM9sU4kEijAOW6niSPAvqNAbNwe7MNP" ] }, "ContentHeaders": { "Content-Length": [ "8344" ], @@ -48,8 +48,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "226" ], - "x-ms-client-request-id": [ "b86ab6fd-3c54-4ffe-a670-7b9237110db7" ], + "x-ms-unique-id": [ "5" ], + "x-ms-client-request-id": [ "deeb630b-a7b1-4b42-8b58-151cd178f68c" ], "CommandName": [ "Get-AzsPlatformImage" ], "FullCommandName": [ "Get-AzsPlatformImage_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -63,16 +63,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "170c4cd4-a863-4d95-8e07-24772448cc20" ], + "x-ms-correlation-request-id": [ "4ebd298b-7120-40ee-b9c3-dee501002826" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14930" ], - "x-ms-request-id": [ "170c4cd4-a863-4d95-8e07-24772448cc20" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213719Z:170c4cd4-a863-4d95-8e07-24772448cc20" ], + "x-ms-request-id": [ "4ebd298b-7120-40ee-b9c3-dee501002826" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204155Z:4ebd298b-7120-40ee-b9c3-dee501002826" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:19 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:41:54 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvbrguWb7PxooW26pYQB0Vn+Hyue771X5H9ufGL/6CD/XbP3CZ9xhQ/Yuykx3CUZAcASZ46nunUs30TcnvW25xApV8zZqSiO+KKjvxM4flug2oXN7BpuM2I1SzkWywIpJ4EKZeNFLfLrb2B1hkR4H0" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvjFbnd3QWxUs5Z89s4sdmXXRH4/R2WiyecGnzqpgdrRSyawOMuY5YT0PH72RUiAioroWLx/sV+SblOvm5FmRNqRpdmt4h26RPQIED/HwzePLS+q/FKPHN0uGg9dAOrWja4pfQ5x/S6LQDzEOLb9T6" ] }, "ContentHeaders": { "Content-Length": [ "8344" ], @@ -90,8 +90,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "227" ], - "x-ms-client-request-id": [ "5406d3c7-9aad-49d8-8f90-988a03f4f5f3" ], + "x-ms-unique-id": [ "6" ], + "x-ms-client-request-id": [ "577c4bfb-66af-41e6-8c81-44419939d917" ], "CommandName": [ "Get-AzsPlatformImage" ], "FullCommandName": [ "Get-AzsPlatformImage_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -105,16 +105,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "a7308613-4bc6-44b6-8ddb-189948b6087a" ], + "x-ms-correlation-request-id": [ "e2dec341-ea2d-4018-a0f6-dc600a47ec24" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14929" ], - "x-ms-request-id": [ "a7308613-4bc6-44b6-8ddb-189948b6087a" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213719Z:a7308613-4bc6-44b6-8ddb-189948b6087a" ], + "x-ms-request-id": [ "e2dec341-ea2d-4018-a0f6-dc600a47ec24" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204155Z:e2dec341-ea2d-4018-a0f6-dc600a47ec24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:19 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:41:54 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvRfoIXXaqCBk5rQnfQENQc/HKfp7m7TNqOcI2/7rTrN2ss6tNb9U23FCJKH5RdFzFcIoo4rZy/2QV7mI4TwhFQ+WaUAiJ3WP5wyHG8U6ZekAahgkudiYjiCTmjquau31q2KnFx+srSXT6WRqhUCD9" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvXdXdkNrJ/WTnc4/j4GSc4FB6aDh4soJtcnzHSsWOVsBEk3KON+axi7OWt5L4sWjcsYY34qXipt6S/VbkXt+0gnAGfLtjbc8R18kiHr0l8xiury31h7x62nM3NxFLFceDWMyC1HM/UKRwm2JGT31K" ] }, "ContentHeaders": { "Content-Length": [ "601" ], diff --git a/src/Azs.Compute.Admin/test/Add-AzsVMExtension.Recording.json b/src/Azs.Compute.Admin/test/Add-AzsVMExtension.Recording.json index 13156a9e..05819ce9 100644 --- a/src/Azs.Compute.Admin/test/Add-AzsVMExtension.Recording.json +++ b/src/Azs.Compute.Admin/test/Add-AzsVMExtension.Recording.json @@ -6,8 +6,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "228" ], - "x-ms-client-request-id": [ "c9831f1f-f8bc-4f3e-933e-cad6e434a8ae" ], + "x-ms-unique-id": [ "7" ], + "x-ms-client-request-id": [ "5186d0e7-25e8-48ca-932c-e8c415ed6ff6" ], "CommandName": [ "Get-AzsVMExtension" ], "FullCommandName": [ "Get-AzsVMExtension_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,16 +21,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "83cf2954-748f-451a-90b8-d9f2e422c42c" ], + "x-ms-correlation-request-id": [ "f775de69-5998-4c9e-997f-ca16ea6e01b4" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14928" ], - "x-ms-request-id": [ "83cf2954-748f-451a-90b8-d9f2e422c42c" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213720Z:83cf2954-748f-451a-90b8-d9f2e422c42c" ], + "x-ms-request-id": [ "f775de69-5998-4c9e-997f-ca16ea6e01b4" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204156Z:f775de69-5998-4c9e-997f-ca16ea6e01b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:20 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:41:56 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvPkEgk+FPq71A77psRH2Jbud308hZu45ImFUkM7u0f+Fxa4LLOfUAk1uUrBPr/MlEN8hMeBOqJTnYtmJM8Eeu6pA60AFSrzsIlGacKA4oXBSuuBativZzE4GV1R+Tke3YNOrJz15RPDYBc1aUVY68" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvBDuDTNxdKGzQFc7l6CSAlKRq3V+xJT81pxff0gpRAIKpjrp2WYM79zyHikxdeFRHWjnneE5WB8pqCEnq+nL5Mn9onL7VVpw1uLerS6fJXw20yT/xttNcRSBntWmCbBUgPiJ8WCdEALbT9yHAOL3t" ] }, "ContentHeaders": { "Content-Length": [ "8730" ], @@ -48,8 +48,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "229" ], - "x-ms-client-request-id": [ "f3134bf6-4235-4532-8eeb-ca3e11f5e157" ], + "x-ms-unique-id": [ "8" ], + "x-ms-client-request-id": [ "9a8b9227-eba1-43f3-9cfb-5683aaec1646" ], "CommandName": [ "Get-AzsVMExtension" ], "FullCommandName": [ "Get-AzsVMExtension_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -63,16 +63,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "d166c5c0-84df-40fd-a185-d0cfb0150f12" ], + "x-ms-correlation-request-id": [ "87e470b5-46df-4579-8b97-dda0c127f892" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14927" ], - "x-ms-request-id": [ "d166c5c0-84df-40fd-a185-d0cfb0150f12" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213720Z:d166c5c0-84df-40fd-a185-d0cfb0150f12" ], + "x-ms-request-id": [ "87e470b5-46df-4579-8b97-dda0c127f892" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204156Z:87e470b5-46df-4579-8b97-dda0c127f892" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:20 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:41:56 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvNEeRPjTiNhkStAkqbqs8+M9c2LFELLl4JECnQCu1yXGcd8E4en4zHuWzGodwBh8Mi+KTCLrL6Ixas6sC3XhceeoG725y4ssXwPt8IsbJvv9c/b07nf6ThVprCXznprNugMClMV7VW593ldO1TU9+" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv+HCXoPRKGIw42/B9a+/W3GDxsK5ZxdbfucdVsrDsfvvcMnYKotqLgYNRU/J7DsiICs1/LafODhUT6KwWYpnMtxc0IYywhc5OjU3+p0IIaSK/zZEvCLqYgRuFxarezAgJ18o4Vl6sHyk2VfgJCoW2" ] }, "ContentHeaders": { "Content-Length": [ "8730" ], @@ -90,8 +90,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "230" ], - "x-ms-client-request-id": [ "1e4b2b25-c289-4190-bc7c-0e9a2d3111e9" ], + "x-ms-unique-id": [ "9" ], + "x-ms-client-request-id": [ "d1b2cf71-5d65-43c1-a224-551c4ff78a68" ], "CommandName": [ "Get-AzsVMExtension" ], "FullCommandName": [ "Get-AzsVMExtension_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -105,16 +105,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "933e6de3-031a-4be4-bfa1-45f41923b10d" ], + "x-ms-correlation-request-id": [ "6289a129-8646-4a5e-abea-581d88741845" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14926" ], - "x-ms-request-id": [ "933e6de3-031a-4be4-bfa1-45f41923b10d" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213720Z:933e6de3-031a-4be4-bfa1-45f41923b10d" ], + "x-ms-request-id": [ "6289a129-8646-4a5e-abea-581d88741845" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204157Z:6289a129-8646-4a5e-abea-581d88741845" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:20 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:41:56 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvxIcPGdodpcT41rAlw02Nhyn0sgbGe6nk2Xo6u8+WNgLSYfs4FwOVH6868RpC2QHFeUwCkgajpT0UKdPPGpO/ufzN1L7v1xLDvvoerpqrgsa13bMNEbWSMu6bpWqhzhBX4dIkplTkgxEouDg/Dwbx" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvzZ3Al0b9bDB9wn01MtzyqCVHYg1EuXoNiGjtKEmTMpGnXiVQZKeGMKJajS4hCo4+dDGScYcYlXK6d02l8hFSr+Ztl/sMArD8nHNoarkIvPj4rjf2YGwUPcQ3KPAVa3pw2pKtzQj+xeNLjQ1mvOdd" ] }, "ContentHeaders": { "Content-Length": [ "8730" ], @@ -132,8 +132,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "231" ], - "x-ms-client-request-id": [ "a906193d-ead6-4b95-a90e-64d9e443b845" ], + "x-ms-unique-id": [ "10" ], + "x-ms-client-request-id": [ "9536c189-ece7-4c62-a6b2-0d6a46bc45c7" ], "CommandName": [ "Get-AzsVMExtension" ], "FullCommandName": [ "Get-AzsVMExtension_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -147,16 +147,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "23fa082f-c09f-411f-be61-3b18b36537f8" ], + "x-ms-correlation-request-id": [ "84665ea4-109a-4598-8a5c-6862d2ccc6ff" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14925" ], - "x-ms-request-id": [ "23fa082f-c09f-411f-be61-3b18b36537f8" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213721Z:23fa082f-c09f-411f-be61-3b18b36537f8" ], + "x-ms-request-id": [ "84665ea4-109a-4598-8a5c-6862d2ccc6ff" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204157Z:84665ea4-109a-4598-8a5c-6862d2ccc6ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:20 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:41:56 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvVIx1LtX9csce9z/q0XDx4/KcVtlRBf4MZgp/pHKAZVqTqGcUm+UuRRItLNi29I61RNAMQEAMB4f2ckcuOF2nhDTkv9tKOkogFxf/nqRSx/adqWI0yE8Hk1TJotYKa1d9lT2QpdlahsNfrD+Nald3" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvDpMT/KzYsmDGb8jJgFAoG4kPGKz1bB6U1fMYFE2UBouFdQ8KiExG18DA2DFjsPI7noLFIWHX9NC+fsGoE2psAYq90h3tmvjKSqpXHeLFRDNr7ITHXQgocOU/mAzUZWsruQf/Gfhclkx4/6mdBszV" ] }, "ContentHeaders": { "Content-Length": [ "585" ], @@ -174,8 +174,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "232" ], - "x-ms-client-request-id": [ "d168784b-4d33-4ed6-b4d8-b8d1605ba61c" ], + "x-ms-unique-id": [ "11" ], + "x-ms-client-request-id": [ "cf0bf1e6-d2ff-4f2a-9ecd-0a6e3471e8a8" ], "CommandName": [ "Get-AzsVMExtension" ], "FullCommandName": [ "Get-AzsVMExtension_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -189,16 +189,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "ade4af0b-874e-43e1-86fa-28535d5a2864" ], + "x-ms-correlation-request-id": [ "d8de2213-a87d-4228-aa51-a1da33421c69" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14924" ], - "x-ms-request-id": [ "ade4af0b-874e-43e1-86fa-28535d5a2864" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213721Z:ade4af0b-874e-43e1-86fa-28535d5a2864" ], + "x-ms-request-id": [ "d8de2213-a87d-4228-aa51-a1da33421c69" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204157Z:d8de2213-a87d-4228-aa51-a1da33421c69" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:21 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:41:57 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvhWSvQ7vf+MZm3HTJFyk587IRB/iMo+GcJZ0a1IKZYofRZPMf6kMB9ByqXS7VB3xu7wDDPzevY1v4meuHmiBXN/Lgpcyzjzy47HVsFFiXiqQRa/cFmjF7AcFgfpYQ44tML1Djffkn0at4u8ynSl9S" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv+Nqpu5d+EIYJ3cwUml3l3z/Y5GFhAq+WrUfBsYyrhckNDPS91Hx+IITcFYE7hQS/Wfo2j9QjeduvZaLy0qbXe0q3CJutWTyO4eoMEC2ELDghOnJ6c2WjKhOxbM2REOJ4+QsXZ+n4TD35hWsWQQaD" ] }, "ContentHeaders": { "Content-Length": [ "633" ], @@ -216,8 +216,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "233" ], - "x-ms-client-request-id": [ "a3be750d-7a90-41dd-bc96-1d2bbd77eaa8" ], + "x-ms-unique-id": [ "12" ], + "x-ms-client-request-id": [ "410a148e-eeb6-41d6-9351-9cdab27696c4" ], "CommandName": [ "Get-AzsVMExtension" ], "FullCommandName": [ "Get-AzsVMExtension_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -231,16 +231,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "86eb36e7-c59f-48cd-80b5-80f2c4d7de46" ], + "x-ms-correlation-request-id": [ "5b158425-95a4-48fb-a459-f56531302e41" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14923" ], - "x-ms-request-id": [ "86eb36e7-c59f-48cd-80b5-80f2c4d7de46" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213721Z:86eb36e7-c59f-48cd-80b5-80f2c4d7de46" ], + "x-ms-request-id": [ "5b158425-95a4-48fb-a459-f56531302e41" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204157Z:5b158425-95a4-48fb-a459-f56531302e41" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:21 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:41:57 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvp35dXeePZBCbUAcrR3yQHiN0M0+Q/Gi68ngDWkcz1MvZaAZgfpEJAcIiGb0RD7cuKS2wAV+jhGV4fDz1IwD9MiJwHfDHcuKfTFV6c51oQpBVCEhJ4KtFCzbVbUE0ZPXd902As5VDqdwR4h3/FNOd" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvVJMmhP1QnlF/Rpv67KIZOkeXmhjP9Vc60XahggfG+TkBeVPYxLCHjOU58dK2cg0tGImNHC4xYJKu94VCG2Op8/I0yo79B/JtByBEIlhsWiXBeA01a5kCvo+kWNiOPAaUvVZ4Uhxxrx4hvsENDrdd" ] }, "ContentHeaders": { "Content-Length": [ "629" ], @@ -258,8 +258,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "234" ], - "x-ms-client-request-id": [ "ed896cbd-e243-4642-8522-f021ff33444a" ], + "x-ms-unique-id": [ "13" ], + "x-ms-client-request-id": [ "85825d14-9562-442f-8873-c4139b735766" ], "CommandName": [ "Get-AzsVMExtension" ], "FullCommandName": [ "Get-AzsVMExtension_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -273,16 +273,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "c0cea922-d301-45fa-a25c-afde76017be1" ], + "x-ms-correlation-request-id": [ "b31b5f67-374b-4b26-9189-4e6ca19e1e16" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14922" ], - "x-ms-request-id": [ "c0cea922-d301-45fa-a25c-afde76017be1" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213722Z:c0cea922-d301-45fa-a25c-afde76017be1" ], + "x-ms-request-id": [ "b31b5f67-374b-4b26-9189-4e6ca19e1e16" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204158Z:b31b5f67-374b-4b26-9189-4e6ca19e1e16" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:21 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:41:57 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvN1ILpJnqORaTcMNmXgH9mJOOyTjRKKvA4cOL9nYzscpjzjPxboSwJTCnqMfKx+hEPXyv6mXi2w4dt/jDEWYjrcD7bLefOclGGcHJ20VaTERdP4bg5N91Xl4DO/rprgvghBCG28DDuNx/w6jzEUh9" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv3HQoVrBZHypPHIgWMgvQ7sUVJNPWTByj6w5MCCQ/d2SYP2o4yfXKeNOClWerxB1n+4B36dQsk9QrFfj/oIq077FxebgyZklchUVFn267oCcxm8WtkC+bVwfa3tXgne+wFUubxjryKj+UMmVnhFOU" ] }, "ContentHeaders": { "Content-Length": [ "625" ], @@ -300,8 +300,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "235" ], - "x-ms-client-request-id": [ "b8cefd25-eed7-4f5f-bf0f-339775f34905" ], + "x-ms-unique-id": [ "14" ], + "x-ms-client-request-id": [ "8c993a5c-9fc0-4a2d-b51e-f61a66e1b257" ], "CommandName": [ "Get-AzsVMExtension" ], "FullCommandName": [ "Get-AzsVMExtension_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -315,16 +315,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "7325b93c-4d0c-468f-b6bf-c2c40c1117d1" ], + "x-ms-correlation-request-id": [ "5b92657c-fcb2-491b-850c-4a696745dc80" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14921" ], - "x-ms-request-id": [ "7325b93c-4d0c-468f-b6bf-c2c40c1117d1" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213722Z:7325b93c-4d0c-468f-b6bf-c2c40c1117d1" ], + "x-ms-request-id": [ "5b92657c-fcb2-491b-850c-4a696745dc80" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204158Z:5b92657c-fcb2-491b-850c-4a696745dc80" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:21 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:41:57 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/zBcL1FjKh0Bckt0eIaKC86FYk/MURIM2RYVedCVo485ZQ//LTnEv1GoNIG++ikHib6ryboOHh6MWvaYpFyCaF2DKbyn/7A8hbFr9pRMk/ni8M0WRMvfwgvepsqctRfXODUCsxhkqhGq2wy0okoB" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJXyIm23FHQ7CmjOrp0B5d8hRp0e2Sik0JAqogToZe6Kvxyo2+AchGocNFREKUuiELSfg2Vo0Ht5rQTRmW4Xtu3QvWoVvD/ELGW5i6ICsBVhAeQ/Wxx0atvBs9gBuNbClwgtZOxNwS5Dh+VtM2F3W" ] }, "ContentHeaders": { "Content-Length": [ "619" ], @@ -342,8 +342,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "236" ], - "x-ms-client-request-id": [ "eb453fd4-d9da-4d07-ba1d-2e63306e5521" ], + "x-ms-unique-id": [ "15" ], + "x-ms-client-request-id": [ "e9d383db-4983-436a-afe3-db5ecf981eea" ], "CommandName": [ "Get-AzsVMExtension" ], "FullCommandName": [ "Get-AzsVMExtension_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -357,16 +357,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "a7976730-075c-4cd3-8246-28cce61d9501" ], + "x-ms-correlation-request-id": [ "7caed9db-cdd6-4987-b486-200e36fc3b6d" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14920" ], - "x-ms-request-id": [ "a7976730-075c-4cd3-8246-28cce61d9501" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213722Z:a7976730-075c-4cd3-8246-28cce61d9501" ], + "x-ms-request-id": [ "7caed9db-cdd6-4987-b486-200e36fc3b6d" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204158Z:7caed9db-cdd6-4987-b486-200e36fc3b6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:22 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:41:58 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvEqJOVu2+bKwdarzSghUcgcTCMvS7Qptf07wTPPmqXsvFB357C7N3IGCULvcnDsJ6l9KAp8rCYVEHq853BiQ/wVLQinRqwVrnwbRJ6w7qnGI+rA+p+0Zz/BRzKnpzyl1TdCfcxbkQjWRKr8txDVX2" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvLs1f5+t+eGOG7fZvi6aehyr2wFRXU8OUhR2lfEztUW738Hbh+BAJ0Bq8l3KktKZDRTkzUT+FkdZ+6ossgM0zD8eNgNXGXDm9PXCiqoiYHexqglIFBMm18T0GXosnrnnfSwYVjmZMP/X/t2/PZLZQ" ] }, "ContentHeaders": { "Content-Length": [ "620" ], @@ -384,8 +384,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "237" ], - "x-ms-client-request-id": [ "f5c95b1a-d332-42e1-831c-a5d86c055582" ], + "x-ms-unique-id": [ "16" ], + "x-ms-client-request-id": [ "4a7c5c49-0e4a-4679-a6ea-f78d660d9015" ], "CommandName": [ "Get-AzsVMExtension" ], "FullCommandName": [ "Get-AzsVMExtension_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -399,16 +399,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "6a7a8024-ebdf-4527-b4b8-d24f35a85e6c" ], + "x-ms-correlation-request-id": [ "69307871-aff2-4d34-97d7-663d0c96d487" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14919" ], - "x-ms-request-id": [ "6a7a8024-ebdf-4527-b4b8-d24f35a85e6c" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213723Z:6a7a8024-ebdf-4527-b4b8-d24f35a85e6c" ], + "x-ms-request-id": [ "69307871-aff2-4d34-97d7-663d0c96d487" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204159Z:69307871-aff2-4d34-97d7-663d0c96d487" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:22 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:41:58 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv0uiNvLLoA38XEfj86ojD1oQan9WB1ARpuMTCRXjZ5x07Tb65tmckVKeMf1D8/rUxJ0TPMGBvFbQdEgndkvhfqXwXlmRtmuIsoEEzUIautqO/XKJJl9ZvinR3eRyBFnc0vzVVEjCfQ6pHReIELsnw" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvrBzV4/toaEKU6OvLv3/tB81v1x3DbxnPdzfWMH++yJlYOrsdv1y1H3Uu/Rl5IFA2De+sXnexTI3dunKwPWWZGVjb2it+8wDa60SSw8VD43VFw4pIpH5ifL71sWJPqhllffYQvzrnYloUTHFqAD++" ] }, "ContentHeaders": { "Content-Length": [ "603" ], @@ -426,8 +426,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "238" ], - "x-ms-client-request-id": [ "6b670ae5-e13d-47c4-b596-e3159bd1bcb6" ], + "x-ms-unique-id": [ "17" ], + "x-ms-client-request-id": [ "6b5be10b-c79f-4742-a55f-96a8e8d418bc" ], "CommandName": [ "Get-AzsVMExtension" ], "FullCommandName": [ "Get-AzsVMExtension_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -441,16 +441,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "52eb83b5-2060-4ba3-94be-99b57c7cbd7a" ], + "x-ms-correlation-request-id": [ "f8975241-557f-4e2f-abf6-6e7aa17c907e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14918" ], - "x-ms-request-id": [ "52eb83b5-2060-4ba3-94be-99b57c7cbd7a" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213723Z:52eb83b5-2060-4ba3-94be-99b57c7cbd7a" ], + "x-ms-request-id": [ "f8975241-557f-4e2f-abf6-6e7aa17c907e" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204159Z:f8975241-557f-4e2f-abf6-6e7aa17c907e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:22 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:41:58 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvn6uE40yJu6I213w8Molz7DvuC3AyrdUfKov63wCydKjonwmWIEmsqiD78Clt5Ki0K8Hf0wFy6A+2htzLVGO+u4t95SrxQ+f3ZVikw+eqCfr0Nbl0f4uvVr6MZC4VH3X0vV35qkoaDUNGvIXEKgsy" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvbMjVOTXvwxRcO7Y0MNz+F0PSFsZJEMz1xT/4JpW9REHPMq/9Bz5Nu4YrrGr5OO65nhhpwM87Fe7kpa5kRMPDz3tO4U9ZBHtldElY077/fn7X43ietY9GHxX/o/Lgn1ImRGrQRHQspQ5dn38v17xa" ] }, "ContentHeaders": { "Content-Length": [ "675" ], @@ -468,8 +468,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "239" ], - "x-ms-client-request-id": [ "71cdf610-7f32-469e-84b7-6f89239f189e" ], + "x-ms-unique-id": [ "18" ], + "x-ms-client-request-id": [ "dc522fd0-5226-4a0c-b6b6-b1715577cfed" ], "CommandName": [ "Get-AzsVMExtension" ], "FullCommandName": [ "Get-AzsVMExtension_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -483,16 +483,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "a8056e12-fb10-4d70-bb3b-87010a05e329" ], + "x-ms-correlation-request-id": [ "3b99a4b5-075f-4acd-b789-aac56205934e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14917" ], - "x-ms-request-id": [ "a8056e12-fb10-4d70-bb3b-87010a05e329" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213723Z:a8056e12-fb10-4d70-bb3b-87010a05e329" ], + "x-ms-request-id": [ "3b99a4b5-075f-4acd-b789-aac56205934e" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204159Z:3b99a4b5-075f-4acd-b789-aac56205934e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:22 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:41:58 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvKIif1DjOI7W6ZiiH6Zywx1xKeD2EzSZXw9okFmDaBx81fUHYOlNiSKSFXSZVaD6dBkNut9/IFJxnPnGzyMsjHf8RwY8enAtHZTF/nA7fYu6R/MYayc5Qkk82s+WDaVHN6EmcJdQTsz3+ixJ/Eigw" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvW8V9GRMv5iwaPY2i3YETbpQ367ZsZZV885IysX7htWhq/QbZxkkBoxhvhD/TwAR1eQje2zZt+h5neoxCW8J1BE6LuG0wffdZH+W/U9i33uyJI1EmYcu9rQzYmFzOZ1iCLOQtSL6f4U/7zIWfhILc" ] }, "ContentHeaders": { "Content-Length": [ "625" ], @@ -510,8 +510,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "240" ], - "x-ms-client-request-id": [ "d9b11cfa-f66c-4b2f-a12b-af82fbdf8841" ], + "x-ms-unique-id": [ "19" ], + "x-ms-client-request-id": [ "f9eefe54-3510-4b89-961c-b99da32fe838" ], "CommandName": [ "Get-AzsVMExtension" ], "FullCommandName": [ "Get-AzsVMExtension_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -525,16 +525,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "31c2bdb6-0000-49e0-b631-a5685d38ae61" ], + "x-ms-correlation-request-id": [ "df7f5ec8-4ed4-40e1-9095-508a266ca5b9" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14916" ], - "x-ms-request-id": [ "31c2bdb6-0000-49e0-b631-a5685d38ae61" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213724Z:31c2bdb6-0000-49e0-b631-a5685d38ae61" ], + "x-ms-request-id": [ "df7f5ec8-4ed4-40e1-9095-508a266ca5b9" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204159Z:df7f5ec8-4ed4-40e1-9095-508a266ca5b9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:24 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:41:59 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvph9DsFff69epP9F5RaZL6iZz+JcZH1Onq8g5QTBfbObLF743zFd/b4aL5+H/XnZaKSSAUIRSoKN6BWBUFFOCqkamwLoCCMaZwXWJa7lnvwJr8cfMQeQSLjJhv8RYP7xZd8TlOqntGruNICfEt64P" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvppKu7xOwVU19C83YxpFiZNzzKBnQkFUmM1yeHQFKml6FBscSYv07KZB0wEGG19ItFKfnsNXVO1NL0ey++/c7hNjcJN30emTVSFh8Liwl3jivI4g8phg02R9KGUonRV3Hp7OKecD5KR9F3RW/77Si" ] }, "ContentHeaders": { "Content-Length": [ "625" ], @@ -552,8 +552,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "241" ], - "x-ms-client-request-id": [ "79e3d849-1dd5-47db-8933-d1116b8685da" ], + "x-ms-unique-id": [ "20" ], + "x-ms-client-request-id": [ "70a72d98-b836-46fd-8e08-11b6d9c8a12d" ], "CommandName": [ "Get-AzsVMExtension" ], "FullCommandName": [ "Get-AzsVMExtension_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -567,16 +567,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "49a99dd2-1783-40ab-aa04-83ad9efa2ce0" ], + "x-ms-correlation-request-id": [ "76abbc53-7d10-4807-8ec7-9b7c25a9f50a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14915" ], - "x-ms-request-id": [ "49a99dd2-1783-40ab-aa04-83ad9efa2ce0" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213724Z:49a99dd2-1783-40ab-aa04-83ad9efa2ce0" ], + "x-ms-request-id": [ "76abbc53-7d10-4807-8ec7-9b7c25a9f50a" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204200Z:76abbc53-7d10-4807-8ec7-9b7c25a9f50a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:24 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:41:59 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvtOscOcUQamMFl1l8oQFmvd6foQlz8wwbUOsKqkgy58CqHELHOnPrvEaP9sx6YM2NTkpUVJ9UKppDZY9/D9iBR5S1+lmaNRdmAnZi4JzBqcdSGjURCJ/g4sL0gCJbrwdYmyTK1QML3kIkAUJgfA1n" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJjRi+pyVU6gxrX0/01GsqV/flq9HEZiKWLWqbZb6eN0Xqe/1n1q7MuRjKUMjICQpeTddLx5Z0p37kUS1NXHB6jSoTrClwUaHrcmvrMjBLK2y/z+IsOyagz9kJ0md+EQNVFKyp5q/84YqEcvNgYLJ" ] }, "ContentHeaders": { "Content-Length": [ "631" ], @@ -594,8 +594,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "242" ], - "x-ms-client-request-id": [ "31284662-e857-4479-864d-4ac0766c5962" ], + "x-ms-unique-id": [ "21" ], + "x-ms-client-request-id": [ "2d48e9ce-c07f-4b2b-b655-1fc5034c5f65" ], "CommandName": [ "Get-AzsVMExtension" ], "FullCommandName": [ "Get-AzsVMExtension_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -609,16 +609,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "2731d35d-c7b4-4cb9-882e-151e7f44566c" ], + "x-ms-correlation-request-id": [ "170c0d26-ee1e-451b-aa04-f2877f42ad6f" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14914" ], - "x-ms-request-id": [ "2731d35d-c7b4-4cb9-882e-151e7f44566c" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213724Z:2731d35d-c7b4-4cb9-882e-151e7f44566c" ], + "x-ms-request-id": [ "170c0d26-ee1e-451b-aa04-f2877f42ad6f" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204200Z:170c0d26-ee1e-451b-aa04-f2877f42ad6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:24 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:41:59 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvGyWLXu07LdLchZ6AJZUpNIXNc4BNzEI+/I/skZaFwLL5hrSvtow06foeKytAbROThw2RMTrcUpBhd/DRiACSyDPSmODK6rISqCTkbCDzumATzIc//Wt+YryneF4B/t1vQajfqdvqfmXT1OQaGZSf" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvjenQoqyBXAwNvGkJIffJ2zI6vOQbmeHFFLVssHvEJ57yqUmvCrXMuMQkZs6kQUV83fh4MNJlsJvXxKAeCcdEqSsIYueAde3N7hRFZwff7Xp+U3KCwfJ/1zZ2887nVkpkdQEtJA0zyAgjtkFU92D6" ] }, "ContentHeaders": { "Content-Length": [ "629" ], @@ -636,8 +636,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "243" ], - "x-ms-client-request-id": [ "bb1db7a4-ddba-4956-9fca-4701830ec976" ], + "x-ms-unique-id": [ "22" ], + "x-ms-client-request-id": [ "8cb649de-f8ee-4992-9ef5-c28dc32cd33a" ], "CommandName": [ "Get-AzsVMExtension" ], "FullCommandName": [ "Get-AzsVMExtension_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -651,16 +651,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "1b1de5b9-a9c3-4519-a892-5d929b2e52cc" ], + "x-ms-correlation-request-id": [ "a70dc82f-55ef-4996-862c-e9c76242667e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14913" ], - "x-ms-request-id": [ "1b1de5b9-a9c3-4519-a892-5d929b2e52cc" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213725Z:1b1de5b9-a9c3-4519-a892-5d929b2e52cc" ], + "x-ms-request-id": [ "a70dc82f-55ef-4996-862c-e9c76242667e" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204200Z:a70dc82f-55ef-4996-862c-e9c76242667e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:25 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:41:59 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv3Uno5k2+CQ7bUAThyb92i8O7WyZqMY8WcV5BfqBaJ4ug9HNb9mV3Y3PU6rZsxfSmaV4jAPjF59IsIjZP2K4fV3A9ykivDLDVh/f08vaCcE4JD1Fu2isnCxScqmaBAsSSUX24y+fTN8liUqrJWdiv" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvV8ON0A9r2oRp3kGvjH5RVQk1WgMPak2cmG7EJGnwq48rFRvYjQtE7sipAqe2JfirB2cub2su59a96m+/M0Q2uWOdd3pdLc6hzs/5pts3vGtBNaTQDpa76ogGQZPEKv/QkwKvjlkr8xOMQnkyKwnm" ] }, "ContentHeaders": { "Content-Length": [ "621" ], @@ -678,8 +678,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "244" ], - "x-ms-client-request-id": [ "fe2f49a4-f97a-462a-808f-443097fdb67d" ], + "x-ms-unique-id": [ "23" ], + "x-ms-client-request-id": [ "e80e6e10-0943-4492-be7d-a53ae0f1af80" ], "CommandName": [ "Get-AzsVMExtension" ], "FullCommandName": [ "Get-AzsVMExtension_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -693,16 +693,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "edbcc803-3477-4798-8cfd-144024aca6e8" ], + "x-ms-correlation-request-id": [ "cc7310d1-7cf2-4539-840c-b4cbbc1d5ad0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14912" ], - "x-ms-request-id": [ "edbcc803-3477-4798-8cfd-144024aca6e8" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213725Z:edbcc803-3477-4798-8cfd-144024aca6e8" ], + "x-ms-request-id": [ "cc7310d1-7cf2-4539-840c-b4cbbc1d5ad0" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204201Z:cc7310d1-7cf2-4539-840c-b4cbbc1d5ad0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:25 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:01 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvzGSB8JtIHrr7ghtUtfkdfL8NHkRO6HV1t2j3JSeGvk7llC8U3bUchKROJIPDkOUa1Bf4yocATKoZpwB5DTLgNr922RUcVgm3KeHOPA3xADwqcE44blVtMbYUGtBFxcwtAMCa5LmLBdEuTS1gLgcs" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv8d87GeMWNoRGs25dCkJ1PQyNUHXyOvl5buLOg6zE/kR68N4vXtX1XchbKevK3Qi8/h0AxFbXH3C4P79QM/Luz5DSncuc5DtGqLoKTx7obr+1a53wofNr1RkCM+rEzTLzL16OSeDwmSZnaU2YQRfd" ] }, "ContentHeaders": { "Content-Length": [ "595" ], @@ -730,16 +730,16 @@ "StatusCode": 201, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "7be781ba-3d37-4f28-92d2-1f7b74eb0aaf" ], + "x-ms-correlation-request-id": [ "1de916d3-8729-43bc-9b3b-e7f254ff4dda" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], - "x-ms-request-id": [ "7be781ba-3d37-4f28-92d2-1f7b74eb0aaf" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213726Z:7be781ba-3d37-4f28-92d2-1f7b74eb0aaf" ], + "x-ms-request-id": [ "1de916d3-8729-43bc-9b3b-e7f254ff4dda" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204202Z:1de916d3-8729-43bc-9b3b-e7f254ff4dda" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:26 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:02 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsMQKY5vKoiBQmFRbMMOisRLttE5mJAozwqwIj2WTZaYK7g1Nd1r1M9Eux51rJoRYO/takSSSdC+vc6oMkFr08qJfgQ/+SV/Nz1qRoOlaS+Ta4M93NlHEShOLs2zcHoinJfVhHE65Ag5wJUgnAh6e" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv2RQVozrh9Boce1PwEI9bCnctVchonzlXnHPUjk6bKuj4LMPXQTAsn8MLf+VCpwITeWjAjThK+Vv7LHHgL0bPB6+X3OpK8C7v6/5MCf4Gux0Sgwwygq8gqvJJUaAmjHbbRTyidszT7EJ0WjQv12EQ" ] }, "ContentHeaders": { "Content-Length": [ "668" ], @@ -757,8 +757,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "246" ], - "x-ms-client-request-id": [ "7d499997-6a52-4a3c-bc09-bcb5af5e8c00" ], + "x-ms-unique-id": [ "25" ], + "x-ms-client-request-id": [ "385c3249-67f5-4ea4-af85-807928039e9b" ], "CommandName": [ "Remove-AzsVMExtension" ], "FullCommandName": [ "Remove-AzsVMExtension_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -772,16 +772,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "62e634a2-e806-4e80-adc8-3605176cd77e" ], + "x-ms-correlation-request-id": [ "a6c88215-586f-492e-b357-7494182f50d2" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], - "x-ms-request-id": [ "62e634a2-e806-4e80-adc8-3605176cd77e" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213727Z:62e634a2-e806-4e80-adc8-3605176cd77e" ], + "x-ms-request-id": [ "a6c88215-586f-492e-b357-7494182f50d2" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204202Z:a6c88215-586f-492e-b357-7494182f50d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:26 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:02 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv0xAcIUS3RDhZMfooAJMPJJ3dQsT74NMc8tHADoi/o2jeMUgqesrmMJE9qsik6FBMUdfg6Zb4U2LKClfr3gImoF962meUHjBgNpS+j6WA8iXbv+OmUYn+8D2OswO5oEF1Xe0jaOsx9Ukuj9qXUWUm" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvTXKK8jGGfMJKwTUC13upZqgM3w8M2x0WnLX+Rvtyrg2f5E7lqUhiiTK9NFcfn3C+hfHkbdoBJ9V6YL0SMsVdKr4hSG9yHeIM/f+1oAqm3z9tLoed8ELYIOBrFhzzjGpOO+np7ZwH065FW7HCMymP" ] }, "ContentHeaders": { "Content-Length": [ "0" ], diff --git a/src/Azs.Compute.Admin/test/Get-AzsComputeQuota.Recording.json b/src/Azs.Compute.Admin/test/Get-AzsComputeQuota.Recording.json index 685c9cee..cc1caf00 100644 --- a/src/Azs.Compute.Admin/test/Get-AzsComputeQuota.Recording.json +++ b/src/Azs.Compute.Admin/test/Get-AzsComputeQuota.Recording.json @@ -6,8 +6,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "247" ], - "x-ms-client-request-id": [ "b8fb2484-ef17-4a58-b1c6-78542f50a504" ], + "x-ms-unique-id": [ "26" ], + "x-ms-client-request-id": [ "cdb5a9ae-7fb0-40b0-8089-ec364501652c" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,16 +21,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "3a99481e-6dcc-49b9-a546-3b53ef57b706" ], + "x-ms-correlation-request-id": [ "83104eb1-5e8c-4a63-a681-1148775ebd56" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14911" ], - "x-ms-request-id": [ "3a99481e-6dcc-49b9-a546-3b53ef57b706" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213727Z:3a99481e-6dcc-49b9-a546-3b53ef57b706" ], + "x-ms-request-id": [ "83104eb1-5e8c-4a63-a681-1148775ebd56" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204203Z:83104eb1-5e8c-4a63-a681-1148775ebd56" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:27 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:03 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvyd5cwwYPQhfHZdrlqGLV2BVkf6Z2GozCvrzM/sQdLAmxm/Crcq2t8D1VCclCe5dbcLZdgG5UXBrVIjbJ5WajeQ0awXtvOmnme1bBDWKzQP+3aWvKUSVFECRlgdm5biUq8kLsHYKQQZ2tEC9bjuCQ" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvDoog3h7GymqeMEHZh90Tm/Tkyrn/8mXK8iMaYvscOm1HHIJRpLW3B4reYZOJlSf91GpjMcxBZqrZd33A3jlcixy8IdnpA8lS5Raut7PC4W0aG98KN+Y/f/Ax+OmUj6ONusME/+nTrQTBTt/aygmN" ] }, "ContentHeaders": { "Content-Length": [ "44105" ], @@ -48,8 +48,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "248" ], - "x-ms-client-request-id": [ "4658a7c1-44d1-4dd6-90f1-8c9b52f376af" ], + "x-ms-unique-id": [ "27" ], + "x-ms-client-request-id": [ "96299b2f-4d19-4951-b73c-eb83182f75f9" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -63,16 +63,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "8958e736-df58-48f5-b097-183a6afb6398" ], + "x-ms-correlation-request-id": [ "90a1aee8-8eca-4cd2-82c4-699c7a5098b4" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14910" ], - "x-ms-request-id": [ "8958e736-df58-48f5-b097-183a6afb6398" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213728Z:8958e736-df58-48f5-b097-183a6afb6398" ], + "x-ms-request-id": [ "90a1aee8-8eca-4cd2-82c4-699c7a5098b4" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204204Z:90a1aee8-8eca-4cd2-82c4-699c7a5098b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:27 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:04 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvVpl9xj/9dRm/+4E2+nOoJAFVuwncKszBovGjU9/80LOaLwvXFxvvYkOL7ULdH+vhXDUOGmS/GNQGTUzVKH5uUWTF/gFTCzAV22ZFJuuo2V4SHp68oVOuCEI3uedkgRnFd26p/FQo2A70vFFhTI9l" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvlBOelYxIkim9ume8DZ2LTs6wsXo0tQNvNHkCvLVhtT8POz61ExID4We0Djpp2TZVJGRgXvS23eHubCjR0ysbcT9yjGSVkNmoXGyK3K5ZxLW/XVOw8vqe7SpqB28hDV9zT9mwqYL+lwQA030V+P8q" ] }, "ContentHeaders": { "Content-Length": [ "44105" ], @@ -90,8 +90,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "249" ], - "x-ms-client-request-id": [ "00a242ed-d317-47a2-a52a-dec221425f39" ], + "x-ms-unique-id": [ "28" ], + "x-ms-client-request-id": [ "bada4e3e-097d-41c0-9c56-5afc24edaa6f" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -105,16 +105,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "22432cb9-b570-4925-a030-04fb77a83b5a" ], + "x-ms-correlation-request-id": [ "ed7ac9d0-b9b7-45d0-836c-c98db038e227" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14909" ], - "x-ms-request-id": [ "22432cb9-b570-4925-a030-04fb77a83b5a" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213728Z:22432cb9-b570-4925-a030-04fb77a83b5a" ], + "x-ms-request-id": [ "ed7ac9d0-b9b7-45d0-836c-c98db038e227" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204204Z:ed7ac9d0-b9b7-45d0-836c-c98db038e227" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:27 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:04 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvwvbYI7lfGcVS4NXwlqlfPJ0b2gJadLHTCyThdoUBJgOv/6AhVY1jlnJNqtTKHk9RtrlY2K3i9xOOSqFHrdE1QEkziDm3XjAdKqT9lgJDNPA3IYgRI+SK15iUii6SPiK8kbbszTXwzmwd4e1tDDlv" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvZFraP2AG4fv4BGrwzjlwVqbJbxFnxiwHlCio0dyL9/z6FTa/tutGEes3yIOe+SMn2daLk/9WEoxPZH+v9pGXVXkphWoC0te0+PzMasXyvrVuNn7SXoOerxy0hKVNqssd6NG04SoTJur/SBHCTqzY" ] }, "ContentHeaders": { "Content-Length": [ "483" ], @@ -132,8 +132,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "250" ], - "x-ms-client-request-id": [ "edba75dd-7246-4495-9cca-da3f9af22489" ], + "x-ms-unique-id": [ "29" ], + "x-ms-client-request-id": [ "92f2bc9d-b862-421f-82ed-d99b95239197" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -147,16 +147,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "dbcd0d06-23d2-4875-8090-64f65f67ce36" ], + "x-ms-correlation-request-id": [ "1f529842-9610-4e43-98e9-9883958f67d6" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14908" ], - "x-ms-request-id": [ "dbcd0d06-23d2-4875-8090-64f65f67ce36" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213728Z:dbcd0d06-23d2-4875-8090-64f65f67ce36" ], + "x-ms-request-id": [ "1f529842-9610-4e43-98e9-9883958f67d6" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204204Z:1f529842-9610-4e43-98e9-9883958f67d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:28 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:04 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvh26xeil5dFROIhzoQCkpXSuhrGAyhJ46dnDKII17oQfkmNa6PFYSNHbFo0YfJyBkdUwJJ7QsOFOmEpYBS6UIysIUSm/nO/+ynqikvCPkI2GBq19fIkCBq5znHYtr5eQq2GNIDA/pCcjCO89dmEAy" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvaY9j4RgtAr/fPac2ddi1w/wnvQ8vIhzOGpxuGvxvyHYBGQ/UBV8oDe70nMG/lO4gSSJDs2LZW8xKrCowx+e/CL5YWHlwdLzYp0bpYKdvSKpBMPmM8pj9Je82NDHt7Y+lZi/XT2HrIKoy2c8mmzBr" ] }, "ContentHeaders": { "Content-Length": [ "44105" ], @@ -174,8 +174,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "251" ], - "x-ms-client-request-id": [ "19bebd07-e646-41ed-97b4-252217690816" ], + "x-ms-unique-id": [ "30" ], + "x-ms-client-request-id": [ "3a6ad3d7-e3cf-40ec-a6e8-3ee6b49c9680" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -189,16 +189,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "c6e8185f-dd10-4884-b53c-6bfe1cae3220" ], + "x-ms-correlation-request-id": [ "8f6d1836-bd82-43da-86ac-c3e0978d4232" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14907" ], - "x-ms-request-id": [ "c6e8185f-dd10-4884-b53c-6bfe1cae3220" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213728Z:c6e8185f-dd10-4884-b53c-6bfe1cae3220" ], + "x-ms-request-id": [ "8f6d1836-bd82-43da-86ac-c3e0978d4232" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204204Z:8f6d1836-bd82-43da-86ac-c3e0978d4232" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:28 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:04 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv5/uqh0HbjV/8ugKdEmVH3icYjx3JPV1cTxBcVy4xFZ/yipPRErq9b8kHtbvG4axNqMO2Db3jZGh/XLMZajvaVg9uqk/h6Ma7J2MnRSTpe4FLSvILnmKVFA9GzWEx1WYTHvxgbMv/El+iGne3MEmg" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvKsamulTFBX6nze2xbvwgkKnKsoHMNG+EF5xpgotDWcRXSea/xYxKk8qSC5tKxglkB15BP1ElpFOBG9lesA+5UfbPK9U58hhrbI3D7fsNfRwqzVm9sGXl26oAMga53q5D9qxfFdDpkpzytBmuYZj/" ] }, "ContentHeaders": { "Content-Length": [ "483" ], @@ -216,8 +216,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "252" ], - "x-ms-client-request-id": [ "750d8b65-3ec4-4604-9cec-3f18a6aa81d2" ], + "x-ms-unique-id": [ "31" ], + "x-ms-client-request-id": [ "3582577f-8e85-4c86-95e8-7391ea5bd649" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -231,16 +231,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "0d70f151-8d9c-4246-83b6-8995ca731c70" ], + "x-ms-correlation-request-id": [ "cd6ecf95-8b7f-48bb-9062-cbef30229e80" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14906" ], - "x-ms-request-id": [ "0d70f151-8d9c-4246-83b6-8995ca731c70" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213729Z:0d70f151-8d9c-4246-83b6-8995ca731c70" ], + "x-ms-request-id": [ "cd6ecf95-8b7f-48bb-9062-cbef30229e80" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204204Z:cd6ecf95-8b7f-48bb-9062-cbef30229e80" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:28 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:04 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsdYCs4CEgG8sv09HLHJ74gDmr4p93l94GhD7ddTP7go1qknudJXYOXK0w0POJ/SQyZH6ZIdeosUxtjjo/CX0QRWw5KZBHkMuAwt8+ND/DSHzOyFjy9vD9I3sOSTOkUmscnHGkVcas7W27lDR4ygh" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvO6EeXXMPuBEGGlhzLZnc6pus3agt25egUm+jMUZLgWgvpaMM41KQhaVX6YAqjwASVEKPoonq9+BHwROsBWZG4z406C0KqXqDNX7lgkIDcSdBUkff76yKK3alVnOV0F+O4wWvViohT+K5gedFf1+H" ] }, "ContentHeaders": { "Content-Length": [ "484" ], @@ -258,8 +258,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "253" ], - "x-ms-client-request-id": [ "3f4b32d8-fcbb-4a48-b384-3c7df17504ce" ], + "x-ms-unique-id": [ "32" ], + "x-ms-client-request-id": [ "a335d1c5-3168-4092-852b-3f9d330fe4a2" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -273,16 +273,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "d6d78246-1099-43fb-8fcb-d944aac7dd13" ], + "x-ms-correlation-request-id": [ "1091fb68-1013-43d4-b2f6-f84fc718ce74" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14905" ], - "x-ms-request-id": [ "d6d78246-1099-43fb-8fcb-d944aac7dd13" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213729Z:d6d78246-1099-43fb-8fcb-d944aac7dd13" ], + "x-ms-request-id": [ "1091fb68-1013-43d4-b2f6-f84fc718ce74" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204204Z:1091fb68-1013-43d4-b2f6-f84fc718ce74" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:28 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:04 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv4OV9C+Aj4VWTKpuKZrG/0QoO7CQVWPwSNNR+069tELOdvB0uSvjmW2dpe6n2dzbODL1Q8z1TzDfkds/5vG3VYOSCTuLRi+7iKKlyjPgVh1Il8Y0SCc2HlX6ounXnx4GG0OAPjoaBRSV4SWhShcGd" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvvCiidhRM4fDF4E01rxOb8j8ipP1YVrw01GVnjsw9+XxrcY7j4nRvCx5XR+xCA/U04ja8wmOjKRTWZkwINXrrJblx1ZJauBcNVUza+n4Lvbh9Y4iUCSC4tnqXHKMEauyQbexHh27r6Kx8GZNNfV7D" ] }, "ContentHeaders": { "Content-Length": [ "484" ], @@ -300,8 +300,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "254" ], - "x-ms-client-request-id": [ "b04d422e-3fd1-4f81-901e-44a9c59d5cbc" ], + "x-ms-unique-id": [ "33" ], + "x-ms-client-request-id": [ "21a7028f-616b-4037-9b06-ae216abc286d" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -315,16 +315,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "82d0cd65-aa11-4b8a-a7c6-b08964d8c6d9" ], + "x-ms-correlation-request-id": [ "aec27ae2-1f95-4763-ab8a-74081a0207a1" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14904" ], - "x-ms-request-id": [ "82d0cd65-aa11-4b8a-a7c6-b08964d8c6d9" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213729Z:82d0cd65-aa11-4b8a-a7c6-b08964d8c6d9" ], + "x-ms-request-id": [ "aec27ae2-1f95-4763-ab8a-74081a0207a1" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204205Z:aec27ae2-1f95-4763-ab8a-74081a0207a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:28 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:04 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsJddkbD9isNXXEIdG+pT9PWYmJ3AWlmO2Psvcu4YLei8JtFGl7g4HzMAv9wN4kiVii6f2mqWAz2oM1YlgX0GVoKXM/3hY7A9W1b4YiA4ebXScbvEG72mU9iSVGKqKa1T+ofIt6jP+Eqo46dcyxdo" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvxowh2708aea5kJ3nOSsW2yOsBUdrfjuifABYzwMXp0HGxZUXqlTXkJ7EbZjEiAMeClA10ifSJl6C1X91SFLW/zm5/idMnzMzgikBTRhOpGBMkXIpjA0oR+nNGf355EntM88rbV3qlkQ/wDwTEfXn" ] }, "ContentHeaders": { "Content-Length": [ "484" ], @@ -342,8 +342,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "255" ], - "x-ms-client-request-id": [ "73f160b6-95f0-4fdd-84a1-e26c0e659664" ], + "x-ms-unique-id": [ "34" ], + "x-ms-client-request-id": [ "f90dee34-e472-43ce-9b8c-ea6089cecac7" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -357,16 +357,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "4a4cbcae-d991-4d7c-9ca4-8f58c67a65b0" ], + "x-ms-correlation-request-id": [ "5838de5a-a272-4c9e-94bb-d5f8d2d9c1a0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14903" ], - "x-ms-request-id": [ "4a4cbcae-d991-4d7c-9ca4-8f58c67a65b0" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213729Z:4a4cbcae-d991-4d7c-9ca4-8f58c67a65b0" ], + "x-ms-request-id": [ "5838de5a-a272-4c9e-94bb-d5f8d2d9c1a0" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204205Z:5838de5a-a272-4c9e-94bb-d5f8d2d9c1a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:28 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:05 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvGaJBabIJv0bo2/dn8Fv2Qm52dKS2siGuEvhyGF/dmRN1xUVBjhiy83Qi5jTvEJvvJg6MNS25cT41QNqzDDIWa3o2f2i401ke1ADdb3Urj0uHwG59Zbtl7Az8Si5K4xqYywGY18reRkcvoH3mYV8t" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJhiaLE+h+H7x/MguU2VpqAhQYK0qTaEB41sVHIozDJtJTEEy3NvMfcjDecvh+0moDA3c8Ji01MUKOW8qV7lOQV2QaopCN/lt1MEBW/dP/qbW7BMQWgUOxuadLvXMoVQqr41W+1uZvR2shIqUsFfV" ] }, "ContentHeaders": { "Content-Length": [ "484" ], @@ -384,8 +384,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "256" ], - "x-ms-client-request-id": [ "3e6fa139-ddd0-483f-942a-d24bda3d2756" ], + "x-ms-unique-id": [ "35" ], + "x-ms-client-request-id": [ "7e652483-dc83-4555-8a77-ad5d999ce3f8" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -399,16 +399,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "17005b3d-2c63-490d-9ccd-2f90cbd88933" ], + "x-ms-correlation-request-id": [ "dd77b425-44b9-4131-985e-77fa7ddab045" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14902" ], - "x-ms-request-id": [ "17005b3d-2c63-490d-9ccd-2f90cbd88933" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213729Z:17005b3d-2c63-490d-9ccd-2f90cbd88933" ], + "x-ms-request-id": [ "dd77b425-44b9-4131-985e-77fa7ddab045" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204205Z:dd77b425-44b9-4131-985e-77fa7ddab045" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:28 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:05 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/qRHhnqzPPq+dRlxsZx+XZmpxVLVEnrwyXDxCHBCE+HrUvR+T2S4VoerjcYRlYePPriTpaJTuZq1qy+Mr4AGTU76S5O2WNv2MCklEXBT/sLje4l0b1+/iWF3zIF+/7Dlm8lIT1uYHq/RCQUGZ6+W" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHhAL9G4EtKaOukEQoS3SIMixFa9joeaosiOkTGuog5eq0RIjZf2/gig6BCb3/BQQJUoPlaegXvsF3ke4j7bYoXpP8xPR+ZiH5RJ+K/9dClHAya3Q/xV0DY8s+Mh9JYN1UHS2moT8btv9MlYgry19" ] }, "ContentHeaders": { "Content-Length": [ "484" ], @@ -426,8 +426,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "257" ], - "x-ms-client-request-id": [ "7f25c13e-23e7-472b-917c-ca295fe7fc1d" ], + "x-ms-unique-id": [ "36" ], + "x-ms-client-request-id": [ "41871831-388b-47d4-a611-a63c785ccb64" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -441,16 +441,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "1dc6129a-009b-4387-ba60-7e9b355fc6a8" ], + "x-ms-correlation-request-id": [ "59abc029-1ec3-4d25-a0f5-6b21924539e6" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14901" ], - "x-ms-request-id": [ "1dc6129a-009b-4387-ba60-7e9b355fc6a8" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213729Z:1dc6129a-009b-4387-ba60-7e9b355fc6a8" ], + "x-ms-request-id": [ "59abc029-1ec3-4d25-a0f5-6b21924539e6" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204205Z:59abc029-1ec3-4d25-a0f5-6b21924539e6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:28 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:05 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvPOpoa9RoRIqELKw7DBDlSQiCS2Tde9gsqZseOcx8MFMNnzzdtXZL2WzAX76G/zpHjsvA8KLukjcSiQqR5bSjuA8X9qjX/pZQEePk9mCBLT4taI5vya321RAdDXDCtI5+7krEvERiBluNXT24ylio" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvhELW+WDRYi8GmN40lxDz8Al92ZY0b1wgHyPXNM0eNvPPn7K5C5so2WXhVy5Jnnzv5GFP7Nur9BklKGQqpOd80rt7OwQRDRqp3erY/3uya70ha/lAW1Y+EudZ1/cCnGxfMnrA2pGMDHfP3EIQNCAN" ] }, "ContentHeaders": { "Content-Length": [ "465" ], @@ -468,8 +468,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "258" ], - "x-ms-client-request-id": [ "04f5754a-c9c4-447a-b6e9-894268da162b" ], + "x-ms-unique-id": [ "37" ], + "x-ms-client-request-id": [ "b882fd38-0fd5-40af-bebe-3f5ea5b689ea" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -483,16 +483,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "792e1a05-5a19-4200-aa94-a7923b640c48" ], + "x-ms-correlation-request-id": [ "45a090c1-0ef8-4281-9cd5-21c877b7e1da" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14900" ], - "x-ms-request-id": [ "792e1a05-5a19-4200-aa94-a7923b640c48" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213729Z:792e1a05-5a19-4200-aa94-a7923b640c48" ], + "x-ms-request-id": [ "45a090c1-0ef8-4281-9cd5-21c877b7e1da" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204205Z:45a090c1-0ef8-4281-9cd5-21c877b7e1da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:29 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:05 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv7+QEHU9v7FOuKuXbOTnwMitO/yQiyuSRl/9QeVNiv/ItjmqIldAiL6PCMXNSAo95YcyfiKX/oDbyjxXCzdLJsVRiv7F4II2cIj4pZbh2mZ9+81c6pQ4+Kz5tsPR9AK5YwbTn1lK2FvBOTzGcxUik" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv1xbBiQNI4NeeD2KlpKZBT+HYwCfwDYX57QlF+BIZG4TdxUPCCrse30V1wiBEuA+nTja7ByoXmvRI5vFpbtfKd2vG7lRRuFVgelwQn3GexlabBUbpqJ2+VTkXSAHQWLOn7nBc4IkRR02QqfWfMpDX" ] }, "ContentHeaders": { "Content-Length": [ "443" ], @@ -510,8 +510,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "259" ], - "x-ms-client-request-id": [ "c7b9cec7-148a-40d5-99f9-336a0d590234" ], + "x-ms-unique-id": [ "38" ], + "x-ms-client-request-id": [ "362a973d-75d6-4ca6-bb94-a6213a4dab4c" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -525,16 +525,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "fa714c53-438f-4b17-97f6-48712359a2c2" ], + "x-ms-correlation-request-id": [ "48321cf2-379e-4ca1-af66-cefb69a2762a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14899" ], - "x-ms-request-id": [ "fa714c53-438f-4b17-97f6-48712359a2c2" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213729Z:fa714c53-438f-4b17-97f6-48712359a2c2" ], + "x-ms-request-id": [ "48321cf2-379e-4ca1-af66-cefb69a2762a" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204205Z:48321cf2-379e-4ca1-af66-cefb69a2762a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:29 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:05 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvdoL255pK7BZ6XW9Urbd/zGRClkqjDc6eU+tS9YcoJ5KTld03dQ0OuJa8BqmwCFy99mpfDPg2RHfnI2gIBIwmVAiBTWBiB8yXIp1IHFImtBTwuaU3T2Zm68ydZRmMASqzkWSeDmVXtJFwAxTHV46x" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvVO2YetlWj+m/3UQldq/A8/zLnpqlVLk19GoxlnYuePg0QaVixWR3EFtrg2HziAh/lm8J/8mIwB8CP6KfHVtAyWlIr4ROv2QETLghcHej+Qb6GcnUVdM9dWENujwITgW+yUcBs9L2f7VgMGTHLWOX" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -552,8 +552,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "260" ], - "x-ms-client-request-id": [ "096841d2-4210-490c-afcd-58fefa8578c8" ], + "x-ms-unique-id": [ "39" ], + "x-ms-client-request-id": [ "e1668c16-0226-4f44-9642-4febf5317ff9" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -567,16 +567,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "eb0f861e-f9d2-41b6-a91f-d8c0020d730c" ], + "x-ms-correlation-request-id": [ "e70924f2-d00b-4dd0-8d81-0dbabd88a84a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14898" ], - "x-ms-request-id": [ "eb0f861e-f9d2-41b6-a91f-d8c0020d730c" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213730Z:eb0f861e-f9d2-41b6-a91f-d8c0020d730c" ], + "x-ms-request-id": [ "e70924f2-d00b-4dd0-8d81-0dbabd88a84a" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204206Z:e70924f2-d00b-4dd0-8d81-0dbabd88a84a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:29 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:05 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvaoKM3GH42JGqEAzrpgdHvafQjn/uiwaKhuXiJTDvo5awy2OXSmiiYMm5Wj7g/zvznoz/VVkws1aLgg24336HIl7uiOT1KCi3+tjK40uMX2sMIaXmYVbdjJkDIfgsL1ltWsR5rCFE9T64TpJ/xF8d" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/wGaIsFsXM6iVQPj+f+OWApOwvsKBi2R1WHkA7fFuz8nOhn8cygd2kM2aMqquM18ehoBFjYLDyO7jqftbG147VjkYomSLuVp/OBhndT+SUXGYX2hUGwtYCRM6akqLIenwlkgADwVRx0gVepaVA0Q" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -594,8 +594,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "261" ], - "x-ms-client-request-id": [ "add57a3e-df1e-4e6a-a02e-554be9181bbd" ], + "x-ms-unique-id": [ "40" ], + "x-ms-client-request-id": [ "9b774deb-a29d-4b72-bd54-600793623a76" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -609,16 +609,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "124c5a04-281a-4b63-9e28-185136ad2c27" ], + "x-ms-correlation-request-id": [ "07e8af31-ad83-42b5-b1a1-cc4a218dd9db" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14897" ], - "x-ms-request-id": [ "124c5a04-281a-4b63-9e28-185136ad2c27" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213730Z:124c5a04-281a-4b63-9e28-185136ad2c27" ], + "x-ms-request-id": [ "07e8af31-ad83-42b5-b1a1-cc4a218dd9db" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204206Z:07e8af31-ad83-42b5-b1a1-cc4a218dd9db" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:29 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:05 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvBXz/5W1ZuXPUzFUWFWRILeGWBX2bTIdFgAXS2ZrY39rREsBSvl2OcwlddZQ0ZibkUlfuZdxocqSfu/qRXZyIRwTSSvKhQglHaKVTJRsSFDgSgwVab8ja6EdboP08yKC+Mt+PRCKn1sO2ov9rvH5O" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvTY7mWqaB2fDt8OR9jAZna6DPhdxbn3p57OVpa+bIJd+5btFlY+/URUdTdhqQ/c5AI9IoQpzE8qCE8rVMrpZ8SndC2VQOGoPqFFSFB2lwRx4x9yG6G6WLTwZRnQJn+z8qcAdUUEf7rm5s32LhCbm/" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -636,8 +636,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "262" ], - "x-ms-client-request-id": [ "19455c66-9d67-4047-80bf-8f4c13fa47b6" ], + "x-ms-unique-id": [ "41" ], + "x-ms-client-request-id": [ "a11a6b50-d3d7-456c-85c7-91253cc3adc7" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -651,16 +651,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "1d4d206f-6cea-49a0-8be6-c6cff5e0c302" ], + "x-ms-correlation-request-id": [ "e6440f48-66b0-45b2-8269-3b89359f5982" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14896" ], - "x-ms-request-id": [ "1d4d206f-6cea-49a0-8be6-c6cff5e0c302" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213730Z:1d4d206f-6cea-49a0-8be6-c6cff5e0c302" ], + "x-ms-request-id": [ "e6440f48-66b0-45b2-8269-3b89359f5982" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204206Z:e6440f48-66b0-45b2-8269-3b89359f5982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:29 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:05 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsuQZYZPj+QV9VTAhdBdP0tmqW+6m8QWPpYpzmK639n5/54t+rl32MypcnXVmuOE2AjsDHzQife6adUSt+5zXM462Pn5RIIjRvnOSfsJmv6YdQZBFu4fwpXV2vmDReb3IRCEfMuziJhCF9HrJAqFX" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv7IaRdz+iSHOgwLp0UWXr+LyOWY4ZiVkMUkbno61cixcBtrG1C0UzThl3TYy5GIakhQiPrriql+DG6u9PArCWFlA1r3vDZEVsXMM2tUSz5+zNu/k8iN2uBsoVcly2oKvsojhf0uocO9wuAtDVRgSm" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -678,8 +678,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "263" ], - "x-ms-client-request-id": [ "99c5adcd-f64e-4cc6-8daa-61ab4a65cf2c" ], + "x-ms-unique-id": [ "42" ], + "x-ms-client-request-id": [ "f647bd98-cf25-415f-a9d9-c4cf0ccdc6e7" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -693,16 +693,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "50a94846-b4fc-4d10-aced-3eb2e7c8cab1" ], + "x-ms-correlation-request-id": [ "78b2ce0d-2e9d-4bf1-9bba-cdc3623a1538" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14895" ], - "x-ms-request-id": [ "50a94846-b4fc-4d10-aced-3eb2e7c8cab1" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213730Z:50a94846-b4fc-4d10-aced-3eb2e7c8cab1" ], + "x-ms-request-id": [ "78b2ce0d-2e9d-4bf1-9bba-cdc3623a1538" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204206Z:78b2ce0d-2e9d-4bf1-9bba-cdc3623a1538" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:29 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:06 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvMJ5eJmG60inpumAtQmrUfceR/psCms4m1O25Wbb3qPhOxoihg+0yxj6UmxAEhMhovT/9AhKAfReNoJiBqSuP8xNA84Ks1Vfa+0c6Vris6HYDslRO4oUItBgSfC2G+cEyJ1EN/KH87sYUXnpxqRDR" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvjZAkFqx39Zv4jF1LGmotyJ78WUZ2HblOi4MEtHJrgeoRPGsSBO47rTlhImZZzo3+4oqMqUpZn2ck7qkRagGun08Np3P8uIMg+XYedbkeAOOvTtXnvNxqkrJpfc53UoVlRKrVtgyrqaZwztkEIScy" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -720,8 +720,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "264" ], - "x-ms-client-request-id": [ "6ec65952-b410-4a09-924a-7de7be72ed0f" ], + "x-ms-unique-id": [ "43" ], + "x-ms-client-request-id": [ "2d942151-3708-4b66-8fb2-3dad01b7b9d2" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -735,16 +735,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "e4775bf2-a326-4a9e-9cbd-fece9762fb5c" ], + "x-ms-correlation-request-id": [ "941194ed-71cb-459a-8862-80a22df6b646" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14894" ], - "x-ms-request-id": [ "e4775bf2-a326-4a9e-9cbd-fece9762fb5c" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213730Z:e4775bf2-a326-4a9e-9cbd-fece9762fb5c" ], + "x-ms-request-id": [ "941194ed-71cb-459a-8862-80a22df6b646" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204206Z:941194ed-71cb-459a-8862-80a22df6b646" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:29 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:06 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv4DwmxrwGkHxRUb9T8hb0AMRU/zqKDVJpMmT+UOnIR9GXp7gP5rOOPktuMkJRqmFZYivkuBgiCBQfHjq+Fv5LJCoC80svK7FHXp3UhXPnzw1FkQBc1k0wNpnMHsJaAcXWb3AMeStD8ZEFg0L8lBiF" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvFFiFoahBhHYxInu3ofy+mScS1CnZnpr+OVY11O1NtlM0tYwd2arDY6TzE4QqY50SVDBO297vxyrPvDMZEyM7cTKiDfqRzPxMw07Tdw7qotMAarnA5tBEX5ZO9aTiDpxts5F7Ho0RJ3kkVHoCJaNO" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -762,8 +762,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "265" ], - "x-ms-client-request-id": [ "bdfd4311-9c9a-45e8-a414-032dcb977c07" ], + "x-ms-unique-id": [ "44" ], + "x-ms-client-request-id": [ "81b927fd-13f6-48aa-a175-e895ab6b4b73" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -777,16 +777,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "b186af44-2bca-4646-924f-073e8eae6293" ], + "x-ms-correlation-request-id": [ "ccc149da-d3e6-4f1f-a541-32b973cb3da0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14893" ], - "x-ms-request-id": [ "b186af44-2bca-4646-924f-073e8eae6293" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213730Z:b186af44-2bca-4646-924f-073e8eae6293" ], + "x-ms-request-id": [ "ccc149da-d3e6-4f1f-a541-32b973cb3da0" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204206Z:ccc149da-d3e6-4f1f-a541-32b973cb3da0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:30 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:06 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvF7gMhCoHa+2BHlyd+A7wdq2JG0/1fDFCg6CYjhiTa2mGWVDbtiPAZvM5xACpRqQx5RbgrkD3wmAaEkQUN5rf2m2X5Q0COCpUxroLd2C6D9jpzVZc14Eq589sCEgANoij4T3FGgddtPxfa830KKxy" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvlB2szpcbinEvYZAMr6wTB2KPn0CRmxQ2rK9/ToFQfzv298KbOPtSPyCsTNvA1VaDA+QcEDGfDDDhRff8Nv8Z5xZg+aXweGF6TFEY19kjfuuO+6khbTOhw8Dwx2wCYXuez7y45NrYnugOkkL7qZev" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -804,8 +804,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "266" ], - "x-ms-client-request-id": [ "ac6a63d8-8a6e-4c0b-94d7-307257da5695" ], + "x-ms-unique-id": [ "45" ], + "x-ms-client-request-id": [ "cbeb2e3a-bb21-4de7-85d0-9b3fb233dbb9" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -819,16 +819,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "83f6ec00-1edb-45a6-b9f8-4822ab5b9280" ], + "x-ms-correlation-request-id": [ "0b67fb75-764a-4f92-ad4c-efeb03ff02d6" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14892" ], - "x-ms-request-id": [ "83f6ec00-1edb-45a6-b9f8-4822ab5b9280" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213730Z:83f6ec00-1edb-45a6-b9f8-4822ab5b9280" ], + "x-ms-request-id": [ "0b67fb75-764a-4f92-ad4c-efeb03ff02d6" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204206Z:0b67fb75-764a-4f92-ad4c-efeb03ff02d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:30 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:06 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRviG00ce/wHjML2ePJuWT7M9xlHaOJ/dWZvYjKmK1J+fGphF48vErGqCYhSyjSu45e0TDxoTapT8Uc49fMt6w6GiY9JOov8naZ74GYCjrmvY7IK8jljmT+SlA538AElP7E/HC1dUrwCq6Lrkp6PRJG" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv7dfKHanw7mumjMIQAqlunjQZFVmp+uuq4+PZ+oqcrmsBC88m9b2gzsBoj1QVIGy3Ojt6U4VElu5528vToWqxM09/EpFO01t+skfpiS9aiyk5vvKTRhfIzJEphwuZISyy9emvueARGD9brLF1+gLL" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -846,8 +846,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "267" ], - "x-ms-client-request-id": [ "5fbd11ad-156a-4e7e-9798-ec9e367d72d8" ], + "x-ms-unique-id": [ "46" ], + "x-ms-client-request-id": [ "ac7c12f7-42de-4b15-8b25-16a05019bf0d" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -861,16 +861,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "fe42cdcd-057d-4818-92c0-1675cb958eef" ], + "x-ms-correlation-request-id": [ "c8943edc-ed0d-4c6e-ad16-b55f3eb49d7e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14891" ], - "x-ms-request-id": [ "fe42cdcd-057d-4818-92c0-1675cb958eef" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213731Z:fe42cdcd-057d-4818-92c0-1675cb958eef" ], + "x-ms-request-id": [ "c8943edc-ed0d-4c6e-ad16-b55f3eb49d7e" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204206Z:c8943edc-ed0d-4c6e-ad16-b55f3eb49d7e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:30 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:06 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRveih15pMPvOQdqD8jX+OwBgXphFwq4W3mXzPOlmx3FIuh4ErnBwrD478OXIo1wNzGYP5J6CvwvKMKre2SK8cgCLvIPp5KYdIFjfu5Z40uvLIdXAc9x4ZVQRTG757lbkqknvgYlNOXh0pGGAEK7kgb" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvFy2iIUbmbFq3aIQmLUDtAAvg/AcmBq9B3u4Yfxba1A1+QanIk8HmeUf78xZnYfAOEWyf87WsuCGslafAPQrLoMGGwIAyBgG1+Z3u+RWxblc0R1pQg+TWZLGRafFrJiqlQ6xYYP2cyRLaC0LCjA+W" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -888,8 +888,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "268" ], - "x-ms-client-request-id": [ "51ce6d91-bbb5-4877-9b49-4a714cca9850" ], + "x-ms-unique-id": [ "47" ], + "x-ms-client-request-id": [ "801d47e9-750d-4fdc-84e3-fb5c11b93adc" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -903,16 +903,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "cfa5fbd3-167d-408b-afcf-1f28dee2ceaf" ], + "x-ms-correlation-request-id": [ "27638274-2d10-47bb-acfe-ec586478409f" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14890" ], - "x-ms-request-id": [ "cfa5fbd3-167d-408b-afcf-1f28dee2ceaf" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213731Z:cfa5fbd3-167d-408b-afcf-1f28dee2ceaf" ], + "x-ms-request-id": [ "27638274-2d10-47bb-acfe-ec586478409f" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204207Z:27638274-2d10-47bb-acfe-ec586478409f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:30 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:06 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHSZ7l0iJC0D4SXtNZKYL51gGehMRvvni7sxE48Kh3u0als+8KksGfiXRQXpep9NoWn1euYBhAF22opdwnFQMryS5ztUpGH5a+0/KrufSnGHeh7+HLg+WxIvjIl3q2z2bVdalL4Ynh2yAUkyC3SnM" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvMb9fQK0gfZnAUrN3fy43HdHanKu8ZUE4X/SvTAZWYo8H0JFtgN9p+0ZHX1BEdLOGI6MXoEbz8YHo5izTYEY5OZScsclUxG7JismwKhvT/TwvZ+2MUnzRt90nBcT7+nq6pneXLQhCoxLXdpQ0F2Xf" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -930,8 +930,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "269" ], - "x-ms-client-request-id": [ "a1954f25-5cb1-49c7-acd2-359b2c9f9a55" ], + "x-ms-unique-id": [ "48" ], + "x-ms-client-request-id": [ "b19fd026-31cf-4f5b-8c69-8fa744c3716b" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -945,16 +945,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "82f59f3a-9349-4a83-8c16-c48e1f19b44f" ], + "x-ms-correlation-request-id": [ "40eb1957-2d34-48cf-9f43-b8cd4f9cebd1" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14889" ], - "x-ms-request-id": [ "82f59f3a-9349-4a83-8c16-c48e1f19b44f" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213731Z:82f59f3a-9349-4a83-8c16-c48e1f19b44f" ], + "x-ms-request-id": [ "40eb1957-2d34-48cf-9f43-b8cd4f9cebd1" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204207Z:40eb1957-2d34-48cf-9f43-b8cd4f9cebd1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:30 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:06 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv67Uo5mYf8TLQI9j1mdKk2u8quivFXZ8S1DeriiUOOUfqWdC17Q/vRP84kVMKHNDIX/A+omvy3mchh+mEoHkwa6u6y6lOTyAvD/iq0oflAPp0bRtj4wblwWFJJydZmzcUVH4pVEPVDCDtXQqet/wu" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv+Bk7lOhw7aiPIZAdPvnsyp0azwRDdo+qAqS/JJX82t/fVrIYiJJ1HzQXfGAnpV6t2530S8QvU7T+HPiBIILWjhBVuYDAgVLEkJtJbbUebrqn6AZ84aea+C5z+xwS4NVHEbfyOJP0yjjPW6e0ID2E" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -972,8 +972,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "270" ], - "x-ms-client-request-id": [ "c21fcc12-f814-4e27-8e1e-cfd5daf18fdd" ], + "x-ms-unique-id": [ "49" ], + "x-ms-client-request-id": [ "02083077-7d57-40f2-b33d-b4a7a140a1c4" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -987,16 +987,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "6cff6201-9bea-48dd-90fe-7a3204f90dc0" ], + "x-ms-correlation-request-id": [ "f7578086-e447-4e5e-beb2-2959cc98d873" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14888" ], - "x-ms-request-id": [ "6cff6201-9bea-48dd-90fe-7a3204f90dc0" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213731Z:6cff6201-9bea-48dd-90fe-7a3204f90dc0" ], + "x-ms-request-id": [ "f7578086-e447-4e5e-beb2-2959cc98d873" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204207Z:f7578086-e447-4e5e-beb2-2959cc98d873" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:30 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:06 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv6Si4lbdqz8ehQFwnw+natHKIMkX+6UqDbJAMtktV9PzS7u1WtHxoJ23E7gY6IahU46ack/PQLBF71ZRJ22Ol3SeZiW3z5eRH5kVQenqibz3Byy0BwjvGi7R/c5ypoo2rC/qK9MOsRHvAwGxwMYrp" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvoDACu0dictwjnD5cpMDQd7WhOG0MyrsWhnpWc25i+6RClUUlZhZhFqgJqbCcgf8iuvo1OCcQkM8/OsPJWj4Uyrrs6XbdaceOKUejp4++5V0L8SVsRFBB+1kfVJmHM+3reqVtDI40iMp2S5WuUYhN" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1014,8 +1014,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "271" ], - "x-ms-client-request-id": [ "c40ae525-b400-4c7f-b894-9acd2439e547" ], + "x-ms-unique-id": [ "50" ], + "x-ms-client-request-id": [ "2a13fb01-ab3a-4670-a751-7a6094f179bd" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1029,16 +1029,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "6c2358b1-9904-4ebb-b2ed-a908d94f73bc" ], + "x-ms-correlation-request-id": [ "ce5a463f-7ca8-43b6-9a02-5781e2479d4f" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14887" ], - "x-ms-request-id": [ "6c2358b1-9904-4ebb-b2ed-a908d94f73bc" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213731Z:6c2358b1-9904-4ebb-b2ed-a908d94f73bc" ], + "x-ms-request-id": [ "ce5a463f-7ca8-43b6-9a02-5781e2479d4f" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204207Z:ce5a463f-7ca8-43b6-9a02-5781e2479d4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:30 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:07 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvz6UWnJpHD8BadkqO55VRdkKOrMc/8qVfXGXeDktZCRPnrU46DPbKE9ONTqQ0QPHxk08NSDXxGTo00JHh1eGd2Syg2sp46SmJdSAs2ZUd6HMH2K8e7PpnCideGQ+Fy7RLTc9juZj0XedgFDPK/q6G" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvmAjsGDEH6t3czqXROgxnkNQaB6sgSVfVeaBJhtjXzQJHyn8uxoGaltU3LPt/6SoKOYfNJjIDqiIzMt9wge8tAen4eNp1d6q0w1zcsqEUNDv+dG05IqT3aubnNO4OXuCiSowWXWuv3pWb3JO0i+y2" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1056,8 +1056,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "272" ], - "x-ms-client-request-id": [ "b2cf0ea7-1265-4886-bc3f-9e8cea8e288f" ], + "x-ms-unique-id": [ "51" ], + "x-ms-client-request-id": [ "ebf2938c-6f3c-44f9-81a4-cd82e02472b8" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1071,16 +1071,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "af423d30-5654-4a19-b8aa-8e5c6f6d91b9" ], + "x-ms-correlation-request-id": [ "47c5967b-aebd-4f00-a2d0-e7c9b27aa47f" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14886" ], - "x-ms-request-id": [ "af423d30-5654-4a19-b8aa-8e5c6f6d91b9" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213731Z:af423d30-5654-4a19-b8aa-8e5c6f6d91b9" ], + "x-ms-request-id": [ "47c5967b-aebd-4f00-a2d0-e7c9b27aa47f" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204207Z:47c5967b-aebd-4f00-a2d0-e7c9b27aa47f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:31 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:07 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsOcBPlqbKHsotJA3KMKxvcg1Z0m8LBWVtE50YFFvCJgXOg6rsZ2RvMIpUd7f73F+faeg131/b2RFGRoabrho1TdWLWIt9t+EdWPtBmSSsK6zy76C8whvFt4Fty8WAtxBIUGJwDpZmyW6ZEz/gs1N" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvbRz4wC2ILlwsD170W6LSTVi8Aedh3rV4JrEMIxC32MvqnEYIXry5MteCQnyx78OLYkJZrBK3RbpugxI5MvJD1VKWtpxAEkZu/G9MKiOaUXnED48c4Z8Mb7COd25f6Tn9jtFfO6ESVywqREIZKn3C" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1098,8 +1098,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "273" ], - "x-ms-client-request-id": [ "2b946ac5-b1d5-4df2-ab88-f4f0a023d28b" ], + "x-ms-unique-id": [ "52" ], + "x-ms-client-request-id": [ "4e4616ab-8358-4519-8ddd-c6e2ae67e116" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1113,16 +1113,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "da8f63c2-972f-4d85-8608-2bcddc05285d" ], + "x-ms-correlation-request-id": [ "d6e69302-e44d-4ea4-8b98-1a361fd30789" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14885" ], - "x-ms-request-id": [ "da8f63c2-972f-4d85-8608-2bcddc05285d" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213732Z:da8f63c2-972f-4d85-8608-2bcddc05285d" ], + "x-ms-request-id": [ "d6e69302-e44d-4ea4-8b98-1a361fd30789" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204207Z:d6e69302-e44d-4ea4-8b98-1a361fd30789" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:31 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:07 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv2+Uxm4lzDb+tgVWdG18WHw8WNJzTTXdGzqSIXghVleJb7amTWm+Ufdg5t/B3L09HO2HFCW2pYtiBsTQUkG9iNzHZBTvqI1Hu8Vk5Ehma+EUygJY+QxNsPWJP4emT7+XgOW4f9FCgh1PkUczTAnjw" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvO4X7ZAEwsuXcKKNjtc0TDZiI4MNDDYUHi7EYuakRrUH8BP5wQHqmSjrFgFzOMbOZL8lTEOKM5t0epQnwNNGFmZ0BoEIX+Lp6yFbFWP5DK0ESr9PRQJHcAQD3YBumbBjpA969uRunAQPSEFdfRfPR" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1140,8 +1140,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "274" ], - "x-ms-client-request-id": [ "12f290ad-275b-4592-8b05-2dfdf73c688f" ], + "x-ms-unique-id": [ "53" ], + "x-ms-client-request-id": [ "69849f26-6322-441d-bba6-58b079c29831" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1155,16 +1155,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "10cd7a60-024f-4698-9e30-b5171c5a2004" ], + "x-ms-correlation-request-id": [ "c7969ac6-a7ca-49a8-9413-123efad8b6da" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14884" ], - "x-ms-request-id": [ "10cd7a60-024f-4698-9e30-b5171c5a2004" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213732Z:10cd7a60-024f-4698-9e30-b5171c5a2004" ], + "x-ms-request-id": [ "c7969ac6-a7ca-49a8-9413-123efad8b6da" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204207Z:c7969ac6-a7ca-49a8-9413-123efad8b6da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:31 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:07 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvPXKdZHor5N88Bepaxj7yxHFX9JT4rb/Qh9ZtOa6FEhikOdIV0QAnZ2erM4Bc/HHA13a5IKS7O2kAphRfebRlBfOVDZjyNu5yF9UVcB7hP5b1AHtlBk4Tgs/eEjJpV6ix5Cvk81gHsmVZtN9m0rpe" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/6jVGdwS7HDFM/GBob57Ee6N/zGTRciiJuEFbV2j32uRrW25/YaVLdjcbqEfBY8UFpIa4XMZx2pZzo/8BLadEfd+0N2N+WyJ9/mfRAjxaybOfHjYYZ/Jc/FWMPjElFpqypSpTscQYdHPLTW0Oug0" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1182,8 +1182,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "275" ], - "x-ms-client-request-id": [ "0f631830-4a8d-493c-8f71-84f7e07cd57a" ], + "x-ms-unique-id": [ "54" ], + "x-ms-client-request-id": [ "f060f0ee-e818-40bc-8407-ed30468f5dcc" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1197,16 +1197,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "2d37a625-697c-4957-bbe0-43bf12415dae" ], + "x-ms-correlation-request-id": [ "0b75fb87-dfee-4cd8-a900-b81a021db25f" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14883" ], - "x-ms-request-id": [ "2d37a625-697c-4957-bbe0-43bf12415dae" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213732Z:2d37a625-697c-4957-bbe0-43bf12415dae" ], + "x-ms-request-id": [ "0b75fb87-dfee-4cd8-a900-b81a021db25f" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204207Z:0b75fb87-dfee-4cd8-a900-b81a021db25f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:31 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:07 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvedO7HgYkejrK+H6+8SxV4KqjGJVvgsxsYFeh9nclo+GWGbhB6Ef8g+KpSD3u3m9X1pU2BxOr9Sftku8LIrq1ap/lJibXTqDDp/c5jJY07Q/BftsMVtc8Q/n/OAQ9EmybbcrjtS8SC0mrFAIc1WNf" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvcF2ZnuSZcgmU4oeYQUsgCe0P+brh2yY7+Dv7dUStyfUAsdHvmLWFGHEVvKgqRy+76AOfk2B6MZLF3wZm+2GKPkUD1s6Uadt4W0HW4TAiSYbXt/Z/u8+pfd9AUyPRjkQMOeNZbbOh9/+qMU2aTiFN" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1224,8 +1224,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "276" ], - "x-ms-client-request-id": [ "cb007f46-7877-4c22-81d0-663708be7e50" ], + "x-ms-unique-id": [ "55" ], + "x-ms-client-request-id": [ "6475c8a5-c8a3-43ab-98f5-7157f88c3a55" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1239,16 +1239,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "e417a5ec-54a5-49cf-85d2-327a6ecb6924" ], + "x-ms-correlation-request-id": [ "d5721ace-966c-479c-9904-3d799db8184a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14882" ], - "x-ms-request-id": [ "e417a5ec-54a5-49cf-85d2-327a6ecb6924" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213732Z:e417a5ec-54a5-49cf-85d2-327a6ecb6924" ], + "x-ms-request-id": [ "d5721ace-966c-479c-9904-3d799db8184a" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204208Z:d5721ace-966c-479c-9904-3d799db8184a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:31 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:07 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvwgddbucjfeWAfr/h8OOaReFnuVbw1oxlV3EqVTfLvRlF5HCjsZkaQ8/sTUzUoCBKbsJ7KIsKs/mfUq912L0QjabjZ2GH3jEWSoVDWhAf4wqE5wuGU3+i0aWHI8g13I7TIbBTp/oGkHu6rvMpWvxF" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvIhQnZD7Npx0SfVJ9opMNDO4QVyfEjhpGjXS3m+FKFEpkQcq31wg4BXClMm9lDIrEmB0oS5RZGBo0nUoKQPNjCBrRboQmvUqJcOOZYVAbMY9LCZpFfcJALFPe7gP1BtFxr8erhRh+GiNCyWPrw2t8" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1266,8 +1266,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "277" ], - "x-ms-client-request-id": [ "63523c5c-500d-4449-a779-5128a564338b" ], + "x-ms-unique-id": [ "56" ], + "x-ms-client-request-id": [ "c7de152e-c990-4e90-8d6c-d713b2de47f0" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1281,16 +1281,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "0d6796f3-f867-42f1-8855-0d1578339237" ], + "x-ms-correlation-request-id": [ "8f75cdd8-c052-4d5c-9a9d-e52a635eac35" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14881" ], - "x-ms-request-id": [ "0d6796f3-f867-42f1-8855-0d1578339237" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213732Z:0d6796f3-f867-42f1-8855-0d1578339237" ], + "x-ms-request-id": [ "8f75cdd8-c052-4d5c-9a9d-e52a635eac35" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204208Z:8f75cdd8-c052-4d5c-9a9d-e52a635eac35" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:31 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:07 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv8obc2yPBhbpt3Cms8zzhuAaT/Uxv15VPf/AlzJ7SvwjN/I28qXsZyykeXSelNqylQO6SkmXchN86bMq57QfaVCrXaYgyHcG1CckoT7ceUB+6tDAgaq4wK9IE5YUlr6kjr3u80gVFEoUAwspvk3M4" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvNUA4PTcQT3xWVJ1yYBw+JNjdvQlOH7YqEkfHrouExOQaW3iFTTJJRW0ynQSlrucOFknKE0IbCSH5Vp8dQNlmyyU7+ziI78scBB6FkHFrAWSnzgTZJlw3JuN8SSCPFEudsOOyCdCC6K3gGbbe1MSF" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1308,8 +1308,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "278" ], - "x-ms-client-request-id": [ "d32b2087-8446-40b1-9a4c-1052c6e37b3b" ], + "x-ms-unique-id": [ "57" ], + "x-ms-client-request-id": [ "dff5d0fa-c159-4167-8f0f-815a25f01a53" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1323,16 +1323,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "2a673fe2-e238-4549-bf9c-ccc2fa3652bb" ], + "x-ms-correlation-request-id": [ "429f0991-5453-46c7-ad0a-54dae44bfa7a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14880" ], - "x-ms-request-id": [ "2a673fe2-e238-4549-bf9c-ccc2fa3652bb" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213732Z:2a673fe2-e238-4549-bf9c-ccc2fa3652bb" ], + "x-ms-request-id": [ "429f0991-5453-46c7-ad0a-54dae44bfa7a" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204208Z:429f0991-5453-46c7-ad0a-54dae44bfa7a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:31 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:07 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvK3lM7jGtpLGQGdcxfrpzU9SS4d6ujyUjjCtuskVyDMM6+aelt3/tokQLzu3cuB2zI0Jh5a5QJ8mJdHKjNmHyaFUgPKkR9tF+2C/Id3AU7OaoTiuupr+1LdyolXLitzhvL5Ip+ycFTUevNtRXl4y0" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvt6+1sPjTmN6EXFFdV7JbQnpAJTTJMGrI/Lw/iwQ4H79I8GLK88CLZiVQwdMosAUBe1MBHtsZP5rSEkHFf2K1bFoRm8MIn2viFwo+5g5wrPtbJOQ8tjaJd+mtOcw1QSJ41jVRKMxD7VjqJdqpC4Ze" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1350,8 +1350,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "279" ], - "x-ms-client-request-id": [ "2637aeb9-91a6-4feb-8c95-111a5ac426f9" ], + "x-ms-unique-id": [ "58" ], + "x-ms-client-request-id": [ "f151e195-e1eb-47ba-bfcf-65597ab58e68" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1365,16 +1365,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "29b17745-7f47-4b95-904d-ad8ca993a141" ], + "x-ms-correlation-request-id": [ "f7ddb925-3db2-49db-8ab9-46955e4109e4" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14879" ], - "x-ms-request-id": [ "29b17745-7f47-4b95-904d-ad8ca993a141" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213732Z:29b17745-7f47-4b95-904d-ad8ca993a141" ], + "x-ms-request-id": [ "f7ddb925-3db2-49db-8ab9-46955e4109e4" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204208Z:f7ddb925-3db2-49db-8ab9-46955e4109e4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:32 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:08 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvFUAeOJAOg+E2oOo3xOrIPaqtseZfzpKNSI1YPEDKsThkDQVumArfYT/NdGrgIw5Um5P2VFD0vlsAsXHdrqNs0bGDBmRKA/tdKCofsQlOqT7IkCZcRd9Zc/jTpHsf8TBurf8WwuPU9tLwi89ikGN6" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvMtE6NEqskY2sfAOXzHipRqBnHX9t8ToVev8+EOZxoZXraEL9dy0jKNvHylYxqPu/E94K3v7Zxa1EdxhO3HhEnLI8728NFFi2ZR95HMzfI/PP1zYj0jfuKcC21VH2f2RUVyfM56CcGiwDJCM0Qoki" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1392,8 +1392,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "280" ], - "x-ms-client-request-id": [ "b10693a8-bca7-4209-a77e-a5774fc76888" ], + "x-ms-unique-id": [ "59" ], + "x-ms-client-request-id": [ "632ad214-ad57-4f08-978e-bdeb9ea29080" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1407,16 +1407,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "4ab1492d-872a-4043-add4-6853f45825f8" ], + "x-ms-correlation-request-id": [ "fa6048c7-6b06-4665-bffc-a6b7e9feaeb2" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14878" ], - "x-ms-request-id": [ "4ab1492d-872a-4043-add4-6853f45825f8" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213733Z:4ab1492d-872a-4043-add4-6853f45825f8" ], + "x-ms-request-id": [ "fa6048c7-6b06-4665-bffc-a6b7e9feaeb2" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204208Z:fa6048c7-6b06-4665-bffc-a6b7e9feaeb2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:32 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:08 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsG3B6uoB6Ox/p7bVLOKCH/Hu729QlGBd+WuISflv9QAcT9p7VLw390S6meKFmvQdQaGuyK7R77rp8Ut0f/2BYO948QXCfuvQWOCiyuDVow7Me/huXsfXwj0xtzkVRvWr50uciK2kDpHLbpqJe+Uw" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv8awIFlD6mIMjQO78t8+dGOOwqSw5600JfeMdWReZ7+EWyp02ooQPv4Auzo8R11j2qRrRGVxa6SoaKevuKc08aElxvyEgklcBgbBlf43t1k5VmK15b052AaQzvGpF1dAzWuwr7duhciiIrj0XlZ+6" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1434,8 +1434,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "281" ], - "x-ms-client-request-id": [ "45efa904-872f-4125-ae87-9df370c0647b" ], + "x-ms-unique-id": [ "60" ], + "x-ms-client-request-id": [ "2a26d734-82e5-4597-97bb-25e1ce906470" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1449,16 +1449,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "9467456b-d955-4a44-a4d1-0019abda4a5d" ], + "x-ms-correlation-request-id": [ "5df646d4-6476-46ab-b11f-7bdec1bf0d3b" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14877" ], - "x-ms-request-id": [ "9467456b-d955-4a44-a4d1-0019abda4a5d" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213733Z:9467456b-d955-4a44-a4d1-0019abda4a5d" ], + "x-ms-request-id": [ "5df646d4-6476-46ab-b11f-7bdec1bf0d3b" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204208Z:5df646d4-6476-46ab-b11f-7bdec1bf0d3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:32 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:08 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvweEWFomNDFE7Cl2G8YXNxjymr/oC08POZjr1Nz3WuOKH1rsFf4ObyLcnYlHm+Q+valbWseJBqczU9cQ+fVFWPLo5aeyclq+Hk3i92yHpAat3+W8yxKjhOIkrrxdFIDGD+/OA4G/k3xQxUDikAH95" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvb6SaTwukrC5mV7nbBKKyTYdTD11uWdq0GMvbkXORYuxrAPwZmTvfqoiwEqdmXrXPFMaeQsAig2ua50VyZ9vBuKQLKvdUpQ8pDRpcvgPiT5YwPiuV5JaGeyH5CRuY9ZiEteT37+ZqNIWfietLM+jU" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1476,8 +1476,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "282" ], - "x-ms-client-request-id": [ "1836fe6f-6430-4e15-abbc-d29c8b520f76" ], + "x-ms-unique-id": [ "61" ], + "x-ms-client-request-id": [ "1a67fbcb-b844-4cbd-96b9-14794ec9ee64" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1491,16 +1491,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "2848f39d-42d8-4fe1-b87d-339fbb63a2d6" ], + "x-ms-correlation-request-id": [ "2cb0519d-674c-43c6-9895-3661742ec310" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14876" ], - "x-ms-request-id": [ "2848f39d-42d8-4fe1-b87d-339fbb63a2d6" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213733Z:2848f39d-42d8-4fe1-b87d-339fbb63a2d6" ], + "x-ms-request-id": [ "2cb0519d-674c-43c6-9895-3661742ec310" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204208Z:2cb0519d-674c-43c6-9895-3661742ec310" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:32 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:08 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv2SNlvRL3Blqw6kFwH3p4a9t+nDLc+PADroZ5ml1Ey4WsKHgs6/J/66RvaI3iJsuUYddoJXrY2WUafFNEeQcaor3G8uDiMtdsInaJPCiQNOc/QEtwhq5+g6S0rtDePEyB6MhtdYqZ7p1ZHd6H+Xfa" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv2HzrbRJ6Tr4ebQRXWoFYPKUY/EI/0w7FnlgUgesqMJLdammiumrAF01NvbNbK3v4cli8PK5atbQCB0d5xZoqTRyDNysN6V+JbuNnMMXCAoYnkW6S7+wJiQTvQfmIITwHGSQWejVImcwTIXaAAJfn" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1518,8 +1518,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "283" ], - "x-ms-client-request-id": [ "f975a948-185c-400d-b828-11ac219e9a25" ], + "x-ms-unique-id": [ "62" ], + "x-ms-client-request-id": [ "51589fd5-fc4c-4ade-b6bc-d34ebd09b509" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1533,16 +1533,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "d9f87967-6d84-4f18-8167-2128f6a1a076" ], + "x-ms-correlation-request-id": [ "6c199926-befc-45df-9a9c-95af4ae93971" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14875" ], - "x-ms-request-id": [ "d9f87967-6d84-4f18-8167-2128f6a1a076" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213733Z:d9f87967-6d84-4f18-8167-2128f6a1a076" ], + "x-ms-request-id": [ "6c199926-befc-45df-9a9c-95af4ae93971" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204208Z:6c199926-befc-45df-9a9c-95af4ae93971" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:32 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:08 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRveHGYUwYnaeso3DYOLCfgmjf6pBnJ6Pway7kD+tw0zGUEFVfVBDLZiE44XjscN6m+LzqrtP+R8xu6GuvpisBVdrQpYVKNPX9YUa+J5dM45qAgQEGCh0hb/KcElLh6/ySdfH2c2KpDynswTBXSPtMF" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvfNbSFYCHYeNYDPWuJRBVhDER0wPdkkLkTJT1nMFFLMDoHQ17tPT2Chtx+bb9yJ2PhzotfThTV8bnQpLT8f8a/pBJeoK7melF7rpy55q3q0tGh316Rn74SZHLltL+piKBiQooNF6a9a7p25eOib+Y" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1560,8 +1560,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "284" ], - "x-ms-client-request-id": [ "8dd07428-ee95-41b2-8d17-c59df02a1559" ], + "x-ms-unique-id": [ "63" ], + "x-ms-client-request-id": [ "1be8f091-2794-4bc4-9df3-2c0b6387c779" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1575,16 +1575,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "c537944d-5dc5-4423-82df-0d17201f3b89" ], + "x-ms-correlation-request-id": [ "85de5396-2d5b-4af3-ab5e-b9a03e4cb3cc" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14874" ], - "x-ms-request-id": [ "c537944d-5dc5-4423-82df-0d17201f3b89" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213733Z:c537944d-5dc5-4423-82df-0d17201f3b89" ], + "x-ms-request-id": [ "85de5396-2d5b-4af3-ab5e-b9a03e4cb3cc" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204209Z:85de5396-2d5b-4af3-ab5e-b9a03e4cb3cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:32 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:08 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvB5/TVuLz6cysXgdcfjIB1tH0zehzPjpWd28nAi/1b3Nbs9w7b40CzVnFHpkCLc1qWGfxPavZH4YMLtwVBOH/kx2FFkCgtMDHfwTaAeNcFbWtmahFzJnh0bkSs4c/1Vbfek+ndr93Jt1uVDhGh9yr" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv2SMGG3svfZZgAD0SMY3V/3HFspLwDRJYpaCY/jkqjkPdOuS/nd4U9BKKuh3L1egtrD9izeYZVMbOlWZUu090C+GjGKQTCkR1FAJRAQAwjNpyL3/M53tBlDLT/lG1q2uCeyBbVRrcH9W124MEA+Gy" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1602,8 +1602,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "285" ], - "x-ms-client-request-id": [ "b586d467-e977-4f4f-bf9e-a9fb2433116a" ], + "x-ms-unique-id": [ "64" ], + "x-ms-client-request-id": [ "0a849af7-889f-4bab-a092-ff903b6019e0" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1617,16 +1617,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "359ac185-49db-4424-bc9f-2f7d16cf5d91" ], + "x-ms-correlation-request-id": [ "bc620f3d-6f47-4359-8ed5-174934c68764" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14873" ], - "x-ms-request-id": [ "359ac185-49db-4424-bc9f-2f7d16cf5d91" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213733Z:359ac185-49db-4424-bc9f-2f7d16cf5d91" ], + "x-ms-request-id": [ "bc620f3d-6f47-4359-8ed5-174934c68764" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204209Z:bc620f3d-6f47-4359-8ed5-174934c68764" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:32 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:08 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvROHyai+t7ygNJUPTLPNeHoqCq5liVouYxB2bLojC17NvUaecv4YkzlT7stMeaGRVvqNpbdKu72zlh0u3aMG3phElmGUZBiGre6pizdtBz5IHmmaWO07Rq8xi82ivV8P0N0v/x3PhGl3F8Y3EBrqF" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvcKyJqusF4a6dEKIDXxoPFdMNoKSDggxwYapUy9ilo9PNPZPZnH7v3eCLpLUzOSVphC8hcqPdEOFkBinmzCUVW1irJuJUriwaTCcemVC3ZLkm6Odh/GD2UOVMhyamsVfgq/zpLE3LaqCcUM2b/AxT" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1644,8 +1644,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "286" ], - "x-ms-client-request-id": [ "4c357cff-a163-4d8d-ba06-a88e4da6e8e4" ], + "x-ms-unique-id": [ "65" ], + "x-ms-client-request-id": [ "1670215b-ffa1-484a-befa-ee3665092da9" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1659,16 +1659,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "6aae8d0e-367a-41fc-9f6b-4e0cb410cd6e" ], + "x-ms-correlation-request-id": [ "33b34bb0-bed4-4f47-baa9-9564d0c8f1b2" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14872" ], - "x-ms-request-id": [ "6aae8d0e-367a-41fc-9f6b-4e0cb410cd6e" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213733Z:6aae8d0e-367a-41fc-9f6b-4e0cb410cd6e" ], + "x-ms-request-id": [ "33b34bb0-bed4-4f47-baa9-9564d0c8f1b2" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204209Z:33b34bb0-bed4-4f47-baa9-9564d0c8f1b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:32 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:09 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvi49vEawRZCPSCr2DN9FK7cjS7NvCNfMaqb4GThQ6ZtqAgXIns8pHZxq0zIi4PFFN3IXPAw0Y3PM+bM0hu9uKMU3m42rh8mmNO6a8NF9UUrAF0rdIPqtR1vpadOGHKwZDjvb1Hfd7j6GMb6GQkay3" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv8HRGKUZjEQma1HgShZoRvj2KtJWO/U+N4t7sHh+RjAN52zLFhxuEHYZOZbLapg7MQUABmy9D2f5hL/HT8ElowVNb8MXcbypqvkCmQ7uxkJYK+bev1MYMIBOZCy9bqQ/LOzICPk0v3ylOlL1atAlZ" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1686,8 +1686,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "287" ], - "x-ms-client-request-id": [ "cbfb862b-c82b-422d-8f4a-f8a41f280f29" ], + "x-ms-unique-id": [ "66" ], + "x-ms-client-request-id": [ "9fd8f3fd-f790-4dad-a632-4472f882d7ca" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1701,16 +1701,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "bfe5db6d-e0dd-4a5a-a2e2-fb104435c7b1" ], + "x-ms-correlation-request-id": [ "1b31a4c7-f030-4673-a3d4-e01ef7769c05" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14871" ], - "x-ms-request-id": [ "bfe5db6d-e0dd-4a5a-a2e2-fb104435c7b1" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213734Z:bfe5db6d-e0dd-4a5a-a2e2-fb104435c7b1" ], + "x-ms-request-id": [ "1b31a4c7-f030-4673-a3d4-e01ef7769c05" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204209Z:1b31a4c7-f030-4673-a3d4-e01ef7769c05" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:34 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:09 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvSZA57A8yQ16ePsHAF66riXd40u4j7p/HZhzSvc6oR8e5jEl7stLaAm3EsQCzuDkjP4MqyVkshMm9C97flZCrjgmSYUFl1bx8EVSic4PnNtx1YMsv4ptoAksBsWrK+i2filTG0+n/189oGItSVme9" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvLB1iyNbFy6xfSWNfqXwsKAsHV34tK2fw3wmlWQTTAtVIuphsc8qvb1LN9V2Guo/m7Xw8vVlJ1mkdEVDAlEnbQtzkuu+GOm5Ah2LaWfXsPRzLypy++o6HQzRRK2BO/jwmXUZuIuB5VDVDZng3DaEx" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1728,8 +1728,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "288" ], - "x-ms-client-request-id": [ "94e0c1e5-7fe8-44fb-862b-61271b25d8e2" ], + "x-ms-unique-id": [ "67" ], + "x-ms-client-request-id": [ "28d882c9-c0df-4956-9abe-839af0215faa" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1743,16 +1743,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "5b115491-7543-4ea8-979a-748517a6ff36" ], + "x-ms-correlation-request-id": [ "1cc88061-40b0-4c00-9251-f39d37cee30d" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14870" ], - "x-ms-request-id": [ "5b115491-7543-4ea8-979a-748517a6ff36" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213734Z:5b115491-7543-4ea8-979a-748517a6ff36" ], + "x-ms-request-id": [ "1cc88061-40b0-4c00-9251-f39d37cee30d" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204209Z:1cc88061-40b0-4c00-9251-f39d37cee30d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:34 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:09 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvxd/kWBN9Q5wXN19Zxmgvn5XetcW3MeCB8LHEguz2ShYJCpFpGpSz2pHdQ1i816z/tIKwH57svmV4UF+TaYC2RzTypsmEpkW5O0oVomruEPCxXQrLsEY0YTfhHfmMBUow4OdYaBD6xdE+lwo+Z2Fx" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvuf1TRrtAebVKZm5uZE1hrFgjK4i7sKYLMK6OHpTcNi4MDTyRWGT0yhtQX66X2Yck9S+gcRCXKBKmWNzK8Np8yy3GNWgA2w94RC7dOhqoP+kAUXcpkhwlHYITsrnhjqWfbRqd1G/Xu2BEc2WUAUH9" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1770,8 +1770,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "289" ], - "x-ms-client-request-id": [ "b5d293d5-5c34-421b-9252-5877bc40d4d4" ], + "x-ms-unique-id": [ "68" ], + "x-ms-client-request-id": [ "7575096e-1894-4add-92d2-f8781719c243" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1785,16 +1785,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "1c010d17-3035-4fff-b1ae-1d1305abae3a" ], + "x-ms-correlation-request-id": [ "dd154797-bd4d-426b-8d8f-efe9e55589f1" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14869" ], - "x-ms-request-id": [ "1c010d17-3035-4fff-b1ae-1d1305abae3a" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213734Z:1c010d17-3035-4fff-b1ae-1d1305abae3a" ], + "x-ms-request-id": [ "dd154797-bd4d-426b-8d8f-efe9e55589f1" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204209Z:dd154797-bd4d-426b-8d8f-efe9e55589f1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:34 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:09 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvdMpHf1Akr3krn0PazV/GzJu86LNzvPzG5Mhlhs9i919flWxJ3G1lLQtny7+RUJxGIWptlQAe1z3s5dA64MlM8TGnvI8KzREuvRuh5N6oc/+N6D/2bswiyVcCEaJToUjtgQDV54fvvbMvwfMYlbn4" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvTO75yZ3IH5ctcZo4BLDSWSYi7A3yvGfaTDwjvPw1d0pMNcSjJxv6mFUsvwZnFFQFqJuLsiLtgUxASrC2ESgJ3KXDYMF0wJsGuIs9E6OJfiG1ga14LAhZCprOT3D4V9WXNRZrnyjJ4u8am+NXvrs/" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1812,8 +1812,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "290" ], - "x-ms-client-request-id": [ "55ac35b3-9160-4289-bc05-f34c55cc06e8" ], + "x-ms-unique-id": [ "69" ], + "x-ms-client-request-id": [ "b2d58020-9a7c-4901-8c39-955a4e1761ce" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1827,16 +1827,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "1a32eb7d-cc1d-499a-b9c9-94c77edbc98c" ], + "x-ms-correlation-request-id": [ "7a49aaf3-aae0-4f94-805d-207944cf9b9e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14868" ], - "x-ms-request-id": [ "1a32eb7d-cc1d-499a-b9c9-94c77edbc98c" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213734Z:1a32eb7d-cc1d-499a-b9c9-94c77edbc98c" ], + "x-ms-request-id": [ "7a49aaf3-aae0-4f94-805d-207944cf9b9e" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204210Z:7a49aaf3-aae0-4f94-805d-207944cf9b9e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:34 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:09 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvRrGkYDM491IMZ5ZDplHe4LjUy1f1NpzPoMeAulKeBzuHBbUc9Y5B4Q6/poP1NU8UD62xoVgN+RNse4WGayIhddapt0kyJTbxhcNcpNjf7zZrUNvjdUJNSlKSHRJANnZv/nQf3Krs+4J7Yit88Mi4" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvL8+IUd/c45mbyLs0NFpzddvdwzDxiDdr0Xrx8g/Bf/0DJ5pWWpu+6YWqeeHGza3N+bieZbAk4FGFrxfWhwwL6TL4RAePAzoYtQEgID2nslcKPZYyaAd+5Jcp/8jYgrMxzfAPPZK6oa5m3DBCmVnl" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1854,8 +1854,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "291" ], - "x-ms-client-request-id": [ "b64b7d72-5357-4fcf-b422-423e27954866" ], + "x-ms-unique-id": [ "70" ], + "x-ms-client-request-id": [ "cb018ccb-4f85-4596-8dba-c64631e7c9bd" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1869,16 +1869,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "f794d8a6-375f-4d64-856c-e7c3374c1202" ], + "x-ms-correlation-request-id": [ "dff77813-50fa-4cd8-af15-ea325f518296" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14867" ], - "x-ms-request-id": [ "f794d8a6-375f-4d64-856c-e7c3374c1202" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213734Z:f794d8a6-375f-4d64-856c-e7c3374c1202" ], + "x-ms-request-id": [ "dff77813-50fa-4cd8-af15-ea325f518296" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204210Z:dff77813-50fa-4cd8-af15-ea325f518296" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:34 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:09 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvfdoiW5PZ3XGJRFWbvgVDxyO4Y7AvVpLDyWa++BRz9yEflgO2Uhqu3t+VGeLxpf2AdTs4wApM489Xung7blXPcOy4q+565dzc00mu47ANC33MpCllO+ltoAB5xJJmHF5uoU/VJFG72lTwgzzfWpbI" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRva+H3fg1xopV0DYy0fyWChZ76X94QnAb8inOY7TeMx7+xiap1op1+JEvLsc20FdHMkzTXimrMGjMZQkNFTMheH4BhBEnq0izkJNaCDsOY9adSAcecFEOu0stlIbAPEHTltLc5p0rHcVNeE9BeM2HF" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1896,8 +1896,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "292" ], - "x-ms-client-request-id": [ "ee7f2bf3-52af-4911-8655-440bdfb084ea" ], + "x-ms-unique-id": [ "71" ], + "x-ms-client-request-id": [ "162b596d-e1c5-4f7b-a2e1-e9eea5ea326b" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1911,16 +1911,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "37292918-f82b-4264-856c-f30e1eb86ce5" ], + "x-ms-correlation-request-id": [ "ad6ec0fe-ac41-495b-85b1-3667ab02ef5f" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14866" ], - "x-ms-request-id": [ "37292918-f82b-4264-856c-f30e1eb86ce5" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213734Z:37292918-f82b-4264-856c-f30e1eb86ce5" ], + "x-ms-request-id": [ "ad6ec0fe-ac41-495b-85b1-3667ab02ef5f" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204210Z:ad6ec0fe-ac41-495b-85b1-3667ab02ef5f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:34 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:09 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvS4AkrpEpYB2BcWk8XeARoCILC1Skih0t9is+5QAxGjd7iNBJCls8gxyPIk1+D4asngdIODyioxz8K7G96mo0PwHoLt0oWO9dIUmC/Vf6zb04/cBXltGeWMz10OA0xwX8h4icBneEGhbU5EUmB7mv" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvLuH8T2kDhcseVq9afmGRwP3LWGNrq8KXRaRaIMFIBts8lydlgazKkN7cceEAZDoIK+Gg72wmZdeP6kXM1Jr3u2Ym/HFwDnB+khnDxqaQB0u6eLB+GNGX+76F8Eos5YYUD+PwcpeOzGKVeqxnY0rJ" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1938,8 +1938,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "293" ], - "x-ms-client-request-id": [ "95bf100b-5b3f-4f8f-9b27-cd7514ff7e84" ], + "x-ms-unique-id": [ "72" ], + "x-ms-client-request-id": [ "5b8cf486-a898-4934-92fb-07ccd06a5e7d" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1953,16 +1953,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "4d854f9a-aad9-499e-895e-45ae0647d959" ], + "x-ms-correlation-request-id": [ "22b04987-b88a-4185-8404-a58aeef7e1d6" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14865" ], - "x-ms-request-id": [ "4d854f9a-aad9-499e-895e-45ae0647d959" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213734Z:4d854f9a-aad9-499e-895e-45ae0647d959" ], + "x-ms-request-id": [ "22b04987-b88a-4185-8404-a58aeef7e1d6" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204210Z:22b04987-b88a-4185-8404-a58aeef7e1d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:34 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:09 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvstzxrwK1A66sGBegoVEorPj1VsK6kmhtoCl3meq7BTrLl6cqbjDDUo9ZhqeYpA+yW+Bzjn4ve1kgdHMh6UdDDuSMinlN90hBViYLtiDLOuCY/EI1sBhychMzaBbX+ZUxA95MSnc6Nn2u4kLqHOGO" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvBx1TRxszvyMygHtR6WmUHX2mKASpSlT0HYch4+SeU66rnv0HjurtYRlOFqd6t3KCnlN6ZznSUcKEvy4ZA1CALfBCz+u8xGMg5m05L748g+/abV6WWQFvXyup0GmjxOm3px9NyvqPEXTG9lsuZ1dW" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -1980,8 +1980,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "294" ], - "x-ms-client-request-id": [ "0eb2a8a1-d991-4da9-bd6e-79f940c4a3dd" ], + "x-ms-unique-id": [ "73" ], + "x-ms-client-request-id": [ "eed4937b-fcae-4c86-b726-7c8a7331603c" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -1995,16 +1995,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "a6e2668c-2502-4eb2-8f21-e7f45a8481b3" ], + "x-ms-correlation-request-id": [ "b0304092-cc6a-4394-bed4-ff2c465ba617" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14864" ], - "x-ms-request-id": [ "a6e2668c-2502-4eb2-8f21-e7f45a8481b3" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213735Z:a6e2668c-2502-4eb2-8f21-e7f45a8481b3" ], + "x-ms-request-id": [ "b0304092-cc6a-4394-bed4-ff2c465ba617" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204210Z:b0304092-cc6a-4394-bed4-ff2c465ba617" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:35 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:10 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvt62i9+Ye1er72yj98OC3PtDDtsJmhogGx2iYPOixe9QARKXiKDgFhOQuq7etJf2WE5NJcVXVx9p4bkoUotGsXQqdB21Zt+h/u8oSp38ITSRtN9VzC+V2IC8A5Yx3cBO6qFxbgXkDZnTXcFT/aheg" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJLTcw/WIggaXc2umxZKQf2zvZsN49N+sKzVPSBAMl8bM3WSAhTlbxtkxRmjwFcMLXMWChU2aOcuozi2ysBAFEk/c0ZNiTwy/9SbGKCd9yYmZ7SmytU/0k0GimYygq1D0wvGPVO2tLbtw3Yt8KCRK" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2022,8 +2022,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "295" ], - "x-ms-client-request-id": [ "6b645b1b-5bbc-4137-947c-8d56a72c29e2" ], + "x-ms-unique-id": [ "74" ], + "x-ms-client-request-id": [ "e4834cc1-8e96-4755-a0e5-a5491484daab" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2037,16 +2037,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "241b407a-33d0-4568-8e1a-79b27b339cf9" ], + "x-ms-correlation-request-id": [ "f9ed2457-0389-4704-88d5-c9e9a3bb534a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14863" ], - "x-ms-request-id": [ "241b407a-33d0-4568-8e1a-79b27b339cf9" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213735Z:241b407a-33d0-4568-8e1a-79b27b339cf9" ], + "x-ms-request-id": [ "f9ed2457-0389-4704-88d5-c9e9a3bb534a" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204210Z:f9ed2457-0389-4704-88d5-c9e9a3bb534a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:35 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:10 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv1P5Pc1ejpoIKagpxbCYycMuT/eIupnsuCE1qw7Cl7uzxPG914LEwEfUMC860g0WQDStC51j0CGymFHfr5/CpEnELoxza5wMghp04eYbmyX6JbhA7KmxLJg+SSL/o9A5pasmavknhc6WvH+d+kuXq" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvwZbhGovMflYJ65zgBa3m6cVS9P2IAOU+ksENlo2zLZfdprjeBoapMxh2w6sH9600RrMhhwLndMFznbmlQ2Ydl9i0OUJ13OuR64Sj3KiYtY2gy+YBnRmP8YB7OUVVZe1jYD/E+tuau1CEy5GdYm9q" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2064,8 +2064,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "296" ], - "x-ms-client-request-id": [ "4bdcf318-729c-4dc1-8c5c-6d18524cbc5e" ], + "x-ms-unique-id": [ "75" ], + "x-ms-client-request-id": [ "14934b17-0434-479e-8728-3505e870f151" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2079,16 +2079,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "1894491d-421b-4040-9db6-619eae8fbbfc" ], + "x-ms-correlation-request-id": [ "ef9a262c-9ec4-49ce-a4f5-c2fb3c1f7eb5" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14862" ], - "x-ms-request-id": [ "1894491d-421b-4040-9db6-619eae8fbbfc" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213735Z:1894491d-421b-4040-9db6-619eae8fbbfc" ], + "x-ms-request-id": [ "ef9a262c-9ec4-49ce-a4f5-c2fb3c1f7eb5" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204210Z:ef9a262c-9ec4-49ce-a4f5-c2fb3c1f7eb5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:35 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:10 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvfKCCt9AbHgGBcX2RkqmqDWm0Da5WVBkbHuIBEu99uayijd0j7+ex5Q3Xj91xW1KHQD5OSy1Vs6vdvWqOgr+2PMnjDpbSC8NmOKqN7Cfbe0EHbSpm3p4UK+k1W7t5QagLA7emzImQiEoHlJDY4OgC" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvy5k3ANyMSSk+96AT2tZSRYLe19tcCKmUIgpLXK3J/Fxic4t7o1o4evN4TvyeW2oauTpK4xUVtewnoTup76KQFTOgWb/2fv4c16ajlvEaEkhomyzIW+sSJnQlPjAkjH/6vlgjy2CTwxZ6vsC9oDKs" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2106,8 +2106,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "297" ], - "x-ms-client-request-id": [ "243b59f2-ead1-4f59-b7e8-f47e5d67a6b8" ], + "x-ms-unique-id": [ "76" ], + "x-ms-client-request-id": [ "aab13c49-3c46-4a2f-aa13-5437b0e02a25" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2121,16 +2121,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "f41d4915-db4f-4feb-bfca-529b64786224" ], + "x-ms-correlation-request-id": [ "5c0995a0-ff4c-4d77-9138-73f58f509eb0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14861" ], - "x-ms-request-id": [ "f41d4915-db4f-4feb-bfca-529b64786224" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213735Z:f41d4915-db4f-4feb-bfca-529b64786224" ], + "x-ms-request-id": [ "5c0995a0-ff4c-4d77-9138-73f58f509eb0" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204211Z:5c0995a0-ff4c-4d77-9138-73f58f509eb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:35 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:10 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvQJsD39Wa1jQ5lzyCUIIQqGUZoSgdgT3azKJKt5Ouwc1dTlLGekdt5XwDrMNDecEgINi9Y8dkRv1SbXVp6+O6KzOlrY9H1uPkbnWnoA2ByDx+dnDM46crNgvnbIKzMbSEQkxUD3JaieHohlGXWleH" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv5Xb9JYbKCjrQSia2rsVCJcrwdYdrQVAm8SEIQxyf/94qUQkQNw/WCVnq3sR3XQKLahjTNbQRB+ALVPVQImQDjj9eqHtZSw97WoiZUg87UpWe6xCzAEst0wCKVjetwLWt72vpNfjE8h49zfoyhrdE" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2148,8 +2148,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "298" ], - "x-ms-client-request-id": [ "bb861998-f19e-4678-992e-2d2ab9d6d00e" ], + "x-ms-unique-id": [ "77" ], + "x-ms-client-request-id": [ "cdb319bf-6545-4274-a20e-23abdd8d18ca" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2163,16 +2163,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "92fb1423-d2d2-410c-9bd7-9acf68f69700" ], + "x-ms-correlation-request-id": [ "ca27ace1-0fb1-4f98-8b31-f3abefb500a4" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14860" ], - "x-ms-request-id": [ "92fb1423-d2d2-410c-9bd7-9acf68f69700" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213735Z:92fb1423-d2d2-410c-9bd7-9acf68f69700" ], + "x-ms-request-id": [ "ca27ace1-0fb1-4f98-8b31-f3abefb500a4" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204211Z:ca27ace1-0fb1-4f98-8b31-f3abefb500a4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:35 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:10 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRveYBidOpDKUd4dJjBIJZbC8hcLgHsgTkMYL67C3RoR4AdlDhonoEsK7aqp9+/sh4qJaoWcX50VO9pI0EeBZ/+46YGqtY/RG8oYrlh/EmttE5qpl/1emLfFVc1nAb7r5GCHhrKl6ZMIMjXJzkwXET4" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvzQSGPDUATxnUrPbar5Ubw5PK0yA2WL4yvLHdUSqdbGHKHJM7yd/sFolL6rhhgc+8w57o8nMQM+6Xwhm53r1GgTlEJ9HuUXytTAo1zKi0OLEGyoToSA53M0cObQUikznfpswqUYbjYX/3xstwUyuG" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2190,8 +2190,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "299" ], - "x-ms-client-request-id": [ "8ca2387d-506e-4e32-8d48-19e057cfe12c" ], + "x-ms-unique-id": [ "78" ], + "x-ms-client-request-id": [ "bac4fc9b-43cf-40d0-a397-c8b69da289fd" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2205,16 +2205,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "7da44a5c-ddae-41ee-bbe3-3a7a82e0f35c" ], + "x-ms-correlation-request-id": [ "47dfba90-38da-4efa-a20a-59467faa7c00" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14859" ], - "x-ms-request-id": [ "7da44a5c-ddae-41ee-bbe3-3a7a82e0f35c" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213735Z:7da44a5c-ddae-41ee-bbe3-3a7a82e0f35c" ], + "x-ms-request-id": [ "47dfba90-38da-4efa-a20a-59467faa7c00" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204211Z:47dfba90-38da-4efa-a20a-59467faa7c00" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:35 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:10 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv+2FFlBteM4uoL6JhxHqR8z+wRDkBgD9ScTK8eU54AO3sYzBxxcL9Wdd3awrJORGqetneTq++GzjrTf8L9RQHiTSeFkBqeKAvUUsPni0wag/BBC3yvm2NpbXaGXRH0GC7lnjppSybo0s9XZyYReA0" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvqK+uZp5b9owZUGXAe/l5y76Cnk0LXQVMT63j5YzXf2s03c9dSR71OxwIko2Ox6O+5B9dFVW2EDynMXWX3//ds/d0tv3nOtJbxexoVThLoLfPtfocS1ZCG6gIpQJC5GdqSUuTLMKFgCHoq1AY5S54" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2232,8 +2232,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "300" ], - "x-ms-client-request-id": [ "d5d6a6e9-626f-43b7-9ccc-d1ef558ae874" ], + "x-ms-unique-id": [ "79" ], + "x-ms-client-request-id": [ "9e968ba4-df43-4261-aeac-ed802bf28f39" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2247,16 +2247,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "2292b0b0-b0bf-42dd-9a28-ba45e6dc8bbd" ], + "x-ms-correlation-request-id": [ "3c1a2fcf-a708-4b15-9de6-6ccfa001bd62" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14858" ], - "x-ms-request-id": [ "2292b0b0-b0bf-42dd-9a28-ba45e6dc8bbd" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213735Z:2292b0b0-b0bf-42dd-9a28-ba45e6dc8bbd" ], + "x-ms-request-id": [ "3c1a2fcf-a708-4b15-9de6-6ccfa001bd62" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204211Z:3c1a2fcf-a708-4b15-9de6-6ccfa001bd62" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:35 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:10 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv+Hr5C0AaEFdJpm/f66hrt/JcDBJl4UBb0Nqopgcho125pBEJ/+WMkUe02+bFrKnuVJy49KPwGDh2khbfemuM5hyeiDCQEIUHP7AdS97LAznIcR6c0tRSr4luzMTD+Bhu0TZHxK3EIAyrytEozSF4" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvCZ9Sc4O1COiY6Eow8kbNGcevaxhxNP9PGdxsC8MkXcbdfObb3WXd+zmovGdFv3C6korRPdP02E/JCZzKFuTt7mXmF62w8BnM8mwVaTRWZtzwFInP6P6OmKB2VmxMF0q0pjc3UOtvgtrlGgOBKTxg" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2274,8 +2274,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "301" ], - "x-ms-client-request-id": [ "242a4acc-323b-4248-9d83-751f37e9e82e" ], + "x-ms-unique-id": [ "80" ], + "x-ms-client-request-id": [ "3a713f0e-edfa-4fd1-876c-3d02f7b32270" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2289,16 +2289,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "a3f83377-038f-4da5-a318-911a7df78d6b" ], + "x-ms-correlation-request-id": [ "e121782d-9df8-4b90-bc3a-9954f51563aa" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14857" ], - "x-ms-request-id": [ "a3f83377-038f-4da5-a318-911a7df78d6b" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213736Z:a3f83377-038f-4da5-a318-911a7df78d6b" ], + "x-ms-request-id": [ "e121782d-9df8-4b90-bc3a-9954f51563aa" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204211Z:e121782d-9df8-4b90-bc3a-9954f51563aa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:36 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:11 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv7OlgvI6u2gAQxEGJJc2YjwH9vNX198eiWzL/92T1yA6/R/BPDlaJ7MpwcucuUf9BL50GDFlDlhdXdWRN5ibB6kjLMazRSwkN17AIUR/bzWVYba15Q490EeGU53wUoyDQvVkn41oafJEly3mm8c36" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvylEMvh+2IKGqODsuI/Xhbs+iFMW5sfuI440lXQlaT7Tq/xeuoO6wABrnjE0pTK+RXiqEUsUgcQdTDgvdoqfFfUcB53ZE+7X/ikDqyf4oA7FBqjaNeC2+EQt2/537SRwDKX/AHV7YLhEjMV24cJKj" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2316,8 +2316,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "302" ], - "x-ms-client-request-id": [ "48473bcb-2f69-41e3-bd63-87d0719e6aa5" ], + "x-ms-unique-id": [ "81" ], + "x-ms-client-request-id": [ "f4925466-0e74-4749-b4de-ecf981a7a04a" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2331,16 +2331,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "dd34f383-afb7-419d-be71-19bdee3a75dc" ], + "x-ms-correlation-request-id": [ "c290525c-07ce-43e9-a5ad-24bb011a1e4c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14856" ], - "x-ms-request-id": [ "dd34f383-afb7-419d-be71-19bdee3a75dc" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213736Z:dd34f383-afb7-419d-be71-19bdee3a75dc" ], + "x-ms-request-id": [ "c290525c-07ce-43e9-a5ad-24bb011a1e4c" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204211Z:c290525c-07ce-43e9-a5ad-24bb011a1e4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:36 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:11 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvf02a00J4A3mA/H4cwGaUWON0q8fx5CkhJ1ypIkwIXPweTh17KmwagKYEe+tJGjEPKNWCyc1ziRra/XV+ZOyzG7I7jKb6Z44y/7sN5fVu/QocX0TUe5Qq/SMDvOtsJp5nViVnZNuX0MJ0dI7QPg8p" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvseJDCQjujwo02o2rIbrQnIi6k1A3LDUQhunqcIh05W4zJ0XenjTe7Gler6V0vT3cwGWNce97VYMSPa/S2lHvJyz7U+ADRo1ESS8GVW8wrnzkZRlAl3Q8fHHhh0YTvXcBQMtU1LHoFTrxNANis7qY" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2358,8 +2358,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "303" ], - "x-ms-client-request-id": [ "a0af2e86-af7b-4006-87a1-e9e7dcfbe8fa" ], + "x-ms-unique-id": [ "82" ], + "x-ms-client-request-id": [ "3a53f536-508f-459e-904a-6d4878f7c35a" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2373,16 +2373,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "9f0d62bc-b45a-4e78-8323-f923c12826ef" ], + "x-ms-correlation-request-id": [ "01658006-a078-4cdd-bd3a-a687ada9eb60" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14855" ], - "x-ms-request-id": [ "9f0d62bc-b45a-4e78-8323-f923c12826ef" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213736Z:9f0d62bc-b45a-4e78-8323-f923c12826ef" ], + "x-ms-request-id": [ "01658006-a078-4cdd-bd3a-a687ada9eb60" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204211Z:01658006-a078-4cdd-bd3a-a687ada9eb60" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:36 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:11 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv607YsYZK+OJEWl71uCThfIAs05+ZDCCJQIfgzxO6c423XczWnImtj7TiBJ3tGTnKLDg1KagJX1pjE6eEI+cfbgL8RMrTvKJG98iRb2lMC0tT3dctffjP5fSnHXShzgoWVls1Y9efcF1wGHbQFkRB" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvYSQyDz9Z4Zty9nZE9yVb6JcwmhVaS0umEDrSxg7ZjHWtWtsEyF8+PDOk86Hsn0oSi87Hw3plPp+EjeH//qRDSUR6eHpb53VlBOuEXhxu5f4SWlJW9Tx4gDy0kzwmonlqbbux3LUvqPTeg65mCa3A" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2400,8 +2400,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "304" ], - "x-ms-client-request-id": [ "e8008d00-93e8-41c2-be95-a00d2efeae96" ], + "x-ms-unique-id": [ "83" ], + "x-ms-client-request-id": [ "b3db571a-4203-4186-83d0-d7bb30c616be" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2415,16 +2415,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "7fe2e6e0-d50b-42cd-8804-51b4fa2a8c62" ], + "x-ms-correlation-request-id": [ "0b5d3ed8-69a8-400e-a288-c6a482d027b3" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14854" ], - "x-ms-request-id": [ "7fe2e6e0-d50b-42cd-8804-51b4fa2a8c62" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213736Z:7fe2e6e0-d50b-42cd-8804-51b4fa2a8c62" ], + "x-ms-request-id": [ "0b5d3ed8-69a8-400e-a288-c6a482d027b3" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204212Z:0b5d3ed8-69a8-400e-a288-c6a482d027b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:36 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:11 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvONKPbBpdr1PiYMH7vePZsMY19/lQKkKpgJiakISZiBT8rlAnlOWLDZ2QsZNJ7uZ4mU4BY/oszDf0+EV/qiOF7X2YwHhr9t+EHLVSoKFuJg952kcrj0j0TvTodyylQ6XTo4jiiklR0av9NQeY82AS" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvbyDyDDLb3tLtyqgV7LGpOexMRRnY891JKhFaU5kGCQt5wEHlqUEW6lkF8RF/nIbS08+bji9w0vZ1ySK9ONp9chKi3+Gn5Iz+zkLUNB/plRYJOQn/DvzNe+TUmiMWVzeK0IIl5E9QzQRlUC82TrGh" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2442,8 +2442,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "305" ], - "x-ms-client-request-id": [ "9580780a-c81e-4868-a284-52c8f3b42501" ], + "x-ms-unique-id": [ "84" ], + "x-ms-client-request-id": [ "98a23f89-2267-45c3-947f-2c5b7caa3851" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2457,16 +2457,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "9c0387af-3703-43ff-bff2-3ef420cd70ae" ], + "x-ms-correlation-request-id": [ "8bf1daff-86a1-43d6-b767-e945b3b874b8" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14853" ], - "x-ms-request-id": [ "9c0387af-3703-43ff-bff2-3ef420cd70ae" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213736Z:9c0387af-3703-43ff-bff2-3ef420cd70ae" ], + "x-ms-request-id": [ "8bf1daff-86a1-43d6-b767-e945b3b874b8" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204212Z:8bf1daff-86a1-43d6-b767-e945b3b874b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:36 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:11 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvfVj7VAe2je5T5a+HM8UkEjKbrJzFQ7vYnweLL3h9tHWUqCoGAGAYnLmM3C3GTQ2z1A9brBBdFQ/RXwz4KI3PYz8caeetdSv3pcqmiKW9rXV77YL6qu5kENEFPKhbEntL5htCQSo0HsYkL5eO0dVl" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvZcDeHThhOBESpz70sU+8c6DQ+NOjAMGx8bbFClqYPiDRtlJWkhvdp/SGJzJxoqQ30OMtxHKGWrCn5gVoed8YQnQFrFfd5tpyB+PynbaVAwPOVc2z6rJ/tYiyhU3ayxXbzr29ayvDrfsWc9JY+Hgm" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2484,8 +2484,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "306" ], - "x-ms-client-request-id": [ "c332ace2-d6bf-4e7e-ab77-4d386fcd3f74" ], + "x-ms-unique-id": [ "85" ], + "x-ms-client-request-id": [ "1fe44136-7829-4480-a32d-0e0fedd6bf0c" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2499,16 +2499,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "44450bf1-288c-437c-bf56-35e5e8fbf116" ], + "x-ms-correlation-request-id": [ "87f58696-c63f-4aa8-ac35-6e3bd40022dd" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14852" ], - "x-ms-request-id": [ "44450bf1-288c-437c-bf56-35e5e8fbf116" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213736Z:44450bf1-288c-437c-bf56-35e5e8fbf116" ], + "x-ms-request-id": [ "87f58696-c63f-4aa8-ac35-6e3bd40022dd" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204212Z:87f58696-c63f-4aa8-ac35-6e3bd40022dd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:36 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:11 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvw+zDPZ3Yval9JIGYuKgYWFQYUg1pfdKIkqI42FudWdGzcN3NI3ZWLT0BpY9lw887+/aLkt9lp1OcRPlmt7dpR/1ebsVMYFOsVowZU2TW6p94+RxUrgM3GMaEyFc/LTJNNMG+dxS3cXT0VejEyB2H" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv+BN+k583fvDtXvTG3isNb85oHdoSipGxtjHEQ17Elj753W8lwTywgzIjMRQLWul7qbzHGZ/NjPXS5qH68he6p0JuWInMFv65tPU3QkHJDjXqNIsZLnbLzgKgwkQGGvu/1hH3rumrLDmEWXQeI7LO" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2526,8 +2526,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "307" ], - "x-ms-client-request-id": [ "bd0d587f-3875-4aac-83d2-a921bd849025" ], + "x-ms-unique-id": [ "86" ], + "x-ms-client-request-id": [ "7c3c6285-ecc8-4221-9544-7f3b8c75931c" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2541,16 +2541,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "111a9122-653d-4e30-a6e1-04e7b7089d6f" ], + "x-ms-correlation-request-id": [ "6b204175-9084-47a3-b179-b9c650b3ad17" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14851" ], - "x-ms-request-id": [ "111a9122-653d-4e30-a6e1-04e7b7089d6f" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213737Z:111a9122-653d-4e30-a6e1-04e7b7089d6f" ], + "x-ms-request-id": [ "6b204175-9084-47a3-b179-b9c650b3ad17" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204212Z:6b204175-9084-47a3-b179-b9c650b3ad17" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:37 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:11 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvibbOMNp3caOJKed+BuaPIC835aNXcMCDRDLJwCERvAjl7yV8rcTdU0cEpBuaEwppSON74JZL8x8RnPoWZgPzXbcgU3yVBs8sg4JrojXXg7oflD+ToyzJxGtjNoUoBOI+rcOwESYrfYS/Dh0RlkDs" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvXM0qu8e/ZdlOdpaxtekXnwKnuozdBJWE5QZuHRii5lePlMvQL4NGvRmClbaQ9emP3AHCJnaeA24nqkWQ93DLZoIipkZBVUfCEQh3sz5fvX/6SX9QqCltnb1dxLwHwjpCl8YGHYoFNNTd7gx8fRo8" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2568,8 +2568,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "308" ], - "x-ms-client-request-id": [ "66687b68-2631-44ad-93c7-b82465960580" ], + "x-ms-unique-id": [ "87" ], + "x-ms-client-request-id": [ "94592d85-048e-49b1-88ff-23fa49c4befe" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2583,16 +2583,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "2e6e65c1-2627-4e0d-b12f-69ceabffe267" ], + "x-ms-correlation-request-id": [ "683339c0-c600-4c65-b142-ecac8c1631bb" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14850" ], - "x-ms-request-id": [ "2e6e65c1-2627-4e0d-b12f-69ceabffe267" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213737Z:2e6e65c1-2627-4e0d-b12f-69ceabffe267" ], + "x-ms-request-id": [ "683339c0-c600-4c65-b142-ecac8c1631bb" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204212Z:683339c0-c600-4c65-b142-ecac8c1631bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:37 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:12 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/Q4ZDD82SktGZxcHglZeUnS7vL7mbZFv4GdT/+4c7UWttXeN1e+luiEdDsMpoZP3HiWiuKDt2Yud2fvIK+9H7AP/79oaptM8WO4UVj7tVpTqKgxGJNbfqC3qTnKswzo9LYHOrvRmcbiBSHg5cq8V" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvI/SqLsTE+soTts+Inea3PaT9zY6vQMP7rtmZ9iJfDwcigjSx4QJeJZBRO2Eo6Dgy6lyrVORww3yo6PduAvh2glM8QmxI5uj6LvUfdmZgh6vtl3GtIE2S34jm1ei1bAHbB0IDjxz57hXbUP1yfA5E" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2610,8 +2610,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "309" ], - "x-ms-client-request-id": [ "973337b3-4588-4838-aabb-e2082358579c" ], + "x-ms-unique-id": [ "88" ], + "x-ms-client-request-id": [ "bce956b8-5f54-4ca4-9dba-d69038a5c39a" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2625,16 +2625,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "e0f88e49-c8be-45c8-91bb-e1d2e69cf37f" ], + "x-ms-correlation-request-id": [ "2f252080-e702-4258-b3fa-8c5aa5764010" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14849" ], - "x-ms-request-id": [ "e0f88e49-c8be-45c8-91bb-e1d2e69cf37f" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213737Z:e0f88e49-c8be-45c8-91bb-e1d2e69cf37f" ], + "x-ms-request-id": [ "2f252080-e702-4258-b3fa-8c5aa5764010" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204212Z:2f252080-e702-4258-b3fa-8c5aa5764010" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:37 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:12 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv1vWqKCu7w0hwYmOhX4gY57vepg9xm66mQZksFGTsg9FCSyz/jwEenRS2X9hn2RwnK37fZWRjpMZPf1VeO/IZhIr7SsS0uJLpgx3s5PjCaDOZs2i4AvxeNChk+zGnjdVr6y+aaqLyQIa7hmXX5G0Z" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv6OyQJ1aGdWqwXPBlOAjSqlBsKIQ6F1MgTJ6oAnuXJC0fOeaOHhSzwdf3s6u/Lt46yULdljy16kr3ELQ6Lxj+YAbdmRU7QHJKtu0EtIEyJXEWQR3R41fstwsh4A/vrzp03QqvO/mffAf8AMN5bV6k" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2652,8 +2652,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "310" ], - "x-ms-client-request-id": [ "a9ea42f5-567e-46c8-957c-f54b983b908a" ], + "x-ms-unique-id": [ "89" ], + "x-ms-client-request-id": [ "3ea7d43f-47b3-4746-a649-3111dee8ec1b" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2667,16 +2667,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "ee0c554c-1c2a-4039-877e-24e0e23135ee" ], + "x-ms-correlation-request-id": [ "4ac9c7e0-139e-4f26-b512-b4dcfd54ff45" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14848" ], - "x-ms-request-id": [ "ee0c554c-1c2a-4039-877e-24e0e23135ee" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213737Z:ee0c554c-1c2a-4039-877e-24e0e23135ee" ], + "x-ms-request-id": [ "4ac9c7e0-139e-4f26-b512-b4dcfd54ff45" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204212Z:4ac9c7e0-139e-4f26-b512-b4dcfd54ff45" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:37 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:12 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvNzLOVrvUsm6tW6MYffBmQrYv+FEfBPumSbgb9IU5hOa3qOB9CqcgpRhUCJpaaIozLqnwQNrBFJ6+woQQGaGeLm2jNER23D9G8U+YiJh+wzJB7ohTWwf+PgOgyfE8w8PJGl9VSQ4xe8cgpdDRKUZZ" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvesNWSNvUxT1ueROhvOsXZFrr+5BBWqoFuOryD6JtHPNACOUx3OvDiLAMyIyzM6ZVEKRFY4qNHkIman0h7mn4w50dc2XgJDHF6IJDmItO6rE5MiloYo2MQEZ5Q4DEduaguv8hcyxhDPQOoTa27d8X" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2694,8 +2694,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "311" ], - "x-ms-client-request-id": [ "c1e8e4f6-6dc8-4378-9789-b6ad8e19a6d3" ], + "x-ms-unique-id": [ "90" ], + "x-ms-client-request-id": [ "88d6aff0-f1b3-4305-b450-6f96fb885c26" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2709,16 +2709,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "22dc1e43-f546-4e7f-af97-27069583813e" ], + "x-ms-correlation-request-id": [ "ad5f8970-c239-4b44-a0ed-f9c65a4f037d" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14847" ], - "x-ms-request-id": [ "22dc1e43-f546-4e7f-af97-27069583813e" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213737Z:22dc1e43-f546-4e7f-af97-27069583813e" ], + "x-ms-request-id": [ "ad5f8970-c239-4b44-a0ed-f9c65a4f037d" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204213Z:ad5f8970-c239-4b44-a0ed-f9c65a4f037d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:37 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:12 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv8M8lbS0pxbQR0l3iu7CJFCAarVXCznuuUekqls7pWNmLm8XD0QsGExHWFNOsdbtM0frdzWG2ZPItL2j1HRoyHX/g0ngkMHnGl0Ur3k8P0XC8V7I4/A/VrNR6y4Xq1d9IDxopZscP+aKurUisG5Ae" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv+PfqFSj5AkOpaxffWEz34JMS16xsdOU7bCWJRZAbUWkbb8+HjvbM9qcLIwUyLqLmcte3KNHfB6eBsKhM/cHYqxuT7/3ZK41qXhhxJpPgiklf16+3/cq1g8JUKLST1GPU5fl2MNam56JMdIMdrmqQ" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2736,8 +2736,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "312" ], - "x-ms-client-request-id": [ "dfae6d61-b2c9-4490-8e71-f987b13a1eb2" ], + "x-ms-unique-id": [ "91" ], + "x-ms-client-request-id": [ "112c9992-f654-4dd2-a869-470fd1d15f78" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2751,16 +2751,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "bd9c2b2c-bf32-49de-b7ad-69ddbbc02e52" ], + "x-ms-correlation-request-id": [ "e9a707c2-53cc-4762-8063-77c200d05062" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14846" ], - "x-ms-request-id": [ "bd9c2b2c-bf32-49de-b7ad-69ddbbc02e52" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213737Z:bd9c2b2c-bf32-49de-b7ad-69ddbbc02e52" ], + "x-ms-request-id": [ "e9a707c2-53cc-4762-8063-77c200d05062" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204213Z:e9a707c2-53cc-4762-8063-77c200d05062" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:37 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:12 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvk5y8bfP0S83FUfqx6U+/ylcRzHIBnVOz9PfCKPyLAl06snr1TyDDAlDoOKDFRWX2WRzOIG/azoYUY9gAZdgUzN5rdbG95YiDi0otHUJyQWW+OtYmPwKppNipgN4cNm5Rhvfi0kmmRmhaomu8G0f2" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvctyt8GHG0r6fhZ1mWq2+5jHRLL418aIz6vnRUFsbT2VZXiqHgeUMfBsq7VfVgf3lXQtPnYm9OyXVqRUz4XOe42NWRlfKfubWbj6xSx74DlTxcY17KvLOIkUlF59Zcv/z2zDud+fXKLrZXTF3gRmj" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2778,8 +2778,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "313" ], - "x-ms-client-request-id": [ "0ce3c2b6-1792-4b4a-9cb3-1e47f53befd2" ], + "x-ms-unique-id": [ "92" ], + "x-ms-client-request-id": [ "3d427497-4a95-43ac-a90f-980ee8346dcb" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2793,16 +2793,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "75b843a4-0c4f-4f2c-83ff-1ae5eda4981b" ], + "x-ms-correlation-request-id": [ "a9a846db-e959-4fac-83f5-38a344db4785" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14845" ], - "x-ms-request-id": [ "75b843a4-0c4f-4f2c-83ff-1ae5eda4981b" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213737Z:75b843a4-0c4f-4f2c-83ff-1ae5eda4981b" ], + "x-ms-request-id": [ "a9a846db-e959-4fac-83f5-38a344db4785" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204213Z:a9a846db-e959-4fac-83f5-38a344db4785" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:37 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:12 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvUm7iuDMXKJtoqFNFFt33YSiginTeXdN0OjC0lbgeVAzR6DdoLvU9GxR8HqXZCCwgBlm2a6MWtrDN+EXiDKNGi5arO6/dStm686mpep+lv1g7FdPKBFncg5Sjy3EenIVoyqbSN3H7qFCFOu6Gf//t" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvTdAM+ZPICvMhTKT4HDR5aa3EQpkfOKAEMwUt30oosTNeq12oyLEuVYPK2KhcfHUIGMXuFmzTUJp5JhxpKT2183bzDrnOTfvuxmUwQBi/JsFXBD+Ck95ENQ46PYmUKd5Mf/if5MHh0eN1ymTNlLHq" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2820,8 +2820,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "314" ], - "x-ms-client-request-id": [ "7c7ac09a-b884-45b4-bf09-d450eaf32951" ], + "x-ms-unique-id": [ "93" ], + "x-ms-client-request-id": [ "68421e1b-7cee-4348-b124-64151bb6d974" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2835,16 +2835,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "29e58beb-2ff1-4120-a34c-ef7d34f1c89d" ], + "x-ms-correlation-request-id": [ "ff498336-4cea-4947-9a75-1f2c6570531a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14844" ], - "x-ms-request-id": [ "29e58beb-2ff1-4120-a34c-ef7d34f1c89d" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213738Z:29e58beb-2ff1-4120-a34c-ef7d34f1c89d" ], + "x-ms-request-id": [ "ff498336-4cea-4947-9a75-1f2c6570531a" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204213Z:ff498336-4cea-4947-9a75-1f2c6570531a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:37 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:12 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvKRZ8juG17OsB9TvIC6IW/8xpKUMfF0ranEr5ord2hqzdiR31Ax4byWWm8kPuzuOjTw9qwlqYdEwZ61vkwbbKCaPy2dR0G3eRrz3YGZ5MMLUWJ8q2V3O/NGvV1US9NXALiWy+pUEtHh8JWHKSaDcI" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv5Iwnsxo+DAgbO+i9+vuOAORRaz/1gBVWA8vPSpH/F5YvDNa68vUDvU4jPHLO8j3DWIjobX4OQhzbYpJBIAD6jbHIOAKskBazjVEjrqePKwKbw5R9XKCI/Ku/P7KjulaGlJdWr4wDpmPf0ke62LBI" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2862,8 +2862,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "315" ], - "x-ms-client-request-id": [ "3cd49e62-d674-41a7-b353-c1eb08051966" ], + "x-ms-unique-id": [ "94" ], + "x-ms-client-request-id": [ "518835bf-da7a-4d51-ab29-aa4fcdb253ab" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2877,16 +2877,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "eab6a619-9b4e-406d-b077-31e76f690323" ], + "x-ms-correlation-request-id": [ "48958f93-2d22-4088-962b-45bacbc3ddf9" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14843" ], - "x-ms-request-id": [ "eab6a619-9b4e-406d-b077-31e76f690323" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213738Z:eab6a619-9b4e-406d-b077-31e76f690323" ], + "x-ms-request-id": [ "48958f93-2d22-4088-962b-45bacbc3ddf9" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204213Z:48958f93-2d22-4088-962b-45bacbc3ddf9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:38 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:13 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvpWo5U6xRH+SFsVp9jer6Tav2qyCU9Y/itniqpzzqGw7nD5CUlHLTjBahkeCBrrGBaVKrKdKkjW+aCXRCwQDY5Smpq9BAIJMkblyyfdTc9f2KptsTvYpuujpxcE2S52raq/3XghU+3m+GFSzvbs1Z" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvxzdQOWuu/QwBJNP5jaJwOcfjtdpf1usm925zkWRbNlwIE4lo09WbWmvOe5BWcsIpSPvLxhmXb/fYwu3fnHwG+B6Atk7ySXVCIJGQzMqgDfbdl0em57V927q/+/R+Gc583pFzLo9ya3nQDvUfXs+v" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2904,8 +2904,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "316" ], - "x-ms-client-request-id": [ "15e1b127-f218-4011-9e6e-b00c02997f9b" ], + "x-ms-unique-id": [ "95" ], + "x-ms-client-request-id": [ "3908742b-85bb-4e26-a395-72f2d8f07a13" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2919,16 +2919,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "ca4d6ab8-c074-47f8-a851-ef62bd01fce2" ], + "x-ms-correlation-request-id": [ "9767c24c-1038-457e-9fa7-5ba34900caa3" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14842" ], - "x-ms-request-id": [ "ca4d6ab8-c074-47f8-a851-ef62bd01fce2" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213738Z:ca4d6ab8-c074-47f8-a851-ef62bd01fce2" ], + "x-ms-request-id": [ "9767c24c-1038-457e-9fa7-5ba34900caa3" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204213Z:9767c24c-1038-457e-9fa7-5ba34900caa3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:38 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:13 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvrh/5BiS4C5/k1ZRlQzXUuqSVC3BEHG4/++yS9KYozAxXKulctufxtTnfnjEeWzY3rFAwpD7ATphBHwYfLusd7djGhg9lhyNYtREFYWe0k1pr0tGYzbQ47q3Aq/Z79Gdj1VPUOpXqPrYXuMqBuGvo" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvLUIpagfSAjkQf0IHKPtIdSFZAb5Ubthzk6j2KaNNPhfxv2+3fS5iJzoEP8Q1ffOb6PJdh2UcPj5CFD6xwsbCoHbU1dpL1z/h/kOOp0Q/E4i0eK4rIZzVEMS1aete5G1ErbUzWkJMEWpCFUSAT+Cb" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2946,8 +2946,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "317" ], - "x-ms-client-request-id": [ "7a42f092-e682-4900-be82-930d9b0f0935" ], + "x-ms-unique-id": [ "96" ], + "x-ms-client-request-id": [ "829bdda8-d476-47e1-b425-790ce221a453" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -2961,16 +2961,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "1466aa6e-93be-49eb-abf0-a516d1f3b638" ], + "x-ms-correlation-request-id": [ "07b7819b-558d-47a7-a4f2-cfac637ffcc4" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14841" ], - "x-ms-request-id": [ "1466aa6e-93be-49eb-abf0-a516d1f3b638" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213738Z:1466aa6e-93be-49eb-abf0-a516d1f3b638" ], + "x-ms-request-id": [ "07b7819b-558d-47a7-a4f2-cfac637ffcc4" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204214Z:07b7819b-558d-47a7-a4f2-cfac637ffcc4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:38 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:13 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv1pcisygt/8xhW9vf6ZaFmmNE2S0eX0whWr9VLhR2C/JlIFcjo+EbrpUd3NhNzoKZHcWNu/dp+pGBd4qQuRuGDH2EjOL/vBOoC9ajZCzGVQlmbxFiY8RHxP2X7U+3gYPC/OZxAyEyYrAX4jH7iUM5" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRveG9CASiO6yAYkHPJj+1yodEkb8Jzgg2wdKVIwUO3Ldex4fk4B1jLagyiDw0Av1Cy+uK+Albs+D1IgI1xWcwfgTUnj2+P3ILjiU0DN7l6d2iIE7vwDj7ZES0QTUBElLzLCvHo8lZpEn7w5WaOBN/7" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -2988,8 +2988,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "318" ], - "x-ms-client-request-id": [ "a11df7ea-c5e0-4692-970f-2a491de3cc7d" ], + "x-ms-unique-id": [ "97" ], + "x-ms-client-request-id": [ "4ef64e8d-f9fe-48b7-92e5-0bcbbcc08a56" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3003,16 +3003,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "d5bb0309-85ac-4fab-8cac-f7a84f36e566" ], + "x-ms-correlation-request-id": [ "ef01241a-f55d-4354-b0ae-b40c87da0d5f" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14840" ], - "x-ms-request-id": [ "d5bb0309-85ac-4fab-8cac-f7a84f36e566" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213738Z:d5bb0309-85ac-4fab-8cac-f7a84f36e566" ], + "x-ms-request-id": [ "ef01241a-f55d-4354-b0ae-b40c87da0d5f" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204214Z:ef01241a-f55d-4354-b0ae-b40c87da0d5f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:38 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:13 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvkFKm1nKH6T7UMcY4PwR9sqoS+RT/sh1h8MHkRKr/iNKJL/OJc8pq9V3bbTUfuKN33OMBalXlrYjLeDObTlz7ZCCpozj+HnMiIcTnYAYJHH1uaoMSxVosOFvTZdS1lTbDbVfee6rQ10IDaIJmSbhg" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvhxFIAAXk/XtCAPDEWmethEhxiJFbD6Qv6zmMzaq5IEjekGh8uTEbh/rlAwiVAfgxWjHQ9KVsMln5yrY8T28m8UtCsouscTKKY+TWIABgQNk4spROY942dNbQFa/xUBLYzLGmkEgIaCnh2NIevPuW" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3030,8 +3030,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "319" ], - "x-ms-client-request-id": [ "e3e7fcc1-cf0e-45dc-8eb8-46fcafde5f2e" ], + "x-ms-unique-id": [ "98" ], + "x-ms-client-request-id": [ "12fd9141-819f-470d-a8f3-a3a274736a51" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3045,16 +3045,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "07ddb873-5189-4131-9eb5-63b8d6963b4b" ], + "x-ms-correlation-request-id": [ "004ac386-9d60-4eb5-b138-defcab7ca638" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14839" ], - "x-ms-request-id": [ "07ddb873-5189-4131-9eb5-63b8d6963b4b" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213738Z:07ddb873-5189-4131-9eb5-63b8d6963b4b" ], + "x-ms-request-id": [ "004ac386-9d60-4eb5-b138-defcab7ca638" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204214Z:004ac386-9d60-4eb5-b138-defcab7ca638" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:38 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:13 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv+wZ6Bae15r//ul5+shhRIB2yhtZaHXH2jipZJ9FTATfzUvTySiHw4H1W6G+rppRU3888EDRul8tJfyoTnwKSfGvNpq+18kWHWUSoRnA7woNHKteB5mBlsMmZh87QydaBOkAXWonwXgYqMjoT2mRF" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsiUmc1qcprdC/Uz3iM1iWS8GnkZbORhGuZKb0R4ZYdgzoAFdOvU76wTyM7cAoTNyLtZfUF113/OS/jkiA3Q7DFq+p6zXrFfm93TtvCI1Mosx1TS9b38KFWhO0pAH9ZyMJzNGaoXcgUTP9ILc3ewp" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3072,8 +3072,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "320" ], - "x-ms-client-request-id": [ "cdc41921-ead4-49b2-bbc6-e754ca3444bd" ], + "x-ms-unique-id": [ "99" ], + "x-ms-client-request-id": [ "e3451349-a5a9-42ea-bcd1-c63fd632d7de" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3087,16 +3087,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "1e5a8e9a-59c7-4e23-8567-6693b7d6d037" ], + "x-ms-correlation-request-id": [ "793cdb04-6681-4dc6-bf33-b18a9a74ce8b" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14838" ], - "x-ms-request-id": [ "1e5a8e9a-59c7-4e23-8567-6693b7d6d037" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213738Z:1e5a8e9a-59c7-4e23-8567-6693b7d6d037" ], + "x-ms-request-id": [ "793cdb04-6681-4dc6-bf33-b18a9a74ce8b" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204214Z:793cdb04-6681-4dc6-bf33-b18a9a74ce8b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:38 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:13 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRviKMyW0aSLtN0H15ZTuBY8qcNgcKI4Xl01NzFnfcoiO9K5qJCjk8Hl4Ok5YNV1AFSXSBG8QqpNCSVYVOH9ECfrMbjOafW34WB9ycQOmjrjOkSeHm9TsFGgpBvrcd/HiWOAPBRxsN/lq2iryWFoyHv" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvuQIDjZN6QrWeLO0wOTkod6vkDAIxqcdDCPGNlzmbpKW1Lotq/qq3ZVcv5nPtSUTTFZG8xGuFVzH0m8e5i4Ns3h+YG6Wt+hm4Iq+ufjme/ZbYZTTtHFNpTLY+UFrddCrI7WS1we1TzCNCAUzjBxP4" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3114,8 +3114,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "321" ], - "x-ms-client-request-id": [ "f2809c8c-1d4d-4cbd-b767-afea11f40472" ], + "x-ms-unique-id": [ "100" ], + "x-ms-client-request-id": [ "dc9a8830-85a3-42d6-96ae-0d8cad91755c" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3129,16 +3129,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "7df14fce-0a0a-4f8b-adbb-205b25f92762" ], + "x-ms-correlation-request-id": [ "40490373-0678-4ca7-89d6-982f9c85d056" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14837" ], - "x-ms-request-id": [ "7df14fce-0a0a-4f8b-adbb-205b25f92762" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213739Z:7df14fce-0a0a-4f8b-adbb-205b25f92762" ], + "x-ms-request-id": [ "40490373-0678-4ca7-89d6-982f9c85d056" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204214Z:40490373-0678-4ca7-89d6-982f9c85d056" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:38 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:13 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvYKvfwkMYQOfPvw6vdTON5s80ettfLxbbiKFqdCa+hjfvgKbtRbYpR44yQAj8p8gPGbte2DmFjAURsFuvk/KAFsExCeBp1vpAH924goCxnWOJ4RaSlI90uMkoV0yrSUeyTCQfnY7Bamfc5rk6HxFt" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvhssJzg4ADlsxHihkRkPI3A+hOdp9RXNiAQdFyCWPVGGU+QyALzMUK+VRR4k0pK1bCDq32ueBHOmvFkZpA3aHOr/U4LrbC88/fBx9qCOdad8txBlpEQqZdz5jWIaL6/bF/fgc64w2Qkkp0hzs/2JY" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3156,8 +3156,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "322" ], - "x-ms-client-request-id": [ "56c708eb-7807-46cd-bfe8-45e43b74b431" ], + "x-ms-unique-id": [ "101" ], + "x-ms-client-request-id": [ "0c0196c1-d2f6-4a51-883a-bd8fdac4ccfc" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3171,16 +3171,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "1593b7b0-d035-4948-928b-8680dfd7074b" ], + "x-ms-correlation-request-id": [ "5c596cc5-f3f5-4b30-a6c1-c869c3cab53a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14836" ], - "x-ms-request-id": [ "1593b7b0-d035-4948-928b-8680dfd7074b" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213739Z:1593b7b0-d035-4948-928b-8680dfd7074b" ], + "x-ms-request-id": [ "5c596cc5-f3f5-4b30-a6c1-c869c3cab53a" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204214Z:5c596cc5-f3f5-4b30-a6c1-c869c3cab53a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:38 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:13 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv95Q/6ZXdox7VLa7pznojTnpBg1PLue9MHJr84qksWXwjfmH78A80ENUx22BE074I2N4p1fTfwI0xGtIF1ZzntPyVU3Jk8GAlKmaQzIk5FLBiKaL3JI+uQAcIauRQKRwosUcc6rTO/LZ96+mJLL63" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvYpgVJCQv5OjTfifNsJuSVATXLsNxR9ZHifZ/JBPExBOr4ImUqsRp6IwR3IYrdttjXz7oi5UoYKrTiPFLCU3YTZih5YiQIWqKHCIcWW77eirFYQqq0tUPWD+WfmFRKrVuReCLjY0f/8dMxBhJ241X" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3198,8 +3198,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "323" ], - "x-ms-client-request-id": [ "f26d68f5-c3fb-433c-91ed-08594fdc3483" ], + "x-ms-unique-id": [ "102" ], + "x-ms-client-request-id": [ "488c42e4-cdb3-4c9b-8ac4-95c21e1cf1b4" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3213,16 +3213,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "5ae7e0fa-101d-4412-bb4c-9f8a58a09910" ], + "x-ms-correlation-request-id": [ "988d012d-b45f-4571-bf82-ad8bda600744" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14835" ], - "x-ms-request-id": [ "5ae7e0fa-101d-4412-bb4c-9f8a58a09910" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213739Z:5ae7e0fa-101d-4412-bb4c-9f8a58a09910" ], + "x-ms-request-id": [ "988d012d-b45f-4571-bf82-ad8bda600744" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204214Z:988d012d-b45f-4571-bf82-ad8bda600744" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:39 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:14 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvdg6lIn1SEOEJDm1PkOcYvI2w7rnwJwJ6Gl97YKni3GKAwW19hkHI2ox7A/s5G5E5Y1+//YUoqwzEaRc/V4bbNEJhHA/OleeLX48JxADitfUMfSVMqilAqht6hFrqBqvObS4ZfhduUwujWDQf3bLO" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv7TfdhksoVV2IG7lwst/tguDHtpNXN40ptrcA7K1TtbN+0uiEFZ0Hjtd19IVnQaWqVC4qm1uZ2rIkq0K8PpIHDHJeT2zO+BUzWzBGKa53vVWDY1j4vhq9lbU6k9U27yuln2cfAE5iHibuEh5wGE/7" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3240,8 +3240,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "324" ], - "x-ms-client-request-id": [ "37a535e0-eb33-44d5-bf28-111d6970c649" ], + "x-ms-unique-id": [ "103" ], + "x-ms-client-request-id": [ "714b1e8c-c233-4015-892c-876b0ac32cdd" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3255,16 +3255,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "209ca0a3-9c3b-4aa8-8b5f-74b0fefdd938" ], + "x-ms-correlation-request-id": [ "028f8538-93d2-40aa-af8b-2e706794444e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14834" ], - "x-ms-request-id": [ "209ca0a3-9c3b-4aa8-8b5f-74b0fefdd938" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213739Z:209ca0a3-9c3b-4aa8-8b5f-74b0fefdd938" ], + "x-ms-request-id": [ "028f8538-93d2-40aa-af8b-2e706794444e" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204215Z:028f8538-93d2-40aa-af8b-2e706794444e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:39 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:14 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvDfI59sAVGsqImuCsO5HA2B8MC7KaAELcHYJOuPGqZTh5v66UESnHZ1k2Hdz4CwgeRVSxyWyzL08OhAdXMJjo7DdcRqDY752gCCAHwPAvHIkgMaOnHQqaU0drhhsBIQejW3qryJvFGBx9SsZwGI0m" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvPCDvhtMq4IBSvD8Zs7FATStojJ8U1qoHOkXFBsF6FXk9ZE2bwuGH+smipquQR4/tUFpiM8LMVWwLGIGvg7BYW+qblegWrGsvn94aZ8y8DyDa92jq14XPKK850ShvYt6C4mfcondXs33GuDLYjDYm" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3282,8 +3282,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "325" ], - "x-ms-client-request-id": [ "2b8f4a38-e100-439c-b959-25aee8c52a63" ], + "x-ms-unique-id": [ "104" ], + "x-ms-client-request-id": [ "e052fdf4-269f-4419-895a-0281d85e4083" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3297,16 +3297,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "b20d75d7-d183-477e-b660-84f410670d70" ], + "x-ms-correlation-request-id": [ "d0ab626c-4db6-4fb7-ba93-65953a19de7b" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14833" ], - "x-ms-request-id": [ "b20d75d7-d183-477e-b660-84f410670d70" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213739Z:b20d75d7-d183-477e-b660-84f410670d70" ], + "x-ms-request-id": [ "d0ab626c-4db6-4fb7-ba93-65953a19de7b" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204215Z:d0ab626c-4db6-4fb7-ba93-65953a19de7b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:39 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:14 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvgamIZ64bKMbcumBOS3HorR0k14Qm1wYjbN7Lx8Uq7l6FbkyIA0x0nYZ1A5K93EYwkzxBFO0DyhVwa4gZGm+NwcA/CKdbpRSrDjG4mLHNgyNbBiSgLXsTLgguDKVKC/ACsW7i4iVfQB3RIOXRWFLC" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvGWpcTADXdi+lu+kS48fDGuVNN9TBbCyKyPb1QT/eaE/eK1E+d3t11xC7sxwZrJqXF7Z1q8oXFKI+AdkziihMnOYHp7tWzixx3wwks24HxgezDeCbWDsdiEHxEm6yRG2FJZGRl7ZHhbCq3yN8+9Wd" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3324,8 +3324,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "326" ], - "x-ms-client-request-id": [ "1bf48ee4-cda3-4be8-b24b-af9dea5dd4d0" ], + "x-ms-unique-id": [ "105" ], + "x-ms-client-request-id": [ "4575ae62-a5f7-4a59-be87-3f40f59da569" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3339,16 +3339,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "fcd62564-59db-4fbd-8264-8c15e129ffd9" ], + "x-ms-correlation-request-id": [ "daf8140f-29fd-487a-96e0-16a455a37454" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14832" ], - "x-ms-request-id": [ "fcd62564-59db-4fbd-8264-8c15e129ffd9" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213739Z:fcd62564-59db-4fbd-8264-8c15e129ffd9" ], + "x-ms-request-id": [ "daf8140f-29fd-487a-96e0-16a455a37454" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204215Z:daf8140f-29fd-487a-96e0-16a455a37454" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:39 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:14 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvOg8LYH0AEEESFXlHuDtPeApeGrwaZ0oAZ7C+Vl7chdk7zdRMU+3gYZtmvk4U1QXal/ZoMUEZWSAPknevyPivG5bOExz2716Vr7a4guiAwa2Jqe+Y+GIpyTcoCUo64LRWUIJx9v1yF7hoY2qWrTZb" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvmfedvZbdzZWxSvrlF6DCrxFZBy5waJLTqmJxo+Vre0MoP1SCf8QwNkfRtqv0zX9rkIBRBnlV088LOj5S+/YkUxvrcffw2M/WptvW8hDMBqdqQ2uH0oJV9thnImNImpwEr/nKAXuVTVryAaMiYL/F" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3366,8 +3366,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "327" ], - "x-ms-client-request-id": [ "9c0ac505-fe51-426a-ab54-c7e9b68a70e8" ], + "x-ms-unique-id": [ "106" ], + "x-ms-client-request-id": [ "2f5116ad-fb02-4182-882b-2fada8a77162" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3381,16 +3381,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "d0f200ef-861f-427b-b29b-1fc92751fea4" ], + "x-ms-correlation-request-id": [ "29c454e8-d95f-4767-9dcc-945400194a83" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14831" ], - "x-ms-request-id": [ "d0f200ef-861f-427b-b29b-1fc92751fea4" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213739Z:d0f200ef-861f-427b-b29b-1fc92751fea4" ], + "x-ms-request-id": [ "29c454e8-d95f-4767-9dcc-945400194a83" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204215Z:29c454e8-d95f-4767-9dcc-945400194a83" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:39 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:14 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvzFHgEHTona4vPvzeokFpa6NjunivPWjuxmlLDAPaKfN0Xck7P2y8pORR+gvKN5SLM7v+6Ts6n3h1p2BjcA8uieVxjzRhSxIosT0GoSFklFoDVM7YvnfklvdCGV2zUh4INytxU1ok13RS5HMsFWGF" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvBuV62r/Cyb/qPkPjFZZCM3DPrbi1gP1xuA+/1lk7xod3e/u5fLjCWAXai5ZeD8oI20pYhEe4Lrwkmt3WucZdmV5FknI0cbGN4mREwAXhBbkXWhiwNrZPV2EEGtXNPkFNpvGsXNnhNzOU3DR+S1Jy" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3408,8 +3408,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "328" ], - "x-ms-client-request-id": [ "9d20b58f-bd16-49ce-ae52-9dda0f61938e" ], + "x-ms-unique-id": [ "107" ], + "x-ms-client-request-id": [ "2b578ea9-013f-4a44-89b4-c3287622f6f2" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3423,16 +3423,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "31b9cb26-ef4c-415c-8c52-adec23cf8dce" ], + "x-ms-correlation-request-id": [ "dab9c639-168d-4778-8b55-d09f78d28811" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14830" ], - "x-ms-request-id": [ "31b9cb26-ef4c-415c-8c52-adec23cf8dce" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213740Z:31b9cb26-ef4c-415c-8c52-adec23cf8dce" ], + "x-ms-request-id": [ "dab9c639-168d-4778-8b55-d09f78d28811" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204215Z:dab9c639-168d-4778-8b55-d09f78d28811" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:39 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:14 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv1EMtyOV1i8z2plzo6KCovlmbwtfUCTtub8oyR5HhSzlYtvJJqynflg1jrZy/ExjOqKF8Y68kuWrZIflO8Cr57T3HhpZbYMy6zUzwB98rfDCYf2YBp2NpIX2BsbRIpt+u7ehzGM+lsTvH2t9/MyhX" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvh2p3OV90aqXcmQQ9ajZ6Jk0sv8g6dzK/6g8FxQVhzC3kXNGw+5EwkTxGUg/n/VnZ+zD13ebJBOwGapFa/MBGgZBTmEO7KWVtn4hxIjHC5imwfzR0Qlrr2goaP4wtUX+DQaASQuGkg3yKPwJu2F80" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3450,8 +3450,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "329" ], - "x-ms-client-request-id": [ "35c9c952-d3d3-486d-8b38-8339d7cc9d4b" ], + "x-ms-unique-id": [ "108" ], + "x-ms-client-request-id": [ "03eb159d-80a1-49a1-a131-3a918adeb480" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3465,16 +3465,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "d848cdc0-981a-48af-ba52-031cee5d4860" ], + "x-ms-correlation-request-id": [ "6f4c66f2-9b84-4a11-ade1-62f65784444b" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14829" ], - "x-ms-request-id": [ "d848cdc0-981a-48af-ba52-031cee5d4860" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213740Z:d848cdc0-981a-48af-ba52-031cee5d4860" ], + "x-ms-request-id": [ "6f4c66f2-9b84-4a11-ade1-62f65784444b" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204215Z:6f4c66f2-9b84-4a11-ade1-62f65784444b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:39 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:14 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvIBcPunZZuzhRFeCDdTbqRI+MTRHeG8uzbSUE81M6y9YwSHYAvmVvdLFY9J4yHpsv4CfSGczo0uxb6piH931qM8m/ZJT62kYcQvSji1NATAdzRw++D/EtIvjkrJFPKUFZRb7qtXR/Mivv6Zqn9DB6" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvWxn7Uxa9Z5yyKxE1sgEaGGebCWtLsIulSnf3gjTg0EBbY2e29ZH5eT79hfz35uhCEx7IJsRQQodsI8gWRQTHSxZUMqqSrs78iEuMtjwhTehM3y77J7sGSutc2FENADnM35DPKqNFXyNtAnRtghkB" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3492,8 +3492,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "330" ], - "x-ms-client-request-id": [ "e00075a6-fcdb-4ae8-84eb-7e7fcdb7a6b8" ], + "x-ms-unique-id": [ "109" ], + "x-ms-client-request-id": [ "8b45e28d-e15f-4686-9cd9-bace27371b87" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3507,16 +3507,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "efed233b-7d3f-46c5-b937-83c53b0eb3e6" ], + "x-ms-correlation-request-id": [ "7f3b9319-7d3b-4338-8140-2785321491f7" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14828" ], - "x-ms-request-id": [ "efed233b-7d3f-46c5-b937-83c53b0eb3e6" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213740Z:efed233b-7d3f-46c5-b937-83c53b0eb3e6" ], + "x-ms-request-id": [ "7f3b9319-7d3b-4338-8140-2785321491f7" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204215Z:7f3b9319-7d3b-4338-8140-2785321491f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:40 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:15 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvhuquIisFtTQxW2jMkUJIO7pLlr4LaOHfzK0lys7ozkB5hDPUyLxFJySdRTiTOQBRrflipUikE+TMdMpDRbtXTLTUt7lJZhfs5lTSg1QMnxcH15xinlTve3CNT0/aO8C+kPyPDkZNKYQr/wRv67ch" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvwaUSRU1EPKdbpffoeorat+rp79QN15bS8nS7w+RYZmxdMRg0V559f1bQVwjGLhkPVQnUjGchFrBxxOJJQTw8ppwpLcwAcFuL57Zhnu37vqUc9pMCfGcQFg+l9xcwLC3Uec2sjOwMjLZyOQINqSgV" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3534,8 +3534,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "331" ], - "x-ms-client-request-id": [ "0a48c42f-f37f-429d-9000-80a86a74b30e" ], + "x-ms-unique-id": [ "110" ], + "x-ms-client-request-id": [ "366463ae-45b1-430c-88a5-c2bf5b65bcd2" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3549,16 +3549,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "f22ba604-6ef2-4606-a5dc-7b61736f7cda" ], + "x-ms-correlation-request-id": [ "4fe402b0-32ba-4330-b808-55bfd38ea9ce" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14827" ], - "x-ms-request-id": [ "f22ba604-6ef2-4606-a5dc-7b61736f7cda" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213740Z:f22ba604-6ef2-4606-a5dc-7b61736f7cda" ], + "x-ms-request-id": [ "4fe402b0-32ba-4330-b808-55bfd38ea9ce" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204216Z:4fe402b0-32ba-4330-b808-55bfd38ea9ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:40 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:15 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvZ18upZtWCBec6efoHMmTm0/b/6eoggXutmVmNqC4ILrvT/t1SlirHslmqYbNp+UrvhesqZa060OG8OHxTbBmgc4+RaexhUoT/nbqXUBXogd16fgzMRCJWA7WhNBEUdB4c8+qBdJRFlnqdsAmEtNZ" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvgH+K4lPZZfAesX6MpqwOTkalTZsWcKEKBrKKyyMmO/khvpgHpXiBe1vp0PXsAr0ljPWB5rKIS9qRQkQzN2QJtoEpl4CPljlr6rNqg7tiAthBaaNn/JzFN4xOfEN7abdOIDzP8FUFeVEOtv8ounLw" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3576,8 +3576,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "332" ], - "x-ms-client-request-id": [ "ec564d89-533d-4ed3-a7b1-e4a1c7c57515" ], + "x-ms-unique-id": [ "111" ], + "x-ms-client-request-id": [ "0bf12b6f-b974-4013-9588-f944225ba664" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3591,16 +3591,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "20f5302c-4e76-49c5-ba85-1a9965ddc191" ], + "x-ms-correlation-request-id": [ "1240eb59-2036-45d8-8ec1-225f525e82ae" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14826" ], - "x-ms-request-id": [ "20f5302c-4e76-49c5-ba85-1a9965ddc191" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213740Z:20f5302c-4e76-49c5-ba85-1a9965ddc191" ], + "x-ms-request-id": [ "1240eb59-2036-45d8-8ec1-225f525e82ae" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204216Z:1240eb59-2036-45d8-8ec1-225f525e82ae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:40 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:15 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvsvM8iSoaAzerXgfOECKBwVlqzDnRQJYDJg2apTmjtCF+MQmiUgernpk4893BaEQkT+HCMdIN+QkmGds8vs4eIIqVNSeWu6o6CeIOa9KBrJAxDWws/FYR0TWYwaHCjdAf6I6Mh9QgETQFLC3r1zc7" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvBfphkUneSLTVFuBl5LafiB6+IlMgjeU9inZbRKl6/yHwo6BkQV+fO4aKr8z32AvQjgUXhWmrFHfnopwEg9u95ZS7rh3EYv55gtl/St8127OQmp+1LKOozqaUQMajGVn2IG0AAGh303RLfRDalBJJ" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3618,8 +3618,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "333" ], - "x-ms-client-request-id": [ "b7cdd773-18d0-4b11-ad28-a6fd591202da" ], + "x-ms-unique-id": [ "112" ], + "x-ms-client-request-id": [ "92e963b8-13b6-46a7-a5a4-3bfcfe601d0a" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -3633,16 +3633,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "5803cc3c-2704-46a2-945f-054047c6dc27" ], + "x-ms-correlation-request-id": [ "9b127b9d-3888-4528-94e9-865beb73c6a5" ], "x-ms-ratelimit-remaining-subscription-reads": [ "14825" ], - "x-ms-request-id": [ "5803cc3c-2704-46a2-945f-054047c6dc27" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213740Z:5803cc3c-2704-46a2-945f-054047c6dc27" ], + "x-ms-request-id": [ "9b127b9d-3888-4528-94e9-865beb73c6a5" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204216Z:9b127b9d-3888-4528-94e9-865beb73c6a5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:40 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:15 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvVrrb5XdlUvf/ZUXadmauJjn+gNVajcCd5mQ+aiesnq9ACk1b7H7bsLR7wJWdHmRbEP3ya1r0+phXggioxBanScrNRShsBezSO73UWVryOmDbXVsRs9vxjzUygs71H+RJuj43GQvlUUHyL3nqYLHL" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvkK8FV5J0rSAvGetBoxsx0QggJUbQh29H2cs9zVCdN0uRoCdFqt5XOFfabxK/+aXhCF7GPQjMSfrNNqEQbRTuy5GyOwQkuXKqJktaR4woe4DTARmwz4NSPnVXNOYGHfHoyibPP+KUwfFB9g4ElsHf" ] }, "ContentHeaders": { "Content-Length": [ "536" ], @@ -3670,16 +3670,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "ddad09e3-52f8-45e6-b540-d58e853c2916" ], + "x-ms-correlation-request-id": [ "116a2d07-8f03-4f46-8c02-0affeb3749b4" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], - "x-ms-request-id": [ "ddad09e3-52f8-45e6-b540-d58e853c2916" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213741Z:ddad09e3-52f8-45e6-b540-d58e853c2916" ], + "x-ms-request-id": [ "116a2d07-8f03-4f46-8c02-0affeb3749b4" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204216Z:116a2d07-8f03-4f46-8c02-0affeb3749b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:40 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:15 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvOG9u3slIAvUCgR0w0aRGkbfy7fjBu+u1XJclgFflQzXqOMLDuqrBryYD96UTJwHGfoW3oRiveOjj+58UiDit54DhGnMgQwHp4/pieqjW/jTU8UJ6zJE+ddKYWKoNDdrHXeWg8odjmrqJhg9ut7P4" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvP2Dlj0ZvwG95l3xKsAiO/I2wPaNQSy1QlHg+v9mS9YESx8scrMS87aPADJBvR76pA09nwYVi+a+U34z/NwJztSpuU4tCRLthbPa8PKLL0WjsO+AhmrRuA9KEMrbODKT2OJbYaOHSUkwX4YX+f5VT" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -3707,16 +3707,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "e83729c9-c723-4e5a-a18e-82dd383fa4e8" ], + "x-ms-correlation-request-id": [ "a3aebbf8-e4f7-41e3-9361-e012300ca5fe" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], - "x-ms-request-id": [ "e83729c9-c723-4e5a-a18e-82dd383fa4e8" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213741Z:e83729c9-c723-4e5a-a18e-82dd383fa4e8" ], + "x-ms-request-id": [ "a3aebbf8-e4f7-41e3-9361-e012300ca5fe" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204217Z:a3aebbf8-e4f7-41e3-9361-e012300ca5fe" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:41 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:17 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvz4QeZW6cJhDuvBF28m4jDpXealG0HmmFhajRxibZvoupJonhICaIAlWD09AAhytxLYXIj9mqRA6LczXIuOiDdvaO5vQu/xX/exiymWuL4XLWO3+tgoD8Ux0wlfCejAZbYES2hO3620aM5d9LB2Pv" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvFUFurnNxR3wBpnUC8LX7pBvpdEJ3OcTF4a/5Yu992SElkzk+KA+xPOYfqQXk3KnX4RP853ocJ/5CxGm8CJ+vpnx6Zctf2SdtlTSSyntM+2ebQUpZ4Atf8Emd0zgFg/7q1hlx4yJRvKFKzMmhpEzG" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -3744,16 +3744,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "17d9251e-193a-45f7-b2e7-a368bef43b88" ], + "x-ms-correlation-request-id": [ "f605bb40-d863-4a8b-8ae4-953968cede02" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], - "x-ms-request-id": [ "17d9251e-193a-45f7-b2e7-a368bef43b88" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213741Z:17d9251e-193a-45f7-b2e7-a368bef43b88" ], + "x-ms-request-id": [ "f605bb40-d863-4a8b-8ae4-953968cede02" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204217Z:f605bb40-d863-4a8b-8ae4-953968cede02" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:41 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:17 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvkKsp1Xc4EagHIgutFKsrIe2jBjhycSAjcx+cMm81wIjZniEnOmT+sqGU55VzDShLNxmNjvAR6PpXFRGvCjEN9Z9prEs10zKwAt6LbYXvWGJ9ST0RH5JC1aV62HAUqKQ/RvQE4zlpDH7WfUY1gKWQ" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvn0t+HmhPkmTtrfgQgb3DuUOGiPzxSLKlvd3DqnnL+8G90Hwz0Iia8ykRcvrsG4QtMC89j95GZTEndID8CRLUlk4loNlX+Dr3Sye+WJmyyTvQjhgPnaLGTmImR1Kl5TL25kTIZckwlNRNI/MmE2Sh" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -3781,16 +3781,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "77cab88f-0fa9-443c-8e8c-d08bdc98d81c" ], + "x-ms-correlation-request-id": [ "a2cb80ce-8106-4ffd-8267-873d7f9933cf" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], - "x-ms-request-id": [ "77cab88f-0fa9-443c-8e8c-d08bdc98d81c" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213742Z:77cab88f-0fa9-443c-8e8c-d08bdc98d81c" ], + "x-ms-request-id": [ "a2cb80ce-8106-4ffd-8267-873d7f9933cf" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204217Z:a2cb80ce-8106-4ffd-8267-873d7f9933cf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:41 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:17 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvRJJCHtZ6dpJ7drqM7heC5dTj9ugtx7EFazf/iqaAZpwHvcfqbrEWmiSyiFEOD+wLAv1sHjCLLOsWTYYoIkxr/kNjv6KkbnNQJVq1QXq6UZ5uuGU9dxM+VO3Q5SnqLWRZpZajQr10AL2AS7rAqEJn" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvLSOjDAwlofFSu5s/SxHqbyZef3b2IbN8jdsRhuu21k6oI2ruJ2JG5UiQSmBwziCG77yEpXYrqbf8h9rdOcTLqBtKTmPdA8YJZgABP45VCxuhCZVVttGrehtgEjO5KEM3ZQUXL9UQqGiTaerOj0KD" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -3818,16 +3818,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "5a872038-87f0-4c5f-945c-6277c0c788bf" ], + "x-ms-correlation-request-id": [ "abcfe6e4-a6af-4c6f-a1db-dd35890ec0d9" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], - "x-ms-request-id": [ "5a872038-87f0-4c5f-945c-6277c0c788bf" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213742Z:5a872038-87f0-4c5f-945c-6277c0c788bf" ], + "x-ms-request-id": [ "abcfe6e4-a6af-4c6f-a1db-dd35890ec0d9" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204218Z:abcfe6e4-a6af-4c6f-a1db-dd35890ec0d9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:42 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:17 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvBwPKoPFZjHYF4OC9dG8L1uxQhytws0BGZm7Pb4plAwYV2AIUbBqOOeg8cl8OekpGvs30Smcxamat2aQ4fzEzwWJsmRvftYM2AhLYT8uGHG/3k9eouMsvVC9LWBMG1pivoeNEM5piNmidC/D3uehd" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvhNUuT1UpQH4muXGOaRJHWQZQ7Gy6q3dIPwiiL/txjjSt5sn1OFltHI1PqPOH37owh9wkXbNsm8lTAFck3v6+4W71pJzIlpRa55exEIVNLQVxAAcvp+3CEHDROEmDmMVxsBTO4qwU92/JLnd1lKqE" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -3855,16 +3855,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "8fa63048-ca1c-4947-9086-4dc33a616b7d" ], + "x-ms-correlation-request-id": [ "d97a16d1-4821-4302-85d6-0c673b90a49c" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1193" ], - "x-ms-request-id": [ "8fa63048-ca1c-4947-9086-4dc33a616b7d" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213742Z:8fa63048-ca1c-4947-9086-4dc33a616b7d" ], + "x-ms-request-id": [ "d97a16d1-4821-4302-85d6-0c673b90a49c" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204218Z:d97a16d1-4821-4302-85d6-0c673b90a49c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:42 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:18 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv4zEAjhERn/jsrN+nJAcXsRX5hNQOHvq5DIoej4w+amM36dULVZAgjvwNhJ3vs0xjiL+srJ4sjWmJt1hLUrmU+4l2J6y7L5w6aQ/BiHwQb0RCN3Ik1OZk6G/i2vRmbjDukeQ4nABxK6ibVsGc5tG+" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvneQMOEbAH9Mjyh/2fZSZJMEkepW7mNzwWA0NdKOXC/iBOUb2wL/KX4XNC53swhFS5URTzMlUT+PMd/1qC2C48wa4wPd6sbY1TlxDhCavKsSJxznq2F1Aaom3Rpf/ukH6ME0ZSFfXmDgXc2InqZq3" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -3892,16 +3892,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "f5dba74c-cda3-4337-9048-4f0e896f7fb5" ], + "x-ms-correlation-request-id": [ "126ec425-cc6b-4e01-9439-5b4671f0e185" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1192" ], - "x-ms-request-id": [ "f5dba74c-cda3-4337-9048-4f0e896f7fb5" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213743Z:f5dba74c-cda3-4337-9048-4f0e896f7fb5" ], + "x-ms-request-id": [ "126ec425-cc6b-4e01-9439-5b4671f0e185" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204218Z:126ec425-cc6b-4e01-9439-5b4671f0e185" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:42 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:18 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvgv9Zhhc4udLOS3oXPdtD0ZkrZMh8m6OG+r8tIedU6QcpeAAoQZPSPrmIIX7rEXtW/7h1gVXEcCvryLZD7nDeLbnLIoa4a7ZBq/a53iNcZ7eOw59kuhKWbHIVqjYrahmtABPKKgiTgLyEnV5V7vfS" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvWHXMcrhV6YCM1f0gs8BTzZ+aaF9JKyxc1xfMDZFAkqDymg9up/S0g4n53vtGNiKePRfszcK701jDVw4GbyMW5KGit0cOVnPNCiMNHPUiFNCoHspthSP1MvcoFleUzc3R1o7Cy8g4yC6cQGN8XnmY" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -3929,16 +3929,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "20900f48-0351-4578-88a7-89205275eb5e" ], + "x-ms-correlation-request-id": [ "32a266d8-e7f8-446e-ad2c-02a56311066d" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1191" ], - "x-ms-request-id": [ "20900f48-0351-4578-88a7-89205275eb5e" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213743Z:20900f48-0351-4578-88a7-89205275eb5e" ], + "x-ms-request-id": [ "32a266d8-e7f8-446e-ad2c-02a56311066d" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204218Z:32a266d8-e7f8-446e-ad2c-02a56311066d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:42 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:18 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvWJkwsbRJTSBtAJzUu7xHZZXCNRlNOxe4K/MgmdLAQVT6kVqS6tSTFsaP7RnZU2PC9FKewYqGRd1dbmSkxVvD/21JClthhAVxR4ZVqtCbfEgRc1lpDrUVNXSOwjOCQKY53cYXUa/xcbhCIWQr6cB4" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvLuBpVc/ObccTN43VDeLUTDG3jzCnCKwYH18LJLr43YBtm/c9J2rTxv3BS6v4Ev09GYZoE/POe1h2AOWoe0vCbRqoHkCVAQ4nl8p2O113t1qrfWa4bf8hxbMpYLJwylh3fLoNHqFnJS4dNrFZ6AoR" ] }, "ContentHeaders": { "Content-Length": [ "461" ], @@ -3966,16 +3966,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "b6bb68dd-2cab-4b07-ba94-7a7c74ce8983" ], + "x-ms-correlation-request-id": [ "241ff233-b69a-4ba9-aad5-cf63189e9d94" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1190" ], - "x-ms-request-id": [ "b6bb68dd-2cab-4b07-ba94-7a7c74ce8983" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213743Z:b6bb68dd-2cab-4b07-ba94-7a7c74ce8983" ], + "x-ms-request-id": [ "241ff233-b69a-4ba9-aad5-cf63189e9d94" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204219Z:241ff233-b69a-4ba9-aad5-cf63189e9d94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:43 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:19 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvP9sLwUkFJUH214eSzGgCA4LyySnWCCwnW//pBSq4ia8WVcM/xtWHTYXSaV4b50Ml8TCEUeUjJiQt6Z3mzbZQCoZzoSGBS9GVq5INTC728RDBlvR9gahtdtyc0nXFiXUXjhTQRgr5aCPcgEAcj0QM" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvKPWRlWa9VLiDywLE+s1vE0YFruVOqZ7bJ5f54Yftg/SV66fDYzi1PJPHAfRGn4DF4GhaOBV5B8o1Si99jF39yzgo0JTSWGciPbN7SjOk2tgVehL89Cot6kKG+hpsJTKO07u+W6/Y1iuXXSqx3xqM" ] }, "ContentHeaders": { "Content-Length": [ "467" ], @@ -3993,8 +3993,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "352" ], - "x-ms-client-request-id": [ "0ebb0e82-64df-46d6-8c2b-560fd177be0e" ], + "x-ms-unique-id": [ "131" ], + "x-ms-client-request-id": [ "8da5b4f3-bd3a-4818-9bec-cfc8336ad8de" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4008,16 +4008,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "c5e166bc-60de-4bb2-8734-99e9d8f10968" ], + "x-ms-correlation-request-id": [ "d15bd2e9-3857-4782-a010-d6a798eaa593" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], - "x-ms-request-id": [ "c5e166bc-60de-4bb2-8734-99e9d8f10968" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213743Z:c5e166bc-60de-4bb2-8734-99e9d8f10968" ], + "x-ms-request-id": [ "d15bd2e9-3857-4782-a010-d6a798eaa593" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204219Z:d15bd2e9-3857-4782-a010-d6a798eaa593" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:43 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:19 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvIiB2syTvUVjIkjbucTGYvxglz82yLt8mp5JCKLltbOwqjoCXcNoLlPhJLOiQVzsJ4E7HQbkb4x3Tvy1RsS0BLWZWKBKOEaobNRaBomVTmrsx/Vj7TO9h+s27vgdjKW4mL7oBkllU5OK1eKVYyYY8" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvHqLfKpRR2GEZO/ApC5+ghSC7WxfgfW7HqBo0BXMWSOSNr3iggQs4k19Tr6zw7wzGZkoRQJySJk2UHIXw09WGRjE4SPIS+RbbvFy51w8je7HM7pKyDucKj7WO4iJ4+jj2Z9mfaQk7248dgPVx61UX" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4034,8 +4034,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "353" ], - "x-ms-client-request-id": [ "117709c3-244e-49d2-8307-42d342d54a70" ], + "x-ms-unique-id": [ "132" ], + "x-ms-client-request-id": [ "7007b4eb-2b86-43c0-b26b-a30e519e7f78" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4049,16 +4049,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "006e2ec3-0b1b-4497-88cd-e8426022a275" ], + "x-ms-correlation-request-id": [ "bee75709-794a-422d-8115-ba7485ca6365" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], - "x-ms-request-id": [ "006e2ec3-0b1b-4497-88cd-e8426022a275" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213744Z:006e2ec3-0b1b-4497-88cd-e8426022a275" ], + "x-ms-request-id": [ "bee75709-794a-422d-8115-ba7485ca6365" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204219Z:bee75709-794a-422d-8115-ba7485ca6365" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:43 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:19 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvvj50xHh1YZVwffJnZ1QATVvd4aOPIxnq5q28135Hg3KkftR1pvtQxBZomxaApImikDYRy0A4Kd80Pyq2eLJpnyBwf1bTPI24J42T11LCYWj2peowyHVCYFpNdeO2CUVVsKTaPaVqsfm63qU0g5oK" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvXdbQtT3QGQwek0aiXKldNLqARxh05S/S4RSMDFKy608JoeGHJT0nyqBa4hraL8CqFnvzTfTY02OjMt6cLY6xTsg6L5PMyhEbEDQ1qu090BCyPQ5gkzoW9S0gNAjuvHP4GUnWtQhyS3+5o4D2oanr" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4075,8 +4075,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "354" ], - "x-ms-client-request-id": [ "9f0185ce-abb5-427e-8b73-1fdf24991bd8" ], + "x-ms-unique-id": [ "133" ], + "x-ms-client-request-id": [ "af59b709-737e-44f9-b0a7-e7a875e512cb" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4090,16 +4090,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "a61a89ad-6685-4d18-8847-a41c3cc3fa80" ], + "x-ms-correlation-request-id": [ "313cce56-a95d-4a20-a733-8e0c39bd29ac" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14996" ], - "x-ms-request-id": [ "a61a89ad-6685-4d18-8847-a41c3cc3fa80" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213744Z:a61a89ad-6685-4d18-8847-a41c3cc3fa80" ], + "x-ms-request-id": [ "313cce56-a95d-4a20-a733-8e0c39bd29ac" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204220Z:313cce56-a95d-4a20-a733-8e0c39bd29ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:43 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:19 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvMGHTyES3psrNbq20TmOBVF5WdHrCub+xVwi2/4iQxYcB32AP8ODBxKBkG+G8b44E8ucfrosP+GZI8+WOKXPlRNGnXZN+/bEpTcJNNVAzEvqoHTdqa4q5htn84RDKQNDQInbuiayQn0iJ8X36KeN4" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvuh51QT4Q1PqorzJvikLu+pRAs3IZRPhuj2u8mhm1phrDBvmk7w41PSOe2500x3acYTbRw3txAOy0o4615ra4gHOOLCAfKVPNZzNqiQsR4kJvGrsQ5oHz3ZxZ0db3CoCl674PQe0xANTOw/HyLrvu" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4116,8 +4116,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "355" ], - "x-ms-client-request-id": [ "43bfcf52-98b9-444d-b6e0-3e3f8321223a" ], + "x-ms-unique-id": [ "134" ], + "x-ms-client-request-id": [ "90b032df-c772-4cd9-b7d1-c480e50a79f4" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4131,16 +4131,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "4a8a7bc2-66a5-4132-a7c6-c861cb70c3fb" ], + "x-ms-correlation-request-id": [ "38ef93c0-6c90-40d6-b591-fc6e1739b041" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14995" ], - "x-ms-request-id": [ "4a8a7bc2-66a5-4132-a7c6-c861cb70c3fb" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213744Z:4a8a7bc2-66a5-4132-a7c6-c861cb70c3fb" ], + "x-ms-request-id": [ "38ef93c0-6c90-40d6-b591-fc6e1739b041" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204220Z:38ef93c0-6c90-40d6-b591-fc6e1739b041" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:43 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:20 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRviVqRD5Z8cErwZmlG4k99WpSg6ycHXVDtPIT9lBBqDb+fyRZ+b5E8A6tqx1+g6OydVf73MRQlHAWz8+87/2qNiUUR3/eJAAxXXf8iJvZqP1JhJ5EhfiemCTIpdHLICtFhaGCXbQmYWfPl1QmO1GjK" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv21/ZpOQ1Y7ALwhbUj1laGHhiJeOrBXWzHwYgYnzxMpsN11CfirSZFtC2ZHd7mz1JlApQ/HLiX1kKtQLROReXnR+CPVFm87Y5wj6ACDeXBIgNB/KEc6m/6Ngdvfvwwc3Vll9H9L62do3gcbjsxfGg" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4157,8 +4157,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "356" ], - "x-ms-client-request-id": [ "7afd62e0-e576-4bd8-b842-6bab7d21282e" ], + "x-ms-unique-id": [ "135" ], + "x-ms-client-request-id": [ "5a2b2984-7a59-4e2b-bd61-0ddaf95c7785" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4172,16 +4172,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "b27cc333-6c20-4d34-8117-e6b060b5549e" ], + "x-ms-correlation-request-id": [ "649f207b-3565-4c84-ae19-77a8a7eef139" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14994" ], - "x-ms-request-id": [ "b27cc333-6c20-4d34-8117-e6b060b5549e" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213744Z:b27cc333-6c20-4d34-8117-e6b060b5549e" ], + "x-ms-request-id": [ "649f207b-3565-4c84-ae19-77a8a7eef139" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204220Z:649f207b-3565-4c84-ae19-77a8a7eef139" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:44 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:20 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvX1PHbE3XXOf5GGy1CJvg5rJUGWBZk1cO5Zo5t9spbLjj8AiRidCKgJqsKcB5eeDN0c1RtS9pHX1cL+fepyEd96dgENqEKN4zhcSytyBf2qWbZu1GXGL0VGL8mEOxgxo7FPdPGjEHBeskpEBgwxXU" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvrDz2ra71jqKV9jTA1OjS3cIF/mj5wDfKMDyhNcA7Ie4Bz9LiI3gR/Vejv9rRkgsUS1Cl3gycFiJelXD1Xq6ogeCEOhCvp9QhI7B0Ikq4HZZOt5e60XjQQL2TO0Eev5Cy9Ezgc1g3Mjvccp7FJwpT" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4198,8 +4198,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "357" ], - "x-ms-client-request-id": [ "0fc657a6-e9da-4012-87d3-273a08ab69cb" ], + "x-ms-unique-id": [ "136" ], + "x-ms-client-request-id": [ "b9e0e332-a5d7-498b-97e1-43694b5ab8cc" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4213,16 +4213,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "769ecacc-b5cb-4cb1-ae63-9b898df5191b" ], + "x-ms-correlation-request-id": [ "7512db36-da73-4e80-883e-950a57d4187c" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14993" ], - "x-ms-request-id": [ "769ecacc-b5cb-4cb1-ae63-9b898df5191b" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213744Z:769ecacc-b5cb-4cb1-ae63-9b898df5191b" ], + "x-ms-request-id": [ "7512db36-da73-4e80-883e-950a57d4187c" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204220Z:7512db36-da73-4e80-883e-950a57d4187c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:44 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:20 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvUkqDDcyn5g4iAhuBbmyc59NwE6ZoBkBIZNWGe/3vxeBZNRPQKVF80KEUt3FB7Ds73hjKCAswxqiu5DDYn/BdS//vyguRRhGD59JoALGoqhYN3UL0zyfBcWbS155QbcH4WfnMRK9qqMR3d4jMILJJ" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvraBf1isP9H5PeQO4ub2cnT4lO0Xbh6pcf6P9z/557riqV8Bu7pj06aZU++M9KpSfcEWXbawIdc1htcIPYoG5hBg3UlXCHnr6zdtfcrZpQXTe2Dy9Yq0loHaPCPkg8xlGXnh9QZjbTPgzlmShyC58" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4239,8 +4239,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "358" ], - "x-ms-client-request-id": [ "f4458bd9-d952-47d5-9fa5-810678f36506" ], + "x-ms-unique-id": [ "137" ], + "x-ms-client-request-id": [ "43acf3b4-4583-47d0-8bf9-d4314527ca24" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4254,16 +4254,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "dd0ebd27-bca3-4d7d-8355-2e15d1d00d63" ], + "x-ms-correlation-request-id": [ "0d8f2dc9-d00f-468e-a0ac-f78a9dd72c7c" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14992" ], - "x-ms-request-id": [ "dd0ebd27-bca3-4d7d-8355-2e15d1d00d63" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213745Z:dd0ebd27-bca3-4d7d-8355-2e15d1d00d63" ], + "x-ms-request-id": [ "0d8f2dc9-d00f-468e-a0ac-f78a9dd72c7c" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204220Z:0d8f2dc9-d00f-468e-a0ac-f78a9dd72c7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:44 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:20 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv9CWGyhVBuFKn1WBzfTA6eV8Nj8eVNeqoQjzheVu4erqIDgVcp9J93rZI4DmFQcnYUEzIjL0Wu/GfSOzhWmq6dXRBWP+vCZXgZFdXMEIBZWpTSflZ29JPtsONoDhTsp/SZAgIq9X9brDWrPr0kf47" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvkl2lP2R6BwCRdjgtO0KyD+dUGLQpWK7PMf6ZTl8IhSOSoIc1+c5y3Lk/D06jCmQsm3LweJ/EeVgFbkYDLXbWDRE8wjTnng3z98SJpcK1L2dWRDm6ku7SV3HCgbilEVdOsiutWPtguKkDGK7ivIFK" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4280,8 +4280,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "359" ], - "x-ms-client-request-id": [ "4a4d6ae4-5795-4eb7-a294-621aa2aa9ec0" ], + "x-ms-unique-id": [ "138" ], + "x-ms-client-request-id": [ "ca43ab1d-3e41-4113-9edd-ce8d2d488f8d" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4295,16 +4295,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "3e55ca9e-b563-44b7-9d56-0d965975313c" ], + "x-ms-correlation-request-id": [ "f9eafed5-4adc-4cc6-ad39-657e4a87426c" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14991" ], - "x-ms-request-id": [ "3e55ca9e-b563-44b7-9d56-0d965975313c" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213745Z:3e55ca9e-b563-44b7-9d56-0d965975313c" ], + "x-ms-request-id": [ "f9eafed5-4adc-4cc6-ad39-657e4a87426c" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204221Z:f9eafed5-4adc-4cc6-ad39-657e4a87426c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:44 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:20 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv8JlFONc+kz0M7QnaKudhnfz5rUP8C2ot+ca89KkG7VaHMVhbg9PHVnfid4+Swvd3QrA67ih/qf3kpvDAUyPYPSGXnOIO8Ic6K5bpk/uzbByZta07z/v3+VI6V2XqKVSdrde+Awpjkx6TzVYyG7C8" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvGD6zbK8rLiiRpv+Imddmv+LjoXTxnSDTuGT5qniP9EarMLbEEvVY65Cv9C8C4fqq2yHxIlr0dOBWxlwKry6VW9/I5t8BhVN8C1Wo6dIQBul61zwI3bivg3dxuL32UOwhIFt4UglzvZ5Bs0oXMPuL" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4321,8 +4321,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "360" ], - "x-ms-client-request-id": [ "1f14bff9-d032-42ba-a9a6-afebd5308c40" ], + "x-ms-unique-id": [ "139" ], + "x-ms-client-request-id": [ "107026e3-7cf1-4aa1-8824-b1e463e5268c" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4336,16 +4336,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "107e5b69-5e8c-43ef-9074-7d0a5b83de0d" ], + "x-ms-correlation-request-id": [ "777b0a9e-5459-4802-a1e4-b7e7fa480f8a" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14990" ], - "x-ms-request-id": [ "107e5b69-5e8c-43ef-9074-7d0a5b83de0d" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213745Z:107e5b69-5e8c-43ef-9074-7d0a5b83de0d" ], + "x-ms-request-id": [ "777b0a9e-5459-4802-a1e4-b7e7fa480f8a" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204221Z:777b0a9e-5459-4802-a1e4-b7e7fa480f8a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:44 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:21 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv8LHari+7dLwO05U1dHMdALVSsFUv4LDNsN7zBRfTPM+vjnwKJRhSWqXcjqCESLGcRd5rGu0GtrQwOXYQl4lcn3RxcSVmV8Ujj/WSLBSvzIomPWJ1ozlfE9BS6LaOXyzSoWW3gJqhaPWBL5wQtKxA" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvoI/fZEKB1tgkVpNE5+H+2YqueUv2oaivK5VawBKWnriYlDxZ8K0F2G6m5BajKJsbTDeEDIZ+I3N5CLVo0Ux53W8Kt3GPUYS669WB/B//gy5Xy44fqUxm7RDybbcze33p1OS1SFIbf0S9UiX8ypEC" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4372,16 +4372,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "8aa88c18-2c73-4ef2-b2a8-0527218fdb74" ], + "x-ms-correlation-request-id": [ "fa909de6-ba94-482a-8699-fa42911d1515" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1189" ], - "x-ms-request-id": [ "8aa88c18-2c73-4ef2-b2a8-0527218fdb74" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213745Z:8aa88c18-2c73-4ef2-b2a8-0527218fdb74" ], + "x-ms-request-id": [ "fa909de6-ba94-482a-8699-fa42911d1515" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204221Z:fa909de6-ba94-482a-8699-fa42911d1515" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:45 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:21 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvGysLsLVlqUV1Yc2a6pxrLaH6xLbkaLGCi0mp16dU/6MqiIDRqPvfqz20w8vNbz+iyBxD3lq4xQvgaWy5MDS+l/rkvh2pTEs91qYUJrtDR796ecdHcFVaZtROL6CaJ+ObaQAOgGXpBrdryXU1/Nb5" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvrpAi1GKqH55wnikUXyxWWBMFbIeNTc10YEVUv1qVrHMidaKi88ShnOum2WC5QtaZwNPbByfqibYEbxSygRQx0V0QIcf3v+nO9254SK1nezvzHWL8TUGhFNyq9nLVT811IrMvkUbx80WBoMIVPboA" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -4409,16 +4409,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "7bae0b19-729f-4cf3-8789-aa5c4e3ee2c7" ], + "x-ms-correlation-request-id": [ "d851ba5e-79e3-46b5-bf45-5c429c1dee97" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1188" ], - "x-ms-request-id": [ "7bae0b19-729f-4cf3-8789-aa5c4e3ee2c7" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213746Z:7bae0b19-729f-4cf3-8789-aa5c4e3ee2c7" ], + "x-ms-request-id": [ "d851ba5e-79e3-46b5-bf45-5c429c1dee97" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204222Z:d851ba5e-79e3-46b5-bf45-5c429c1dee97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:45 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:21 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvFPvvxlWcAFUJjeAHEEtyUPRjq/O7IPuHmfu6IfZeVjzJsj3l12lszemkvtsVhaR+Ij+dfcZIcT/QnWPSsg9rWgpOYbm+r289lSxy5lBs0grGaseqfY7okcjDFlvOxr2cmrwkay/ul3ZuR4ydbnkg" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvKBXEFuv8ZXp4zu6cXjBy9hSPIvZ6I3TrzRIH66JnHoHZRVM/7XFdy2+ia7zdbUhbiLbCIqwKFQklrxG591417Ezksw55UkkHhVHgw4rpJyIdckBDslsateFGq9Ok74K5XkHu1z/sD9rMNqTrxNCn" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -4446,16 +4446,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "118cfb40-fd2a-4cc7-8852-ba1b7f55cd2f" ], + "x-ms-correlation-request-id": [ "33a400ab-6f1f-4270-88e1-b6a40f440345" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1187" ], - "x-ms-request-id": [ "118cfb40-fd2a-4cc7-8852-ba1b7f55cd2f" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213746Z:118cfb40-fd2a-4cc7-8852-ba1b7f55cd2f" ], + "x-ms-request-id": [ "33a400ab-6f1f-4270-88e1-b6a40f440345" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204222Z:33a400ab-6f1f-4270-88e1-b6a40f440345" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:45 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:22 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvR59Zr9jhXWFriCd+zXGTCcdsGjT+f06nfrJQ30HDY72w9oSbnYp/2JmRpK9BFed17DE1SRoOE0JYdyCXU0fVjkaBOKHlg78XjnzEfesH9Csp/DDJt730/3BZDZB93ocVOixoYzV1qI7OzRAASWbN" ] + "WWW-Authenticate": [ "oYG2MIGzoAMKAQChCwYJKoZIgvcSAQICooGeBIGbYIGYBgkqhkiG9xIBAgICAG+BiDCBhaADAgEFoQMCAQ+ieTB3oAMCARKicARuT5mIHRzvoDqb3V54C9nh6CgFbfBijVY4oVIg9kLngKaq0X8F443jk2WlSnY7l+n4j8Fhb/3yPf49wwkv5rhLtO+IseGbv7hyqqsrd+sA6g8OMUhAnie+4F87vxuL/Sogjwh0FWX7LnX8nxoUULo=" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -4483,16 +4483,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "27029e81-e9a2-4e50-8960-5a9b79e7f8ab" ], + "x-ms-correlation-request-id": [ "1204151e-7966-49c1-832a-e2f53374df3b" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1186" ], - "x-ms-request-id": [ "27029e81-e9a2-4e50-8960-5a9b79e7f8ab" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213746Z:27029e81-e9a2-4e50-8960-5a9b79e7f8ab" ], + "x-ms-request-id": [ "1204151e-7966-49c1-832a-e2f53374df3b" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204223Z:1204151e-7966-49c1-832a-e2f53374df3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:46 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:22 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv4hNwu0ngz1Z60qGj8Vn1fvmVt1tySiJTS6EAznNnJnkRuorXxSHKcalqQGhRmdVN4E9GbAm24vHzwe1IufqLHQ1ijQH7DXqcWupxg5cYuZ7sVTaGI20QNyVFuLUCUgHOAcHn5fp/OQV3+89zmLEk" ] + "WWW-Authenticate": [ "oYG2MIGzoAMKAQChCwYJKoZIgvcSAQICooGeBIGbYIGYBgkqhkiG9xIBAgICAG+BiDCBhaADAgEFoQMCAQ+ieTB3oAMCARKicARuI2J12+UGkg267tFyvX7B62lQtzwnMx708SMm2He0FOCXToUrnL5HDGjBRDOQyx+grMCwTGdAv02obwiLOvMnLvnwQFmBk+2n7yyoU2Z+oKwskgPS+ZNGDpuXW0ti/IcCF6lEB/vzJJN8faLAnxg=" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -4520,16 +4520,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "ab153ff4-9c2a-4e07-976b-5c1466f7a5ae" ], + "x-ms-correlation-request-id": [ "e698a626-7085-4b04-b60a-850dad5a2717" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1185" ], - "x-ms-request-id": [ "ab153ff4-9c2a-4e07-976b-5c1466f7a5ae" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213747Z:ab153ff4-9c2a-4e07-976b-5c1466f7a5ae" ], + "x-ms-request-id": [ "e698a626-7085-4b04-b60a-850dad5a2717" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204223Z:e698a626-7085-4b04-b60a-850dad5a2717" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:46 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:23 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvY8bLeCNMe2O5f20G8awWfzT6TgC712lOEwyUNrVYyVO7yEmATk/91GybwjndGv266A9IlsBcO5zuicU+f1+32eynXtgiKFUikdlSwLlXB+On2YMCv8tUimNgWhjE8qCGYYQ8g3nc1UOMS5ZYH5th" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvAGGvDD7EXrJtqOOkjcSAENUb9SIp++z6BrejZXQ8C3ENCcCmBbPjJHGi9kb2GQuvCYt0jNFP2ZXZPBmFIF6Ap/mmM3scX2+YtlD8L+bvJaX2n0m5tgnrqISjZkA0uLrCdTrjZ/WlCNA/hgwc7c35" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -4557,16 +4557,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "9d028068-0b42-4d1b-8129-333bb55845c1" ], + "x-ms-correlation-request-id": [ "468548bc-c88e-48eb-a0db-7885a72d92ff" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1184" ], - "x-ms-request-id": [ "9d028068-0b42-4d1b-8129-333bb55845c1" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213747Z:9d028068-0b42-4d1b-8129-333bb55845c1" ], + "x-ms-request-id": [ "468548bc-c88e-48eb-a0db-7885a72d92ff" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204223Z:468548bc-c88e-48eb-a0db-7885a72d92ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:46 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:23 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/LbFkEi1XXkXYMoSXzggT9SQUNuggQhs/FlQkOdUYuGuBs9ptESjVDVHtZsdAhm8TH4PeFuYg723X31G8J/HF1EOTu8PpcezXRQJ0Z9bReycEtP56ghapIXD8NL5jQE5XdRTuXCpRcHh4WyUmIof" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv9+C17TDvYKg153s0UECgunm3BqSZLmvDeTLPniT4cm48S0nsHO0BY3QXWDW+mcX9LvIdOK2mL5tx9b2uwGYaNxJ4uruapKgobidzE5IEiF84S/lQ3ohQK4QSv9EFZU/MxkBJFUO3Qgfse5vCooKd" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -4594,16 +4594,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "4dce0c02-5c87-4abb-9376-7eaff325b8f4" ], + "x-ms-correlation-request-id": [ "5e7d31ec-4eea-4295-a6ab-a65ad5d939e9" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1183" ], - "x-ms-request-id": [ "4dce0c02-5c87-4abb-9376-7eaff325b8f4" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213747Z:4dce0c02-5c87-4abb-9376-7eaff325b8f4" ], + "x-ms-request-id": [ "5e7d31ec-4eea-4295-a6ab-a65ad5d939e9" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204224Z:5e7d31ec-4eea-4295-a6ab-a65ad5d939e9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:47 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:23 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvUKIKaSe2aTiARbl32n96t3vy6RKs/ukSEou3rHpMNFUaCxoYKPa1T/PDl26DGrYDY4zBLizcPUoLnuJ1zPrA0AuacBvKgF8IFJ9O5glU2rpqMfcydDvt81jsaLGVbmLv1itpiTBktsuLC14k06cK" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvqw74q+DhowRlsVTjciIn8OEJia7G1zUkOpqMMZIKQwsDcJwiR1C8HiPEzfqBSO9zMGhNwCGIOgKoCLqkjU7qDawpDKUef7GLe8aMhRrC4K6R9Y2ZVJyfhSYklaiHyj7/Z4IJ/xR0f5ikF654XpJi" ] }, "ContentHeaders": { "Content-Length": [ "449" ], @@ -4631,16 +4631,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "b4b10380-9950-458d-bc1e-43ca1c2487a2" ], + "x-ms-correlation-request-id": [ "41893e35-13b5-401e-b1dd-6d4a5772e218" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1182" ], - "x-ms-request-id": [ "b4b10380-9950-458d-bc1e-43ca1c2487a2" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213748Z:b4b10380-9950-458d-bc1e-43ca1c2487a2" ], + "x-ms-request-id": [ "41893e35-13b5-401e-b1dd-6d4a5772e218" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204224Z:41893e35-13b5-401e-b1dd-6d4a5772e218" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:47 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:24 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvKGh+LkwG97AM7r6uq+JAHFb9y9QxA0ECi2tEhpHVf5xwK8Qazy3pTyBBHAwJwRHxf1OICVdmtTthpObO8rzlub//KYpFII01/7GpxuwgTexX8GLtpnt6kkHNhra5udw75swSRZsxuYtoy8TTAaEJ" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvlaF12unBxESaPdydYh2zLlETFK5XRV+J3s5iETb8kLNmapFfVs+Sg34NbgL/6iXPgu8z1mQrUImbS4VQ9O9xdJ6m6C+IfMBq/VZypmOliqyU2W5O5uc/GJqi8widj4AdudFTFvThO+b9Hum86dBX" ] }, "ContentHeaders": { "Content-Length": [ "461" ], @@ -4668,16 +4668,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "471ca603-f25f-4892-b7a9-7b6f41df3735" ], + "x-ms-correlation-request-id": [ "afbb5a03-7e43-4871-9f91-cee821643449" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1181" ], - "x-ms-request-id": [ "471ca603-f25f-4892-b7a9-7b6f41df3735" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213748Z:471ca603-f25f-4892-b7a9-7b6f41df3735" ], + "x-ms-request-id": [ "afbb5a03-7e43-4871-9f91-cee821643449" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204224Z:afbb5a03-7e43-4871-9f91-cee821643449" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:47 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:24 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvxisAJEcLgQZQltPwxDyWo41EvFohOGSu4PmvtXhtg+6WGEo87YtyVST8keqDBrRrRTRVZyjHmi/XJUcgOPJsUq6Olnd8lTj2b/RuSN75iDPCdCO+5Ocfl0EmrSU5EAIm/dZyKYDC6UR1TlSjssaK" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv51OZU43hl2ArZ8eS16ADfPAE3Cc6lnUO+MxXhu0QLvnqdW62zGz9Me6y33lPTlXFw59Zp8GWHLV7VeZFJ9nGIEIN/BxAV8ECuzq+ju9YjcX3vdcTbwVkC6YdHvJyvbHNY6ZzOAlF5BhdaPPUbvBy" ] }, "ContentHeaders": { "Content-Length": [ "467" ], @@ -4695,8 +4695,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "379" ], - "x-ms-client-request-id": [ "ccd2be91-141a-43a0-81ad-b2ae284a0f12" ], + "x-ms-unique-id": [ "158" ], + "x-ms-client-request-id": [ "a2cbb48b-3fa2-4d52-83c6-b16f78749530" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4710,16 +4710,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "edd80366-a5d5-4f8a-813e-da8b352e35e9" ], + "x-ms-correlation-request-id": [ "da5dff81-b3e6-4181-8c39-e6a6a2b57198" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14989" ], - "x-ms-request-id": [ "edd80366-a5d5-4f8a-813e-da8b352e35e9" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213748Z:edd80366-a5d5-4f8a-813e-da8b352e35e9" ], + "x-ms-request-id": [ "da5dff81-b3e6-4181-8c39-e6a6a2b57198" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204225Z:da5dff81-b3e6-4181-8c39-e6a6a2b57198" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:47 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:24 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvbhWp8QNmNZtuh5bQP3N91aG7kcHMu6nTjs/rqwRTtys96XJNM27NVYLdWHfj6gvCGP5/s9X36RF+AQ/unpz5KuU2axL6f9NUFKqHgh/juUsZycEJKwiuLvaBtw/PWkPYB/C8ZkyaZdF80radvV1y" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvt7k90NuSPQ9+X3kgE9i/mtmWgNwi4/ndbxH8i5DfqP2I451R7FPPoU44rpueNJ9xD0WFv72zFJUEjEuX+gqTQx984Fg7SjMEzL6b8qLwYwkiRxvl5c2tbow44FxUI2HxkORdMKp3ei/TBWu+Wjta" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4736,8 +4736,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "380" ], - "x-ms-client-request-id": [ "57106eda-32bc-42ef-8f0e-c8345446f0fb" ], + "x-ms-unique-id": [ "159" ], + "x-ms-client-request-id": [ "821c6961-64bd-415b-8d58-7519bc49df07" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4751,16 +4751,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "4aa5e458-dc27-4c4c-a520-9270360cb285" ], + "x-ms-correlation-request-id": [ "7ecbf20d-f50c-46de-bf46-f50e0ae6a13b" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14988" ], - "x-ms-request-id": [ "4aa5e458-dc27-4c4c-a520-9270360cb285" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213748Z:4aa5e458-dc27-4c4c-a520-9270360cb285" ], + "x-ms-request-id": [ "7ecbf20d-f50c-46de-bf46-f50e0ae6a13b" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204225Z:7ecbf20d-f50c-46de-bf46-f50e0ae6a13b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:48 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:24 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvnIx9PYBB7jBFJyPmf+qBU4M6DvMc0jpAELjzzfaHLFq72/m1DmWNWguYOSuhHrbh5/eYuqR36KHYK+kGZ+ECNZwOAnhwuqh120Qaibh7pQHN3+XB8Ml0DTgzsGLuGM0/10mlnmP1dnMB7pm+Jhqv" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvSTmYagiAiyJ6uwe3hnwvVyoq9xCT8XCdNSkZftnqo0Ac+3ENfdHw5CafD69RDWLj74GXN+fgCRoADMFj0XRkeTEzS7fhGDJlHyZmb4rHMKgYTeqIxcrVi3U2WwsLsZ8Xk3S8Ybrbt8djskOZFxqL" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4777,8 +4777,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "381" ], - "x-ms-client-request-id": [ "9f186a6a-284d-44f2-a97e-eb8157988e8c" ], + "x-ms-unique-id": [ "160" ], + "x-ms-client-request-id": [ "653c381d-2570-4a44-9e4a-4e998729c473" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4792,16 +4792,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "296a2054-86a7-4b5b-b2ee-67ef79b615a6" ], + "x-ms-correlation-request-id": [ "8677f446-d52e-4840-bb07-b5e4c49ea9fd" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14987" ], - "x-ms-request-id": [ "296a2054-86a7-4b5b-b2ee-67ef79b615a6" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213749Z:296a2054-86a7-4b5b-b2ee-67ef79b615a6" ], + "x-ms-request-id": [ "8677f446-d52e-4840-bb07-b5e4c49ea9fd" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204225Z:8677f446-d52e-4840-bb07-b5e4c49ea9fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:48 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:24 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvt0IiCiU2wH0QhV5s32d2N4WQR6ZDlgFfP5jq7bE14o9VN2PgFgwnyaX1cui3Zz7wa18H+odJltyCDWvC/3sjRocBWcUPeecAz1H4zJxS+cBSkXmzNqiJetFW5WzfgPqM0l66DuF7bBe6zF9nGckz" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvoYi4DiKBpACBTNETIt/E3NcvTZhb4jpHKGib6nXznelM5FBHBf+j9njkAB8XXPRUF4ypqDrczhfwpsCZ4lA/mosXWZ7zogewrdDGzzV/yS6sk4fCsScJayzGc1ZFhHz3Mu88vDDP8GDEpAJXkRLS" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4818,8 +4818,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "382" ], - "x-ms-client-request-id": [ "acee234d-e45f-41d7-bd06-82199534b41d" ], + "x-ms-unique-id": [ "161" ], + "x-ms-client-request-id": [ "c604568d-73e9-4208-a88f-10eaa25d3bc6" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4833,16 +4833,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "b713a118-ffe6-4552-b064-9008719730ff" ], + "x-ms-correlation-request-id": [ "3c872fa5-b811-41d7-b74c-659af16eb65c" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14986" ], - "x-ms-request-id": [ "b713a118-ffe6-4552-b064-9008719730ff" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213749Z:b713a118-ffe6-4552-b064-9008719730ff" ], + "x-ms-request-id": [ "3c872fa5-b811-41d7-b74c-659af16eb65c" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204225Z:3c872fa5-b811-41d7-b74c-659af16eb65c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:48 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:25 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvG/IL+a/nvZ2XvdAPv00dBQriDcQp410rgu9oENGtgT9meHRjDBWaPI1E8QkJQXpHzkNiFua2qYP3rVAJPXs8xQQtiIaGpanCZOmGUmlt96Fir1lK8LRFsVtBdu9sNupakd9dt+Pe8lDZxCtMwApb" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv1sHR0xtOn3PpNJDJ/a86gSgSDgV9fxQSokV2+ef1d8l7w0Qk6jXu9NY9smiG7/sHBH0siKMrN7gK7viS+FVYdet22j8PKROHSj8nahlXEAEi8PnhKrROXkyek6iwpZoRCtkpxpoYyY2nd/7dzrhc" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4859,8 +4859,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "383" ], - "x-ms-client-request-id": [ "aec5e46b-69fd-44ed-8234-8a328f866a81" ], + "x-ms-unique-id": [ "162" ], + "x-ms-client-request-id": [ "73d487a3-ffb0-4dce-99b6-76f3f5565e3a" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4874,16 +4874,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "91d0fc36-ecfa-4267-b800-e04bfe2bb577" ], + "x-ms-correlation-request-id": [ "36379c77-08ea-43bd-9414-1dc04dc4345a" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14985" ], - "x-ms-request-id": [ "91d0fc36-ecfa-4267-b800-e04bfe2bb577" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213749Z:91d0fc36-ecfa-4267-b800-e04bfe2bb577" ], + "x-ms-request-id": [ "36379c77-08ea-43bd-9414-1dc04dc4345a" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204225Z:36379c77-08ea-43bd-9414-1dc04dc4345a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:48 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:25 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvOj40Pqc0Eo+xAj3V/+4pQAvryRz+gtsq9ErltwBmexV4mTZEyT0UfNFYJW/+caO+JO6Xw0AcJucWnpDZDuDdyksv/Gq/g9vuYgtHRHw0/KT3DJPTl18HBhQoqaXaBok5tp1O/vNzglz81XTPX2ui" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv3x1EUoIKPr1sl1GUCVugYeBrRrPbQk3Gqa9cGZs5ITMulXuwgpM9poZOX4Hoz11h9L8wmDwHZymPyA3zxC4NGos6x+l3X0KZdXJuwO+b1fWWnFSi8Wrhqllq/HOH5lwWZ+T9XXgednFLrZI7G5Dn" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4900,8 +4900,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "384" ], - "x-ms-client-request-id": [ "73a1485b-c33e-44f1-910d-79048cfb2359" ], + "x-ms-unique-id": [ "163" ], + "x-ms-client-request-id": [ "f7de5c19-102e-49f5-a80d-331275ad3bd1" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4915,16 +4915,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "7ec0fd29-de10-40a2-a4b5-242fb485c157" ], + "x-ms-correlation-request-id": [ "c5081792-81e8-4c46-b62c-2125446d1a72" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14984" ], - "x-ms-request-id": [ "7ec0fd29-de10-40a2-a4b5-242fb485c157" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213749Z:7ec0fd29-de10-40a2-a4b5-242fb485c157" ], + "x-ms-request-id": [ "c5081792-81e8-4c46-b62c-2125446d1a72" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204226Z:c5081792-81e8-4c46-b62c-2125446d1a72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:48 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:25 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvBYeQLE/L4g6rysA8cNjp7Yd/oY9F+bnKo1rnpb2YaU4JcBlmQ9PdIjoUH+TQrb0mjXyYDBOu7aO52etfJ9UqGorOKxjkQJ7FlFbJH93sHzSxgvTYl0E/1Ckzz1plPF22+QHbWWnYb91WUpd1DxI4" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvxhu4HYSoE7n+epJLOQgG+uPRMfggaSYOYpwOwMQ9orVQelCC8L2dIYPLO2+FxB40bE+FrXRNDZSUgZLFxP9qn9TZN7la8Wnvs5ZQZiEuCSgWzrvImNhX0EtvxEFb9xplALfHK2PdlYFQ28rneNiF" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4941,8 +4941,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "385" ], - "x-ms-client-request-id": [ "aaa31a95-9c8d-487a-ad81-ad285525bcf1" ], + "x-ms-unique-id": [ "164" ], + "x-ms-client-request-id": [ "a05b5e9a-6c7c-4da8-b89c-8cfaef27f44b" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4956,16 +4956,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "b07ae547-91ea-4d77-b52b-99a31f67c2a8" ], + "x-ms-correlation-request-id": [ "c4f27f4a-b1cc-47ba-94eb-a88c85b5828e" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14983" ], - "x-ms-request-id": [ "b07ae547-91ea-4d77-b52b-99a31f67c2a8" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213749Z:b07ae547-91ea-4d77-b52b-99a31f67c2a8" ], + "x-ms-request-id": [ "c4f27f4a-b1cc-47ba-94eb-a88c85b5828e" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204226Z:c4f27f4a-b1cc-47ba-94eb-a88c85b5828e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:49 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:25 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvCx3kB9o3MHgMB0H7uj6Ma6VxlEA0gERekpAnJLhavRYMlKFRcBXwZo9W+8tM1Li6shrgcsEMrbmTYopLazPUwb7ivlWiuWVA/7hfqzUVv9VnWVYkbXi1xIMS5owYRMrofj4Z/uBdPDmsqNjmpwcd" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvUWEQq0MnH+fs7gciAP8VdRtJgQzQclCUo18vf5vNRDvP3N9IrpfWBcfkSpzHt0LAz+dPRLFlYNaeJFu+grCPF7uQbT7mXtESYPnh9cll29+dWV/bQqBidtLcPBPNvei/j2sMQgDovRhKy+hSbCpq" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -4982,8 +4982,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "386" ], - "x-ms-client-request-id": [ "a6fbf7aa-417f-4fce-bb73-9f0ed366edbc" ], + "x-ms-unique-id": [ "165" ], + "x-ms-client-request-id": [ "5ec86ba1-cb80-41ab-8494-5646b8873196" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -4997,16 +4997,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "02e50fcd-6e39-4d81-a88a-b3e9efad873a" ], + "x-ms-correlation-request-id": [ "625afb7a-1a81-4dc9-b892-5741f1691f2b" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14982" ], - "x-ms-request-id": [ "02e50fcd-6e39-4d81-a88a-b3e9efad873a" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213750Z:02e50fcd-6e39-4d81-a88a-b3e9efad873a" ], + "x-ms-request-id": [ "625afb7a-1a81-4dc9-b892-5741f1691f2b" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204226Z:625afb7a-1a81-4dc9-b892-5741f1691f2b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:49 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:25 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvU8rB/uQef8qVkDLMbpIrf4xJY8JpeRFuyvuNJCks2eDOqGk5+wm7j6GQLcUgEIPxK+V15CcK+1s0qg9V+S2GmmzOzLrkn3XuSnFU9mhELRjnA7YNst8pVOEyxYI7AzO5SSn/xEDmOriqJMlwKelY" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvuuY9+KU50MrYWDmxkCApbdzeC7/aDK13OsauLweICzuQ2IcatppCCAuN/KtveQFkuyWvJo+M+SZrtjIUmzq+mEMwvN9vIWJDWzsWYaSqZwmr+6W7poINrYx4EdugmU1GuEaUBWrXDYH3Qc4Sjdnj" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -5023,8 +5023,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "387" ], - "x-ms-client-request-id": [ "5d5f6805-b2ff-4468-a3e8-2bf8b687fed9" ], + "x-ms-unique-id": [ "166" ], + "x-ms-client-request-id": [ "f46e5009-3c00-4da2-ab94-e796e866725a" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_Delete" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5038,16 +5038,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "5b6f7a7e-d430-4de6-9a5d-7629a3b10980" ], + "x-ms-correlation-request-id": [ "1358b059-2ac3-408f-abfa-54e2eccb917f" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14981" ], - "x-ms-request-id": [ "5b6f7a7e-d430-4de6-9a5d-7629a3b10980" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213750Z:5b6f7a7e-d430-4de6-9a5d-7629a3b10980" ], + "x-ms-request-id": [ "1358b059-2ac3-408f-abfa-54e2eccb917f" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204226Z:1358b059-2ac3-408f-abfa-54e2eccb917f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:49 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:26 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv915euGSYr2511QpChYfOJi/N+jwZAHi67Gog3n7cIXPCwe7objDHIWr83OKo+Io9VM2SepG8MkdFU1qQqIxmULsW/KFlZ946C/Uy+tfT03oYufBMOvDEv+laPdGNTBkl6O0eoCsmOxiGJw3N2q/K" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvf9TF+yi3ds08eqhV8GdydSf13+uvsacPECscLksLLPo/cTBkCSp5MIy1KvD/6FDlHHLtmdJ8m6bWBK/WlHTyFQnVnjU6b0+5KoU1G1ZB6xJEmmBbbq/iHNf4OHVrp18nr8S4WZ/AXkkrha5tlz8+" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -5074,16 +5074,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "e4fbba82-96e4-4690-9e9f-510670e601a2" ], + "x-ms-correlation-request-id": [ "c05d0503-11e0-48e7-86ab-e2ca359a06fc" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1180" ], - "x-ms-request-id": [ "e4fbba82-96e4-4690-9e9f-510670e601a2" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213752Z:e4fbba82-96e4-4690-9e9f-510670e601a2" ], + "x-ms-request-id": [ "c05d0503-11e0-48e7-86ab-e2ca359a06fc" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204228Z:c05d0503-11e0-48e7-86ab-e2ca359a06fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:52 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:27 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvQJf1Tap6HcoXWgK/qhgClMHzAkECkGVtXcJz6AdBgt8SWCDCveMS29+s0OdQfDrnFPUWNd/z7zrJHUeo06rDNZ5u2ag15Zl7OHi9wyATH93stvdDapyxj8yYvp70Ot2vbRQHqCumvbCh/6JiVE8d" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvH04kMqmCeD51j9LKW2TT4oFdGNAZu9BCOPv5uhy8XldlDEvlBxrKoEUN46eXpZIJ09SE1o9mcmnChPhYMOsFdrc/KxAPpteLqaqf8Qf4ggj01EsaGjqSqenIFCDlCq1HfV3RXrzQbH7uRXc7zbZM" ] }, "ContentHeaders": { "Content-Length": [ "494" ], @@ -5101,8 +5101,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "403" ], - "x-ms-client-request-id": [ "fb34cddb-1900-4f5e-a341-a95752c1c751" ], + "x-ms-unique-id": [ "182" ], + "x-ms-client-request-id": [ "37692339-a4f0-41a7-af87-2ea13326e412" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5116,16 +5116,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "4dc8a4a2-dd6d-4558-b14a-c1974570b8b2" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14792" ], - "x-ms-request-id": [ "4dc8a4a2-dd6d-4558-b14a-c1974570b8b2" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213752Z:4dc8a4a2-dd6d-4558-b14a-c1974570b8b2" ], + "x-ms-correlation-request-id": [ "523092fb-3885-4eff-9bae-8958435d349c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14790" ], + "x-ms-request-id": [ "523092fb-3885-4eff-9bae-8958435d349c" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204228Z:523092fb-3885-4eff-9bae-8958435d349c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:52 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:28 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvEzwFLXfAgricZ12jZb0VsyfC6n7t98Z4Gzs0BeT0GCpvSI3/cb7NF5m3I75mphvlmTLr1vq5+w2wdbm9t9fEVe28tizUCzX+buL8exL2HrWRSiS+Am901tDvtgL9Hb4lkndMcnHd1OnlorE9HYkN" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvWy7fIPAHHHUsMjP/OGtQBsJkrDh1VdyBBe3N+VOO2pug2HvdXv5ISeRSMvw7Zd7TGcZyoK4LBgSc3afmwK/JtE2vHMEUiGDLOIA6tj/3HQQn8JYBVrtVwODWT+r34xjVf18x5bzNmo3GKtkYIII5" ] }, "ContentHeaders": { "Content-Length": [ "494" ], @@ -5153,16 +5153,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "dfb53db0-6420-4e86-aa47-3e3f3a46c018" ], + "x-ms-correlation-request-id": [ "17189245-eb29-4161-986f-ba38f968969b" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1179" ], - "x-ms-request-id": [ "dfb53db0-6420-4e86-aa47-3e3f3a46c018" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213752Z:dfb53db0-6420-4e86-aa47-3e3f3a46c018" ], + "x-ms-request-id": [ "17189245-eb29-4161-986f-ba38f968969b" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204228Z:17189245-eb29-4161-986f-ba38f968969b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:52 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:28 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvDEW/FsMxfCVguvgU+tiO5Tti0aqUFS2ZP8YlPodSgvkZ9R551UO85bXyo+X5NVh+fUl8XlDBYkDzYt9rEA09J+CgVPwOC8X1UXIjpUqm9i08m6j16JryGnD+qVng/sn51chh6p59zbdOrM85jXgT" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvyUEPENZPaRXcYXuijeqxGFrcUq/uP4QgHjoZ8NXd3ScyTQTElaSTMWY8Vnuu7YgAV16AlHOgYfZs6aGQTYypiiXE4hvY6e7gkuAZb77UiXlrkSkAIuCagLEuYnbP0mx2E3jjhXbibWkpzVEhVDBc" ] }, "ContentHeaders": { "Content-Length": [ "483" ], @@ -5180,8 +5180,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "405" ], - "x-ms-client-request-id": [ "258a8063-d2f1-43ca-9645-ca0fd7f68e25" ], + "x-ms-unique-id": [ "184" ], + "x-ms-client-request-id": [ "e0a7b399-cc24-4fa7-9c76-5f6d6c47fd9f" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5195,16 +5195,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "6405fde0-dbb4-4cf2-a806-532b7ad3610a" ], + "x-ms-correlation-request-id": [ "7b7d66b4-3bf0-4a7e-bf79-15ce730a9977" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14980" ], - "x-ms-request-id": [ "6405fde0-dbb4-4cf2-a806-532b7ad3610a" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213752Z:6405fde0-dbb4-4cf2-a806-532b7ad3610a" ], + "x-ms-request-id": [ "7b7d66b4-3bf0-4a7e-bf79-15ce730a9977" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204229Z:7b7d66b4-3bf0-4a7e-bf79-15ce730a9977" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:52 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:28 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvGD/WkRI1cVge2wdlT1QBmALnNB+UsWcM1daxae/K9G7u6rFNGr6SyRCwtpOnyCPzK9CkFdx/jjcZBUyDsNoc992qzAW1m6YVHhRVDXGSi/8zoWicX3Xk3JqKWarlXMqJqG8PGyAh+J7JOLHwAB5E" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvnC+04TFq70Wox5OTLELdEOZDLm083NM5JMaOeC5fE2pkwvhwUvpLlKi2s0WdmaDca9FW6/bfXaf95JTUAal7UJQYLV9On2zAlO7LSL1G6v9y5o9fmq/LsHiX6XfLHCtp06lzgYdOHzNnT5oICGeT" ] }, "ContentHeaders": { "Content-Length": [ "0" ], @@ -5231,16 +5231,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "ca831d8f-c974-4b73-8653-79f44aee974c" ], + "x-ms-correlation-request-id": [ "56e299db-0f60-4249-b06b-86de9076fd75" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1178" ], - "x-ms-request-id": [ "ca831d8f-c974-4b73-8653-79f44aee974c" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213753Z:ca831d8f-c974-4b73-8653-79f44aee974c" ], + "x-ms-request-id": [ "56e299db-0f60-4249-b06b-86de9076fd75" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204229Z:56e299db-0f60-4249-b06b-86de9076fd75" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:53 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:28 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvMr44emyi8nQbD1qaE2eCQrb9kcXHgtpU49NAFFaY2JooXxlmU4NP7JariglWS4Xywo0+q1iGbKy2hXyZ3omWOLmYuSxKLiUNvrAAw1CZe3pWRdyu4N3ziLdvFKbFcudSVquexaF2lg2Bq55USZkm" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvg3hd/lBx3MrvMDxk0fmSNeX2Qgqq7bcfGdwAvflF6cd56dOCxSGmd9eCJ1ul7Fz8BNAjfzX0ac+KXHfhWwmKzuM/ff1lFZAc+0EmAueE6FMd1scCVqoWscc9ZHWjaRx4S/ZC+IYiwGn7t3rYq1SD" ] }, "ContentHeaders": { "Content-Length": [ "494" ], @@ -5258,8 +5258,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "408" ], - "x-ms-client-request-id": [ "a902a512-4021-4cf2-99e9-49294b4857a2" ], + "x-ms-unique-id": [ "187" ], + "x-ms-client-request-id": [ "be6e8532-802e-4b4f-a142-6a0324b53f88" ], "CommandName": [ "Get-AzsComputeQuota" ], "FullCommandName": [ "Get-AzsComputeQuota_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5273,16 +5273,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "1d5baf07-56fd-47a9-8337-c0425e4bda59" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14790" ], - "x-ms-request-id": [ "1d5baf07-56fd-47a9-8337-c0425e4bda59" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213753Z:1d5baf07-56fd-47a9-8337-c0425e4bda59" ], + "x-ms-correlation-request-id": [ "68d9bbff-6ba4-4956-abf1-ab1b8387c20c" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14788" ], + "x-ms-request-id": [ "68d9bbff-6ba4-4956-abf1-ab1b8387c20c" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204229Z:68d9bbff-6ba4-4956-abf1-ab1b8387c20c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:53 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:28 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvCXW3N+rN4ViLOm4MeOYsD8a4RxENEkGTITekng5k/a6+m3bM+DPZ8+3oVOddepS59+LIBiyKQnTcqLl37xoVju5abGs3OdIF5SYzd/GWz7uaNkAbKRRz1FHvfVZLm9n78MDisEGhvNj1tfz3uROB" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvNdtL78Pzoq+kGF7WvHHmv00AOy92bSugzOuYE0UJEhxCJTbzDFZSHTYx8ftLv18F78nGXo/0rLU3SZz64ibWBtigdEGYY4ohWotSJLxlp+Eot/NACBXHU8+nLbr9tyycmQM7sz2Hg1VmorfbEsga" ] }, "ContentHeaders": { "Content-Length": [ "494" ], @@ -5310,16 +5310,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "625d8641-5937-4b06-8bf9-57a2bd2b094f" ], + "x-ms-correlation-request-id": [ "bb2d971a-2431-40b6-bf83-70b87668aed7" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1177" ], - "x-ms-request-id": [ "625d8641-5937-4b06-8bf9-57a2bd2b094f" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213753Z:625d8641-5937-4b06-8bf9-57a2bd2b094f" ], + "x-ms-request-id": [ "bb2d971a-2431-40b6-bf83-70b87668aed7" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204229Z:bb2d971a-2431-40b6-bf83-70b87668aed7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:53 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:29 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv2XJOsPEoFVa4ku5AOGY+mE7oG89Jqt//56iqqeQRlj5IKoj2pghjG9db1sxEG5nXfMXy8e5IvJ388hcDFe5sg1SFYWukzHvd2kqoMesP/mlkiTtjZppM+qT9YJBs4rqDRF2ZycbdN7D+SNogLh+I" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvr007aCx6TyZZGF+ELLvYG8h611uRblNwTslca3TRZHkMZB9rHhnUkfGmtpwbklRMHNMLvrYn0kct1BRknUFpjIWMjVeth+9MPQml0J8cVvLYhziyAnUf2Mn2NZmPlaT77rGf5Vy0qcbOqNmm9dtD" ] }, "ContentHeaders": { "Content-Length": [ "483" ], @@ -5337,8 +5337,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "410" ], - "x-ms-client-request-id": [ "4dbb6260-ab49-40e7-9f0f-469f5c96c80e" ], + "x-ms-unique-id": [ "189" ], + "x-ms-client-request-id": [ "54ef013e-e6de-4446-a323-25a328fdaa7e" ], "CommandName": [ "Remove-AzsComputeQuota" ], "FullCommandName": [ "Remove-AzsComputeQuota_DeleteViaIdentity" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -5352,16 +5352,16 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "c6d8f4ce-499b-42b8-88b8-7a045298a0f8" ], + "x-ms-correlation-request-id": [ "58fc5ac8-1e7f-4d04-bc83-f7326670a4de" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14979" ], - "x-ms-request-id": [ "c6d8f4ce-499b-42b8-88b8-7a045298a0f8" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213753Z:c6d8f4ce-499b-42b8-88b8-7a045298a0f8" ], + "x-ms-request-id": [ "58fc5ac8-1e7f-4d04-bc83-f7326670a4de" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204230Z:58fc5ac8-1e7f-4d04-bc83-f7326670a4de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:53 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:29 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvMBjUT0eFIQ/4+CatNFkivMqJFcE1xbhu5u8z/DuNv3KyXrbSGjBM5lRzPUo3E0K8vCJYb6ZaulfnFH7FYi9AC1CefiIIxNbMapxFNcLCPltfoswVrOWpbpM/n3s03xlan9duK5jff0SQ3iPQ5uiD" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv/XZmZHkOWNBmP01i73mzwWy9jWf7UTIFJppOYmvgK65YZuLjLUC9MPMtfRGlybq+MPob/y6JKEt7UB9BbZbPptBQen8sr691ng0f0/rPMtUAI2i+1nRs+77AtnJxm4czubKlrYPwCLCo9cbtFr2c" ] }, "ContentHeaders": { "Content-Length": [ "0" ], diff --git a/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Recording.json b/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Recording.json index b11db965..a8f731a5 100644 --- a/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Recording.json +++ b/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Recording.json @@ -6,8 +6,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "411" ], - "x-ms-client-request-id": [ "bb663fdc-b145-4d7b-bdba-7230ea369b65" ], + "x-ms-unique-id": [ "190" ], + "x-ms-client-request-id": [ "6f4a368a-18a4-460a-8181-ebf826c32855" ], "CommandName": [ "Get-AzsComputeScaleUnit" ], "FullCommandName": [ "Get-AzsComputeScaleUnit_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,23 +21,23 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "c64844ce-93d5-47af-a254-43908466e9f5" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14788" ], - "x-ms-request-id": [ "c64844ce-93d5-47af-a254-43908466e9f5" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213755Z:c64844ce-93d5-47af-a254-43908466e9f5" ], + "x-ms-correlation-request-id": [ "2a7a5a5c-b93f-4862-8182-89bb2d6a37a6" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14787" ], + "x-ms-request-id": [ "2a7a5a5c-b93f-4862-8182-89bb2d6a37a6" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204230Z:2a7a5a5c-b93f-4862-8182-89bb2d6a37a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:55 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:29 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvaMuA4x61d7ifV20fAjSP2UnpBwIP3h0WbaXzHhD0TaoHI3/Ox5e7eDJ2W40udBKjxYAggF3v/Ln3EU1DzVPe6TZb24fgAnzu9OPxYyFmJeR121bU+SVeLkHS7EU4g5kOxnpCNHbHAKescP7N1Hxj" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvAd91pQf3cyrN0NflFYAaVRHilx16O1FRCVqfIWfdSLG8XeV4i1hHo/Zv3U/AHuH1AlfxE9vP0hp6ri7/8ji7x58mKiQgPcuV4n2aiAWlunqMSDrGbbJU2ZAV7jfck0A/ZjZAsWasBpwP1kHwxUTD" ] }, "ContentHeaders": { - "Content-Length": [ "756" ], + "Content-Length": [ "754" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"providers/Microsoft.Compute.Admin/locations/redmond/computeScaleUnits/s-cluster\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/computeScaleUnits\",\"location\":\"redmond\",\"properties\":{\"scaleUnitName\":\"s-cluster\",\"lastUpdatedTime\":\"2021-08-09T21:37:10.622Z\",\"nodes\":[{\"nodeName\":\"ASRR1N25R05U26\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-08-09T21:37:10.527Z\",\"virtualMachines\":[]},{\"nodeName\":\"ASRR1N25R05U27\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-08-09T21:37:10.606Z\",\"virtualMachines\":[]},{\"nodeName\":\"ASRR1N25R05U25\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-08-09T21:37:10.622Z\",\"virtualMachines\":[]},{\"nodeName\":\"ASRR1N25R05U28\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-08-09T21:37:10.511Z\",\"virtualMachines\":[]}]}}", + "Content": "{\"id\":\"providers/Microsoft.Compute.Admin/locations/redmond/computeScaleUnits/s-cluster\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/computeScaleUnits\",\"location\":\"redmond\",\"properties\":{\"scaleUnitName\":\"s-cluster\",\"lastUpdatedTime\":\"2021-08-11T20:41:20.36Z\",\"nodes\":[{\"nodeName\":\"ASRR1N25R05U26\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-08-11T20:41:20.251Z\",\"virtualMachines\":[]},{\"nodeName\":\"ASRR1N25R05U27\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-08-11T20:41:20.251Z\",\"virtualMachines\":[]},{\"nodeName\":\"ASRR1N25R05U25\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-08-11T20:41:20.36Z\",\"virtualMachines\":[]},{\"nodeName\":\"ASRR1N25R05U28\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-08-11T20:41:20.251Z\",\"virtualMachines\":[]}]}}", "isContentBase64": false } } diff --git a/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Tests.ps1 b/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Tests.ps1 index f2e9e113..887c10ff 100644 --- a/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Tests.ps1 +++ b/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Tests.ps1 @@ -1,8 +1,5 @@ -$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' -if (-Not (Test-Path -Path $loadEnvPath)) { - $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' -} -. ($loadEnvPath) +. (Join-Path $PSScriptRoot 'loadEnvJson.ps1') + $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzsComputeScaleUnit.Recording.json' $currentPath = $PSScriptRoot while(-not $mockingPath) { diff --git a/src/Azs.Compute.Admin/test/Get-AzsDisk.Recording.json b/src/Azs.Compute.Admin/test/Get-AzsDisk.Recording.json index 15a91729..3f21683d 100644 --- a/src/Azs.Compute.Admin/test/Get-AzsDisk.Recording.json +++ b/src/Azs.Compute.Admin/test/Get-AzsDisk.Recording.json @@ -1,90 +1,4 @@ { - "Get-AzsDisk+[NoContext]+TestListDisks+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/disks?api-version=2021-04-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/disks?api-version=2021-04-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "412" ], - "x-ms-client-request-id": [ "de6d95b5-3ad0-431d-8ea4-fa52511ba15f" ], - "CommandName": [ "Get-AzsDisk" ], - "FullCommandName": [ "Get-AzsDisk_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Pragma": [ "no-cache" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-served-by": [ "00000000-0000-0000-0000-000000000000_0" ], - "x-ms-correlation-request-id": [ "99a3ac03-6f5c-404f-8a2e-a054639d7272" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14787" ], - "x-ms-request-id": [ "99a3ac03-6f5c-404f-8a2e-a054639d7272" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213756Z:99a3ac03-6f5c-404f-8a2e-a054639d7272" ], - "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:55 GMT" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvNDzTB+jQTndgY8ZIwmhlpKXdywTE+YYSav2sCxmaSutqCQ5QYJL9z2uD4+C1sG+/HjJWfD0ftftfoOkIqHmuJNCkoshJ2HGmByAc6J5YtJxBzblUpuKucg9LNf5oFuFXCGXEjpBV08sAcBwMhrHR" ] - }, - "ContentHeaders": { - "Content-Length": [ "19" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\r\n \"value\": []\r\n}", - "isContentBase64": false - } - }, - "Get-AzsDisk+[NoContext]+TestGetDisk+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/disks?api-version=2021-04-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/disks?api-version=2021-04-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "413" ], - "x-ms-client-request-id": [ "60a22686-1b5e-4075-9a7b-f2f09f13c688" ], - "CommandName": [ "Get-AzsDisk" ], - "FullCommandName": [ "Get-AzsDisk_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Pragma": [ "no-cache" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-served-by": [ "00000000-0000-0000-0000-000000000000_0" ], - "x-ms-correlation-request-id": [ "3f5c47b2-5b02-4c17-8595-e09470604a91" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14786" ], - "x-ms-request-id": [ "3f5c47b2-5b02-4c17-8595-e09470604a91" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213756Z:3f5c47b2-5b02-4c17-8595-e09470604a91" ], - "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:55 GMT" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv7vS2Gad84T7OANUBTCi8kcbZJ5i+Rt12AUF+FCtm1laXP4exolXijSizEdQPUbsTOQ32mhRMwR4pz4N6A99UIOMDggFbe+ceRQBbgCfR0X/u9I/PwAOGq0tGEiGalfZKqUCrmpc1hyCXlAmA/w5O" ] - }, - "ContentHeaders": { - "Content-Length": [ "19" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\r\n \"value\": []\r\n}", - "isContentBase64": false - } - }, "Get-AzsDisk+[NoContext]+TestGetDiskInvalid+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/disks/454E5E28-8D5E-41F9-929E-BFF6A7E1A253?api-version=2021-04-01+1": { "Request": { "Method": "GET", @@ -92,8 +6,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "414" ], - "x-ms-client-request-id": [ "7166e594-e351-4e38-a467-4e3c193e16bd" ], + "x-ms-unique-id": [ "191" ], + "x-ms-client-request-id": [ "725d9fc9-0349-4db4-a6f1-6f64192b3a0c" ], "CommandName": [ "Get-AzsDisk" ], "FullCommandName": [ "Get-AzsDisk_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -109,15 +23,15 @@ "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ "00000000-0000-0000-0000-000000000000_0" ], - "x-ms-correlation-request-id": [ "7855dce3-a117-431f-9ec7-849e9fc71246" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14785" ], - "x-ms-request-id": [ "7855dce3-a117-431f-9ec7-849e9fc71246" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213756Z:7855dce3-a117-431f-9ec7-849e9fc71246" ], + "x-ms-correlation-request-id": [ "c23d06b6-2211-4f74-815a-663e22e6f32d" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14786" ], + "x-ms-request-id": [ "c23d06b6-2211-4f74-815a-663e22e6f32d" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204231Z:c23d06b6-2211-4f74-815a-663e22e6f32d" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:55 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:31 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvM0eGA9EKgBAOnya/M/aeZtY+s3J0z/0iVx1Itc0qMl0DoHKbqfwWPCubDqQvn9CNavSkCbLQD/iN1R6msSI7FoyAQOm6VJq8m6PKScl16+lsL1U4gfm1U9FXYG7Wq5j7bJkh4kRgsoZ/15y8nobB" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvg1OAYJ57bI24brYXq5oFWuVDR6LLcGUGKlGXSHR1MhlwnwQjg/M4otvm07mWtc5CBsboFAriplTU6zAjoZz6sqcaFsnLfbFJwlGaSHX3rQtokSxXh1jtVQ0mmqTGP/gE0t7E5hCMeoytJAR8RWOv" ] }, "ContentHeaders": { "Content-Length": [ "115" ], diff --git a/src/Azs.Compute.Admin/test/Get-AzsDiskMigrationJob.Recording.json b/src/Azs.Compute.Admin/test/Get-AzsDiskMigrationJob.Recording.json index 60eb4a98..65949d77 100644 --- a/src/Azs.Compute.Admin/test/Get-AzsDiskMigrationJob.Recording.json +++ b/src/Azs.Compute.Admin/test/Get-AzsDiskMigrationJob.Recording.json @@ -6,8 +6,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "415" ], - "x-ms-client-request-id": [ "3ef10bf7-a046-45d8-9e7b-3389e3831ccd" ], + "x-ms-unique-id": [ "192" ], + "x-ms-client-request-id": [ "01c82ae9-dd73-4c2a-95ab-ba6c70f4e936" ], "CommandName": [ "Get-AzsDiskMigrationJob" ], "FullCommandName": [ "Get-AzsDiskMigrationJob_List" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -23,58 +23,15 @@ "Pragma": [ "no-cache" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ "00000000-0000-0000-0000-000000000000_0" ], - "x-ms-correlation-request-id": [ "acde71cb-dede-4e0d-9c1b-4c6a8f24f12b" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14784" ], - "x-ms-request-id": [ "acde71cb-dede-4e0d-9c1b-4c6a8f24f12b" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213756Z:acde71cb-dede-4e0d-9c1b-4c6a8f24f12b" ], + "x-ms-correlation-request-id": [ "fe61070f-0875-45e8-9dbb-e00aa56e7910" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14785" ], + "x-ms-request-id": [ "fe61070f-0875-45e8-9dbb-e00aa56e7910" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T204231Z:fe61070f-0875-45e8-9dbb-e00aa56e7910" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:56 GMT" ], + "Date": [ "Wed, 11 Aug 2021 20:42:31 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvJMLJeVNknb6SYNuZeE2fQPZC/8bgBQ3uh9LANaV1TUlUYTCpnXansddANtt/7a+l8a2rVjDfnD66i/fsNFXzlzGOes0zhi90dOQhk/VBkWXflfcQvHca1l6gxIdfaBXDTWSKeBsQFl/sQ1KH9OdP" ] - }, - "ContentHeaders": { - "Content-Length": [ "19" ], - "Content-Type": [ "application/json; charset=utf-8" ], - "Expires": [ "-1" ] - }, - "Content": "{\r\n \"value\": []\r\n}", - "isContentBase64": false - } - }, - "Get-AzsDiskMigrationJob+[NoContext]+TestGetDiskMigrationJob+$GET+https://management.azure.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs?api-version=2021-04-01+1": { - "Request": { - "Method": "GET", - "RequestUri": "https://adminmanagement.redmond.ext-n25r0507.masd.stbtest.microsoft.com/subscriptions/47b53730-e95d-4594-b843-d378bdff793a/providers/Microsoft.Compute.Admin/locations/redmond/diskmigrationjobs?api-version=2021-04-01", - "Content": null, - "isContentBase64": false, - "Headers": { - "x-ms-unique-id": [ "416" ], - "x-ms-client-request-id": [ "8de4fe89-a318-42ca-856d-3790c504463e" ], - "CommandName": [ "Get-AzsDiskMigrationJob" ], - "FullCommandName": [ "Get-AzsDiskMigrationJob_List" ], - "ParameterSetName": [ "__AllParameterSets" ], - "User-Agent": [ "AzurePowershell/Az4.0.0-preview" ], - "Authorization": [ "[Filtered]" ] - }, - "ContentHeaders": { - } - }, - "Response": { - "StatusCode": 200, - "Headers": { - "Pragma": [ "no-cache" ], - "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-served-by": [ "00000000-0000-0000-0000-000000000000_0" ], - "x-ms-correlation-request-id": [ "d62ba887-2426-4fd1-98ac-33586e49358c" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14783" ], - "x-ms-request-id": [ "d62ba887-2426-4fd1-98ac-33586e49358c" ], - "x-ms-routing-request-id": [ "REDMOND:20210809T213756Z:d62ba887-2426-4fd1-98ac-33586e49358c" ], - "X-Content-Type-Options": [ "nosniff" ], - "Cache-Control": [ "no-cache" ], - "Date": [ "Mon, 09 Aug 2021 21:37:56 GMT" ], - "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvTVFoReH4cJDFPaoK9VvezOuOTZ5bvCcK6pfrlVClGoHU8c+J2WfY3Dgv6/JfnRXWnSPqqOxSMnYjr7kV/MQGH0jxnTbWqvzjGThuclhAObGWvCOe3XMpZ8iomaEr9wju1BV7muApvhAeimMyb1tD" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvEqBe/oOhCQ/+Hboq1HUsyqQAGxL9G7xODlRteAQacC1FZ95Wj8o7P9eQn0ftOu+zDNqR5xcN0YHkENZLO4kjzXGm/f+b7TOZBxlispYWPhwiDAte7eSwQ3IKabUFHAdClE7uTfzBp9yUm8V+0ilF" ] }, "ContentHeaders": { "Content-Length": [ "19" ], From 7393835bcf7341fa559be4fb3a187c708721b6c9 Mon Sep 17 00:00:00 2001 From: Travis Turner Date: Wed, 11 Aug 2021 15:14:44 -0700 Subject: [PATCH 10/11] Updating COmputeScaleUnit again to try to fix PR validation. --- .../Get-AzsComputeScaleUnit.Recording.json | 20 +++++++++---------- .../test/Get-AzsComputeScaleUnit.Tests.ps1 | 8 ++++++-- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Recording.json b/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Recording.json index a8f731a5..9f528882 100644 --- a/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Recording.json +++ b/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Recording.json @@ -6,8 +6,8 @@ "Content": null, "isContentBase64": false, "Headers": { - "x-ms-unique-id": [ "190" ], - "x-ms-client-request-id": [ "6f4a368a-18a4-460a-8181-ebf826c32855" ], + "x-ms-unique-id": [ "567" ], + "x-ms-client-request-id": [ "e526584f-79f0-4166-bd4b-f55010016d5f" ], "CommandName": [ "Get-AzsComputeScaleUnit" ], "FullCommandName": [ "Get-AzsComputeScaleUnit_Get" ], "ParameterSetName": [ "__AllParameterSets" ], @@ -21,23 +21,23 @@ "StatusCode": 200, "Headers": { "Pragma": [ "no-cache" ], - "x-ms-correlation-request-id": [ "2a7a5a5c-b93f-4862-8182-89bb2d6a37a6" ], - "x-ms-ratelimit-remaining-subscription-reads": [ "14787" ], - "x-ms-request-id": [ "2a7a5a5c-b93f-4862-8182-89bb2d6a37a6" ], - "x-ms-routing-request-id": [ "REDMOND:20210811T204230Z:2a7a5a5c-b93f-4862-8182-89bb2d6a37a6" ], + "x-ms-correlation-request-id": [ "5d3c1987-33f7-4af8-9c5e-f0a9a7bb82f9" ], + "x-ms-ratelimit-remaining-subscription-reads": [ "14794" ], + "x-ms-request-id": [ "5d3c1987-33f7-4af8-9c5e-f0a9a7bb82f9" ], + "x-ms-routing-request-id": [ "REDMOND:20210811T220629Z:5d3c1987-33f7-4af8-9c5e-f0a9a7bb82f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "X-Content-Type-Options": [ "nosniff" ], "Cache-Control": [ "no-cache" ], - "Date": [ "Wed, 11 Aug 2021 20:42:29 GMT" ], + "Date": [ "Wed, 11 Aug 2021 22:06:29 GMT" ], "Server": [ "Microsoft-HTTPAPI/2.0" ], - "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRvAd91pQf3cyrN0NflFYAaVRHilx16O1FRCVqfIWfdSLG8XeV4i1hHo/Zv3U/AHuH1AlfxE9vP0hp6ri7/8ji7x58mKiQgPcuV4n2aiAWlunqMSDrGbbJU2ZAV7jfck0A/ZjZAsWasBpwP1kHwxUTD" ] + "WWW-Authenticate": [ "oYG3MIG0oAMKAQChCwYJKoZIgvcSAQICooGfBIGcYIGZBgkqhkiG9xIBAgICAG+BiTCBhqADAgEFoQMCAQ+iejB4oAMCARKicQRv0IqveI7G+xUwj8ApP3XY6dZ37A1X0QJuE+N1Ha9kgCitlcz8jZ6a8R0yrBGxPvrx51icnepoYO9+UssbrsK4qvCtX7vV5htqHsB3Yp6jRFSqPu5MqbzEUjqU+Tm/CD714+0m4+AuNuaKPJSPHvIM" ] }, "ContentHeaders": { - "Content-Length": [ "754" ], + "Content-Length": [ "756" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "Content": "{\"id\":\"providers/Microsoft.Compute.Admin/locations/redmond/computeScaleUnits/s-cluster\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/computeScaleUnits\",\"location\":\"redmond\",\"properties\":{\"scaleUnitName\":\"s-cluster\",\"lastUpdatedTime\":\"2021-08-11T20:41:20.36Z\",\"nodes\":[{\"nodeName\":\"ASRR1N25R05U26\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-08-11T20:41:20.251Z\",\"virtualMachines\":[]},{\"nodeName\":\"ASRR1N25R05U27\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-08-11T20:41:20.251Z\",\"virtualMachines\":[]},{\"nodeName\":\"ASRR1N25R05U25\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-08-11T20:41:20.36Z\",\"virtualMachines\":[]},{\"nodeName\":\"ASRR1N25R05U28\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-08-11T20:41:20.251Z\",\"virtualMachines\":[]}]}}", + "Content": "{\"id\":\"providers/Microsoft.Compute.Admin/locations/redmond/computeScaleUnits/s-cluster\",\"name\":null,\"type\":\"Microsoft.Compute.Admin/locations/computeScaleUnits\",\"location\":\"redmond\",\"properties\":{\"scaleUnitName\":\"s-cluster\",\"lastUpdatedTime\":\"2021-08-11T22:05:39.316Z\",\"nodes\":[{\"nodeName\":\"ASRR1N25R05U26\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-08-11T22:05:39.238Z\",\"virtualMachines\":[]},{\"nodeName\":\"ASRR1N25R05U27\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-08-11T22:05:39.175Z\",\"virtualMachines\":[]},{\"nodeName\":\"ASRR1N25R05U25\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-08-11T22:05:39.316Z\",\"virtualMachines\":[]},{\"nodeName\":\"ASRR1N25R05U28\",\"nodeHealthState\":\"Up\",\"lastUpdatedTime\":\"2021-08-11T22:05:39.207Z\",\"virtualMachines\":[]}]}}", "isContentBase64": false } } diff --git a/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Tests.ps1 b/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Tests.ps1 index 887c10ff..4f75b253 100644 --- a/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Tests.ps1 +++ b/src/Azs.Compute.Admin/test/Get-AzsComputeScaleUnit.Tests.ps1 @@ -1,4 +1,8 @@ -. (Join-Path $PSScriptRoot 'loadEnvJson.ps1') +$loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' +if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' +} +. ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'Get-AzsComputeScaleUnit.Recording.json' $currentPath = $PSScriptRoot @@ -14,7 +18,7 @@ Describe 'Get-AzsComputeScaleUnit' { It 'GetComputeScaleUnitTest' -Skip:$('TestListDiskMigrationJobs' -in $global:SkippedTests) { $global:TestName = 'GetComputeScaleUnitTest' - $scaleUnitView = Get-AzsComputeScaleUnit -Name s-cluster + $scaleUnitView = Get-AzsComputeScaleUnit -Name s-cluster -Location $env.Location -SubscriptionId $env.SubscriptionId $scaleUnitView | Should Not Be $null $scaleUnitView.Id | Should Not Be $null From 70b33076a1016784a08c82eed673e7df2fd73007 Mon Sep 17 00:00:00 2001 From: Travis Turner Date: Wed, 11 Aug 2021 15:26:18 -0700 Subject: [PATCH 11/11] Reverting loadenv.ps1 --- src/Azs.Compute.Admin/test/loadEnv.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Azs.Compute.Admin/test/loadEnv.ps1 b/src/Azs.Compute.Admin/test/loadEnv.ps1 index c4ebf2e8..8487c4cf 100644 --- a/src/Azs.Compute.Admin/test/loadEnv.ps1 +++ b/src/Azs.Compute.Admin/test/loadEnv.ps1 @@ -12,6 +12,7 @@ # limitations under the License. # ---------------------------------------------------------------------------------- $envFile = 'env.json' +Write-Host "Loading env.json" if ($TestMode -eq 'live') { $envFile = 'localEnv.json' } @@ -24,5 +25,6 @@ if (Test-Path -Path (Join-Path $PSScriptRoot $envFile)) { $env = @{} if (Test-Path -Path $envFilePath) { $env = Get-Content (Join-Path $PSScriptRoot $envFile) | ConvertFrom-Json - $PSDefaultParameterValues=@{"*:SubscriptionId"=$env.SubscriptionId; "*:Tenant"=$env.Tenant} + $PSDefaultParameterValues=@{"*:SubscriptionId"=$env.SubscriptionId; "*:Tenant"=$env.Tenant; "*:Location"=$env.Location} + Write-Host "Default values: $($PSDefaultParameterValues.Values)" } \ No newline at end of file