diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/GalleriesOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/GalleriesOperations.cs index eb34a7e571560..c3f641c388ceb 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/GalleriesOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/GalleriesOperations.cs @@ -113,4 +113,4 @@ public async Task> GetWithHttpMessagesAsync(stri return await GetWithHttpMessagesAsync(resourceGroupName, galleryName, default(string), customHeaders, cancellationToken); } } -} \ No newline at end of file +} diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/GalleriesOperationsExtensions.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/GalleriesOperationsExtensions.cs index df50bc4a3ef5e..85128a07224c9 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/GalleriesOperationsExtensions.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/GalleriesOperationsExtensions.cs @@ -48,4 +48,4 @@ public static async Task GetAsync(this IGalleriesOperations operations, return await GetAsync(operations, resourceGroupName, galleryName, default(string), cancellationToken); } } -} \ No newline at end of file +} diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleriesOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleriesOperations.cs index cb9cc62151c44..50ce40ec2d1c9 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleriesOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleriesOperations.cs @@ -117,6 +117,10 @@ internal GalleriesOperations(ComputeManagementClient client) /// The select expression to apply on the operation. Possible values include: /// 'Permissions' /// + /// + /// The expand query option to apply on the operation. Possible values include: + /// 'SharingProfile/Groups' + /// /// /// Headers that will be added to request. /// @@ -138,7 +142,7 @@ internal GalleriesOperations(ComputeManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string galleryName, string select = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string galleryName, string select = default(string), string expand = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.SubscriptionId == null) { @@ -164,6 +168,7 @@ internal GalleriesOperations(ComputeManagementClient client) tracingParameters.Add("galleryName", galleryName); tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("select", select); + tracingParameters.Add("expand", expand); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -182,6 +187,10 @@ internal GalleriesOperations(ComputeManagementClient client) { _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select))); } + if (expand != null) + { + _queryParameters.Add(string.Format("$expand={0}", System.Uri.EscapeDataString(expand))); + } if (_queryParameters.Count > 0) { _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleriesOperationsExtensions.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleriesOperationsExtensions.cs index d5c55ace52ecd..f6a01ab0e57c1 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleriesOperationsExtensions.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleriesOperationsExtensions.cs @@ -137,9 +137,13 @@ public static Gallery Update(this IGalleriesOperations operations, string resour /// The select expression to apply on the operation. Possible values include: /// 'Permissions' /// - public static Gallery Get(this IGalleriesOperations operations, string resourceGroupName, string galleryName, string select = default(string)) + /// + /// The expand query option to apply on the operation. Possible values include: + /// 'SharingProfile/Groups' + /// + public static Gallery Get(this IGalleriesOperations operations, string resourceGroupName, string galleryName, string select = default(string), string expand = default(string)) { - return operations.GetAsync(resourceGroupName, galleryName, select).GetAwaiter().GetResult(); + return operations.GetAsync(resourceGroupName, galleryName, select, expand).GetAwaiter().GetResult(); } /// @@ -158,12 +162,16 @@ public static Gallery Update(this IGalleriesOperations operations, string resour /// The select expression to apply on the operation. Possible values include: /// 'Permissions' /// + /// + /// The expand query option to apply on the operation. Possible values include: + /// 'SharingProfile/Groups' + /// /// /// The cancellation token. /// - public static async Task GetAsync(this IGalleriesOperations operations, string resourceGroupName, string galleryName, string select = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetAsync(this IGalleriesOperations operations, string resourceGroupName, string galleryName, string select = default(string), string expand = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, galleryName, select, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, galleryName, select, expand, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IGalleriesOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IGalleriesOperations.cs index 2e17fe75814ad..59009c628f34b 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IGalleriesOperations.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IGalleriesOperations.cs @@ -97,6 +97,10 @@ public partial interface IGalleriesOperations /// The select expression to apply on the operation. Possible values /// include: 'Permissions' /// + /// + /// The expand query option to apply on the operation. Possible values + /// include: 'SharingProfile/Groups' + /// /// /// The headers that will be added to request. /// @@ -112,7 +116,7 @@ public partial interface IGalleriesOperations /// /// Thrown when a required parameter is null /// - Task> GetWithHttpMessagesAsync(string resourceGroupName, string galleryName, string select = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> GetWithHttpMessagesAsync(string resourceGroupName, string galleryName, string select = default(string), string expand = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Delete a Shared Image Gallery. /// diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CommunityGalleryInfo.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CommunityGalleryInfo.cs new file mode 100644 index 0000000000000..5f611256ec60b --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/CommunityGalleryInfo.cs @@ -0,0 +1,99 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Compute.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Information of community gallery if current gallery is shared to + /// community + /// + public partial class CommunityGalleryInfo + { + /// + /// Initializes a new instance of the CommunityGalleryInfo class. + /// + public CommunityGalleryInfo() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the CommunityGalleryInfo class. + /// + /// Community gallery publisher uri + /// Community gallery publisher contact + /// email + /// Community gallery publisher eula + /// Community gallery public name + /// prefix + /// Contains info about whether + /// community gallery sharing is enabled. + /// Community gallery public name + /// list. + public CommunityGalleryInfo(string publisherUri = default(string), string publisherContact = default(string), string eula = default(string), string publicNamePrefix = default(string), bool? communityGalleryEnabled = default(bool?), IList publicNames = default(IList)) + { + PublisherUri = publisherUri; + PublisherContact = publisherContact; + Eula = eula; + PublicNamePrefix = publicNamePrefix; + CommunityGalleryEnabled = communityGalleryEnabled; + PublicNames = publicNames; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets community gallery publisher uri + /// + [JsonProperty(PropertyName = "publisherUri")] + public string PublisherUri { get; set; } + + /// + /// Gets or sets community gallery publisher contact email + /// + [JsonProperty(PropertyName = "publisherContact")] + public string PublisherContact { get; set; } + + /// + /// Gets or sets community gallery publisher eula + /// + [JsonProperty(PropertyName = "eula")] + public string Eula { get; set; } + + /// + /// Gets or sets community gallery public name prefix + /// + [JsonProperty(PropertyName = "publicNamePrefix")] + public string PublicNamePrefix { get; set; } + + /// + /// Gets contains info about whether community gallery sharing is + /// enabled. + /// + [JsonProperty(PropertyName = "communityGalleryEnabled")] + public bool? CommunityGalleryEnabled { get; private set; } + + /// + /// Gets community gallery public name list. + /// + [JsonProperty(PropertyName = "publicNames")] + public IList PublicNames { get; private set; } + + } +} diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/Gallery.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/Gallery.cs index cfb521c6d19c5..f21e83cd597dc 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/Gallery.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/Gallery.cs @@ -44,7 +44,7 @@ public Gallery() /// Gallery resource. This property is updatable. /// The current state of the /// gallery. - public Gallery(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string description = default(string), GalleryIdentifier identifier = default(GalleryIdentifier), string provisioningState = default(string), SharingProfile sharingProfile = default(SharingProfile), SoftDeletePolicy softDeletePolicy = default(SoftDeletePolicy)) + public Gallery(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string description = default(string), GalleryIdentifier identifier = default(GalleryIdentifier), string provisioningState = default(string), SharingProfile sharingProfile = default(SharingProfile), SoftDeletePolicy softDeletePolicy = default(SoftDeletePolicy), SharingStatus sharingStatus = default(SharingStatus)) : base(location, id, name, type, tags) { Description = description; @@ -52,6 +52,7 @@ public Gallery() ProvisioningState = provisioningState; SharingProfile = sharingProfile; SoftDeletePolicy = softDeletePolicy; + SharingStatus = sharingStatus; CustomInit(); } @@ -93,6 +94,11 @@ public Gallery() [JsonProperty(PropertyName = "properties.softDeletePolicy")] public SoftDeletePolicy SoftDeletePolicy { get; set; } + /// + /// + [JsonProperty(PropertyName = "properties.sharingStatus")] + public SharingStatus SharingStatus { get; private set; } + /// /// Validate the object. /// diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryExpandParams.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryExpandParams.cs new file mode 100644 index 0000000000000..4ac1f1ff5567c --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryExpandParams.cs @@ -0,0 +1,21 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Compute.Models +{ + + /// + /// Defines values for GalleryExpandParams. + /// + public static class GalleryExpandParams + { + public const string SharingProfileGroups = "SharingProfile/Groups"; + } +} diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryUpdate.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryUpdate.cs index 2e4d3f1ec9962..cc76a8e5b1701 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryUpdate.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryUpdate.cs @@ -43,7 +43,7 @@ public GalleryUpdate() /// Gallery resource. This property is updatable. /// The current state of the /// gallery. - public GalleryUpdate(string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string description = default(string), GalleryIdentifier identifier = default(GalleryIdentifier), string provisioningState = default(string), SharingProfile sharingProfile = default(SharingProfile), SoftDeletePolicy softDeletePolicy = default(SoftDeletePolicy)) + public GalleryUpdate(string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string description = default(string), GalleryIdentifier identifier = default(GalleryIdentifier), string provisioningState = default(string), SharingProfile sharingProfile = default(SharingProfile), SoftDeletePolicy softDeletePolicy = default(SoftDeletePolicy), SharingStatus sharingStatus = default(SharingStatus)) : base(id, name, type, tags) { Description = description; @@ -51,6 +51,7 @@ public GalleryUpdate() ProvisioningState = provisioningState; SharingProfile = sharingProfile; SoftDeletePolicy = softDeletePolicy; + SharingStatus = sharingStatus; CustomInit(); } @@ -92,5 +93,10 @@ public GalleryUpdate() [JsonProperty(PropertyName = "properties.softDeletePolicy")] public SoftDeletePolicy SoftDeletePolicy { get; set; } + /// + /// + [JsonProperty(PropertyName = "properties.sharingStatus")] + public SharingStatus SharingStatus { get; private set; } + } } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/OSDiskImageEncryption.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/OSDiskImageEncryption.cs index f3a17cb418836..0f25b4a2d4da7 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/OSDiskImageEncryption.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/OSDiskImageEncryption.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.Compute.Models { + using Newtonsoft.Json; using System.Linq; /// @@ -30,9 +31,12 @@ public OSDiskImageEncryption() /// /// A relative URI containing the /// resource ID of the disk encryption set. - public OSDiskImageEncryption(string diskEncryptionSetId = default(string)) + /// This property specifies the security + /// profile of an OS disk image. + public OSDiskImageEncryption(string diskEncryptionSetId = default(string), OSDiskImageSecurityProfile securityProfile = default(OSDiskImageSecurityProfile)) : base(diskEncryptionSetId) { + SecurityProfile = securityProfile; CustomInit(); } @@ -41,5 +45,12 @@ public OSDiskImageEncryption() /// partial void CustomInit(); + /// + /// Gets or sets this property specifies the security profile of an OS + /// disk image. + /// + [JsonProperty(PropertyName = "securityProfile")] + public OSDiskImageSecurityProfile SecurityProfile { get; set; } + } } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/OSDiskImageSecurityProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/OSDiskImageSecurityProfile.cs new file mode 100644 index 0000000000000..521e57378c89c --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/OSDiskImageSecurityProfile.cs @@ -0,0 +1,64 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Compute.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Contains security profile for an OS disk image. + /// + public partial class OSDiskImageSecurityProfile + { + /// + /// Initializes a new instance of the OSDiskImageSecurityProfile class. + /// + public OSDiskImageSecurityProfile() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the OSDiskImageSecurityProfile class. + /// + /// all types of security profile. Possible values + /// include: 'EncryptedVMGuestStateOnlyWithPmk', 'EncryptedWithPmk', + /// 'EncryptedWithCmk' + /// secure VM disk encryption + /// set id + public OSDiskImageSecurityProfile(SecurityProfileType? type = default(SecurityProfileType?), string secureVMdiskEncryptionSetId = default(string)) + { + Type = type; + SecureVMdiskEncryptionSetId = secureVMdiskEncryptionSetId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets all types of security profile. Possible values + /// include: 'EncryptedVMGuestStateOnlyWithPmk', 'EncryptedWithPmk', + /// 'EncryptedWithCmk' + /// + [JsonProperty(PropertyName = "type")] + public SecurityProfileType? Type { get; set; } + + /// + /// Gets or sets secure VM disk encryption set id + /// + [JsonProperty(PropertyName = "secureVMdiskEncryptionSetId")] + public string SecureVMdiskEncryptionSetId { get; set; } + + } +} diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RegionalSharingStatus.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RegionalSharingStatus.cs new file mode 100644 index 0000000000000..327b54618d952 --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RegionalSharingStatus.cs @@ -0,0 +1,71 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Compute.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Gallery regional sharing status + /// + public partial class RegionalSharingStatus + { + /// + /// Initializes a new instance of the RegionalSharingStatus class. + /// + public RegionalSharingStatus() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the RegionalSharingStatus class. + /// + /// Region name + /// Gallery sharing state in current region. + /// Possible values include: 'Succeeded', 'InProgress', 'Failed', + /// 'Unknown' + /// Details of gallery regional sharing + /// failure. + public RegionalSharingStatus(string region = default(string), string state = default(string), string details = default(string)) + { + Region = region; + State = state; + Details = details; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets region name + /// + [JsonProperty(PropertyName = "region")] + public string Region { get; set; } + + /// + /// Gets or sets gallery sharing state in current region. Possible + /// values include: 'Succeeded', 'InProgress', 'Failed', 'Unknown' + /// + [JsonProperty(PropertyName = "state")] + public string State { get; set; } + + /// + /// Gets or sets details of gallery regional sharing failure. + /// + [JsonProperty(PropertyName = "details")] + public string Details { get; set; } + + } +} diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityProfileType.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityProfileType.cs new file mode 100644 index 0000000000000..9fedf09b034df --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SecurityProfileType.cs @@ -0,0 +1,66 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Compute.Models +{ + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime; + using System.Runtime.Serialization; + + /// + /// Defines values for SecurityProfileType. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum SecurityProfileType + { + [EnumMember(Value = "EncryptedVMGuestStateOnlyWithPmk")] + EncryptedVMGuestStateOnlyWithPmk, + [EnumMember(Value = "EncryptedWithPmk")] + EncryptedWithPmk, + [EnumMember(Value = "EncryptedWithCmk")] + EncryptedWithCmk + } + internal static class SecurityProfileTypeEnumExtension + { + internal static string ToSerializedValue(this SecurityProfileType? value) + { + return value == null ? null : ((SecurityProfileType)value).ToSerializedValue(); + } + + internal static string ToSerializedValue(this SecurityProfileType value) + { + switch( value ) + { + case SecurityProfileType.EncryptedVMGuestStateOnlyWithPmk: + return "EncryptedVMGuestStateOnlyWithPmk"; + case SecurityProfileType.EncryptedWithPmk: + return "EncryptedWithPmk"; + case SecurityProfileType.EncryptedWithCmk: + return "EncryptedWithCmk"; + } + return null; + } + + internal static SecurityProfileType? ParseSecurityProfileType(this string value) + { + switch( value ) + { + case "EncryptedVMGuestStateOnlyWithPmk": + return SecurityProfileType.EncryptedVMGuestStateOnlyWithPmk; + case "EncryptedWithPmk": + return SecurityProfileType.EncryptedWithPmk; + case "EncryptedWithCmk": + return SecurityProfileType.EncryptedWithCmk; + } + return null; + } + } +} diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingProfile.cs index 772a9e641f95d..8ce538b2c6ea4 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingProfile.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingProfile.cs @@ -36,10 +36,13 @@ public SharingProfile() /// are: <br><br> **Private** <br><br> /// **Groups**. Possible values include: 'Private', 'Groups' /// A list of sharing profile groups. - public SharingProfile(string permissions = default(string), IList groups = default(IList)) + /// Information of community gallery + /// if current gallery is shared to community. + public SharingProfile(string permissions = default(string), IList groups = default(IList), object communityGalleryInfo = default(object)) { Permissions = permissions; Groups = groups; + CommunityGalleryInfo = communityGalleryInfo; CustomInit(); } @@ -64,5 +67,12 @@ public SharingProfile() [JsonProperty(PropertyName = "groups")] public IList Groups { get; private set; } + /// + /// Gets or sets information of community gallery if current gallery is + /// shared to community. + /// + [JsonProperty(PropertyName = "communityGalleryInfo")] + public object CommunityGalleryInfo { get; set; } + } } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingProfileGroup.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingProfileGroup.cs index 7a8e4df6262c4..4e23b163f9291 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingProfileGroup.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingProfileGroup.cs @@ -34,8 +34,8 @@ public SharingProfileGroup() /// This property allows you to specify the type of /// sharing group. <br><br> Possible values are: /// <br><br> **Subscriptions** <br><br> - /// **AADTenants**. Possible values include: 'Subscriptions', - /// 'AADTenants' + /// **AADTenants** <br><br> **Community**. Possible values + /// include: 'Subscriptions', 'AADTenants', 'Community' /// A list of subscription/tenant ids the gallery is /// aimed to be shared to. public SharingProfileGroup(string type = default(string), IList ids = default(IList)) @@ -54,8 +54,9 @@ public SharingProfileGroup() /// Gets or sets this property allows you to specify the type of /// sharing group. &lt;br&gt;&lt;br&gt; Possible values /// are: &lt;br&gt;&lt;br&gt; **Subscriptions** - /// &lt;br&gt;&lt;br&gt; **AADTenants**. Possible - /// values include: 'Subscriptions', 'AADTenants' + /// &lt;br&gt;&lt;br&gt; **AADTenants** + /// &lt;br&gt;&lt;br&gt; **Community**. Possible values + /// include: 'Subscriptions', 'AADTenants', 'Community' /// [JsonProperty(PropertyName = "type")] public string Type { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingProfileGroupTypes.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingProfileGroupTypes.cs index 1f1724bed836d..a9bb49a168384 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingProfileGroupTypes.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingProfileGroupTypes.cs @@ -18,5 +18,6 @@ public static class SharingProfileGroupTypes { public const string Subscriptions = "Subscriptions"; public const string AADTenants = "AADTenants"; + public const string Community = "Community"; } } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingStatus.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingStatus.cs new file mode 100644 index 0000000000000..b3c80c0b425d4 --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingStatus.cs @@ -0,0 +1,65 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Compute.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Sharing status of current gallery. + /// + public partial class SharingStatus + { + /// + /// Initializes a new instance of the SharingStatus class. + /// + public SharingStatus() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the SharingStatus class. + /// + /// Aggregated sharing state of current + /// gallery. Possible values include: 'Succeeded', 'InProgress', + /// 'Failed', 'Unknown' + /// Summary of all regional sharing + /// status. + public SharingStatus(string aggregatedState = default(string), IList summary = default(IList)) + { + AggregatedState = aggregatedState; + Summary = summary; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets aggregated sharing state of current gallery. Possible + /// values include: 'Succeeded', 'InProgress', 'Failed', 'Unknown' + /// + [JsonProperty(PropertyName = "aggregatedState")] + public string AggregatedState { get; set; } + + /// + /// Gets or sets summary of all regional sharing status. + /// + [JsonProperty(PropertyName = "summary")] + public IList Summary { get; set; } + + } +} diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingUpdate.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingUpdate.cs index a51aa0ad30dc7..e0c8b03447c88 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingUpdate.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingUpdate.cs @@ -37,7 +37,8 @@ public SharingUpdate() /// operation type of gallery sharing update. <br><br> /// Possible values are: <br><br> **Add** /// <br><br> **Remove** <br><br> **Reset**. - /// Possible values include: 'Add', 'Remove', 'Reset' + /// Possible values include: 'Add', 'Remove', 'Reset', + /// 'EnableCommunity' /// A list of sharing profile groups. public SharingUpdate(string operationType, IList groups = default(IList)) { @@ -57,7 +58,7 @@ public SharingUpdate() /// Possible values are: &lt;br&gt;&lt;br&gt; **Add** /// &lt;br&gt;&lt;br&gt; **Remove** /// &lt;br&gt;&lt;br&gt; **Reset**. Possible values - /// include: 'Add', 'Remove', 'Reset' + /// include: 'Add', 'Remove', 'Reset', 'EnableCommunity' /// [JsonProperty(PropertyName = "operationType")] public string OperationType { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingUpdateOperationTypes.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingUpdateOperationTypes.cs index 821acf46873ff..a778c2867b583 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingUpdateOperationTypes.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingUpdateOperationTypes.cs @@ -19,5 +19,6 @@ public static class SharingUpdateOperationTypes public const string Add = "Add"; public const string Remove = "Remove"; public const string Reset = "Reset"; + public const string EnableCommunity = "EnableCommunity"; } } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/GalleryTests.cs b/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/GalleryTests.cs index d452f413b6449..dcce4e54c384a 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/GalleryTests.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/GalleryTests.cs @@ -19,6 +19,7 @@ using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Storage.Auth; using Microsoft.WindowsAzure.Storage.Blob; +using Newtonsoft.Json; using Xunit; namespace Compute.Tests @@ -348,70 +349,140 @@ public void GalleryApplicationVersion_CRUD_Tests() [Fact] - public void Gallery_WithSharingProfile_CRUD_Tests() + public void Gallery_SharingToSubscriptionAndTenant_CRUD_Tests() { using (MockContext context = MockContext.Start(this.GetType())) { EnsureClientsInitialized(context); string rgName = ComputeManagementTestUtilities.GenerateName(ResourceGroupPrefix); - m_ResourcesClient.ResourceGroups.CreateOrUpdate(rgName, new ResourceGroup { Location = galleryHomeLocation }); - Trace.TraceInformation("Created the resource group: " + rgName); + try + { + m_ResourcesClient.ResourceGroups.CreateOrUpdate(rgName, new ResourceGroup { Location = galleryHomeLocation }); + Trace.TraceInformation("Created the resource group: " + rgName); - string galleryName = ComputeManagementTestUtilities.GenerateName(GalleryNamePrefix); - Gallery galleryIn = GetTestInputSharedGallery(); - m_CrpClient.Galleries.CreateOrUpdate(rgName, galleryName, galleryIn); - Trace.TraceInformation(string.Format("Created the shared gallery: {0} in resource group: {1} with sharing profile permission: {2}", - galleryName, rgName, galleryIn.SharingProfile.Permissions)); + string galleryName = ComputeManagementTestUtilities.GenerateName(GalleryNamePrefix); + Gallery galleryIn = GetTestInputSharedGallery(); + m_CrpClient.Galleries.CreateOrUpdate(rgName, galleryName, galleryIn); + Trace.TraceInformation(string.Format("Created the shared gallery: {0} in resource group: {1} with sharing profile permission: {2}", + galleryName, rgName, galleryIn.SharingProfile.Permissions)); + + Gallery galleryOut = m_CrpClient.Galleries.Get(rgName, galleryName); + Trace.TraceInformation("Got the gallery."); + Assert.NotNull(galleryOut); + ValidateGallery(galleryIn, galleryOut); + Assert.Equal("Groups", galleryOut.SharingProfile.Permissions); + + Trace.TraceInformation("Update the sharing profile via post, add the sharing profile groups."); + string newTenantId = "583d66a9-0041-4999-8838-75baece101d5"; + SharingProfileGroup tenantGroups = new SharingProfileGroup() + { + Type = "AADTenants", + Ids = new List { newTenantId } - Gallery galleryOut = m_CrpClient.Galleries.Get(rgName, galleryName); - Trace.TraceInformation("Got the gallery."); - Assert.NotNull(galleryOut); - ValidateGallery(galleryIn, galleryOut); + }; - Trace.TraceInformation("Update the sharing profile via post, add the sharing profile groups."); - string newTenantId = "583d66a9-0041-4999-8838-75baece101d5"; - SharingProfileGroup tenantGroups = new SharingProfileGroup() - { - Type = "AADTenants", - Ids = new List { newTenantId } + string newSubId = "640c5810-13bf-4b82-b94d-f38c2565e3bc"; + SharingProfileGroup subGroups = new SharingProfileGroup() + { + Type = "Subscriptions", + Ids = new List { newSubId } - }; + }; + + List groups = new List { tenantGroups, subGroups }; + SharingUpdate sharingUpdate = new SharingUpdate() + { + OperationType = SharingUpdateOperationTypes.Add, + Groups = groups + }; - string newSubId = "640c5810-13bf-4b82-b94d-f38c2565e3bc"; - SharingProfileGroup subGroups = new SharingProfileGroup() + m_CrpClient.GallerySharingProfile.Update(rgName, galleryName, sharingUpdate); + + Gallery galleryOutWithSharingProfile = m_CrpClient.Galleries.Get(rgName, galleryName, SelectPermissions.Permissions); + Trace.TraceInformation("Got the gallery"); + Assert.NotNull(galleryOutWithSharingProfile); + + ValidateSharingProfile(galleryIn, galleryOutWithSharingProfile, groups); + + Trace.TraceInformation("Reset this gallery to private before deleting it."); + SharingUpdate resetPrivateUpdate = new SharingUpdate() + { + OperationType = SharingUpdateOperationTypes.Reset, + Groups = null + }; + + m_CrpClient.GallerySharingProfile.Update(rgName, galleryName, resetPrivateUpdate); + + Trace.TraceInformation("Deleting this gallery."); + m_CrpClient.Galleries.Delete(rgName, galleryName); + } + finally { - Type = "Subscriptions", - Ids = new List { newSubId } + m_ResourcesClient.ResourceGroups.Delete(rgName); + } - }; + // resource groups cleanup is taken cared by MockContext.Dispose() method. + } + } + + [Fact] + public void Gallery_SharingToCommunity_CRUD_Tests() + { + using (MockContext context = MockContext.Start(this.GetType())) + { + EnsureClientsInitialized(context); + string rgName = ComputeManagementTestUtilities.GenerateName(ResourceGroupPrefix); - List groups = new List { tenantGroups, subGroups }; - SharingUpdate sharingUpdate = new SharingUpdate() + try { - OperationType = SharingUpdateOperationTypes.Add, - Groups = groups - }; + m_ResourcesClient.ResourceGroups.CreateOrUpdate(rgName, new ResourceGroup { Location = galleryHomeLocation }); + Trace.TraceInformation("Created the resource group: " + rgName); + + string galleryName = ComputeManagementTestUtilities.GenerateName(GalleryNamePrefix); + Gallery galleryIn = GetTestInputCommunityGallery(); + m_CrpClient.Galleries.CreateOrUpdate(rgName, galleryName, galleryIn); + Trace.TraceInformation(string.Format("Created the community gallery: {0} in resource group: {1} with sharing profile permission: {2}", + galleryName, rgName, galleryIn.SharingProfile.Permissions)); + + Gallery galleryOut = m_CrpClient.Galleries.Get(rgName, galleryName); + Trace.TraceInformation("Got the gallery."); + Assert.NotNull(galleryOut); + ValidateGallery(galleryIn, galleryOut); + Assert.NotNull(galleryOut.SharingProfile); + Assert.NotNull(galleryOut.SharingProfile.CommunityGalleryInfo); + Assert.Equal("Community", galleryOut.SharingProfile.Permissions); + + Trace.TraceInformation("Enable sharing to the public via post"); + + SharingUpdate sharingUpdate = new SharingUpdate() + { + OperationType = SharingUpdateOperationTypes.EnableCommunity + }; - m_CrpClient.GallerySharingProfile.Update(rgName, galleryName,sharingUpdate); + m_CrpClient.GallerySharingProfile.Update(rgName, galleryName, sharingUpdate); - Gallery galleryOutWithSharingProfile = m_CrpClient.Galleries.Get(rgName, galleryName, SelectPermissions.Permissions); - Trace.TraceInformation("Got the gallery"); - Assert.NotNull(galleryOut); + Gallery galleryOutWithSharingProfile = m_CrpClient.Galleries.Get(rgName, galleryName, SelectPermissions.Permissions); + Trace.TraceInformation("Got the gallery"); + Assert.NotNull(galleryOutWithSharingProfile); + CommunityGalleryInfo communityGalleryInfo = JsonConvert.DeserializeObject(galleryOutWithSharingProfile.SharingProfile.CommunityGalleryInfo.ToString()); + Assert.True(communityGalleryInfo.CommunityGalleryEnabled); - ValidateSharingProfile(galleryIn, galleryOutWithSharingProfile, groups); + Trace.TraceInformation("Reset this gallery to private before deleting it."); + SharingUpdate resetPrivateUpdate = new SharingUpdate() + { + OperationType = SharingUpdateOperationTypes.Reset + }; - Trace.TraceInformation("Reset this gallery to private before deleting it."); - SharingUpdate resetPrivateUpdate = new SharingUpdate() - { - OperationType = SharingUpdateOperationTypes.Reset, - Groups = null - }; + m_CrpClient.GallerySharingProfile.Update(rgName, galleryName, resetPrivateUpdate); - m_CrpClient.GallerySharingProfile.Update(rgName, galleryName, resetPrivateUpdate); - - Trace.TraceInformation("Deleting this gallery."); - m_CrpClient.Galleries.Delete(rgName, galleryName); + Trace.TraceInformation("Deleting this gallery."); + m_CrpClient.Galleries.Delete(rgName, galleryName); + } + finally + { + m_ResourcesClient.ResourceGroups.Delete(rgName); + } // resource groups cleanup is taken cared by MockContext.Dispose() method. } } @@ -548,6 +619,26 @@ private Gallery GetTestInputSharedGallery() }; } + private Gallery GetTestInputCommunityGallery() + { + return new Gallery + { + Location = galleryHomeLocation, + Description = "This is a sample gallery description", + SharingProfile = new SharingProfile + { + Permissions = "Community", + CommunityGalleryInfo = new CommunityGalleryInfo() + { + PublicNamePrefix = "PsTestCg", + Eula = "PsEual", + PublisherUri = "PsTestUri", + PublisherContact = "SIG@microsoft.com" + } + } + }; + } + private GalleryImage GetTestInputGalleryImage() { return new GalleryImage diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryApplicationVersion_CRUD_Tests.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryApplicationVersion_CRUD_Tests.json index cfd8afa79c402..8807dbf7e77bd 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryApplicationVersion_CRUD_Tests.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryApplicationVersion_CRUD_Tests.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/galleryPsTestRg5735?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3MzU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourcegroups/galleryPsTestRg3393?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMzOTM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"galleryPsTestRg5735\": \"2021-12-29 20:58:40Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"galleryPsTestRg3393\": \"2022-01-21 03:35:59Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c3ecd93c-6b9c-472e-9811-b5f0ccb18a34" + "142e3e6e-111a-4756-91da-8779620f13d7" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -39,13 +39,13 @@ "1199" ], "x-ms-request-id": [ - "75acb987-8a7c-4f9a-95f9-fa8e5158b011" + "480a3243-988a-4bb8-b645-fedd2a8ef299" ], "x-ms-correlation-request-id": [ - "75acb987-8a7c-4f9a-95f9-fa8e5158b011" + "480a3243-988a-4bb8-b645-fedd2a8ef299" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T205844Z:75acb987-8a7c-4f9a-95f9-fa8e5158b011" + "WESTUS:20220121T033603Z:480a3243-988a-4bb8-b645-fedd2a8ef299" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -53,6 +53,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:36:02 GMT" + ], "Content-Length": [ "252" ], @@ -63,25 +66,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735\",\r\n \"name\": \"galleryPsTestRg5735\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"galleryPsTestRg5735\": \"2021-12-29 20:58:40Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393\",\r\n \"name\": \"galleryPsTestRg3393\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"galleryPsTestRg3393\": \"2022-01-21 03:35:59Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Storage/storageAccounts/saforgallery8015?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYWZvcmdhbGxlcnk4MDE1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Storage/storageAccounts/saforgallery5388?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMzOTMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYWZvcmdhbGxlcnk1Mzg4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "60bb8317-d273-4878-aa47-dedbcbb11a17" + "5c69fb23-a150-4081-9bf2-333ade3b7b6d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -102,7 +105,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/4d0f1e0e-32c8-4ce7-94b2-1517fb15641a?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/2c016040-9088-4f52-9961-be2ebccafd1b?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" @@ -111,7 +114,7 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "4d0f1e0e-32c8-4ce7-94b2-1517fb15641a" + "2c016040-9088-4f52-9961-be2ebccafd1b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -120,16 +123,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "038246df-926e-467b-9d74-1741ea5c3e17" + "3833e263-47f4-4f6a-a6a8-143ba2338987" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T205856Z:038246df-926e-467b-9d74-1741ea5c3e17" + "WESTUS:20220121T033614Z:3833e263-47f4-4f6a-a6a8-143ba2338987" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 03:36:14 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -142,15 +145,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/4d0f1e0e-32c8-4ce7-94b2-1517fb15641a?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNGQwZjFlMGUtMzJjOC00Y2U3LTk0YjItMTUxN2ZiMTU2NDFhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/2c016040-9088-4f52-9961-be2ebccafd1b?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMmMwMTYwNDAtOTA4OC00ZjUyLTk5NjEtYmUyZWJjY2FmZDFiP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -165,7 +168,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/4d0f1e0e-32c8-4ce7-94b2-1517fb15641a?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/2c016040-9088-4f52-9961-be2ebccafd1b?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "3" @@ -174,7 +177,7 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "bdd993b7-7411-4281-a123-deb89004cd52" + "213aa699-82bd-4bd0-bba9-dab9a234295a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -183,16 +186,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "bba1ef65-371e-4bd4-8ac4-723c355ceabc" + "a98a4af2-fe6c-46cd-89c9-8711866bf0a7" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T205914Z:bba1ef65-371e-4bd4-8ac4-723c355ceabc" + "WESTUS:20220121T033631Z:a98a4af2-fe6c-46cd-89c9-8711866bf0a7" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 03:36:31 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -205,15 +208,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/4d0f1e0e-32c8-4ce7-94b2-1517fb15641a?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNGQwZjFlMGUtMzJjOC00Y2U3LTk0YjItMTUxN2ZiMTU2NDFhP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/2c016040-9088-4f52-9961-be2ebccafd1b?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMmMwMTYwNDAtOTA4OC00ZjUyLTk5NjEtYmUyZWJjY2FmZDFiP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -231,7 +234,7 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "dc789d19-da6a-4b7c-97f4-1be36218c6a9" + "48486fe4-e77e-4bf9-87a9-98304c7ec74f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -240,14 +243,17 @@ "11998" ], "x-ms-correlation-request-id": [ - "050531c0-6575-4290-887c-611aac02a8d0" + "3010586e-5c3f-4ace-9a78-f89d4cee2bdd" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T205917Z:050531c0-6575-4290-887c-611aac02a8d0" + "WESTUS:20220121T033634Z:3010586e-5c3f-4ace-9a78-f89d4cee2bdd" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:36:34 GMT" + ], "Content-Length": [ "95" ], @@ -262,21 +268,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMzOTMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4c5a727a-5812-493e-9dfd-b32c042007e8" + "c932a6b2-1922-4f93-8c21-8640647505bb" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -294,7 +300,7 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "4bf25fdd-9a7a-42d3-9f7a-5dbd8cf213b4" + "0375e1b0-3042-486e-b3ff-29c4b031f71f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -303,14 +309,17 @@ "11997" ], "x-ms-correlation-request-id": [ - "b43da793-f750-42df-b529-64ef8af50c01" + "fe1698e9-2045-42f0-a824-fdae2544572c" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T205927Z:b43da793-f750-42df-b529-64ef8af50c01" + "WESTUS:20220121T033645Z:fe1698e9-2045-42f0-a824-fdae2544572c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:36:44 GMT" + ], "Content-Length": [ "776" ], @@ -321,25 +330,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Storage/storageAccounts/saforgallery8015\",\r\n \"name\": \"saforgallery8015\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-12-29T20:58:53.1701401Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saforgallery8015.blob.core.windows.net/\",\r\n \"queue\": \"https://saforgallery8015.queue.core.windows.net/\",\r\n \"table\": \"https://saforgallery8015.table.core.windows.net/\",\r\n \"file\": \"https://saforgallery8015.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Storage/storageAccounts/saforgallery5388\",\r\n \"name\": \"saforgallery5388\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-21T03:36:10.712989Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saforgallery5388.blob.core.windows.net/\",\r\n \"queue\": \"https://saforgallery5388.queue.core.windows.net/\",\r\n \"table\": \"https://saforgallery5388.table.core.windows.net/\",\r\n \"file\": \"https://saforgallery5388.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Storage/storageAccounts/saforgallery8015?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYWZvcmdhbGxlcnk4MDE1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Storage/storageAccounts/saforgallery5388?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMzOTMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYWZvcmdhbGxlcnk1Mzg4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "de24e31f-5a48-4734-8bdc-20389cbdc949" + "e5eede8f-1436-4b4a-bb23-f7b19a9be423" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -357,7 +366,7 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5414fd1b-6f2d-44d1-838a-2ea774891922" + "127bb78b-d47d-4da7-a38b-c449da1c94d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -366,14 +375,17 @@ "11996" ], "x-ms-correlation-request-id": [ - "d0c7af3b-3cd7-4b9e-adab-8a93ef47770f" + "f3038d78-f101-4051-9a79-49e4959d583f" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T205928Z:d0c7af3b-3cd7-4b9e-adab-8a93ef47770f" + "WESTUS:20220121T033645Z:f3038d78-f101-4051-9a79-49e4959d583f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:36:44 GMT" + ], "Content-Length": [ "764" ], @@ -384,25 +396,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Storage/storageAccounts/saforgallery8015\",\r\n \"name\": \"saforgallery8015\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-12-29T20:58:53.1701401Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saforgallery8015.blob.core.windows.net/\",\r\n \"queue\": \"https://saforgallery8015.queue.core.windows.net/\",\r\n \"table\": \"https://saforgallery8015.table.core.windows.net/\",\r\n \"file\": \"https://saforgallery8015.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Storage/storageAccounts/saforgallery5388\",\r\n \"name\": \"saforgallery5388\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-21T03:36:10.712989Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saforgallery5388.blob.core.windows.net/\",\r\n \"queue\": \"https://saforgallery5388.queue.core.windows.net/\",\r\n \"table\": \"https://saforgallery5388.table.core.windows.net/\",\r\n \"file\": \"https://saforgallery5388.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Storage/storageAccounts/saforgallery8015/listKeys?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYWZvcmdhbGxlcnk4MDE1L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Storage/storageAccounts/saforgallery5388/listKeys?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMzOTMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYWZvcmdhbGxlcnk1Mzg4L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "84afee15-e604-4911-9dff-67aef4d610b0" + "7f2135d4-c532-4ae0-80b9-8c4d2e7d3111" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -420,7 +432,7 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e6bdb1d7-55ba-4504-8803-46324ed810a1" + "6573b11e-07dd-42ab-ab2f-5eb825011599" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -429,14 +441,17 @@ "11999" ], "x-ms-correlation-request-id": [ - "a792df78-51d2-4002-8db5-52cc1a511b46" + "6687dd90-f356-49c0-8dbc-c9f3f842ac6d" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T205928Z:a792df78-51d2-4002-8db5-52cc1a511b46" + "WESTUS:20220121T033645Z:6687dd90-f356-49c0-8dbc-c9f3f842ac6d" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:36:45 GMT" + ], "Content-Length": [ "197" ], @@ -447,25 +462,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"key1\": \"Jx6007yfX9R1BG1dN4vxJ1SYMwxzoPQTEBNjcURk9FZ5Zk9/ViiZGk8Gfqmtv3ANlxJyF7P15liii1unZ0xFaw==\",\r\n \"key2\": \"4ev3dIei+kFRntaajNNgrnIts28r+hKOKYvStYZmS3T5ngfdpZvCwACpbnqodn9BGJjJfk1lZvVnxBEsHAUFyQ==\"\r\n}", + "ResponseBody": "{\r\n \"key1\": \"Go1sR6u2F3qvpfC5USV2nVh9GSpKjg9Sbil84Ix685agBqk7pRT5xMY6/8nbbywGMBL3l+uHFkt7ZHeICUqoLQ==\",\r\n \"key2\": \"ULp0ziFaFkW1dub6BJYkP8ym1Gvo3WTxIyjmgBoCCxT6qGLqWWlOiRhHbGP2D19/L49J014AV19jBsMf/4eeig==\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTExMzg/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMzOTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1Nzk/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\"\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "aab406c3-7af2-43e0-820b-40bb34a9359f" + "22840c66-129b-412f-ac7e-3dc28b2512ae" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ @@ -490,7 +505,7 @@ "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/35e12549-04a2-4ffd-b292-e49e01c9b012?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/99b8ec14-e5c3-46a7-a209-570d44ded7e9?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/CreateUpdateGallery3Min;49,Microsoft.Compute/CreateUpdateGallery30Min;298" @@ -499,23 +514,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "35e12549-04a2-4ffd-b292-e49e01c9b012" + "99b8ec14-e5c3-46a7-a209-570d44ded7e9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "5453542e-4e8d-48c6-a99d-16f43f9a1d4e" + "b151c6b2-e21e-44f0-90fd-88f037cefd53" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T205939Z:5453542e-4e8d-48c6-a99d-16f43f9a1d4e" + "WESTCENTRALUS:20220121T033657Z:b151c6b2-e21e-44f0-90fd-88f037cefd53" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:36:56 GMT" + ], "Content-Length": [ "514" ], @@ -526,19 +548,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery1138\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY1138\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery3579\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY3579\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/35e12549-04a2-4ffd-b292-e49e01c9b012?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8zNWUxMjU0OS0wNGEyLTRmZmQtYjI5Mi1lNDllMDFjOWIwMTI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/99b8ec14-e5c3-46a7-a209-570d44ded7e9?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy85OWI4ZWMxNC1lNWMzLTQ2YTctYTIwOS01NzBkNDRkZWQ3ZTk/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -563,23 +585,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "1b537454-3581-46c9-8d7d-b92e1c881c45" + "a55e5cb4-e55e-423a-8f69-50898118e703" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "9b92d43d-3d94-4aa9-89c1-b4d329584df4" + "281387cf-3818-4d67-a3ca-843572af4877" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210009Z:9b92d43d-3d94-4aa9-89c1-b4d329584df4" + "WESTCENTRALUS:20220121T033727Z:281387cf-3818-4d67-a3ca-843572af4877" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:37:27 GMT" + ], "Content-Length": [ "184" ], @@ -590,19 +619,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-29T20:59:37.8140357+00:00\",\r\n \"endTime\": \"2021-12-29T20:59:38.7514932+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"35e12549-04a2-4ffd-b292-e49e01c9b012\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:36:56.0353178-08:00\",\r\n \"endTime\": \"2022-01-20T19:36:57.0197032-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"99b8ec14-e5c3-46a7-a209-570d44ded7e9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTExMzg/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMzOTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1Nzk/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -627,23 +656,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "48c4f9b1-450a-48ca-a8ec-532e7423998f" + "3df9243d-01c4-4f6a-a8bf-3824bfc1537f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "924d3e07-88a7-43b4-8275-a1127e6564d9" + "533f7949-c0cb-4b52-a366-868ddee1e876" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210009Z:924d3e07-88a7-43b4-8275-a1127e6564d9" + "WESTCENTRALUS:20220121T033728Z:533f7949-c0cb-4b52-a366-868ddee1e876" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:37:27 GMT" + ], "Content-Length": [ "515" ], @@ -654,25 +690,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery1138\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY1138\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery3579\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY3579\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138/applications/galleryPsTestGalleryApplication8729?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTExMzgvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb244NzI5P2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579/applications/galleryPsTestGalleryApplication2084?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMzOTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1NzkvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb24yMDg0P2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This is the gallery application description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\",\r\n \"supportedOSType\": \"Windows\"\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8af1fd73-80d2-44d8-9c46-26c92cfd1d25" + "af8a1d91-f0d1-4543-9b37-abaa3db35fb1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ @@ -703,23 +739,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "70da7213-6c66-4b2c-8994-5b59af8afe2f" + "86ddbb1d-dc45-456d-b04a-018ec98af9c6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "0be28426-b69c-477b-b556-a09e25f61a69" + "d6d20c29-e523-4c2e-b281-e7bcf1827b37" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210014Z:0be28426-b69c-477b-b556-a09e25f61a69" + "WESTCENTRALUS:20220121T033731Z:d6d20c29-e523-4c2e-b281-e7bcf1827b37" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:37:30 GMT" + ], "Content-Length": [ "634" ], @@ -730,19 +773,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication8729\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138/applications/galleryPsTestGalleryApplication8729\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"This is the gallery application description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication2084\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579/applications/galleryPsTestGalleryApplication2084\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"This is the gallery application description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138/applications/galleryPsTestGalleryApplication8729?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTExMzgvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb244NzI5P2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579/applications/galleryPsTestGalleryApplication2084?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMzOTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1NzkvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb24yMDg0P2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -761,29 +804,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGalleryApplication3Min;298,Microsoft.Compute/GetGalleryApplication30Min;1993" + "Microsoft.Compute/GetGalleryApplication3Min;298,Microsoft.Compute/GetGalleryApplication30Min;1997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "54bbb412-009a-4d96-a5a5-fb6de675879b" + "c3254535-1345-4f2d-aeb6-3ff1e5d9493b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "d7a7dea9-e135-42be-aed5-70c89748fea9" + "db8860ea-aa47-482b-9cb9-c6966576cb89" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210044Z:d7a7dea9-e135-42be-aed5-70c89748fea9" + "WESTCENTRALUS:20220121T033801Z:db8860ea-aa47-482b-9cb9-c6966576cb89" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:38:00 GMT" + ], "Content-Length": [ "634" ], @@ -794,25 +844,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication8729\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138/applications/galleryPsTestGalleryApplication8729\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"This is the gallery application description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication2084\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579/applications/galleryPsTestGalleryApplication2084\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"This is the gallery application description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138/applications/galleryPsTestGalleryApplication8729/versions/1.0.0?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTExMzgvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb244NzI5L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579/applications/galleryPsTestGalleryApplication2084/versions/1.0.0?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMzOTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1NzkvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb24yMDg0L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery8015.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=jHtSoCBOXh3xiN9JI6fyFFDca6ZdaFx0HpvMBsmO2oA%3D&st=2021-12-28T20%3A59%3A29Z&se=2021-12-31T20%3A59%3A29Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"SoutheastAsia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"endOfLifeDate\": \"2022-01-08T00:00:00Z\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery5388.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=nAJ5elv7fNJArKOERYyTOJ5Q50O7Gh6JTkJDTSnv7Z4%3D&st=2022-01-20T03%3A36%3A47Z&se=2022-01-23T03%3A36%3A47Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"SoutheastAsia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"endOfLifeDate\": \"2022-01-30T08:00:00Z\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8d8d87e0-3f3c-4b5f-98f4-2e1027aca889" + "4ecbdff2-d138-4431-9eca-267bc033520b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ @@ -837,7 +887,7 @@ "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/152e39e9-a75b-4c73-95b8-88605fa7f61d?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/a1a97b5c-5374-4311-b573-444678697892?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/CreateUpdateGalleryApplicationVersion3Min;149,Microsoft.Compute/CreateUpdateGalleryApplicationVersion30Min;747" @@ -846,25 +896,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "152e39e9-a75b-4c73-95b8-88605fa7f61d" + "a1a97b5c-5374-4311-b573-444678697892" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "027c735f-6bc0-432c-a803-7a9217674e5c" + "aa179e1c-d3c3-405a-8fb9-fad389aacfbc" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210047Z:027c735f-6bc0-432c-a803-7a9217674e5c" + "WESTCENTRALUS:20220121T033805Z:aa179e1c-d3c3-405a-8fb9-fad389aacfbc" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:38:04 GMT" + ], "Content-Length": [ - "1312" + "1311" ], "Content-Type": [ "application/json; charset=utf-8" @@ -873,25 +930,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138/applications/galleryPsTestGalleryApplication8729/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery8015.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=jHtSoCBOXh3xiN9JI6fyFFDca6ZdaFx0HpvMBsmO2oA%3D&st=2021-12-28T20%3A59%3A29Z&se=2021-12-31T20%3A59%3A29Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-12-29T21:00:46.3136068+00:00\",\r\n \"endOfLifeDate\": \"2022-01-08T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579/applications/galleryPsTestGalleryApplication2084/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery5388.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=nAJ5elv7fNJArKOERYyTOJ5Q50O7Gh6JTkJDTSnv7Z4%3D&st=2022-01-20T03%3A36%3A47Z&se=2022-01-23T03%3A36%3A47Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2022-01-20T19:38:03.988436-08:00\",\r\n \"endOfLifeDate\": \"2022-01-30T00:00:00-08:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138/applications/galleryPsTestGalleryApplication8729/versions/1.0.0?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTExMzgvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb244NzI5L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579/applications/galleryPsTestGalleryApplication2084/versions/1.0.0?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMzOTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1NzkvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb24yMDg0L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery8015.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=jHtSoCBOXh3xiN9JI6fyFFDca6ZdaFx0HpvMBsmO2oA%3D&st=2021-12-28T20%3A59%3A29Z&se=2021-12-31T20%3A59%3A29Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"SoutheastAsia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"endOfLifeDate\": \"2022-04-08T00:00:00Z\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery5388.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=nAJ5elv7fNJArKOERYyTOJ5Q50O7Gh6JTkJDTSnv7Z4%3D&st=2022-01-20T03%3A36%3A47Z&se=2022-01-23T03%3A36%3A47Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"SoutheastAsia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"endOfLifeDate\": \"2022-04-30T07:00:00Z\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "38d33af5-97f6-40bf-b9db-509f3f0ed3d5" + "9cf4a181-fea6-4d61-a74e-680f411bf2c2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ @@ -916,7 +973,7 @@ "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/2e5b9e41-2525-4555-9c9b-56596e32fe26?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/26e780e2-9633-4672-875f-126c531c8683?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/CreateUpdateGalleryApplicationVersion3Min;149,Microsoft.Compute/CreateUpdateGalleryApplicationVersion30Min;746" @@ -925,25 +982,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "2e5b9e41-2525-4555-9c9b-56596e32fe26" + "26e780e2-9633-4672-875f-126c531c8683" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-correlation-request-id": [ - "38e0e9cb-0862-49ca-bfc3-3c0e46193c82" + "db6d8bab-e812-4fd0-8f2b-e7e061417537" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210521Z:38e0e9cb-0862-49ca-bfc3-3c0e46193c82" + "WESTCENTRALUS:20220121T034239Z:db6d8bab-e812-4fd0-8f2b-e7e061417537" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:42:39 GMT" + ], "Content-Length": [ - "1312" + "1311" ], "Content-Type": [ "application/json; charset=utf-8" @@ -952,19 +1016,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138/applications/galleryPsTestGalleryApplication8729/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery8015.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=jHtSoCBOXh3xiN9JI6fyFFDca6ZdaFx0HpvMBsmO2oA%3D&st=2021-12-28T20%3A59%3A29Z&se=2021-12-31T20%3A59%3A29Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-12-29T21:00:46.3136068+00:00\",\r\n \"endOfLifeDate\": \"2022-04-08T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579/applications/galleryPsTestGalleryApplication2084/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery5388.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=nAJ5elv7fNJArKOERYyTOJ5Q50O7Gh6JTkJDTSnv7Z4%3D&st=2022-01-20T03%3A36%3A47Z&se=2022-01-23T03%3A36%3A47Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2022-01-20T19:38:03.988436-08:00\",\r\n \"endOfLifeDate\": \"2022-04-30T00:00:00-07:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/152e39e9-a75b-4c73-95b8-88605fa7f61d?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8xNTJlMzllOS1hNzViLTRjNzMtOTViOC04ODYwNWZhN2Y2MWQ/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/a1a97b5c-5374-4311-b573-444678697892?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9hMWE5N2I1Yy01Mzc0LTQzMTEtYjU3My00NDQ2Nzg2OTc4OTI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -989,25 +1053,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "1d5e2516-479f-4d96-b38e-32d971ee81ab" + "9a3edf1c-0ee3-4ba9-90bb-3029c6a7bc13" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-correlation-request-id": [ - "43c4583d-ca2d-4d4e-9b80-1310782638a6" + "5f95ca6e-7344-45b2-bc68-01a9c6abfb7e" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210117Z:43c4583d-ca2d-4d4e-9b80-1310782638a6" + "WESTCENTRALUS:20220121T033835Z:5f95ca6e-7344-45b2-bc68-01a9c6abfb7e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:38:35 GMT" + ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1016,19 +1087,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-29T21:00:46.3136068+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"152e39e9-a75b-4c73-95b8-88605fa7f61d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:38:03.988436-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a1a97b5c-5374-4311-b573-444678697892\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/152e39e9-a75b-4c73-95b8-88605fa7f61d?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8xNTJlMzllOS1hNzViLTRjNzMtOTViOC04ODYwNWZhN2Y2MWQ/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/a1a97b5c-5374-4311-b573-444678697892?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9hMWE5N2I1Yy01Mzc0LTQzMTEtYjU3My00NDQ2Nzg2OTc4OTI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1053,25 +1124,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "777e40e8-770a-4f18-8645-5f0a8e5b57f2" + "2f376d65-0814-427c-ab69-880cc237cbed" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-correlation-request-id": [ - "0ef01607-11b5-4962-a547-58ebe3c091eb" + "dc186477-c33b-45be-b9e7-77165b3aa88a" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210148Z:0ef01607-11b5-4962-a547-58ebe3c091eb" + "WESTCENTRALUS:20220121T033906Z:dc186477-c33b-45be-b9e7-77165b3aa88a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:39:06 GMT" + ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1080,19 +1158,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-29T21:00:46.3136068+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"152e39e9-a75b-4c73-95b8-88605fa7f61d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:38:03.988436-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a1a97b5c-5374-4311-b573-444678697892\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/152e39e9-a75b-4c73-95b8-88605fa7f61d?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8xNTJlMzllOS1hNzViLTRjNzMtOTViOC04ODYwNWZhN2Y2MWQ/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/a1a97b5c-5374-4311-b573-444678697892?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9hMWE5N2I1Yy01Mzc0LTQzMTEtYjU3My00NDQ2Nzg2OTc4OTI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1117,25 +1195,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "69eed1cf-c999-4545-a57b-f4caa7e793db" + "43a893ff-82e5-4e28-a6ab-181292d2f6e8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11991" ], "x-ms-correlation-request-id": [ - "aa254361-cb32-4982-8ffc-43839d45e1da" + "080c53f3-12c7-40ca-9b72-1eccdfd54c1f" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210218Z:aa254361-cb32-4982-8ffc-43839d45e1da" + "WESTCENTRALUS:20220121T033936Z:080c53f3-12c7-40ca-9b72-1eccdfd54c1f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:39:35 GMT" + ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1144,19 +1229,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-29T21:00:46.3136068+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"152e39e9-a75b-4c73-95b8-88605fa7f61d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:38:03.988436-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a1a97b5c-5374-4311-b573-444678697892\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/152e39e9-a75b-4c73-95b8-88605fa7f61d?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8xNTJlMzllOS1hNzViLTRjNzMtOTViOC04ODYwNWZhN2Y2MWQ/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/a1a97b5c-5374-4311-b573-444678697892?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9hMWE5N2I1Yy01Mzc0LTQzMTEtYjU3My00NDQ2Nzg2OTc4OTI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1175,31 +1260,38 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1188,Microsoft.Compute/GetOperationStatus30Min;4130" + "Microsoft.Compute/GetOperationStatus3Min;1189,Microsoft.Compute/GetOperationStatus30Min;4187" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "46ca811a-86ac-44c9-a463-8c2f1225eca8" + "385b288b-77cd-45f8-9614-3827f76ca0bf" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11989" ], "x-ms-correlation-request-id": [ - "0974f482-71b7-4d39-99ba-b203e4360b98" + "42bb0ddd-9d3b-46f8-b139-70bd3da62dc7" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210248Z:0974f482-71b7-4d39-99ba-b203e4360b98" + "WESTCENTRALUS:20220121T034006Z:42bb0ddd-9d3b-46f8-b139-70bd3da62dc7" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:40:06 GMT" + ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1208,19 +1300,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-29T21:00:46.3136068+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"152e39e9-a75b-4c73-95b8-88605fa7f61d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:38:03.988436-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a1a97b5c-5374-4311-b573-444678697892\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/152e39e9-a75b-4c73-95b8-88605fa7f61d?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8xNTJlMzllOS1hNzViLTRjNzMtOTViOC04ODYwNWZhN2Y2MWQ/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/a1a97b5c-5374-4311-b573-444678697892?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9hMWE5N2I1Yy01Mzc0LTQzMTEtYjU3My00NDQ2Nzg2OTc4OTI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1245,25 +1337,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "90f86ec6-0ee9-4aa7-9f85-8c2a8a1c9ccb" + "6e4854af-74db-44f5-b350-86519d00a316" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11988" ], "x-ms-correlation-request-id": [ - "6f477f42-d275-4fda-bc4f-dda2327e9320" + "151cafe3-1204-4b9b-a0b8-2f6ecab34cd5" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210318Z:6f477f42-d275-4fda-bc4f-dda2327e9320" + "WESTCENTRALUS:20220121T034036Z:151cafe3-1204-4b9b-a0b8-2f6ecab34cd5" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:40:35 GMT" + ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1272,19 +1371,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-29T21:00:46.3136068+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"152e39e9-a75b-4c73-95b8-88605fa7f61d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:38:03.988436-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a1a97b5c-5374-4311-b573-444678697892\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/152e39e9-a75b-4c73-95b8-88605fa7f61d?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8xNTJlMzllOS1hNzViLTRjNzMtOTViOC04ODYwNWZhN2Y2MWQ/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/a1a97b5c-5374-4311-b573-444678697892?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9hMWE5N2I1Yy01Mzc0LTQzMTEtYjU3My00NDQ2Nzg2OTc4OTI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1293,7 +1392,7 @@ "no-cache" ], "Date": [ - "Wed, 29 Dec 2021 21:03:48 GMT" + "Wed, 29 Dec 2021 21:04:49 GMT" ], "Pragma": [ "no-cache" @@ -1303,31 +1402,38 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4124" + "Microsoft.Compute/GetOperationStatus3Min;1184,Microsoft.Compute/GetOperationStatus30Min;4181" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "4076c1f4-965d-4248-b4a2-b95801e51515" + "8b4efe32-b56a-467a-a8a2-088e413b646e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11987" ], "x-ms-correlation-request-id": [ - "2031c008-0c70-4397-83e7-5a6fa21bdae7" + "3adb2b2f-e5ae-466c-a666-806275d4f4d4" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210349Z:2031c008-0c70-4397-83e7-5a6fa21bdae7" + "WESTCENTRALUS:20220121T034107Z:3adb2b2f-e5ae-466c-a666-806275d4f4d4" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:41:06 GMT" + ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1336,19 +1442,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-29T21:00:46.3136068+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"152e39e9-a75b-4c73-95b8-88605fa7f61d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:38:03.988436-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a1a97b5c-5374-4311-b573-444678697892\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/152e39e9-a75b-4c73-95b8-88605fa7f61d?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8xNTJlMzllOS1hNzViLTRjNzMtOTViOC04ODYwNWZhN2Y2MWQ/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/a1a97b5c-5374-4311-b573-444678697892?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9hMWE5N2I1Yy01Mzc0LTQzMTEtYjU3My00NDQ2Nzg2OTc4OTI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1356,42 +1462,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 29 Dec 2021 21:04:18 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1184,Microsoft.Compute/GetOperationStatus30Min;4122" + "Microsoft.Compute/GetOperationStatus3Min;1184,Microsoft.Compute/GetOperationStatus30Min;4178" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "7cc9d958-c94f-46d6-8826-6dcee7e3b412" + "c1f47bc1-7e1a-4699-b162-4cbffbbf464c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11986" ], "x-ms-correlation-request-id": [ - "773294ac-755f-48c0-abf6-d4915f1ea52f" + "85d0a53d-c387-4b99-b481-57c0ebdd33e2" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210419Z:773294ac-755f-48c0-abf6-d4915f1ea52f" + "WESTCENTRALUS:20220121T034137Z:85d0a53d-c387-4b99-b481-57c0ebdd33e2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:41:36 GMT" + ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1400,19 +1506,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-29T21:00:46.3136068+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"152e39e9-a75b-4c73-95b8-88605fa7f61d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:38:03.988436-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a1a97b5c-5374-4311-b573-444678697892\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/152e39e9-a75b-4c73-95b8-88605fa7f61d?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8xNTJlMzllOS1hNzViLTRjNzMtOTViOC04ODYwNWZhN2Y2MWQ/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/a1a97b5c-5374-4311-b573-444678697892?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9hMWE5N2I1Yy01Mzc0LTQzMTEtYjU3My00NDQ2Nzg2OTc4OTI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1420,42 +1526,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 29 Dec 2021 21:04:49 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1184,Microsoft.Compute/GetOperationStatus30Min;4119" + "Microsoft.Compute/GetOperationStatus3Min;1185,Microsoft.Compute/GetOperationStatus30Min;4176" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "37044b22-065a-464b-b5de-800e87271260" + "fe7c7bb1-29cd-4b89-863a-21dbe593aa12" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11985" ], "x-ms-correlation-request-id": [ - "5febbdcd-8cdc-4aba-acd2-babae548cded" + "ead6238b-3baa-427b-b773-8b1e2a4f91d6" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210449Z:5febbdcd-8cdc-4aba-acd2-babae548cded" + "WESTCENTRALUS:20220121T034207Z:ead6238b-3baa-427b-b773-8b1e2a4f91d6" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:42:07 GMT" + ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1464,19 +1570,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-29T21:00:46.3136068+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"152e39e9-a75b-4c73-95b8-88605fa7f61d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:38:03.988436-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"a1a97b5c-5374-4311-b573-444678697892\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/152e39e9-a75b-4c73-95b8-88605fa7f61d?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8xNTJlMzllOS1hNzViLTRjNzMtOTViOC04ODYwNWZhN2Y2MWQ/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/a1a97b5c-5374-4311-b573-444678697892?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9hMWE5N2I1Yy01Mzc0LTQzMTEtYjU3My00NDQ2Nzg2OTc4OTI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1484,42 +1590,42 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Wed, 29 Dec 2021 21:05:18 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1184,Microsoft.Compute/GetOperationStatus30Min;4118" + "Microsoft.Compute/GetOperationStatus3Min;1185,Microsoft.Compute/GetOperationStatus30Min;4173" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "66c451ab-a43b-465a-ab98-a7cce3591d2d" + "1382f47e-3a7a-4cab-b9ed-4746b20e3b9d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11984" ], "x-ms-correlation-request-id": [ - "b700bbf8-129b-4035-b34d-615c10a09266" + "efb51f43-b0ea-402c-ae61-6e25dc4a1acc" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210519Z:b700bbf8-129b-4035-b34d-615c10a09266" + "WESTCENTRALUS:20220121T034237Z:efb51f43-b0ea-402c-ae61-6e25dc4a1acc" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:42:37 GMT" + ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1528,19 +1634,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-29T21:00:46.3136068+00:00\",\r\n \"endTime\": \"2021-12-29T21:05:16.4837507+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"152e39e9-a75b-4c73-95b8-88605fa7f61d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:38:03.988436-08:00\",\r\n \"endTime\": \"2022-01-20T19:42:34.1602063-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a1a97b5c-5374-4311-b573-444678697892\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138/applications/galleryPsTestGalleryApplication8729/versions/1.0.0?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTExMzgvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb244NzI5L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579/applications/galleryPsTestGalleryApplication2084/versions/1.0.0?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMzOTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1NzkvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb24yMDg0L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1559,31 +1665,38 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGalleryApplicationVersion3Min;1999,Microsoft.Compute/GetGalleryApplicationVersion30Min;9980" + "Microsoft.Compute/GetGalleryApplicationVersion3Min;1999,Microsoft.Compute/GetGalleryApplicationVersion30Min;9997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "841e543b-b4a5-4882-970f-d0093002aaf7" + "60d0e6ef-128f-41fa-bd3f-46a91e577b8c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11983" ], "x-ms-correlation-request-id": [ - "1b118810-ee31-4e45-a7ce-00b06044ca2f" + "8ea18d14-bee0-444e-9cec-fc04cf96d8d6" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210520Z:1b118810-ee31-4e45-a7ce-00b06044ca2f" + "WESTCENTRALUS:20220121T034238Z:8ea18d14-bee0-444e-9cec-fc04cf96d8d6" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:42:38 GMT" + ], "Content-Length": [ - "1313" + "1312" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1592,25 +1705,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138/applications/galleryPsTestGalleryApplication8729/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery8015.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=jHtSoCBOXh3xiN9JI6fyFFDca6ZdaFx0HpvMBsmO2oA%3D&st=2021-12-28T20%3A59%3A29Z&se=2021-12-31T20%3A59%3A29Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-12-29T21:00:46.3136068+00:00\",\r\n \"endOfLifeDate\": \"2022-01-08T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579/applications/galleryPsTestGalleryApplication2084/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery5388.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=nAJ5elv7fNJArKOERYyTOJ5Q50O7Gh6JTkJDTSnv7Z4%3D&st=2022-01-20T03%3A36%3A47Z&se=2022-01-23T03%3A36%3A47Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2022-01-20T19:38:03.988436-08:00\",\r\n \"endOfLifeDate\": \"2022-01-30T00:00:00-08:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138/applications/galleryPsTestGalleryApplication8729/versions/1.0.0?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTExMzgvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb244NzI5L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579/applications/galleryPsTestGalleryApplication2084/versions/1.0.0?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMzOTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1NzkvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb24yMDg0L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cac3ecb5-945b-42e7-b458-6975a4a6b133" + "f038437e-2f98-45ea-813d-2df9bbdece92" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1629,31 +1742,38 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGalleryApplicationVersion3Min;1998,Microsoft.Compute/GetGalleryApplicationVersion30Min;9979" + "Microsoft.Compute/GetGalleryApplicationVersion3Min;1998,Microsoft.Compute/GetGalleryApplicationVersion30Min;9996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "f5333d20-202c-46bd-84d7-25e8c9cd9447" + "5a06729d-3a3b-40c7-807f-634d3169aece" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11982" ], "x-ms-correlation-request-id": [ - "fa2d5d6e-cd2a-46b8-9844-0160c2dee9b3" + "32188e1e-d401-4315-9e29-7374ee1103ff" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210521Z:fa2d5d6e-cd2a-46b8-9844-0160c2dee9b3" + "WESTCENTRALUS:20220121T034238Z:32188e1e-d401-4315-9e29-7374ee1103ff" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:42:38 GMT" + ], "Content-Length": [ - "1313" + "1312" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1662,19 +1782,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138/applications/galleryPsTestGalleryApplication8729/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery8015.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=jHtSoCBOXh3xiN9JI6fyFFDca6ZdaFx0HpvMBsmO2oA%3D&st=2021-12-28T20%3A59%3A29Z&se=2021-12-31T20%3A59%3A29Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-12-29T21:00:46.3136068+00:00\",\r\n \"endOfLifeDate\": \"2022-01-08T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579/applications/galleryPsTestGalleryApplication2084/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery5388.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=nAJ5elv7fNJArKOERYyTOJ5Q50O7Gh6JTkJDTSnv7Z4%3D&st=2022-01-20T03%3A36%3A47Z&se=2022-01-23T03%3A36%3A47Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2022-01-20T19:38:03.988436-08:00\",\r\n \"endOfLifeDate\": \"2022-01-30T00:00:00-08:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138/applications/galleryPsTestGalleryApplication8729/versions/1.0.0?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTExMzgvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb244NzI5L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579/applications/galleryPsTestGalleryApplication2084/versions/1.0.0?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMzOTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1NzkvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb24yMDg0L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1693,31 +1813,38 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGalleryApplicationVersion3Min;1998,Microsoft.Compute/GetGalleryApplicationVersion30Min;9974" + "Microsoft.Compute/GetGalleryApplicationVersion3Min;1999,Microsoft.Compute/GetGalleryApplicationVersion30Min;9991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "b365b961-e98c-4bc4-aa7f-dfd5d6312717" + "04a7a31c-3497-4760-a020-9821c3f76692" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11975" ], "x-ms-correlation-request-id": [ - "41ae5279-dfcb-4b9d-966d-1210cb6605cb" + "7dbfe733-7fdf-4ef9-b200-9a684e1f483c" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210823Z:41ae5279-dfcb-4b9d-966d-1210cb6605cb" + "WESTCENTRALUS:20220121T034541Z:7dbfe733-7fdf-4ef9-b200-9a684e1f483c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:45:40 GMT" + ], "Content-Length": [ - "1313" + "1312" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1726,25 +1853,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138/applications/galleryPsTestGalleryApplication8729/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery8015.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=jHtSoCBOXh3xiN9JI6fyFFDca6ZdaFx0HpvMBsmO2oA%3D&st=2021-12-28T20%3A59%3A29Z&se=2021-12-31T20%3A59%3A29Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-12-29T21:00:46.3136068+00:00\",\r\n \"endOfLifeDate\": \"2022-04-08T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579/applications/galleryPsTestGalleryApplication2084/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery5388.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=nAJ5elv7fNJArKOERYyTOJ5Q50O7Gh6JTkJDTSnv7Z4%3D&st=2022-01-20T03%3A36%3A47Z&se=2022-01-23T03%3A36%3A47Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2022-01-20T19:38:03.988436-08:00\",\r\n \"endOfLifeDate\": \"2022-04-30T00:00:00-07:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138/applications/galleryPsTestGalleryApplication8729/versions/1.0.0?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTExMzgvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb244NzI5L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579/applications/galleryPsTestGalleryApplication2084/versions/1.0.0?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMzOTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1NzkvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb24yMDg0L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "57b25eaa-6811-4aff-81f0-af807361e6b0" + "856a66a5-8739-4426-bedb-a65ea1175e79" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1763,31 +1890,38 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGalleryApplicationVersion3Min;1997,Microsoft.Compute/GetGalleryApplicationVersion30Min;9973" + "Microsoft.Compute/GetGalleryApplicationVersion3Min;1998,Microsoft.Compute/GetGalleryApplicationVersion30Min;9990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "ec33a121-b381-4bff-a4df-a2c255bc47a9" + "650bda7e-81e1-409b-9ffe-76b62a9cf8b0" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11974" ], "x-ms-correlation-request-id": [ - "6444984f-63f8-40fc-876e-089924ce3f16" + "1dd85a15-9edb-4d03-81df-bb5cc6c306b7" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210823Z:6444984f-63f8-40fc-876e-089924ce3f16" + "WESTCENTRALUS:20220121T034541Z:1dd85a15-9edb-4d03-81df-bb5cc6c306b7" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:45:40 GMT" + ], "Content-Length": [ - "1313" + "1312" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1796,25 +1930,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138/applications/galleryPsTestGalleryApplication8729/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery8015.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=jHtSoCBOXh3xiN9JI6fyFFDca6ZdaFx0HpvMBsmO2oA%3D&st=2021-12-28T20%3A59%3A29Z&se=2021-12-31T20%3A59%3A29Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-12-29T21:00:46.3136068+00:00\",\r\n \"endOfLifeDate\": \"2022-04-08T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579/applications/galleryPsTestGalleryApplication2084/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery5388.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=nAJ5elv7fNJArKOERYyTOJ5Q50O7Gh6JTkJDTSnv7Z4%3D&st=2022-01-20T03%3A36%3A47Z&se=2022-01-23T03%3A36%3A47Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2022-01-20T19:38:03.988436-08:00\",\r\n \"endOfLifeDate\": \"2022-04-30T00:00:00-07:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138/applications/galleryPsTestGalleryApplication8729/versions/1.0.0?$expand=ReplicationStatus&api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTExMzgvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb244NzI5L3ZlcnNpb25zLzEuMC4wPyRleHBhbmQ9UmVwbGljYXRpb25TdGF0dXMmYXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579/applications/galleryPsTestGalleryApplication2084/versions/1.0.0?$expand=ReplicationStatus&api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMzOTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1NzkvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb24yMDg0L3ZlcnNpb25zLzEuMC4wPyRleHBhbmQ9UmVwbGljYXRpb25TdGF0dXMmYXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "36a0b815-2320-4138-8580-963943afaf1f" + "13f14d8f-6504-4657-9d9a-764da61aa6f5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1833,31 +1967,38 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGalleryApplicationVersion3Min;1997,Microsoft.Compute/GetGalleryApplicationVersion30Min;9978" + "Microsoft.Compute/GetGalleryApplicationVersion3Min;1997,Microsoft.Compute/GetGalleryApplicationVersion30Min;9995" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "c7e52547-e16d-4e4a-a4a5-983ebcb68cde" + "667bb586-6926-4a76-85ab-28dae3eaa0c7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11981" ], "x-ms-correlation-request-id": [ - "005f863f-8f08-4ec1-8f74-890b78dd9e79" + "868ab2ea-c379-415c-bbfe-edc4f51d8185" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210521Z:005f863f-8f08-4ec1-8f74-890b78dd9e79" + "WESTCENTRALUS:20220121T034238Z:868ab2ea-c379-415c-bbfe-edc4f51d8185" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:42:38 GMT" + ], "Content-Length": [ - "1537" + "1536" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1866,19 +2007,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138/applications/galleryPsTestGalleryApplication8729/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery8015.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=jHtSoCBOXh3xiN9JI6fyFFDca6ZdaFx0HpvMBsmO2oA%3D&st=2021-12-28T20%3A59%3A29Z&se=2021-12-31T20%3A59%3A29Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-12-29T21:00:46.3136068+00:00\",\r\n \"endOfLifeDate\": \"2022-01-08T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"replicationStatus\": {\r\n \"aggregatedState\": \"Completed\",\r\n \"summary\": [\r\n {\r\n \"progress\": 100,\r\n \"region\": \"southeastasia\",\r\n \"state\": \"Completed\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579/applications/galleryPsTestGalleryApplication2084/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery5388.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=nAJ5elv7fNJArKOERYyTOJ5Q50O7Gh6JTkJDTSnv7Z4%3D&st=2022-01-20T03%3A36%3A47Z&se=2022-01-23T03%3A36%3A47Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2022-01-20T19:38:03.988436-08:00\",\r\n \"endOfLifeDate\": \"2022-01-30T00:00:00-08:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"replicationStatus\": {\r\n \"aggregatedState\": \"Completed\",\r\n \"summary\": [\r\n {\r\n \"progress\": 100,\r\n \"region\": \"southeastasia\",\r\n \"state\": \"Completed\"\r\n }\r\n ]\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/2e5b9e41-2525-4555-9c9b-56596e32fe26?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8yZTViOWU0MS0yNTI1LTQ1NTUtOWM5Yi01NjU5NmUzMmZlMjY/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/26e780e2-9633-4672-875f-126c531c8683?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8yNmU3ODBlMi05NjMzLTQ2NzItODc1Zi0xMjZjNTMxYzg2ODM/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1897,29 +2038,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1184,Microsoft.Compute/GetOperationStatus30Min;4115" + "Microsoft.Compute/GetOperationStatus3Min;1185,Microsoft.Compute/GetOperationStatus30Min;4170" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "23750cf3-7121-426a-9882-ff3bacb911f8" + "a21b091e-a171-43a9-9408-7bf57efcbd06" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11980" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "8b4ed001-6896-44e6-a23a-009ed9896927" + "6960d8f5-27dd-4ed5-a471-cd394e336c95" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210552Z:8b4ed001-6896-44e6-a23a-009ed9896927" + "WESTCENTRALUS:20220121T034309Z:6960d8f5-27dd-4ed5-a471-cd394e336c95" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:43:08 GMT" + ], "Content-Length": [ "134" ], @@ -1930,19 +2078,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-29T21:05:21.6087557+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2e5b9e41-2525-4555-9c9b-56596e32fe26\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:42:38.9102407-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"26e780e2-9633-4672-875f-126c531c8683\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/2e5b9e41-2525-4555-9c9b-56596e32fe26?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8yZTViOWU0MS0yNTI1LTQ1NTUtOWM5Yi01NjU5NmUzMmZlMjY/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/26e780e2-9633-4672-875f-126c531c8683?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8yNmU3ODBlMi05NjMzLTQ2NzItODc1Zi0xMjZjNTMxYzg2ODM/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1961,29 +2109,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4112" + "Microsoft.Compute/GetOperationStatus3Min;1184,Microsoft.Compute/GetOperationStatus30Min;4167" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "85ff004e-a4f0-4743-b037-c08a56413713" + "dfddd595-4004-48e7-9e22-ce1a5cb97ab6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11979" ], "x-ms-correlation-request-id": [ - "206550f0-5d02-4eee-8664-7749b8628649" + "0f3eba39-6a81-44e7-9906-a15ed00a1519" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210622Z:206550f0-5d02-4eee-8664-7749b8628649" + "WESTCENTRALUS:20220121T034340Z:0f3eba39-6a81-44e7-9906-a15ed00a1519" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:43:40 GMT" + ], "Content-Length": [ "134" ], @@ -1994,19 +2149,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-29T21:05:21.6087557+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2e5b9e41-2525-4555-9c9b-56596e32fe26\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:42:38.9102407-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"26e780e2-9633-4672-875f-126c531c8683\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/2e5b9e41-2525-4555-9c9b-56596e32fe26?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8yZTViOWU0MS0yNTI1LTQ1NTUtOWM5Yi01NjU5NmUzMmZlMjY/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/26e780e2-9633-4672-875f-126c531c8683?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8yNmU3ODBlMi05NjMzLTQ2NzItODc1Zi0xMjZjNTMxYzg2ODM/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -2025,29 +2180,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4109" + "Microsoft.Compute/GetOperationStatus3Min;1184,Microsoft.Compute/GetOperationStatus30Min;4164" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "8a0e2d8f-41ae-4a6c-8829-0e0513e1b60f" + "2af9c093-2dc7-4a57-8820-dc705eaffb1d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11978" ], "x-ms-correlation-request-id": [ - "d1693bb7-7d69-46cb-a824-7110be90fdac" + "592acb7c-8a71-4811-8232-e3cfe27919dd" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210652Z:d1693bb7-7d69-46cb-a824-7110be90fdac" + "WESTCENTRALUS:20220121T034410Z:592acb7c-8a71-4811-8232-e3cfe27919dd" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:44:09 GMT" + ], "Content-Length": [ "134" ], @@ -2058,19 +2220,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-29T21:05:21.6087557+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2e5b9e41-2525-4555-9c9b-56596e32fe26\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:42:38.9102407-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"26e780e2-9633-4672-875f-126c531c8683\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/2e5b9e41-2525-4555-9c9b-56596e32fe26?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8yZTViOWU0MS0yNTI1LTQ1NTUtOWM5Yi01NjU5NmUzMmZlMjY/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/26e780e2-9633-4672-875f-126c531c8683?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8yNmU3ODBlMi05NjMzLTQ2NzItODc1Zi0xMjZjNTMxYzg2ODM/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -2089,29 +2251,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4106" + "Microsoft.Compute/GetOperationStatus3Min;1184,Microsoft.Compute/GetOperationStatus30Min;4161" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "132eac29-a7b2-4d5d-8b96-d6d67614e4d7" + "6e718cb6-dade-4b31-9d41-3ee3791ef3f2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11977" ], "x-ms-correlation-request-id": [ - "605419fb-d178-4061-a3f9-8fbc70734bd4" + "fa43a05e-a50a-477e-9a27-0c00ae38b9fa" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210722Z:605419fb-d178-4061-a3f9-8fbc70734bd4" + "WESTCENTRALUS:20220121T034440Z:fa43a05e-a50a-477e-9a27-0c00ae38b9fa" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:44:39 GMT" + ], "Content-Length": [ "134" ], @@ -2122,19 +2291,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-29T21:05:21.6087557+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2e5b9e41-2525-4555-9c9b-56596e32fe26\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:42:38.9102407-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"26e780e2-9633-4672-875f-126c531c8683\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/2e5b9e41-2525-4555-9c9b-56596e32fe26?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8yZTViOWU0MS0yNTI1LTQ1NTUtOWM5Yi01NjU5NmUzMmZlMjY/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/26e780e2-9633-4672-875f-126c531c8683?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8yNmU3ODBlMi05NjMzLTQ2NzItODc1Zi0xMjZjNTMxYzg2ODM/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -2153,29 +2322,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4103" + "Microsoft.Compute/GetOperationStatus3Min;1184,Microsoft.Compute/GetOperationStatus30Min;4158" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "778e3391-8ef5-47c6-8fac-04005bbddf26" + "9f82ce9a-f4ca-4736-bda4-75967c285450" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11977" ], "x-ms-correlation-request-id": [ - "708de9e1-e584-4bc8-b6fa-a7c95e52c6df" + "3c5e73f4-d7ae-4847-9fd9-b20eb5335017" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210753Z:708de9e1-e584-4bc8-b6fa-a7c95e52c6df" + "WESTCENTRALUS:20220121T034510Z:3c5e73f4-d7ae-4847-9fd9-b20eb5335017" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:45:10 GMT" + ], "Content-Length": [ "134" ], @@ -2186,19 +2362,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-29T21:05:21.6087557+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"2e5b9e41-2525-4555-9c9b-56596e32fe26\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:42:38.9102407-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"26e780e2-9633-4672-875f-126c531c8683\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/2e5b9e41-2525-4555-9c9b-56596e32fe26?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8yZTViOWU0MS0yNTI1LTQ1NTUtOWM5Yi01NjU5NmUzMmZlMjY/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/26e780e2-9633-4672-875f-126c531c8683?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8yNmU3ODBlMi05NjMzLTQ2NzItODc1Zi0xMjZjNTMxYzg2ODM/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -2217,29 +2393,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4100" + "Microsoft.Compute/GetOperationStatus3Min;1184,Microsoft.Compute/GetOperationStatus30Min;4155" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "453be723-b2d4-48ba-ae25-b75fd0290a09" + "a51f01c9-b7e7-4257-aa34-5b9aa75b4322" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11976" ], "x-ms-correlation-request-id": [ - "e4de8fcb-a365-4ba7-8937-32b9d7891f52" + "d3a2add8-56b1-4a81-9ba9-465800847d83" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210823Z:e4de8fcb-a365-4ba7-8937-32b9d7891f52" + "WESTCENTRALUS:20220121T034541Z:d3a2add8-56b1-4a81-9ba9-465800847d83" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:45:40 GMT" + ], "Content-Length": [ "184" ], @@ -2250,25 +2433,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-29T21:05:21.6087557+00:00\",\r\n \"endTime\": \"2021-12-29T21:08:21.7326338+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2e5b9e41-2525-4555-9c9b-56596e32fe26\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:42:38.9102407-08:00\",\r\n \"endTime\": \"2022-01-20T19:45:39.0664503-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"26e780e2-9633-4672-875f-126c531c8683\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138/applications/galleryPsTestGalleryApplication8729/versions/1.0.0?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTExMzgvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb244NzI5L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579/applications/galleryPsTestGalleryApplication2084/versions/1.0.0?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMzOTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1NzkvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb24yMDg0L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "61532350-624d-4138-ab3f-083d7b4e8e57" + "5b7eb117-5a40-49ab-992e-f7d125d05a93" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -2283,14 +2466,10 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/150db7eb-5538-48fc-9ea0-9e52955d1d2a?monitor=true&api-version=2021-10-01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/65d6d18a-ac6d-4209-98f0-15b9a1dc1337?monitor=true&api-version=2021-10-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/150db7eb-5538-48fc-9ea0-9e52955d1d2a?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/65d6d18a-ac6d-4209-98f0-15b9a1dc1337?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/DeleteGalleryApplicationVersion3Min;149,Microsoft.Compute/DeleteGalleryApplicationVersion30Min;998" @@ -2299,25 +2478,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "150db7eb-5538-48fc-9ea0-9e52955d1d2a" + "65d6d18a-ac6d-4209-98f0-15b9a1dc1337" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "5f975e02-8bc7-40f2-8bc5-e6912e5591d7" + "6dcb76c3-9a3d-4d4a-8390-2aee95396e0b" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210824Z:5f975e02-8bc7-40f2-8bc5-e6912e5591d7" + "WESTCENTRALUS:20220121T034713Z:6dcb76c3-9a3d-4d4a-8390-2aee95396e0b" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 03:47:12 GMT" ], "Expires": [ "-1" @@ -2327,15 +2510,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/150db7eb-5538-48fc-9ea0-9e52955d1d2a?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8xNTBkYjdlYi01NTM4LTQ4ZmMtOWVhMC05ZTUyOTU1ZDFkMmE/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/65d6d18a-ac6d-4209-98f0-15b9a1dc1337?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy82NWQ2ZDE4YS1hYzZkLTQyMDktOThmMC0xNWI5YTFkYzEzMzc/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -2354,29 +2537,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4097" + "Microsoft.Compute/GetOperationStatus3Min;1192,Microsoft.Compute/GetOperationStatus30Min;4152" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "5431e3a4-5c24-4996-84f5-2496ad0be888" + "879b3427-4ad3-42e5-bc7e-7a187de4a5fb" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11973" ], "x-ms-correlation-request-id": [ - "3f5457bc-15dd-42a6-a50e-395121edfe08" + "2a4a239e-1a64-4814-91d8-6807249988e1" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210855Z:3f5457bc-15dd-42a6-a50e-395121edfe08" + "WESTCENTRALUS:20220121T034743Z:2a4a239e-1a64-4814-91d8-6807249988e1" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:47:42 GMT" + ], "Content-Length": [ "134" ], @@ -2387,19 +2577,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-29T21:08:24.6857132+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"150db7eb-5538-48fc-9ea0-9e52955d1d2a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:47:13.0977043-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"65d6d18a-ac6d-4209-98f0-15b9a1dc1337\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/150db7eb-5538-48fc-9ea0-9e52955d1d2a?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8xNTBkYjdlYi01NTM4LTQ4ZmMtOWVhMC05ZTUyOTU1ZDFkMmE/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/65d6d18a-ac6d-4209-98f0-15b9a1dc1337?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy82NWQ2ZDE4YS1hYzZkLTQyMDktOThmMC0xNWI5YTFkYzEzMzc/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -2418,29 +2608,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4094" + "Microsoft.Compute/GetOperationStatus3Min;1192,Microsoft.Compute/GetOperationStatus30Min;4149" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "28770fdf-b142-4635-affc-beedc2e0748a" + "0a0cdacd-1a6c-4f2d-9c9c-99b3284418e4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11972" ], "x-ms-correlation-request-id": [ - "2f160e32-b5d9-4ca1-9999-a5a8357ff30d" + "9a22a44f-c44d-441e-9637-536d29a48d17" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210925Z:2f160e32-b5d9-4ca1-9999-a5a8357ff30d" + "WESTCENTRALUS:20220121T034813Z:9a22a44f-c44d-441e-9637-536d29a48d17" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:48:13 GMT" + ], "Content-Length": [ "134" ], @@ -2451,19 +2648,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-29T21:08:24.6857132+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"150db7eb-5538-48fc-9ea0-9e52955d1d2a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:47:13.0977043-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"65d6d18a-ac6d-4209-98f0-15b9a1dc1337\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/150db7eb-5538-48fc-9ea0-9e52955d1d2a?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8xNTBkYjdlYi01NTM4LTQ4ZmMtOWVhMC05ZTUyOTU1ZDFkMmE/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/65d6d18a-ac6d-4209-98f0-15b9a1dc1337?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy82NWQ2ZDE4YS1hYzZkLTQyMDktOThmMC0xNWI5YTFkYzEzMzc/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -2482,29 +2679,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4091" + "Microsoft.Compute/GetOperationStatus3Min;1192,Microsoft.Compute/GetOperationStatus30Min;4146" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "910e2fa5-acaa-4a67-9110-451eb14ab9c9" + "d75364c1-174d-4a08-8722-dd06001376ab" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11971" ], "x-ms-correlation-request-id": [ - "c4376a51-eadb-4ba8-9141-d732698f6c0c" + "2b80157d-d8d3-4431-9b75-078e65ce24f2" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210955Z:c4376a51-eadb-4ba8-9141-d732698f6c0c" + "WESTCENTRALUS:20220121T034844Z:2b80157d-d8d3-4431-9b75-078e65ce24f2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:48:43 GMT" + ], "Content-Length": [ "184" ], @@ -2515,19 +2719,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-29T21:08:24.6857132+00:00\",\r\n \"endTime\": \"2021-12-29T21:09:54.8570151+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"150db7eb-5538-48fc-9ea0-9e52955d1d2a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:47:13.0977043-08:00\",\r\n \"endTime\": \"2022-01-20T19:48:43.3632714-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"65d6d18a-ac6d-4209-98f0-15b9a1dc1337\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/150db7eb-5538-48fc-9ea0-9e52955d1d2a?monitor=true&api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8xNTBkYjdlYi01NTM4LTQ4ZmMtOWVhMC05ZTUyOTU1ZDFkMmE/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/65d6d18a-ac6d-4209-98f0-15b9a1dc1337?monitor=true&api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy82NWQ2ZDE4YS1hYzZkLTQyMDktOThmMC0xNWI5YTFkYzEzMzc/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -2546,31 +2750,35 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1182,Microsoft.Compute/GetOperationStatus30Min;4090" + "Microsoft.Compute/GetOperationStatus3Min;1191,Microsoft.Compute/GetOperationStatus30Min;4145" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "194aee95-7c1f-4f62-b899-af885ee7200d" + "ece9ba18-7635-4e53-9b7e-29388ddc927c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11970" ], "x-ms-correlation-request-id": [ - "98288ab8-ca72-4f85-a8d1-c5e4f7c4e987" + "64c06439-ed16-474b-aca2-7ecef5539b95" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T210955Z:98288ab8-ca72-4f85-a8d1-c5e4f7c4e987" + "WESTCENTRALUS:20220121T034844Z:64c06439-ed16-474b-aca2-7ecef5539b95" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 03:48:44 GMT" ], "Expires": [ "-1" @@ -2580,21 +2788,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138/applications/galleryPsTestGalleryApplication8729?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTExMzgvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb244NzI5P2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579/applications/galleryPsTestGalleryApplication2084?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMzOTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1NzkvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb24yMDg0P2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "54a6142f-b971-42e6-a048-e53b777eb9db" + "fa24af67-668d-4fd6-9ea1-242c85da7562" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -2619,25 +2827,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "929e050d-a93a-4090-bddc-419974e54c8a" + "fee7b32b-00d8-4afd-a647-df4a11b106fd" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "6c58a458-0589-40a6-95ed-6539203ace0d" + "21527571-970a-499a-9452-537cc0e7e110" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T211504Z:6c58a458-0589-40a6-95ed-6539203ace0d" + "WESTCENTRALUS:20220121T035018Z:21527571-970a-499a-9452-537cc0e7e110" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 03:50:18 GMT" ], "Expires": [ "-1" @@ -2647,21 +2859,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery1138?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3MzUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTExMzg/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3393/providers/Microsoft.Compute/galleries/galleryPsTestGallery3579?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzMzOTMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1Nzk/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "77f0236d-6054-49f4-ba97-1dca3dbaeb6d" + "919e0ca1-9d3f-4983-8e6e-27a4b88bac2e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -2676,41 +2888,41 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/50625bd1-be02-48e2-9351-5893b72a64bd?monitor=true&api-version=2021-10-01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/0955db64-2ed9-4dd5-86d3-13c72f0b466b?monitor=true&api-version=2021-10-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/50625bd1-be02-48e2-9351-5893b72a64bd?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/0955db64-2ed9-4dd5-86d3-13c72f0b466b?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteGallery3Min;49,Microsoft.Compute/DeleteGallery30Min;298" + "Microsoft.Compute/DeleteGallery3Min;49,Microsoft.Compute/DeleteGallery30Min;899" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "50625bd1-be02-48e2-9351-5893b72a64bd" + "0955db64-2ed9-4dd5-86d3-13c72f0b466b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], "x-ms-correlation-request-id": [ - "c11f1183-b937-4327-857c-2a569331bfd2" + "7bd77d75-2bed-4508-a4cd-4bff84205b28" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T211505Z:c11f1183-b937-4327-857c-2a569331bfd2" + "WESTCENTRALUS:20220121T035150Z:7bd77d75-2bed-4508-a4cd-4bff84205b28" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 03:51:49 GMT" ], "Expires": [ "-1" @@ -2720,15 +2932,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/50625bd1-be02-48e2-9351-5893b72a64bd?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy81MDYyNWJkMS1iZTAyLTQ4ZTItOTM1MS01ODkzYjcyYTY0YmQ/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/0955db64-2ed9-4dd5-86d3-13c72f0b466b?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8wOTU1ZGI2NC0yZWQ5LTRkZDUtODZkMy0xM2M3MmYwYjQ2NmI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -2747,29 +2959,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1198,Microsoft.Compute/GetOperationStatus30Min;4140" + "Microsoft.Compute/GetOperationStatus3Min;1198,Microsoft.Compute/GetOperationStatus30Min;4142" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "0d86f268-fda4-4ea9-9d0f-cec1d881e3ed" + "3a61c0eb-e2e4-4692-b9cb-8d8836e1a40d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11969" ], "x-ms-correlation-request-id": [ - "dfbe8a03-0d4f-4d38-ad2c-35380a4ca32b" + "4af5e3c0-ab87-4095-9844-f4e07080da94" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T211535Z:dfbe8a03-0d4f-4d38-ad2c-35380a4ca32b" + "WESTCENTRALUS:20220121T035220Z:4af5e3c0-ab87-4095-9844-f4e07080da94" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:52:20 GMT" + ], "Content-Length": [ "184" ], @@ -2780,19 +2999,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-29T21:15:05.3237486+00:00\",\r\n \"endTime\": \"2021-12-29T21:15:06.2769032+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"50625bd1-be02-48e2-9351-5893b72a64bd\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:51:50.0194875-08:00\",\r\n \"endTime\": \"2022-01-20T19:51:51.0351643-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"0955db64-2ed9-4dd5-86d3-13c72f0b466b\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/50625bd1-be02-48e2-9351-5893b72a64bd?monitor=true&api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy81MDYyNWJkMS1iZTAyLTQ4ZTItOTM1MS01ODkzYjcyYTY0YmQ/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/0955db64-2ed9-4dd5-86d3-13c72f0b466b?monitor=true&api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8wOTU1ZGI2NC0yZWQ5LTRkZDUtODZkMy0xM2M3MmYwYjQ2NmI/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -2811,31 +3030,35 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1197,Microsoft.Compute/GetOperationStatus30Min;4139" + "Microsoft.Compute/GetOperationStatus3Min;1197,Microsoft.Compute/GetOperationStatus30Min;4141" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "640ef541-e8e9-44d5-87a8-f2b6d4f42001" + "7410b696-b0bb-414a-b2e9-75b93bbbfc63" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11968" ], "x-ms-correlation-request-id": [ - "3cfbca73-3803-4f67-938f-ede4accb8eaa" + "90ca29e3-534b-4d87-9bb2-2d57661a577a" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T211536Z:3cfbca73-3803-4f67-938f-ede4accb8eaa" + "WESTCENTRALUS:20220121T035220Z:90ca29e3-534b-4d87-9bb2-2d57661a577a" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 03:52:20 GMT" ], "Expires": [ "-1" @@ -2847,17 +3070,17 @@ ], "Names": { "GalleryApplicationVersion_CRUD_Tests": [ - "galleryPsTestRg5735", - "psTestSourceApplication1289", - "galleryPsTestGallery1138", - "galleryPsTestGalleryApplication8729" + "galleryPsTestRg3393", + "psTestSourceApplication4065", + "galleryPsTestGallery3579", + "galleryPsTestGalleryApplication2084" ], "CreateApplicationMediaLink": [ - "saforgallery8015", - "asforgallery2965" + "saforgallery5388", + "asforgallery6065" ] }, "Variables": { - "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871" + "SubscriptionId": "97f78232-382b-46a7-8a72-964d692c4f3f" } } \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryApplication_CRUD_Tests.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryApplication_CRUD_Tests.json index 84f4387fa0186..25a998bb40a3f 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryApplication_CRUD_Tests.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryApplication_CRUD_Tests.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/galleryPsTestRg1733?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3MzM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourcegroups/galleryPsTestRg9831?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk4MzE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8684e778-e5c9-42fb-9c49-ba0ef25f1c36" + "2b7a1fec-408f-4c40-ae6e-2ed9ccedf8ab" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -39,13 +39,13 @@ "1199" ], "x-ms-request-id": [ - "76e984b7-c72b-4993-91cf-1ff43146695b" + "9ba3f444-445f-4ede-bc45-d78d53ffc56b" ], "x-ms-correlation-request-id": [ - "76e984b7-c72b-4993-91cf-1ff43146695b" + "9ba3f444-445f-4ede-bc45-d78d53ffc56b" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121529Z:76e984b7-c72b-4993-91cf-1ff43146695b" + "WESTUS:20220121T013432Z:9ba3f444-445f-4ede-bc45-d78d53ffc56b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -53,6 +53,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:34:32 GMT" + ], "Content-Length": [ "198" ], @@ -63,25 +66,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg1733\",\r\n \"name\": \"galleryPsTestRg1733\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9831\",\r\n \"name\": \"galleryPsTestRg9831\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg1733/providers/Microsoft.Compute/galleries/galleryPsTestGallery6838?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3MzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTY4Mzg/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9831/providers/Microsoft.Compute/galleries/galleryPsTestGallery8266?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTgyNjY/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\"\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "707598d5-dfee-4947-8af9-b3c375cd1ac5" + "91160c08-9928-44fe-a1dd-3dd3badf5d02" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ @@ -106,7 +109,7 @@ "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/932fdffb-e4af-4734-8991-2632c762d18e?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/26ca9f02-4bda-4d5b-ac2a-5b1fce4c3ff1?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/CreateUpdateGallery3Min;49,Microsoft.Compute/CreateUpdateGallery30Min;299" @@ -115,23 +118,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "932fdffb-e4af-4734-8991-2632c762d18e" + "26ca9f02-4bda-4d5b-ac2a-5b1fce4c3ff1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "1e7f552b-4e14-407c-8d1f-931845221236" + "34048377-3973-4df3-b0e2-8b2d9544f666" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121539Z:1e7f552b-4e14-407c-8d1f-931845221236" + "WESTUS:20220121T013441Z:34048377-3973-4df3-b0e2-8b2d9544f666" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:34:40 GMT" + ], "Content-Length": [ "514" ], @@ -142,19 +152,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery6838\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg1733/providers/Microsoft.Compute/galleries/galleryPsTestGallery6838\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY6838\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery8266\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9831/providers/Microsoft.Compute/galleries/galleryPsTestGallery8266\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY8266\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/932fdffb-e4af-4734-8991-2632c762d18e?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy85MzJmZGZmYi1lNGFmLTQ3MzQtODk5MS0yNjMyYzc2MmQxOGU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/26ca9f02-4bda-4d5b-ac2a-5b1fce4c3ff1?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8yNmNhOWYwMi00YmRhLTRkNWItYWMyYS01YjFmY2U0YzNmZjE/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -179,23 +189,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "9b7f3c36-2bbe-49d8-b0df-cf1500b02a6f" + "a5eb51eb-bbee-48b1-827f-64db3b21679b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "e1af9f6b-aa88-4ae8-a751-02dd17adf236" + "ad80cb16-8d3d-43fa-a1c3-aa6a724b53c3" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121609Z:e1af9f6b-aa88-4ae8-a751-02dd17adf236" + "WESTUS:20220121T013511Z:ad80cb16-8d3d-43fa-a1c3-aa6a724b53c3" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:35:10 GMT" + ], "Content-Length": [ "184" ], @@ -206,19 +223,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:15:37.8016964+00:00\",\r\n \"endTime\": \"2021-12-24T12:15:40.6610516+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"932fdffb-e4af-4734-8991-2632c762d18e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:34:39.8028509-08:00\",\r\n \"endTime\": \"2022-01-20T17:34:40.7559711-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"26ca9f02-4bda-4d5b-ac2a-5b1fce4c3ff1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg1733/providers/Microsoft.Compute/galleries/galleryPsTestGallery6838?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3MzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTY4Mzg/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9831/providers/Microsoft.Compute/galleries/galleryPsTestGallery8266?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTgyNjY/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -243,23 +260,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "f265b56c-8931-4e47-89a6-cdd99cc03bc8" + "21aff06b-1d7b-4552-9e97-0e0c6f0cf7fe" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "aef995f4-323c-49b8-99eb-f75e27a2cab4" + "34494cfd-3026-4f1c-bf4e-1240bf6e80c8" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121609Z:aef995f4-323c-49b8-99eb-f75e27a2cab4" + "WESTUS:20220121T013511Z:34494cfd-3026-4f1c-bf4e-1240bf6e80c8" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:35:10 GMT" + ], "Content-Length": [ "515" ], @@ -270,25 +294,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery6838\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg1733/providers/Microsoft.Compute/galleries/galleryPsTestGallery6838\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY6838\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery8266\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9831/providers/Microsoft.Compute/galleries/galleryPsTestGallery8266\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY8266\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg1733/providers/Microsoft.Compute/galleries/galleryPsTestGallery6838/applications/galleryPsTestGalleryApplication4219?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3MzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTY4MzgvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb240MjE5P2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9831/providers/Microsoft.Compute/galleries/galleryPsTestGallery8266/applications/galleryPsTestGalleryApplication9992?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTgyNjYvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb245OTkyP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This is the gallery application description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\",\r\n \"supportedOSType\": \"Windows\"\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "decfecc4-2bd9-46dc-8730-7433b80b6073" + "dec7d473-345c-4182-ad4a-e8bc7c2d81de" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ @@ -319,23 +343,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "52c7c1d7-0f76-4471-9539-e24ff2307f31" + "e76fcdc7-f493-474f-88fd-83658d0a9bde" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "36bf03e1-b4e7-47f9-9699-21f8b61aee3c" + "ca9767bb-ef9d-4373-afb3-1e4ad76bea0b" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121614Z:36bf03e1-b4e7-47f9-9699-21f8b61aee3c" + "WESTUS:20220121T013515Z:ca9767bb-ef9d-4373-afb3-1e4ad76bea0b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:35:14 GMT" + ], "Content-Length": [ "634" ], @@ -346,25 +377,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication4219\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg1733/providers/Microsoft.Compute/galleries/galleryPsTestGallery6838/applications/galleryPsTestGalleryApplication4219\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"This is the gallery application description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication9992\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9831/providers/Microsoft.Compute/galleries/galleryPsTestGallery8266/applications/galleryPsTestGalleryApplication9992\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"This is the gallery application description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg1733/providers/Microsoft.Compute/galleries/galleryPsTestGallery6838/applications/galleryPsTestGalleryApplication4219?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3MzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTY4MzgvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb240MjE5P2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9831/providers/Microsoft.Compute/galleries/galleryPsTestGallery8266/applications/galleryPsTestGalleryApplication9992?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTgyNjYvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb245OTkyP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"Updated description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\",\r\n \"supportedOSType\": \"Windows\"\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8b3121cb-35e3-493e-92e7-931d62255ecd" + "61742a28-226a-4fdf-af5b-795a8511a345" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ @@ -395,23 +426,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "01fdd64a-55f1-4a88-a788-42c2584761c8" + "610a4914-bd2b-4a40-98e0-4c65cd16bc34" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "b64316dd-b7a3-471b-b239-bc9eed3e6a6b" + "fc2789aa-04a6-44a4-9e4a-0c0d6a1209d9" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121645Z:b64316dd-b7a3-471b-b239-bc9eed3e6a6b" + "WESTUS:20220121T013545Z:fc2789aa-04a6-44a4-9e4a-0c0d6a1209d9" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:35:45 GMT" + ], "Content-Length": [ "610" ], @@ -422,19 +460,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication4219\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg1733/providers/Microsoft.Compute/galleries/galleryPsTestGallery6838/applications/galleryPsTestGalleryApplication4219\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"Updated description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication9992\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9831/providers/Microsoft.Compute/galleries/galleryPsTestGallery8266/applications/galleryPsTestGalleryApplication9992\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"Updated description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg1733/providers/Microsoft.Compute/galleries/galleryPsTestGallery6838/applications/galleryPsTestGalleryApplication4219?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3MzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTY4MzgvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb240MjE5P2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9831/providers/Microsoft.Compute/galleries/galleryPsTestGallery8266/applications/galleryPsTestGalleryApplication9992?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTgyNjYvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb245OTkyP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -459,23 +497,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "d3336660-0654-442f-95b4-4cfff079de5b" + "31a17292-d960-48d6-9165-44c88a3ce6e1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "316245b7-e7ca-4ba7-8be1-2cf925bc4113" + "8d4bc197-ce32-432a-9404-be86157af2c2" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121644Z:316245b7-e7ca-4ba7-8be1-2cf925bc4113" + "WESTUS:20220121T013545Z:8d4bc197-ce32-432a-9404-be86157af2c2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:35:45 GMT" + ], "Content-Length": [ "634" ], @@ -486,25 +531,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication4219\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg1733/providers/Microsoft.Compute/galleries/galleryPsTestGallery6838/applications/galleryPsTestGalleryApplication4219\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"This is the gallery application description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication9992\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9831/providers/Microsoft.Compute/galleries/galleryPsTestGallery8266/applications/galleryPsTestGalleryApplication9992\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"This is the gallery application description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg1733/providers/Microsoft.Compute/galleries/galleryPsTestGallery6838/applications/galleryPsTestGalleryApplication4219?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3MzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTY4MzgvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb240MjE5P2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9831/providers/Microsoft.Compute/galleries/galleryPsTestGallery8266/applications/galleryPsTestGalleryApplication9992?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTgyNjYvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb245OTkyP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "88ef0d54-308a-4877-9035-2a01f4dcbb65" + "3483cadc-ae3b-4d5c-9342-86602805ac24" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -529,23 +574,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "b63fa65c-ae21-48de-9aaa-b92d448d47a8" + "19ace6f7-37f7-409e-afc2-c4c1371a9645" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "01254017-cae4-4574-ae81-892b8aa11e61" + "134b7e9e-f44d-42fa-99bd-0a01d39a5c04" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121645Z:01254017-cae4-4574-ae81-892b8aa11e61" + "WESTUS:20220121T013545Z:134b7e9e-f44d-42fa-99bd-0a01d39a5c04" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:35:45 GMT" + ], "Content-Length": [ "634" ], @@ -556,25 +608,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication4219\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg1733/providers/Microsoft.Compute/galleries/galleryPsTestGallery6838/applications/galleryPsTestGalleryApplication4219\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"This is the gallery application description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication9992\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9831/providers/Microsoft.Compute/galleries/galleryPsTestGallery8266/applications/galleryPsTestGalleryApplication9992\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"This is the gallery application description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg1733/providers/Microsoft.Compute/galleries/galleryPsTestGallery6838/applications/galleryPsTestGalleryApplication4219?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3MzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTY4MzgvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb240MjE5P2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9831/providers/Microsoft.Compute/galleries/galleryPsTestGallery8266/applications/galleryPsTestGalleryApplication9992?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTgyNjYvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb245OTkyP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4d123b3c-7e63-4c73-93a1-3fa5a140cbce" + "345e187d-e5bc-41b4-bc71-fe6419cf859b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -599,23 +651,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "ba432dbb-cb06-4d2c-b0c2-e616a5f0d572" + "29de369e-2dea-4df0-8c12-b1ad8c3fa2ca" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "24356464-9f0f-4d93-b3f1-1560e80eebe9" + "f829392c-a120-47b7-a252-ed7071c0175c" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121645Z:24356464-9f0f-4d93-b3f1-1560e80eebe9" + "WESTUS:20220121T013546Z:f829392c-a120-47b7-a252-ed7071c0175c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:35:45 GMT" + ], "Content-Length": [ "610" ], @@ -626,25 +685,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication4219\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg1733/providers/Microsoft.Compute/galleries/galleryPsTestGallery6838/applications/galleryPsTestGalleryApplication4219\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"Updated description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication9992\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9831/providers/Microsoft.Compute/galleries/galleryPsTestGallery8266/applications/galleryPsTestGalleryApplication9992\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"Updated description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg1733/providers/Microsoft.Compute/galleries/galleryPsTestGallery6838/applications/galleryPsTestGalleryApplication4219?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3MzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTY4MzgvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb240MjE5P2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9831/providers/Microsoft.Compute/galleries/galleryPsTestGallery8266/applications/galleryPsTestGalleryApplication9992?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTgyNjYvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb245OTkyP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8c59a7cc-f01c-46a7-bfbc-6ad8f3452249" + "096addef-4742-4639-8aa5-1593f8fb5855" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -669,25 +728,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "068d487d-7b87-463c-8811-8fd3114631f3" + "9b28abef-e3a9-4698-bee6-ff9ef7dd2ffe" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "eba23e00-d9d6-49aa-a751-4577785a0c93" + "e5476fff-34a0-42d8-a11b-975435656954" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121647Z:eba23e00-d9d6-49aa-a751-4577785a0c93" + "WESTUS:20220121T013548Z:e5476fff-34a0-42d8-a11b-975435656954" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 01:35:47 GMT" ], "Expires": [ "-1" @@ -697,21 +760,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg1733/providers/Microsoft.Compute/galleries/galleryPsTestGallery6838?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3MzMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTY4Mzg/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9831/providers/Microsoft.Compute/galleries/galleryPsTestGallery8266?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk4MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTgyNjY/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b56c9d48-c1d9-4e4b-bf6b-698316a64c81" + "90987cf4-69db-45dc-a2f8-560dccc4d0ec" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -726,41 +789,41 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/29dcad9c-486e-47db-b994-c75f393fcae6?monitor=true&api-version=2021-10-01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/5051b1fe-4263-4cdf-8917-7a661e41e482?monitor=true&api-version=2021-10-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/29dcad9c-486e-47db-b994-c75f393fcae6?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/5051b1fe-4263-4cdf-8917-7a661e41e482?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteGallery3Min;49,Microsoft.Compute/DeleteGallery30Min;299" + "Microsoft.Compute/DeleteGallery3Min;49,Microsoft.Compute/DeleteGallery30Min;899" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "29dcad9c-486e-47db-b994-c75f393fcae6" + "5051b1fe-4263-4cdf-8917-7a661e41e482" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], "x-ms-correlation-request-id": [ - "3c2ebe2e-513d-4390-b0e5-795a9dc07a43" + "dac2170c-2b4e-44fc-8418-9d6091d5d13e" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121649Z:3c2ebe2e-513d-4390-b0e5-795a9dc07a43" + "WESTUS:20220121T013548Z:dac2170c-2b4e-44fc-8418-9d6091d5d13e" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 01:35:48 GMT" ], "Expires": [ "-1" @@ -770,15 +833,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/29dcad9c-486e-47db-b994-c75f393fcae6?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8yOWRjYWQ5Yy00ODZlLTQ3ZGItYjk5NC1jNzVmMzkzZmNhZTY/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/5051b1fe-4263-4cdf-8917-7a661e41e482?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy81MDUxYjFmZS00MjYzLTRjZGYtODkxNy03YTY2MWU0MWU0ODI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -803,23 +866,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "64546111-9663-4a15-a688-93838645406e" + "2f463af9-35e5-4deb-b341-0b84f05af0ba" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "4341cae6-3aa5-4317-b420-801a87f501c6" + "5ad5888a-49b5-4969-9a06-5533036c748f" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121719Z:4341cae6-3aa5-4317-b420-801a87f501c6" + "WESTUS:20220121T013619Z:5ad5888a-49b5-4969-9a06-5533036c748f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:36:18 GMT" + ], "Content-Length": [ "184" ], @@ -830,19 +900,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:16:48.6137335+00:00\",\r\n \"endTime\": \"2021-12-24T12:16:49.5356086+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"29dcad9c-486e-47db-b994-c75f393fcae6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:35:48.7559482-08:00\",\r\n \"endTime\": \"2022-01-20T17:35:49.0684512-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5051b1fe-4263-4cdf-8917-7a661e41e482\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/29dcad9c-486e-47db-b994-c75f393fcae6?monitor=true&api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8yOWRjYWQ5Yy00ODZlLTQ3ZGItYjk5NC1jNzVmMzkzZmNhZTY/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/5051b1fe-4263-4cdf-8917-7a661e41e482?monitor=true&api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy81MDUxYjFmZS00MjYzLTRjZGYtODkxNy03YTY2MWU0MWU0ODI/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -867,25 +937,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132757907707209429" + "060de95e-c116-496e-9451-1806a389aa56_132617666682877949,060de95e-c116-496e-9451-1806a389aa56_132617666682877949" ], "x-ms-request-id": [ - "969adc42-279a-4200-bdca-a2e7f558cc58" + "40caf2bd-ae75-4401-a6ce-48ef8340d7fa" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "dc02e2af-11c1-4284-b271-0dead08e17b3" + "cf2ad544-f1b7-4061-9ddf-85ead44fb115" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121719Z:dc02e2af-11c1-4284-b271-0dead08e17b3" + "WESTUS:20220121T013619Z:cf2ad544-f1b7-4061-9ddf-85ead44fb115" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 01:36:18 GMT" ], "Expires": [ "-1" @@ -897,12 +971,12 @@ ], "Names": { "GalleryApplication_CRUD_Tests": [ - "galleryPsTestRg1733", - "galleryPsTestGallery6838", - "galleryPsTestGalleryApplication4219" + "galleryPsTestRg9831", + "galleryPsTestGallery8266", + "galleryPsTestGalleryApplication9992" ] }, "Variables": { - "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871" + "SubscriptionId": "97f78232-382b-46a7-8a72-964d692c4f3f" } } \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryImageVersion_CRUD_Tests.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryImageVersion_CRUD_Tests.json index e6383cc284425..6fa3bf060c017 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryImageVersion_CRUD_Tests.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryImageVersion_CRUD_Tests.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "941175e5-1f31-492b-9b74-95b89519caef" + "56cfc62d-1db0-497a-b11d-381f8085d879" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -40,23 +40,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "19a6b8e7-2f9b-4b25-aea4-718323f85895_132834881119701098" + "19a6b8e7-2f9b-4b25-aea4-718323f85895_132771249884714705" ], "x-ms-request-id": [ - "ef6d5882-c5aa-4adc-b471-75577f04141b" + "c7cfb3c7-05ed-495f-937e-d88f3586f6bf" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "065d22f4-7bc4-4803-a644-ef055f6affd5" + "615239bc-e397-4987-b536-be9d3bcc7260" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121725Z:065d22f4-7bc4-4803-a644-ef055f6affd5" + "WESTUS:20220121T013625Z:615239bc-e397-4987-b536-be9d3bcc7260" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:36:25 GMT" + ], "Content-Length": [ "309" ], @@ -67,25 +74,25 @@ "-1" ] }, - "ResponseBody": "[\r\n {\r\n \"location\": \"eastus2\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/eastus2/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", + "ResponseBody": "[\r\n {\r\n \"location\": \"eastus2\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/Providers/Microsoft.Compute/Locations/eastus2/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/galleryPsTestRg7400?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourcegroups/galleryPsTestRg5774?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg7400\": \"2021-12-24 12:17:25Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg5774\": \"2022-01-21 01:36:25Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "6f45ce1f-0da3-4eff-8bb6-f01a35d206c2" + "bddcf216-ef76-40be-ae52-e4c806a071f9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -109,13 +116,13 @@ "1199" ], "x-ms-request-id": [ - "2a8eefb3-9186-4bed-bfa2-057d8e88770c" + "5f68daf1-518d-407f-99af-c6354b9db89c" ], "x-ms-correlation-request-id": [ - "2a8eefb3-9186-4bed-bfa2-057d8e88770c" + "5f68daf1-518d-407f-99af-c6354b9db89c" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121725Z:2a8eefb3-9186-4bed-bfa2-057d8e88770c" + "WESTUS:20220121T013626Z:5f68daf1-518d-407f-99af-c6354b9db89c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -123,6 +130,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:36:25 GMT" + ], "Content-Length": [ "246" ], @@ -133,25 +143,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400\",\r\n \"name\": \"galleryPsTestRg7400\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg7400\": \"2021-12-24 12:17:25Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774\",\r\n \"name\": \"galleryPsTestRg5774\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg5774\": \"2022-01-21 01:36:25Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/galleryPsTestRg7400?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourcegroups/galleryPsTestRg5774?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg7400\": \"2021-12-24 12:17:56Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg5774\": \"2022-01-21 01:36:57Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b79effcf-3a48-4f3e-9155-1bca3bb21f0a" + "15fa2840-d4cc-4eee-a5e4-b7f0607f91ab" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -175,13 +185,13 @@ "1198" ], "x-ms-request-id": [ - "b750f21a-23f1-47a3-8060-844d25f7eeca" + "4807ff6f-e3fd-4834-9cac-68c83d5802b4" ], "x-ms-correlation-request-id": [ - "b750f21a-23f1-47a3-8060-844d25f7eeca" + "4807ff6f-e3fd-4834-9cac-68c83d5802b4" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121756Z:b750f21a-23f1-47a3-8060-844d25f7eeca" + "WESTUS:20220121T013658Z:4807ff6f-e3fd-4834-9cac-68c83d5802b4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -189,6 +199,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:36:57 GMT" + ], "Content-Length": [ "246" ], @@ -199,25 +212,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400\",\r\n \"name\": \"galleryPsTestRg7400\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg7400\": \"2021-12-24 12:17:56Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774\",\r\n \"name\": \"galleryPsTestRg5774\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg5774\": \"2022-01-21 01:36:57Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Storage/storageAccounts/saforgallery5780?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYWZvcmdhbGxlcnk1NzgwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Storage/storageAccounts/saforgallery9598?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYWZvcmdhbGxlcnk5NTk4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cff467c7-7b6e-4af9-99ad-5d8c82ffa2ca" + "2403a68a-eeee-436c-9b92-732fbc8dd972" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -238,7 +251,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0ec1b6e-eb3f-4824-88a3-397c2bcf7392?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0031a84c-b68a-452f-93a1-1926185d85ce?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" @@ -247,7 +260,7 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b0ec1b6e-eb3f-4824-88a3-397c2bcf7392" + "0031a84c-b68a-452f-93a1-1926185d85ce" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -256,16 +269,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "fcacb22f-e34a-4dae-8296-25ebcbb93c62" + "bbd9a55a-63ed-485e-8896-deb9615130b4" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121729Z:fcacb22f-e34a-4dae-8296-25ebcbb93c62" + "WESTUS:20220121T013630Z:bbd9a55a-63ed-485e-8896-deb9615130b4" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 01:36:30 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -278,15 +291,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0ec1b6e-eb3f-4824-88a3-397c2bcf7392?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvYjBlYzFiNmUtZWIzZi00ODI0LTg4YTMtMzk3YzJiY2Y3MzkyP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0031a84c-b68a-452f-93a1-1926185d85ce?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvMDAzMWE4NGMtYjY4YS00NTJmLTkzYTEtMTkyNjE4NWQ4NWNlP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -304,7 +317,7 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e7478ebd-7ca8-4bcb-b09b-f2e21428156f" + "2ad17a3b-4b69-477b-bbff-3866a9d0d57d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -313,14 +326,17 @@ "11999" ], "x-ms-correlation-request-id": [ - "56ee15cf-6446-479e-a2b0-5f8091dedfee" + "dd530445-1e8d-47f4-b4a8-463cf6d89089" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121746Z:56ee15cf-6446-479e-a2b0-5f8091dedfee" + "WESTUS:20220121T013647Z:dd530445-1e8d-47f4-b4a8-463cf6d89089" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:36:47 GMT" + ], "Content-Length": [ "89" ], @@ -335,21 +351,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "74e48fcd-2b88-481e-b688-da30ac69cbd9" + "72d3892a-bc0c-4e9d-b4b7-d8c8673e953c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -367,7 +383,7 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "a5213503-3e93-49c2-92ca-c88ce14c04eb" + "25b24a10-dc34-4182-95fe-b98988c82faa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -376,14 +392,17 @@ "11998" ], "x-ms-correlation-request-id": [ - "1282b9ac-b8e4-4891-a84b-5fcbf7b1b56a" + "3e70358b-db68-4bbf-93f8-3015c5118e74" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121756Z:1282b9ac-b8e4-4891-a84b-5fcbf7b1b56a" + "WESTUS:20220121T013657Z:3e70358b-db68-4bbf-93f8-3015c5118e74" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:36:57 GMT" + ], "Content-Length": [ "765" ], @@ -394,25 +413,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Storage/storageAccounts/saforgallery5780\",\r\n \"name\": \"saforgallery5780\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-12-24T12:17:26.2117609Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saforgallery5780.blob.core.windows.net/\",\r\n \"queue\": \"https://saforgallery5780.queue.core.windows.net/\",\r\n \"table\": \"https://saforgallery5780.table.core.windows.net/\",\r\n \"file\": \"https://saforgallery5780.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Storage/storageAccounts/saforgallery9598\",\r\n \"name\": \"saforgallery9598\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-21T01:36:28.8149139Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saforgallery9598.blob.core.windows.net/\",\r\n \"queue\": \"https://saforgallery9598.queue.core.windows.net/\",\r\n \"table\": \"https://saforgallery9598.table.core.windows.net/\",\r\n \"file\": \"https://saforgallery9598.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Storage/storageAccounts/saforgallery5780?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYWZvcmdhbGxlcnk1NzgwP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Storage/storageAccounts/saforgallery9598?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYWZvcmdhbGxlcnk5NTk4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "37571e75-78ba-4ee4-b639-e6120de7eafe" + "4e95b827-7736-464d-9984-a848cc8e478b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -430,7 +449,7 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c2d86505-a9a2-4c98-ad53-cd1201a58ddb" + "5a365f11-aa00-4ebd-b2d9-d8ebc30f339c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -439,14 +458,17 @@ "11997" ], "x-ms-correlation-request-id": [ - "7ae5940e-573b-4d10-ac1a-0dbac376be2d" + "98f9fef5-ba97-4272-96ce-222ef2f3480a" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121756Z:7ae5940e-573b-4d10-ac1a-0dbac376be2d" + "WESTUS:20220121T013657Z:98f9fef5-ba97-4272-96ce-222ef2f3480a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:36:57 GMT" + ], "Content-Length": [ "753" ], @@ -457,25 +479,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Storage/storageAccounts/saforgallery5780\",\r\n \"name\": \"saforgallery5780\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-12-24T12:17:26.2117609Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saforgallery5780.blob.core.windows.net/\",\r\n \"queue\": \"https://saforgallery5780.queue.core.windows.net/\",\r\n \"table\": \"https://saforgallery5780.table.core.windows.net/\",\r\n \"file\": \"https://saforgallery5780.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Storage/storageAccounts/saforgallery9598\",\r\n \"name\": \"saforgallery9598\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2022-01-21T01:36:28.8149139Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saforgallery9598.blob.core.windows.net/\",\r\n \"queue\": \"https://saforgallery9598.queue.core.windows.net/\",\r\n \"table\": \"https://saforgallery9598.table.core.windows.net/\",\r\n \"file\": \"https://saforgallery9598.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/publicIPAddresses/pip7770?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc3NzA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/publicIPAddresses/pip7504?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc1MDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn333\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7869\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a8c2a37b-ed3d-4843-8345-b43259fd1bdb" + "d95c9680-7b10-41ed-9ba8-090d5e853e3e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -503,19 +525,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9c4afa75-5594-41d7-b5b1-63c7a834fca4" + "879f1f19-62da-4c6f-b4ff-dbd78fb9a849" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/9c4afa75-5594-41d7-b5b1-63c7a834fca4?api-version=2019-09-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Network/locations/eastus2/operations/879f1f19-62da-4c6f-b4ff-dbd78fb9a849?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "5da90cc3-2982-44b4-a106-ce1d01ce39d4" + "f5421463-c3e6-4cf0-821f-456813e5659e" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "3da3f0db-c107-4ad6-9921-77f8424bd0a2" + "6cd4d3d4-420b-45cf-a2e1-141f0ae208e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -524,11 +546,14 @@ "1199" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121757Z:5da90cc3-2982-44b4-a106-ce1d01ce39d4" + "WESTUS:20220121T013701Z:f5421463-c3e6-4cf0-821f-456813e5659e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:37:01 GMT" + ], "Content-Length": [ "761" ], @@ -539,19 +564,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7770\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/publicIPAddresses/pip7770\",\r\n \"etag\": \"W/\\\"f2d60401-0dff-4fb4-9b00-616c006289f1\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"5e5b5815-48ae-4b4d-b08b-5b93f88a1ae3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn333\",\r\n \"fqdn\": \"dn333.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7504\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/publicIPAddresses/pip7504\",\r\n \"etag\": \"W/\\\"b4b91220-6c62-45b8-928f-533f632b8c70\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"a2e4569a-a1d8-4b2a-a124-c0af45b93beb\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7869\",\r\n \"fqdn\": \"dn7869.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/9c4afa75-5594-41d7-b5b1-63c7a834fca4?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzljNGFmYTc1LTU1OTQtNDFkNy1iNWIxLTYzYzdhODM0ZmNhND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Network/locations/eastus2/operations/879f1f19-62da-4c6f-b4ff-dbd78fb9a849?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzg3OWYxZjE5LTYyZGEtNGM2Zi1iNGZmLWRiZDc4ZmI5YTg0OT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -570,13 +595,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "3dcc7195-d605-4dfc-adf3-b9cc5602c30d" + "d11dcd7a-447f-4e57-8be4-6a12fe32e0bc" ], "x-ms-correlation-request-id": [ - "0052db53-e6e2-44d4-a039-895c563c48c7" + "47796fb9-8190-40b6-ab1e-f5ec22a83f7c" ], "x-ms-arm-service-request-id": [ - "f3207d2b-eee2-4e0f-a37b-7c9106f702db" + "1380ba31-26f8-4d13-b54a-e983176db06d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -585,11 +610,14 @@ "11999" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121758Z:0052db53-e6e2-44d4-a039-895c563c48c7" + "WESTUS:20220121T013702Z:47796fb9-8190-40b6-ab1e-f5ec22a83f7c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:37:02 GMT" + ], "Content-Length": [ "29" ], @@ -604,15 +632,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/publicIPAddresses/pip7770?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc3NzA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/publicIPAddresses/pip7504?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc1MDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -627,20 +655,16 @@ "no-cache" ], "ETag": [ - "W/\"4317b48f-63cf-479a-8718-85befb8e5971\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"672010c5-9cf7-47e3-83a6-53a9aa668790\"" ], "x-ms-request-id": [ - "47b5702b-7e56-4a95-997b-ea6dfc9ac38a" + "39b33a11-2185-496f-bf51-9a63b3194f40" ], "x-ms-correlation-request-id": [ - "d0c42bb4-0f36-4cda-a4b7-6919785227b1" + "6cedcdad-3f71-488a-bc58-4a4240a9b139" ], "x-ms-arm-service-request-id": [ - "3c217ca4-80e2-4813-9f76-ba580a5e55fc" + "42c40fe5-f93f-4424-925e-f0ecfc157fcd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -649,11 +673,14 @@ "11998" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121758Z:d0c42bb4-0f36-4cda-a4b7-6919785227b1" + "WESTUS:20220121T013703Z:6cedcdad-3f71-488a-bc58-4a4240a9b139" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:37:02 GMT" + ], "Content-Length": [ "762" ], @@ -664,25 +691,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7770\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/publicIPAddresses/pip7770\",\r\n \"etag\": \"W/\\\"4317b48f-63cf-479a-8718-85befb8e5971\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5e5b5815-48ae-4b4d-b08b-5b93f88a1ae3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn333\",\r\n \"fqdn\": \"dn333.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7504\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/publicIPAddresses/pip7504\",\r\n \"etag\": \"W/\\\"672010c5-9cf7-47e3-83a6-53a9aa668790\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a2e4569a-a1d8-4b2a-a124-c0af45b93beb\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7869\",\r\n \"fqdn\": \"dn7869.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/publicIPAddresses/pip7770?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc3NzA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/publicIPAddresses/pip7504?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDc1MDQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b0fbb9eb-1964-491b-b5b0-5c131158d8cf" + "01236b39-0c64-4f64-bbbd-089e619c7282" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -697,20 +724,16 @@ "no-cache" ], "ETag": [ - "W/\"4317b48f-63cf-479a-8718-85befb8e5971\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"672010c5-9cf7-47e3-83a6-53a9aa668790\"" ], "x-ms-request-id": [ - "fe859fbd-5348-498d-bea4-3de7e76d8c85" + "9ad5cc2e-6199-428c-8af8-fb85c9e234c3" ], "x-ms-correlation-request-id": [ - "d640b814-da46-4c89-b9e8-ab9bf6adbd87" + "7ea6993e-6377-44ec-b7e6-c5059c938864" ], "x-ms-arm-service-request-id": [ - "bca46e12-4601-41e0-a20c-c3fce98d1226" + "daf67ba3-0cd6-4139-8836-1c955e559110" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -719,11 +742,14 @@ "11997" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121758Z:d640b814-da46-4c89-b9e8-ab9bf6adbd87" + "WESTUS:20220121T013703Z:7ea6993e-6377-44ec-b7e6-c5059c938864" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:37:02 GMT" + ], "Content-Length": [ "762" ], @@ -734,25 +760,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"pip7770\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/publicIPAddresses/pip7770\",\r\n \"etag\": \"W/\\\"4317b48f-63cf-479a-8718-85befb8e5971\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"5e5b5815-48ae-4b4d-b08b-5b93f88a1ae3\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn333\",\r\n \"fqdn\": \"dn333.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"pip7504\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/publicIPAddresses/pip7504\",\r\n \"etag\": \"W/\\\"672010c5-9cf7-47e3-83a6-53a9aa668790\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"a2e4569a-a1d8-4b2a-a124-c0af45b93beb\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn7869\",\r\n \"fqdn\": \"dn7869.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/virtualNetworks/vn3356?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMzNTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/virtualNetworks/vn1109?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjExMDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn6396\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn4529\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "71198fce-b019-490d-a0d9-ce8044f1f31e" + "53661b72-64f2-4673-82c8-35a558d75d29" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -780,19 +806,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e2392dbc-1927-4f78-aef4-00d9aeb632d5" + "5644a905-8093-4af1-b424-1e1a4c4480ce" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/e2392dbc-1927-4f78-aef4-00d9aeb632d5?api-version=2019-09-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Network/locations/eastus2/operations/5644a905-8093-4af1-b424-1e1a4c4480ce?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "7807e581-67e9-4811-bc33-2163dcc27a51" + "9cba8786-1bd7-44b7-8093-c06481f855aa" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "13f6eb41-8542-4df1-8319-91abc2c0aa32" + "77a6ad9c-3822-44cf-8231-e5a496e64665" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -801,11 +827,14 @@ "1198" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121758Z:7807e581-67e9-4811-bc33-2163dcc27a51" + "WESTUS:20220121T013704Z:9cba8786-1bd7-44b7-8093-c06481f855aa" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:37:04 GMT" + ], "Content-Length": [ "1327" ], @@ -816,19 +845,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3356\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/virtualNetworks/vn3356\",\r\n \"etag\": \"W/\\\"0262a985-597c-474a-99a0-ea5c61e7b8d1\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"7709c3de-c425-4c3b-8e56-326e9f86bf2c\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6396\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/virtualNetworks/vn3356/subnets/sn6396\",\r\n \"etag\": \"W/\\\"0262a985-597c-474a-99a0-ea5c61e7b8d1\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vn1109\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/virtualNetworks/vn1109\",\r\n \"etag\": \"W/\\\"ed77436d-3034-4020-9337-4da1523d4b6f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"04601d59-864e-4b19-8b32-87ad6f26d3e0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4529\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/virtualNetworks/vn1109/subnets/sn4529\",\r\n \"etag\": \"W/\\\"ed77436d-3034-4020-9337-4da1523d4b6f\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/e2392dbc-1927-4f78-aef4-00d9aeb632d5?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2UyMzkyZGJjLTE5MjctNGY3OC1hZWY0LTAwZDlhZWI2MzJkNT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Network/locations/eastus2/operations/5644a905-8093-4af1-b424-1e1a4c4480ce?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU2NDRhOTA1LTgwOTMtNGFmMS1iNDI0LTFlMWE0YzQ0ODBjZT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -847,13 +876,13 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "79be907c-a0c3-455a-9bdf-252b6200f98f" + "c9ff4806-94a5-4b95-a975-bfe3cad71fb8" ], "x-ms-correlation-request-id": [ - "91ef3d80-2153-4ac9-b438-e6cfa959772d" + "5567324a-dfdf-47c7-9fd2-8c448c2bdb76" ], "x-ms-arm-service-request-id": [ - "9064a651-9ded-48e9-9441-5be207138219" + "1e562629-0949-403c-8d7d-7c382c948e0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -862,11 +891,14 @@ "11996" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121801Z:91ef3d80-2153-4ac9-b438-e6cfa959772d" + "WESTUS:20220121T013707Z:5567324a-dfdf-47c7-9fd2-8c448c2bdb76" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:37:07 GMT" + ], "Content-Length": [ "29" ], @@ -881,15 +913,15 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/virtualNetworks/vn3356?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMzNTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/virtualNetworks/vn1109?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjExMDk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -904,20 +936,16 @@ "no-cache" ], "ETag": [ - "W/\"8a8b9c93-c880-4fce-8ac3-c424eff43f07\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"bf5ac7cb-602a-4774-a67f-727d35ac58f7\"" ], "x-ms-request-id": [ - "d7dfa83e-c5f2-4bf5-a1c5-bbe5823447d1" + "0a11c740-392b-48fc-ab78-122668f0c3f5" ], "x-ms-correlation-request-id": [ - "3c37a4db-7045-45aa-a782-3078c0b12644" + "b27c2910-2d3b-4331-ab49-abba85e45aaf" ], "x-ms-arm-service-request-id": [ - "52c563dd-ed46-49d9-a712-5cbaf9268e1b" + "f5c0b192-de3a-4767-b958-93c886a91ea2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -926,11 +954,14 @@ "11995" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121801Z:3c37a4db-7045-45aa-a782-3078c0b12644" + "WESTUS:20220121T013708Z:b27c2910-2d3b-4331-ab49-abba85e45aaf" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:37:07 GMT" + ], "Content-Length": [ "1329" ], @@ -941,25 +972,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vn3356\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/virtualNetworks/vn3356\",\r\n \"etag\": \"W/\\\"8a8b9c93-c880-4fce-8ac3-c424eff43f07\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"7709c3de-c425-4c3b-8e56-326e9f86bf2c\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn6396\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/virtualNetworks/vn3356/subnets/sn6396\",\r\n \"etag\": \"W/\\\"8a8b9c93-c880-4fce-8ac3-c424eff43f07\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vn1109\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/virtualNetworks/vn1109\",\r\n \"etag\": \"W/\\\"bf5ac7cb-602a-4774-a67f-727d35ac58f7\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"04601d59-864e-4b19-8b32-87ad6f26d3e0\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn4529\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/virtualNetworks/vn1109/subnets/sn4529\",\r\n \"etag\": \"W/\\\"bf5ac7cb-602a-4774-a67f-727d35ac58f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/virtualNetworks/vn3356/subnets/sn6396?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjMzNTYvc3VibmV0cy9zbjYzOTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/virtualNetworks/vn1109/subnets/sn4529?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjExMDkvc3VibmV0cy9zbjQ1Mjk/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f1757de-46fd-4545-932a-2470cfdc0a86" + "1f936e10-c277-45d7-81ec-31d372f4a86c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -974,20 +1005,16 @@ "no-cache" ], "ETag": [ - "W/\"8a8b9c93-c880-4fce-8ac3-c424eff43f07\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"bf5ac7cb-602a-4774-a67f-727d35ac58f7\"" ], "x-ms-request-id": [ - "9bf8bf37-9f6c-48fc-9db7-2b73b570898a" + "91ab14a8-df8e-40ec-a51f-87c77bbc1777" ], "x-ms-correlation-request-id": [ - "6482d300-0592-481e-8c7b-c9c40adf7658" + "135ff921-cf61-4b30-823a-5b307d043c6e" ], "x-ms-arm-service-request-id": [ - "e8bf148a-8c28-41e0-85c3-b1abad6ad8e1" + "6f597609-2f97-45de-b41f-85e0204e614c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -996,11 +1023,14 @@ "11994" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121802Z:6482d300-0592-481e-8c7b-c9c40adf7658" + "WESTUS:20220121T013708Z:135ff921-cf61-4b30-823a-5b307d043c6e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:37:07 GMT" + ], "Content-Length": [ "529" ], @@ -1011,25 +1041,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"sn6396\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/virtualNetworks/vn3356/subnets/sn6396\",\r\n \"etag\": \"W/\\\"8a8b9c93-c880-4fce-8ac3-c424eff43f07\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"sn4529\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/virtualNetworks/vn1109/subnets/sn4529\",\r\n \"etag\": \"W/\\\"bf5ac7cb-602a-4774-a67f-727d35ac58f7\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/networkInterfaces/nic7502?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc1MDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/networkInterfaces/nic3616?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM2MTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn6396\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/virtualNetworks/vn3356/subnets/sn6396\"\r\n }\r\n },\r\n \"name\": \"ip5281\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn4529\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/virtualNetworks/vn1109/subnets/sn4529\"\r\n }\r\n },\r\n \"name\": \"ip3206\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "bf0d6c7d-125b-43ae-8ab5-ba657b720674" + "c01ee0db-473c-4049-8e50-4d693412ac4f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ], "Content-Type": [ @@ -1054,19 +1084,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "674a0e18-e85b-4825-a8d5-d455eb155cf0" + "f00a9d8d-71d7-49ec-8aba-067fdf46d915" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/674a0e18-e85b-4825-a8d5-d455eb155cf0?api-version=2019-09-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Network/locations/eastus2/operations/f00a9d8d-71d7-49ec-8aba-067fdf46d915?api-version=2019-09-01" ], "x-ms-correlation-request-id": [ - "a8b89f5d-2721-463e-b17a-ce72876d3672" + "e3355e21-f622-4330-a9b0-a324816841be" ], "Azure-AsyncNotification": [ "Enabled" ], "x-ms-arm-service-request-id": [ - "ab885165-4fff-4e2a-a101-e62394b4156b" + "40e3d533-8fd9-4e87-8852-f0c431f2d962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1075,11 +1105,14 @@ "1197" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121802Z:a8b89f5d-2721-463e-b17a-ce72876d3672" + "WESTUS:20220121T013710Z:e3355e21-f622-4330-a9b0-a324816841be" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:37:09 GMT" + ], "Content-Length": [ "1643" ], @@ -1090,19 +1123,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7502\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/networkInterfaces/nic7502\",\r\n \"etag\": \"W/\\\"a79e3d8b-a241-4830-bba6-df1258b39728\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cc2f4085-0f9e-4747-b86f-0a87fbb394b2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5281\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/networkInterfaces/nic7502/ipConfigurations/ip5281\",\r\n \"etag\": \"W/\\\"a79e3d8b-a241-4830-bba6-df1258b39728\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/virtualNetworks/vn3356/subnets/sn6396\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"11bqs3zfyq3uzdswgjxj5bv5fe.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3616\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/networkInterfaces/nic3616\",\r\n \"etag\": \"W/\\\"3363a614-787e-4b5e-907d-5cf5de8c6604\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c92ea45e-5f92-408f-9efd-624f107546bb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3206\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/networkInterfaces/nic3616/ipConfigurations/ip3206\",\r\n \"etag\": \"W/\\\"3363a614-787e-4b5e-907d-5cf5de8c6604\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/virtualNetworks/vn1109/subnets/sn4529\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"leowabcoqymuxczsq4ww4jwt2a.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/networkInterfaces/nic7502?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc1MDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/networkInterfaces/nic3616?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM2MTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1117,20 +1150,16 @@ "no-cache" ], "ETag": [ - "W/\"a79e3d8b-a241-4830-bba6-df1258b39728\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"3363a614-787e-4b5e-907d-5cf5de8c6604\"" ], "x-ms-request-id": [ - "f2cf8d59-952c-40ea-9752-00d433b1b119" + "a09006e2-4124-4b60-9552-f5d4bddc936e" ], "x-ms-correlation-request-id": [ - "aef557f8-c629-4263-a543-81574bb6211d" + "ec3875ea-05b6-4cf4-aa77-a05bdc4a7c58" ], "x-ms-arm-service-request-id": [ - "eed28ed0-7ffe-4cd8-92d5-8b8f98cd98b7" + "c9948acb-855b-45cb-a042-f2f3b73c0a1a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1139,11 +1168,14 @@ "11993" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121802Z:aef557f8-c629-4263-a543-81574bb6211d" + "WESTUS:20220121T013710Z:ec3875ea-05b6-4cf4-aa77-a05bdc4a7c58" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:37:09 GMT" + ], "Content-Length": [ "1643" ], @@ -1154,25 +1186,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7502\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/networkInterfaces/nic7502\",\r\n \"etag\": \"W/\\\"a79e3d8b-a241-4830-bba6-df1258b39728\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cc2f4085-0f9e-4747-b86f-0a87fbb394b2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5281\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/networkInterfaces/nic7502/ipConfigurations/ip5281\",\r\n \"etag\": \"W/\\\"a79e3d8b-a241-4830-bba6-df1258b39728\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/virtualNetworks/vn3356/subnets/sn6396\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"11bqs3zfyq3uzdswgjxj5bv5fe.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3616\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/networkInterfaces/nic3616\",\r\n \"etag\": \"W/\\\"3363a614-787e-4b5e-907d-5cf5de8c6604\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c92ea45e-5f92-408f-9efd-624f107546bb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3206\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/networkInterfaces/nic3616/ipConfigurations/ip3206\",\r\n \"etag\": \"W/\\\"3363a614-787e-4b5e-907d-5cf5de8c6604\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/virtualNetworks/vn1109/subnets/sn4529\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"leowabcoqymuxczsq4ww4jwt2a.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/networkInterfaces/nic7502?api-version=2019-09-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzc1MDI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/networkInterfaces/nic3616?api-version=2019-09-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzM2MTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "451c0688-7a31-4611-801a-585251a40100" + "39f9b2e8-4ec2-4cb9-8caa-a91d82bef089" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0" ] }, @@ -1187,20 +1219,16 @@ "no-cache" ], "ETag": [ - "W/\"a79e3d8b-a241-4830-bba6-df1258b39728\"" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "W/\"3363a614-787e-4b5e-907d-5cf5de8c6604\"" ], "x-ms-request-id": [ - "05eb7b64-c3fe-4d12-93aa-8a9485e526b2" + "cbaf4927-7f48-4175-879b-9bc62c9a3a60" ], "x-ms-correlation-request-id": [ - "f88dd814-05f9-4f17-be59-0b3833770d78" + "9ce47970-6a6e-43fe-9bf3-c6adf06ba20a" ], "x-ms-arm-service-request-id": [ - "13f99ef6-212c-48c0-aefa-d48adcab4e73" + "bf3a5a00-5a2b-4e6a-9647-c7662bdca9ec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1209,11 +1237,14 @@ "11992" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121802Z:f88dd814-05f9-4f17-be59-0b3833770d78" + "WESTUS:20220121T013710Z:9ce47970-6a6e-43fe-9bf3-c6adf06ba20a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:37:09 GMT" + ], "Content-Length": [ "1643" ], @@ -1224,25 +1255,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"nic7502\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/networkInterfaces/nic7502\",\r\n \"etag\": \"W/\\\"a79e3d8b-a241-4830-bba6-df1258b39728\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cc2f4085-0f9e-4747-b86f-0a87fbb394b2\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip5281\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/networkInterfaces/nic7502/ipConfigurations/ip5281\",\r\n \"etag\": \"W/\\\"a79e3d8b-a241-4830-bba6-df1258b39728\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/virtualNetworks/vn3356/subnets/sn6396\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"11bqs3zfyq3uzdswgjxj5bv5fe.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"nic3616\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/networkInterfaces/nic3616\",\r\n \"etag\": \"W/\\\"3363a614-787e-4b5e-907d-5cf5de8c6604\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"c92ea45e-5f92-408f-9efd-624f107546bb\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3206\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/networkInterfaces/nic3616/ipConfigurations/ip3206\",\r\n \"etag\": \"W/\\\"3363a614-787e-4b5e-907d-5cf5de8c6604\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/virtualNetworks/vn1109/subnets/sn4529\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"leowabcoqymuxczsq4ww4jwt2a.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/availabilitySets/asforgallery785?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXNmb3JnYWxsZXJ5Nzg1P2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/availabilitySets/asforgallery6637?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXNmb3JnYWxsZXJ5NjYzNz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "85e107d8-22a3-4b10-b154-be430ee493bf" + "16c3b4e8-c9ee-4c5a-8156-e4c1421ccf9a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ @@ -1273,20 +1304,27 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a27dcf09-b281-49a9-8c6b-bb68daca185f" + "3ee20567-e77f-42a4-8ce9-f35e06ed787d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "c5035536-a34b-4945-9a66-35c1b27a09f5" + "1d585c5d-0d50-45e3-ab90-7bcbcaaa31ca" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121802Z:c5035536-a34b-4945-9a66-35c1b27a09f5" + "WESTUS:20220121T013713Z:1d585c5d-0d50-45e3-ab90-7bcbcaaa31ca" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:37:12 GMT" + ], "Content-Length": [ "462" ], @@ -1297,32 +1335,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"asforgallery785\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/availabilitySets/asforgallery785\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"asforgallery6637\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/availabilitySets/asforgallery6637\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/virtualMachines/vm6584?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY1ODQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/virtualMachines/vm2535?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI1MzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://saforgallery5780.blob.core.windows.net/crptestar506/oscrptestar832.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/networkInterfaces/nic7502\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/availabilitySets/asforgallery785\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://saforgallery9598.blob.core.windows.net/crptestar9952/oscrptestar9568.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/networkInterfaces/nic3616\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/availabilitySets/asforgallery6637\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "769a97be-bd5c-4b9a-a43c-9e997b6f7003" + "8b271141-96f8-4b51-a54e-5a54c95a0dde" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "1236" + "1239" ] }, "ResponseHeaders": { @@ -1343,7 +1381,7 @@ "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3fad6c3e-1d98-4bce-9c92-26ab888e9753?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-07-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/9b548425-1367-43fc-9a66-bfbfb1c1ce8c?p=0b6b958b-08c9-4eca-a759-7e84a44d7832&api-version=2021-07-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1355,22 +1393,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3fad6c3e-1d98-4bce-9c92-26ab888e9753" + "9b548425-1367-43fc-9a66-bfbfb1c1ce8c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "17342cee-ff66-4706-a1df-7f2086bbe933" + "0d1816f3-341c-48b0-9a1b-1f5a5c9c7058" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121803Z:17342cee-ff66-4706-a1df-7f2086bbe933" + "WESTUS:20220121T013715Z:0d1816f3-341c-48b0-9a1b-1f5a5c9c7058" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:37:14 GMT" + ], "Content-Length": [ - "2048" + "2051" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1379,19 +1424,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6584\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/virtualMachines/vm6584\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ee1b6353-d942-4d76-b296-bc1dc5404771\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/availabilitySets/ASFORGALLERY785\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://saforgallery5780.blob.core.windows.net/crptestar506/oscrptestar832.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/networkInterfaces/nic7502\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm2535\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/virtualMachines/vm2535\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"370085e3-e223-40a0-8489-6ec550e2de41\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/availabilitySets/ASFORGALLERY6637\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://saforgallery9598.blob.core.windows.net/crptestar9952/oscrptestar9568.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/networkInterfaces/nic3616\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3fad6c3e-1d98-4bce-9c92-26ab888e9753?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzNmYWQ2YzNlLTFkOTgtNGJjZS05YzkyLTI2YWI4ODhlOTc1Mz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/9b548425-1367-43fc-9a66-bfbfb1c1ce8c?p=0b6b958b-08c9-4eca-a759-7e84a44d7832&api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzliNTQ4NDI1LTEzNjctNDNmYy05YTY2LWJmYmZiMWMxY2U4Yz9wPTBiNmI5NThiLTA4YzktNGVjYS1hNzU5LTdlODRhNDRkNzgzMiZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1413,26 +1458,33 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29916" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d30697d4-2a22-4f93-b3f7-6e38aad2ceef" + "96f60304-4256-4ea1-93fc-d0bd1fd143da" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "28e5be79-f710-4379-b978-93fce23f6913" + "2394a825-a93a-40d2-88c3-dce3f3d6e83f" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121813Z:28e5be79-f710-4379-b978-93fce23f6913" + "WESTUS:20220121T013725Z:2394a825-a93a-40d2-88c3-dce3f3d6e83f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:37:24 GMT" + ], "Content-Length": [ "134" ], @@ -1443,19 +1495,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:18:03.2250402+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3fad6c3e-1d98-4bce-9c92-26ab888e9753\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:37:14.7223055-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9b548425-1367-43fc-9a66-bfbfb1c1ce8c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3fad6c3e-1d98-4bce-9c92-26ab888e9753?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzNmYWQ2YzNlLTFkOTgtNGJjZS05YzkyLTI2YWI4ODhlOTc1Mz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/9b548425-1367-43fc-9a66-bfbfb1c1ce8c?p=0b6b958b-08c9-4eca-a759-7e84a44d7832&api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzliNTQ4NDI1LTEzNjctNDNmYy05YTY2LWJmYmZiMWMxY2U4Yz9wPTBiNmI5NThiLTA4YzktNGVjYS1hNzU5LTdlODRhNDRkNzgzMiZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1474,26 +1526,33 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998" + "Microsoft.Compute/GetOperation3Min;14990,Microsoft.Compute/GetOperation30Min;29912" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5e337a40-6fa3-4c69-830d-2ecbeb899ddb" + "cc50eac9-5c9c-4e96-b9e0-cbeb46b7b36f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "5528744b-2b6b-469d-b143-2e9289817d28" + "3e4989dd-b5e5-4cd3-aed2-bffff309e5d6" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121903Z:5528744b-2b6b-469d-b143-2e9289817d28" + "WESTUS:20220121T013815Z:3e4989dd-b5e5-4cd3-aed2-bffff309e5d6" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:38:15 GMT" + ], "Content-Length": [ "134" ], @@ -1504,19 +1563,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:18:03.2250402+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3fad6c3e-1d98-4bce-9c92-26ab888e9753\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:37:14.7223055-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9b548425-1367-43fc-9a66-bfbfb1c1ce8c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3fad6c3e-1d98-4bce-9c92-26ab888e9753?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzNmYWQ2YzNlLTFkOTgtNGJjZS05YzkyLTI2YWI4ODhlOTc1Mz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/9b548425-1367-43fc-9a66-bfbfb1c1ce8c?p=0b6b958b-08c9-4eca-a759-7e84a44d7832&api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzliNTQ4NDI1LTEzNjctNDNmYy05YTY2LWJmYmZiMWMxY2U4Yz9wPTBiNmI5NThiLTA4YzktNGVjYS1hNzU5LTdlODRhNDRkNzgzMiZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1535,26 +1594,33 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997" + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29910" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2b87b1ba-0d34-4778-bd5f-15e16e4d4974" + "fd155359-3556-4179-a6fb-e13c92bb5c39" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "cd378455-4620-4366-9ccd-69935a190ee2" + "11fb986b-0cd2-42fa-aa36-11c5a7316d42" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121953Z:cd378455-4620-4366-9ccd-69935a190ee2" + "WESTUS:20220121T013905Z:11fb986b-0cd2-42fa-aa36-11c5a7316d42" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:39:05 GMT" + ], "Content-Length": [ "134" ], @@ -1565,19 +1631,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:18:03.2250402+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"3fad6c3e-1d98-4bce-9c92-26ab888e9753\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:37:14.7223055-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"9b548425-1367-43fc-9a66-bfbfb1c1ce8c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/3fad6c3e-1d98-4bce-9c92-26ab888e9753?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzNmYWQ2YzNlLTFkOTgtNGJjZS05YzkyLTI2YWI4ODhlOTc1Mz9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/9b548425-1367-43fc-9a66-bfbfb1c1ce8c?p=0b6b958b-08c9-4eca-a759-7e84a44d7832&api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzliNTQ4NDI1LTEzNjctNDNmYy05YTY2LWJmYmZiMWMxY2U4Yz9wPTBiNmI5NThiLTA4YzktNGVjYS1hNzU5LTdlODRhNDRkNzgzMiZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1591,31 +1657,34 @@ "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995" + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29908" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f84213c5-38f0-4eeb-8c72-423b5844a11e" + "f4eb541f-9acd-487d-b530-5702f5239077" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "4017baa0-db3b-4fa3-b4f5-1928f905dd0b" + "57bf2068-4282-4435-a522-f23710b0de2e" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T122043Z:4017baa0-db3b-4fa3-b4f5-1928f905dd0b" + "WESTUS:20220121T013956Z:57bf2068-4282-4435-a522-f23710b0de2e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:39:55 GMT" + ], "Content-Length": [ "184" ], @@ -1626,19 +1695,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:18:03.2250402+00:00\",\r\n \"endTime\": \"2021-12-24T12:20:09.3977733+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3fad6c3e-1d98-4bce-9c92-26ab888e9753\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:37:14.7223055-08:00\",\r\n \"endTime\": \"2022-01-20T17:39:14.5666659-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"9b548425-1367-43fc-9a66-bfbfb1c1ce8c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/virtualMachines/vm6584?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY1ODQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/virtualMachines/vm2535?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI1MzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1646,39 +1715,39 @@ "Cache-Control": [ "no-cache" ], - "Date": [ - "Fri, 24 Dec 2021 12:20:43 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3998,Microsoft.Compute/LowCostGet30Min;31992" + "Microsoft.Compute/LowCostGet3Min;3989,Microsoft.Compute/LowCostGet30Min;31928" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "88b99ca3-a90a-4862-b5e4-c8faf640f532" + "bac6038d-7f5e-4ad8-90f7-f6cb7fafbfe5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "33cb887a-de64-4a6c-b765-4355da6a15cc" + "9e4fc02d-7dbf-4691-beca-880acb2acbeb" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T122043Z:33cb887a-de64-4a6c-b765-4355da6a15cc" + "WESTUS:20220121T013956Z:9e4fc02d-7dbf-4691-beca-880acb2acbeb" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:39:56 GMT" + ], "Content-Length": [ - "2077" + "2080" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1687,25 +1756,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6584\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/virtualMachines/vm6584\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ee1b6353-d942-4d76-b296-bc1dc5404771\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/availabilitySets/ASFORGALLERY785\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://saforgallery5780.blob.core.windows.net/crptestar506/oscrptestar832.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/networkInterfaces/nic7502\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm2535\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/virtualMachines/vm2535\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"370085e3-e223-40a0-8489-6ec550e2de41\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/availabilitySets/ASFORGALLERY6637\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://saforgallery9598.blob.core.windows.net/crptestar9952/oscrptestar9568.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/networkInterfaces/nic3616\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/virtualMachines/vm6584?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY1ODQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/virtualMachines/vm2535?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI1MzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ee68c47d-cba8-49c4-9cfd-c16b65502106" + "a350e93a-76d7-41d5-aa85-fed2575e96d1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1724,28 +1793,35 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31991" + "Microsoft.Compute/LowCostGet3Min;3988,Microsoft.Compute/LowCostGet30Min;31927" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c8b27a33-3b49-483e-b2eb-b28ba8982ccf" + "1d2697db-a269-4d5c-9a1e-0670f5b5f1f6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "45c67d7d-b3f9-49d8-84b7-82570c1ca3e9" + "ea43fb3b-8d6b-4c3e-9496-4a94f7140706" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T122043Z:45c67d7d-b3f9-49d8-84b7-82570c1ca3e9" + "WESTUS:20220121T013956Z:ea43fb3b-8d6b-4c3e-9496-4a94f7140706" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:39:56 GMT" + ], "Content-Length": [ - "2077" + "2080" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1754,32 +1830,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"vm6584\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/virtualMachines/vm6584\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"ee1b6353-d942-4d76-b296-bc1dc5404771\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/availabilitySets/ASFORGALLERY785\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://saforgallery5780.blob.core.windows.net/crptestar506/oscrptestar832.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Network/networkInterfaces/nic7502\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"vm2535\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/virtualMachines/vm2535\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"370085e3-e223-40a0-8489-6ec550e2de41\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/availabilitySets/ASFORGALLERY6637\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://saforgallery9598.blob.core.windows.net/crptestar9952/oscrptestar9568.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"deleteOption\": \"Detach\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\",\r\n \"assessmentMode\": \"ImageDefault\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Network/networkInterfaces/nic3616\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/images/psTestSourceImage4060?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTQwNjA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/images/psTestSourceImage4695?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTQ2OTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"blobUri\": \"https://saforgallery5780.blob.core.windows.net/crptestar506/oscrptestar832.vhd\"\r\n },\r\n \"zoneResilient\": true\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"blobUri\": \"https://saforgallery9598.blob.core.windows.net/crptestar9952/oscrptestar9568.vhd\"\r\n },\r\n \"zoneResilient\": true\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7ef0f67c-cf4c-4053-85ab-dbe5265e7a23" + "ecb1b6ca-7e14-4654-9679-ac46b92c994c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "397" + "399" ] }, "ResponseHeaders": { @@ -1797,7 +1873,7 @@ "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/69a9366f-01e7-487f-93d5-cd306248eafe?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-07-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/78f7ece6-65c0-4bec-8f32-9da38e3f893c?p=0b6b958b-08c9-4eca-a759-7e84a44d7832&api-version=2021-07-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -1809,22 +1885,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "69a9366f-01e7-487f-93d5-cd306248eafe" + "78f7ece6-65c0-4bec-8f32-9da38e3f893c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "f0ede138-1053-4190-a65a-d29bbb9ba84b" + "500e0964-9ec9-4e42-9330-6cf350c2bb5a" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T122049Z:f0ede138-1053-4190-a65a-d29bbb9ba84b" + "WESTUS:20220121T014003Z:500e0964-9ec9-4e42-9330-6cf350c2bb5a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:40:02 GMT" + ], "Content-Length": [ - "765" + "767" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1833,19 +1916,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"psTestSourceImage4060\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/images/psTestSourceImage4060\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"blobUri\": \"https://saforgallery5780.blob.core.windows.net/crptestar506/oscrptestar832.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [],\r\n \"zoneResilient\": true\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"psTestSourceImage4695\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/images/psTestSourceImage4695\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"blobUri\": \"https://saforgallery9598.blob.core.windows.net/crptestar9952/oscrptestar9568.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [],\r\n \"zoneResilient\": true\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/69a9366f-01e7-487f-93d5-cd306248eafe?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzY5YTkzNjZmLTAxZTctNDg3Zi05M2Q1LWNkMzA2MjQ4ZWFmZT9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/78f7ece6-65c0-4bec-8f32-9da38e3f893c?p=0b6b958b-08c9-4eca-a759-7e84a44d7832&api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzc4ZjdlY2U2LTY1YzAtNGJlYy04ZjMyLTlkYTM4ZTNmODkzYz9wPTBiNmI5NThiLTA4YzktNGVjYS1hNzU5LTdlODRhNDRkNzgzMiZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1864,26 +1947,33 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29994" + "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29923" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "49f812ee-51e3-4b0f-8743-38c08272c215" + "a36e5963-12ab-4535-a717-98ffe76edcf6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "876102fb-d0f1-409c-8aa7-e6a8f37fbeb7" + "6f08d42a-053f-46cb-aee4-6aba5e8fcf13" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T122119Z:876102fb-d0f1-409c-8aa7-e6a8f37fbeb7" + "WESTUS:20220121T014033Z:6f08d42a-053f-46cb-aee4-6aba5e8fcf13" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:40:32 GMT" + ], "Content-Length": [ "184" ], @@ -1894,19 +1984,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:20:43.9448628+00:00\",\r\n \"endTime\": \"2021-12-24T12:20:54.2261894+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"69a9366f-01e7-487f-93d5-cd306248eafe\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:39:57.3325055-08:00\",\r\n \"endTime\": \"2022-01-20T17:40:07.5669424-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"78f7ece6-65c0-4bec-8f32-9da38e3f893c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/images/psTestSourceImage4060?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTQwNjA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/images/psTestSourceImage4695?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTQ2OTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1931,22 +2021,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "07034c8f-d841-45f5-9452-433ff750592e" + "39937bda-401b-488e-ade1-cbde84512129" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-correlation-request-id": [ - "eedcf2e9-7cd4-414d-9c44-cecd5fa6bc53" + "5678790c-b3ac-4bb8-a0a3-ae2624b78317" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T122119Z:eedcf2e9-7cd4-414d-9c44-cecd5fa6bc53" + "WESTUS:20220121T014033Z:5678790c-b3ac-4bb8-a0a3-ae2624b78317" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:40:33 GMT" + ], "Content-Length": [ - "794" + "796" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1955,25 +2052,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"psTestSourceImage4060\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/images/psTestSourceImage4060\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://saforgallery5780.blob.core.windows.net/crptestar506/oscrptestar832.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [],\r\n \"zoneResilient\": true\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"psTestSourceImage4695\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/images/psTestSourceImage4695\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://saforgallery9598.blob.core.windows.net/crptestar9952/oscrptestar9568.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [],\r\n \"zoneResilient\": true\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/images/psTestSourceImage4060?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTQwNjA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/images/psTestSourceImage4695?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTQ2OTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf91ffa9-0201-4bf5-9c41-0dccc4ebe717" + "8cbf6ec9-f82e-4301-82c0-5fbe12d4c102" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1998,22 +2095,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bbd6e2a6-79ac-4911-b493-76b8ea4392c2" + "a57627d5-e75a-4c6e-bfb8-db890ee21ba6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-correlation-request-id": [ - "8a490556-9df3-47e8-b6dc-7350744c4e16" + "62c95e79-3c64-4995-aa8d-bec67ccf05d8" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T122119Z:8a490556-9df3-47e8-b6dc-7350744c4e16" + "WESTUS:20220121T014033Z:62c95e79-3c64-4995-aa8d-bec67ccf05d8" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:40:33 GMT" + ], "Content-Length": [ - "794" + "796" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2022,25 +2126,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"psTestSourceImage4060\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/images/psTestSourceImage4060\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://saforgallery5780.blob.core.windows.net/crptestar506/oscrptestar832.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [],\r\n \"zoneResilient\": true\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"psTestSourceImage4695\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/images/psTestSourceImage4695\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://saforgallery9598.blob.core.windows.net/crptestar9952/oscrptestar9568.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [],\r\n \"zoneResilient\": true\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTczMTI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTk3ODg/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\"\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "03b1237e-59c4-47e3-a8b7-25d30142dc42" + "49f794a6-8466-4630-9518-9ea920a2b4ed" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ @@ -2065,32 +2169,39 @@ "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/8a4d4e05-7d47-4816-9fe7-019188c3ae69?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/5596ff7c-c190-468a-86d4-6dc199dfc4a2?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateUpdateGallery3Min;49,Microsoft.Compute/CreateUpdateGallery30Min;297" + "Microsoft.Compute/CreateUpdateGallery3Min;49,Microsoft.Compute/CreateUpdateGallery30Min;294" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "8a4d4e05-7d47-4816-9fe7-019188c3ae69" + "5596ff7c-c190-468a-86d4-6dc199dfc4a2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-correlation-request-id": [ - "373f9a76-fc1c-4033-a459-4dc9abaa2c0e" + "f19cc268-8b33-44a7-b0e7-ec2a6894f37d" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T122119Z:373f9a76-fc1c-4033-a459-4dc9abaa2c0e" + "WESTUS:20220121T014035Z:f19cc268-8b33-44a7-b0e7-ec2a6894f37d" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:40:35 GMT" + ], "Content-Length": [ "508" ], @@ -2101,19 +2212,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery7312\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY7312\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery9788\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY9788\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/8a4d4e05-7d47-4816-9fe7-019188c3ae69?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy84YTRkNGUwNS03ZDQ3LTQ4MTYtOWZlNy0wMTkxODhjM2FlNjk/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/5596ff7c-c190-468a-86d4-6dc199dfc4a2?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81NTk2ZmY3Yy1jMTkwLTQ2OGEtODZkNC02ZGMxOTlkZmM0YTI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -2132,29 +2243,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1198,Microsoft.Compute/GetOperationStatus30Min;4184" + "Microsoft.Compute/GetOperationStatus3Min;1198,Microsoft.Compute/GetOperationStatus30Min;4165" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "52cb3e8f-18f3-4a83-9a2e-6eb4490f35bc" + "9d0ad235-a6b3-453e-83d2-c73ac916ce52" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], "x-ms-correlation-request-id": [ - "7f507e8f-49a6-4b2e-8579-dab5f4556688" + "c398e0d2-437b-4e0a-85c5-daa624c572c0" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T122149Z:7f507e8f-49a6-4b2e-8579-dab5f4556688" + "WESTUS:20220121T014105Z:c398e0d2-437b-4e0a-85c5-daa624c572c0" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:41:05 GMT" + ], "Content-Length": [ "184" ], @@ -2165,19 +2283,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:21:19.4370526+00:00\",\r\n \"endTime\": \"2021-12-24T12:21:19.6401794+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8a4d4e05-7d47-4816-9fe7-019188c3ae69\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:40:35.1748607-08:00\",\r\n \"endTime\": \"2022-01-20T17:40:35.3779561-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5596ff7c-c190-468a-86d4-6dc199dfc4a2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTczMTI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTk3ODg/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -2196,29 +2314,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGallery3Min;344,Microsoft.Compute/GetGallery30Min;2479" + "Microsoft.Compute/GetGallery3Min;343,Microsoft.Compute/GetGallery30Min;2460" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "194743a2-d38a-47db-b7d4-c43f10ae05a6" + "36cd3437-d972-4c40-8860-26741cca71ee" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], "x-ms-correlation-request-id": [ - "7d9bb0d2-df9f-4a3e-8146-7538163b10c5" + "566fe1e9-1321-430b-b3c7-03fa073b1d93" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T122149Z:7d9bb0d2-df9f-4a3e-8146-7538163b10c5" + "WESTUS:20220121T014105Z:566fe1e9-1321-430b-b3c7-03fa073b1d93" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:41:05 GMT" + ], "Content-Length": [ "509" ], @@ -2229,25 +2354,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery7312\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY7312\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery9788\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY9788\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312/images/galleryPsTestGalleryImage9733?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTczMTIvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U5NzMzP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788/images/galleryPsTestGalleryImage118?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTk3ODgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2UxMTg/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This is the gallery image description.\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "73b0b8bc-5168-497d-8bc0-60f2f220fa6d" + "d1409ec2-f496-4024-8243-a221b2f3de42" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ @@ -2272,7 +2397,7 @@ "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/7f5175bf-41e5-4045-bf67-d20235f76645?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/e065cd8b-6943-4350-b17a-faedda0b86f0?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/CreateUpdateGalleryImage3Min;149,Microsoft.Compute/CreateUpdateGalleryImage30Min;747" @@ -2281,23 +2406,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "7f5175bf-41e5-4045-bf67-d20235f76645" + "e065cd8b-6943-4350-b17a-faedda0b86f0" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], "x-ms-correlation-request-id": [ - "f066cac6-a0f7-4a35-bdd0-49861be01ac9" + "1f31c729-f214-4a64-b733-ec284b5ab10f" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T122149Z:f066cac6-a0f7-4a35-bdd0-49861be01ac9" + "WESTUS:20220121T014107Z:1f31c729-f214-4a64-b733-ec284b5ab10f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:41:06 GMT" + ], "Content-Length": [ "674" ], @@ -2308,19 +2440,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage9733\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312/images/galleryPsTestGalleryImage9733\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"description\": \"This is the gallery image description.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage118\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788/images/galleryPsTestGalleryImage118\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"description\": \"This is the gallery image description.\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/7f5175bf-41e5-4045-bf67-d20235f76645?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy83ZjUxNzViZi00MWU1LTQwNDUtYmY2Ny1kMjAyMzVmNzY2NDU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/e065cd8b-6943-4350-b17a-faedda0b86f0?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lMDY1Y2Q4Yi02OTQzLTQzNTAtYjE3YS1mYWVkZGEwYjg2ZjA/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -2339,29 +2471,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4182" + "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4163" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "4739868f-d550-459b-b7f8-9f3ecff5c6c8" + "96c02bf3-120b-4fe7-a588-90406599c8ef" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ], "x-ms-correlation-request-id": [ - "dd5f1b15-cdc1-4aef-9d52-7f67435be208" + "ee761a85-1d25-4350-9824-10df4a76a902" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T122219Z:dd5f1b15-cdc1-4aef-9d52-7f67435be208" + "WESTUS:20220121T014137Z:ee761a85-1d25-4350-9824-10df4a76a902" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:41:36 GMT" + ], "Content-Length": [ "183" ], @@ -2372,19 +2511,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:21:49.766134+00:00\",\r\n \"endTime\": \"2021-12-24T12:21:49.8911362+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"7f5175bf-41e5-4045-bf67-d20235f76645\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:41:06.7535655-08:00\",\r\n \"endTime\": \"2022-01-20T17:41:06.878591-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e065cd8b-6943-4350-b17a-faedda0b86f0\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312/images/galleryPsTestGalleryImage9733?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTczMTIvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U5NzMzP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788/images/galleryPsTestGalleryImage118?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTk3ODgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2UxMTg/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -2403,29 +2542,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGalleryImage3Min;596,Microsoft.Compute/GetGalleryImage30Min;2984" + "Microsoft.Compute/GetGalleryImage3Min;594,Microsoft.Compute/GetGalleryImage30Min;2982" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "6f0abc42-91ff-4de0-87e6-964993d32325" + "e12bc4f8-d676-4733-8dcd-6f9507ff0c02" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], "x-ms-correlation-request-id": [ - "9bc9d4ab-fd0e-448f-8ca5-6bce95e622a9" + "20ab8fbd-6614-4e91-9a00-c86e734879c2" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T122219Z:9bc9d4ab-fd0e-448f-8ca5-6bce95e622a9" + "WESTUS:20220121T014137Z:20ab8fbd-6614-4e91-9a00-c86e734879c2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:41:36 GMT" + ], "Content-Length": [ "675" ], @@ -2436,25 +2582,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage9733\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312/images/galleryPsTestGalleryImage9733\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"This is the gallery image description.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage118\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788/images/galleryPsTestGalleryImage118\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"This is the gallery image description.\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312/images/galleryPsTestGalleryImage9733/versions/1.0.0?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTczMTIvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U5NzMzL3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788/images/galleryPsTestGalleryImage118/versions/1.0.0?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTk3ODgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2UxMTgvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"eastus2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"endOfLifeDate\": \"2022-01-03T00:00:00Z\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/images/psTestSourceImage4060\"\r\n }\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"eastus2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"endOfLifeDate\": \"2022-01-30T08:00:00Z\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/images/psTestSourceImage4695\"\r\n }\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "324cd6f5-2790-4157-a70a-0c28622dd942" + "1085f9d6-5ed0-4eb4-9cf8-0a5c13c7ff08" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ @@ -2482,7 +2628,7 @@ "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/b83b92ef-e321-41ea-879b-3347b55416ad?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/61d4b191-7895-49a1-a1ad-6a9b84859988?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/CreateUpdateGalleryImageVersion3Min;374,Microsoft.Compute/CreateUpdateGalleryImageVersion30Min;1199" @@ -2491,23 +2637,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "b83b92ef-e321-41ea-879b-3347b55416ad" + "61d4b191-7895-49a1-a1ad-6a9b84859988" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], "x-ms-correlation-request-id": [ - "03869527-577e-4006-9458-3763940ed818" + "42bf76a7-64a5-4c60-b87b-ed91a590e02e" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T122220Z:03869527-577e-4006-9458-3763940ed818" + "WESTUS:20220121T014138Z:42bf76a7-64a5-4c60-b87b-ed91a590e02e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:41:38 GMT" + ], "Content-Length": [ "1036" ], @@ -2518,25 +2671,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312/images/galleryPsTestGalleryImage9733/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-12-24T12:22:20.2514694+00:00\",\r\n \"endOfLifeDate\": \"2022-01-03T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/images/psTestSourceImage4060\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788/images/galleryPsTestGalleryImage118/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2022-01-20T17:41:38.3635625-08:00\",\r\n \"endOfLifeDate\": \"2022-01-30T00:00:00-08:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/images/psTestSourceImage4695\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312/images/galleryPsTestGalleryImage9733/versions/1.0.0?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTczMTIvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U5NzMzL3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788/images/galleryPsTestGalleryImage118/versions/1.0.0?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTk3ODgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2UxMTgvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"eastus2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"endOfLifeDate\": \"2022-04-03T00:00:00Z\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/images/psTestSourceImage4060\"\r\n }\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"eastus2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"endOfLifeDate\": \"2022-04-30T07:00:00Z\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/images/psTestSourceImage4695\"\r\n }\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "17493ad5-7bf3-465a-bb97-dc84a1a7ced1" + "69742440-0896-490a-a446-8d1176c5f407" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ @@ -2564,7 +2717,7 @@ "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/ef6f21e0-2aca-4995-8ef9-47ca0089db55?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/26150307-f923-4827-bdbd-ab3bb52d17b7?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/CreateUpdateGalleryImageVersion3Min;374,Microsoft.Compute/CreateUpdateGalleryImageVersion30Min;1198" @@ -2573,23 +2726,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "ef6f21e0-2aca-4995-8ef9-47ca0089db55" + "26150307-f923-4827-bdbd-ab3bb52d17b7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1193" ], "x-ms-correlation-request-id": [ - "82a988d7-09dc-4d54-ace9-cacfc945ed2b" + "395ee41f-0d77-4eb8-a309-458c41c585bd" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T123121Z:82a988d7-09dc-4d54-ace9-cacfc945ed2b" + "WESTUS:20220121T015042Z:395ee41f-0d77-4eb8-a309-458c41c585bd" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:50:41 GMT" + ], "Content-Length": [ "1150" ], @@ -2600,19 +2760,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312/images/galleryPsTestGalleryImage9733/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-12-24T12:22:20.2514694+00:00\",\r\n \"endOfLifeDate\": \"2022-04-03T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/images/psTestSourceImage4060\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788/images/galleryPsTestGalleryImage118/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2022-01-20T17:41:38.3635625-08:00\",\r\n \"endOfLifeDate\": \"2022-04-30T00:00:00-07:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/images/psTestSourceImage4695\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/b83b92ef-e321-41ea-879b-3347b55416ad?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9iODNiOTJlZi1lMzIxLTQxZWEtODc5Yi0zMzQ3YjU1NDE2YWQ/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/61d4b191-7895-49a1-a1ad-6a9b84859988?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82MWQ0YjE5MS03ODk1LTQ5YTEtYTFhZC02YTliODQ4NTk5ODg/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -2634,29 +2794,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4181" + "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4161" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "0373cc2d-9f81-47c3-8627-927c044b0c02" + "cff50933-94f0-4446-b927-2e4465fb3e3b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11985" ], "x-ms-correlation-request-id": [ - "d3505dc7-1d12-4914-82b1-38525240d2a0" + "47f83bde-1416-40b1-ba65-f9d3f13cde85" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T122320Z:d3505dc7-1d12-4914-82b1-38525240d2a0" + "WESTUS:20220121T014239Z:47f83bde-1416-40b1-ba65-f9d3f13cde85" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:42:38 GMT" + ], "Content-Length": [ "134" ], @@ -2667,19 +2834,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:22:20.2358427+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b83b92ef-e321-41ea-879b-3347b55416ad\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:41:38.3635625-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"61d4b191-7895-49a1-a1ad-6a9b84859988\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/b83b92ef-e321-41ea-879b-3347b55416ad?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9iODNiOTJlZi1lMzIxLTQxZWEtODc5Yi0zMzQ3YjU1NDE2YWQ/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/61d4b191-7895-49a1-a1ad-6a9b84859988?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82MWQ0YjE5MS03ODk1LTQ5YTEtYTFhZC02YTliODQ4NTk5ODg/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -2701,29 +2868,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1193,Microsoft.Compute/GetOperationStatus30Min;4179" + "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4160" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "0256c2ce-51d7-492c-9c24-72e08a64af32" + "b4b508cf-ef13-42de-81a5-cd3399a22f7d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11984" ], "x-ms-correlation-request-id": [ - "9db65fda-a5e7-4fd8-aabc-77d29b4cdf07" + "b9758c50-1fa8-42ae-91d5-73e6df0a0880" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T122420Z:9db65fda-a5e7-4fd8-aabc-77d29b4cdf07" + "WESTUS:20220121T014339Z:b9758c50-1fa8-42ae-91d5-73e6df0a0880" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:43:39 GMT" + ], "Content-Length": [ "134" ], @@ -2734,19 +2908,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:22:20.2358427+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b83b92ef-e321-41ea-879b-3347b55416ad\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:41:38.3635625-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"61d4b191-7895-49a1-a1ad-6a9b84859988\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/b83b92ef-e321-41ea-879b-3347b55416ad?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9iODNiOTJlZi1lMzIxLTQxZWEtODc5Yi0zMzQ3YjU1NDE2YWQ/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/61d4b191-7895-49a1-a1ad-6a9b84859988?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82MWQ0YjE5MS03ODk1LTQ5YTEtYTFhZC02YTliODQ4NTk5ODg/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -2768,29 +2942,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4177" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4158" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "c6222efd-bac3-4600-94c8-7ad2d6722cfe" + "73fccbe7-f2cf-4a9f-9fb5-2611107241ca" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11983" ], "x-ms-correlation-request-id": [ - "0d060f67-d956-4ab2-b48d-754a95b2ef1b" + "e7d02c60-426a-4d41-9fcd-ff4d6649ae23" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T122520Z:0d060f67-d956-4ab2-b48d-754a95b2ef1b" + "WESTUS:20220121T014439Z:e7d02c60-426a-4d41-9fcd-ff4d6649ae23" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:44:39 GMT" + ], "Content-Length": [ "134" ], @@ -2801,19 +2982,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:22:20.2358427+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b83b92ef-e321-41ea-879b-3347b55416ad\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:41:38.3635625-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"61d4b191-7895-49a1-a1ad-6a9b84859988\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/b83b92ef-e321-41ea-879b-3347b55416ad?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9iODNiOTJlZi1lMzIxLTQxZWEtODc5Yi0zMzQ3YjU1NDE2YWQ/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/61d4b191-7895-49a1-a1ad-6a9b84859988?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82MWQ0YjE5MS03ODk1LTQ5YTEtYTFhZC02YTliODQ4NTk5ODg/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -2835,29 +3016,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4175" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4156" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "88034723-4ff4-4999-abc9-99080b953f70" + "6f7c37f6-8477-4572-bf5b-ecfadec9eed6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11982" ], "x-ms-correlation-request-id": [ - "85a488f5-530c-491b-9fdd-5fe75290bd38" + "b6987e05-89bc-4420-b51c-21c1015989d2" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T122620Z:85a488f5-530c-491b-9fdd-5fe75290bd38" + "WESTUS:20220121T014540Z:b6987e05-89bc-4420-b51c-21c1015989d2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:45:39 GMT" + ], "Content-Length": [ "134" ], @@ -2868,19 +3056,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:22:20.2358427+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b83b92ef-e321-41ea-879b-3347b55416ad\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:41:38.3635625-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"61d4b191-7895-49a1-a1ad-6a9b84859988\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/b83b92ef-e321-41ea-879b-3347b55416ad?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9iODNiOTJlZi1lMzIxLTQxZWEtODc5Yi0zMzQ3YjU1NDE2YWQ/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/61d4b191-7895-49a1-a1ad-6a9b84859988?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82MWQ0YjE5MS03ODk1LTQ5YTEtYTFhZC02YTliODQ4NTk5ODg/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -2902,29 +3090,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4173" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4154" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "2437fcfb-9c75-49f1-bc69-57f9bb56374c" + "ccb0bb05-f3a0-403a-8927-af50055d7fc7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11981" ], "x-ms-correlation-request-id": [ - "171cf33f-7042-40a0-85ed-dbb891ff8af1" + "25b0f75c-6c39-4d62-9dad-2ecbe79a82da" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T122720Z:171cf33f-7042-40a0-85ed-dbb891ff8af1" + "WESTUS:20220121T014640Z:25b0f75c-6c39-4d62-9dad-2ecbe79a82da" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:46:40 GMT" + ], "Content-Length": [ "134" ], @@ -2935,19 +3130,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:22:20.2358427+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b83b92ef-e321-41ea-879b-3347b55416ad\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:41:38.3635625-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"61d4b191-7895-49a1-a1ad-6a9b84859988\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/b83b92ef-e321-41ea-879b-3347b55416ad?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9iODNiOTJlZi1lMzIxLTQxZWEtODc5Yi0zMzQ3YjU1NDE2YWQ/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/61d4b191-7895-49a1-a1ad-6a9b84859988?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82MWQ0YjE5MS03ODk1LTQ5YTEtYTFhZC02YTliODQ4NTk5ODg/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -2969,29 +3164,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4171" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4152" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "7e3ca9fc-daa6-4fec-afdb-7c076edd6041" + "a815a5cf-b449-4894-9d85-101f67a40b7e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11980" ], "x-ms-correlation-request-id": [ - "4c83bbd3-2c1f-4faa-afdc-3840d48947fe" + "e9eff49b-c78c-4284-b176-5431c92390ef" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T122820Z:4c83bbd3-2c1f-4faa-afdc-3840d48947fe" + "WESTUS:20220121T014740Z:e9eff49b-c78c-4284-b176-5431c92390ef" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:47:40 GMT" + ], "Content-Length": [ "134" ], @@ -3002,19 +3204,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:22:20.2358427+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b83b92ef-e321-41ea-879b-3347b55416ad\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:41:38.3635625-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"61d4b191-7895-49a1-a1ad-6a9b84859988\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/b83b92ef-e321-41ea-879b-3347b55416ad?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9iODNiOTJlZi1lMzIxLTQxZWEtODc5Yi0zMzQ3YjU1NDE2YWQ/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/61d4b191-7895-49a1-a1ad-6a9b84859988?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82MWQ0YjE5MS03ODk1LTQ5YTEtYTFhZC02YTliODQ4NTk5ODg/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -3036,29 +3238,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4169" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4150" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "7c1da240-98e2-4235-86e7-c87a9428488e" + "d591e758-d7aa-4415-a33a-17256532c0f6" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11979" ], "x-ms-correlation-request-id": [ - "4f7a3ad2-60d2-4ca6-a954-0a50dadcca8d" + "0f4317d4-9b97-40a4-838c-ee442907b45c" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T122920Z:4f7a3ad2-60d2-4ca6-a954-0a50dadcca8d" + "WESTUS:20220121T014841Z:0f4317d4-9b97-40a4-838c-ee442907b45c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:48:40 GMT" + ], "Content-Length": [ "134" ], @@ -3069,19 +3278,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:22:20.2358427+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b83b92ef-e321-41ea-879b-3347b55416ad\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:41:38.3635625-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"61d4b191-7895-49a1-a1ad-6a9b84859988\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/b83b92ef-e321-41ea-879b-3347b55416ad?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9iODNiOTJlZi1lMzIxLTQxZWEtODc5Yi0zMzQ3YjU1NDE2YWQ/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/61d4b191-7895-49a1-a1ad-6a9b84859988?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82MWQ0YjE5MS03ODk1LTQ5YTEtYTFhZC02YTliODQ4NTk5ODg/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -3103,29 +3312,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4167" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4148" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "93d62b2d-2562-4cf0-97c3-4b36f1e49b19" + "8aee79c2-1bed-4f2a-8b67-7b3d010e1ad3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11978" ], "x-ms-correlation-request-id": [ - "92436f38-9b63-4953-9001-4ec5d91bd999" + "a4f94d8a-1cc8-4993-85b6-c62eb4217097" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T123020Z:92436f38-9b63-4953-9001-4ec5d91bd999" + "WESTUS:20220121T014941Z:a4f94d8a-1cc8-4993-85b6-c62eb4217097" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:49:40 GMT" + ], "Content-Length": [ "134" ], @@ -3136,19 +3352,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:22:20.2358427+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b83b92ef-e321-41ea-879b-3347b55416ad\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:41:38.3635625-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"61d4b191-7895-49a1-a1ad-6a9b84859988\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/b83b92ef-e321-41ea-879b-3347b55416ad?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9iODNiOTJlZi1lMzIxLTQxZWEtODc5Yi0zMzQ3YjU1NDE2YWQ/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/61d4b191-7895-49a1-a1ad-6a9b84859988?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82MWQ0YjE5MS03ODk1LTQ5YTEtYTFhZC02YTliODQ4NTk5ODg/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -3167,29 +3383,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4165" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4146" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "4fd053b0-ac8e-4f18-ba46-692f27425651" + "b6bb745b-be26-4d66-af6e-655f45119d67" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11977" ], "x-ms-correlation-request-id": [ - "e60c0ee7-114d-45d8-a28b-372a470a2be4" + "e5c3298d-4071-4c26-ac17-74c640453344" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T123120Z:e60c0ee7-114d-45d8-a28b-372a470a2be4" + "WESTUS:20220121T015041Z:e5c3298d-4071-4c26-ac17-74c640453344" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:50:41 GMT" + ], "Content-Length": [ "184" ], @@ -3200,19 +3423,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:22:20.2358427+00:00\",\r\n \"endTime\": \"2021-12-24T12:30:36.4546658+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b83b92ef-e321-41ea-879b-3347b55416ad\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:41:38.3635625-08:00\",\r\n \"endTime\": \"2022-01-20T17:49:54.4510537-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"61d4b191-7895-49a1-a1ad-6a9b84859988\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312/images/galleryPsTestGalleryImage9733/versions/1.0.0?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTczMTIvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U5NzMzL3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788/images/galleryPsTestGalleryImage118/versions/1.0.0?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTk3ODgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2UxMTgvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -3237,23 +3460,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "c64ff18e-723e-4f46-bff1-225c68bd09fa" + "5c461487-3c39-4d51-ae54-8e0969e2df65" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11976" ], "x-ms-correlation-request-id": [ - "124d8118-c224-47f8-a056-d113768a1edf" + "925fde92-0bfa-485c-9ce5-c18e865fadcc" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T123120Z:124d8118-c224-47f8-a056-d113768a1edf" + "WESTUS:20220121T015041Z:925fde92-0bfa-485c-9ce5-c18e865fadcc" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:50:41 GMT" + ], "Content-Length": [ "1151" ], @@ -3264,25 +3494,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312/images/galleryPsTestGalleryImage9733/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-12-24T12:22:20.2514694+00:00\",\r\n \"endOfLifeDate\": \"2022-01-03T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/images/psTestSourceImage4060\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788/images/galleryPsTestGalleryImage118/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2022-01-20T17:41:38.3635625-08:00\",\r\n \"endOfLifeDate\": \"2022-01-30T00:00:00-08:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/images/psTestSourceImage4695\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312/images/galleryPsTestGalleryImage9733/versions/1.0.0?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTczMTIvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U5NzMzL3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788/images/galleryPsTestGalleryImage118/versions/1.0.0?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTk3ODgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2UxMTgvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b1f109d-9082-43ea-aef6-e4d868c58105" + "b7f65463-b3ee-4438-af27-fdeb45be7a07" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -3307,23 +3537,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "e4301c8a-6a35-4440-bf89-ed751a47dc99" + "4a87c923-caf0-47de-a932-d1b7131af130" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11975" ], "x-ms-correlation-request-id": [ - "dc74254d-fc81-4ccb-9ce7-5e680df6b034" + "0b18e9d9-69bb-4708-8ae2-a9b998dc8cce" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T123120Z:dc74254d-fc81-4ccb-9ce7-5e680df6b034" + "WESTUS:20220121T015041Z:0b18e9d9-69bb-4708-8ae2-a9b998dc8cce" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:50:41 GMT" + ], "Content-Length": [ "1151" ], @@ -3334,19 +3571,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312/images/galleryPsTestGalleryImage9733/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-12-24T12:22:20.2514694+00:00\",\r\n \"endOfLifeDate\": \"2022-01-03T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/images/psTestSourceImage4060\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788/images/galleryPsTestGalleryImage118/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2022-01-20T17:41:38.3635625-08:00\",\r\n \"endOfLifeDate\": \"2022-01-30T00:00:00-08:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/images/psTestSourceImage4695\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312/images/galleryPsTestGalleryImage9733/versions/1.0.0?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTczMTIvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U5NzMzL3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788/images/galleryPsTestGalleryImage118/versions/1.0.0?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTk3ODgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2UxMTgvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -3371,23 +3608,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "c1ae3680-f8f3-42ba-9e1e-5d36146e596b" + "ae2c4020-76ca-49ae-bdf8-7ea3385f169d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11970" ], "x-ms-correlation-request-id": [ - "61120761-adbd-423b-b121-8cd50cf448f2" + "ac3960b0-2067-4e1b-9f6d-0533745aac82" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T123421Z:61120761-adbd-423b-b121-8cd50cf448f2" + "WESTUS:20220121T015343Z:ac3960b0-2067-4e1b-9f6d-0533745aac82" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:53:42 GMT" + ], "Content-Length": [ "1151" ], @@ -3398,25 +3642,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312/images/galleryPsTestGalleryImage9733/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-12-24T12:22:20.2514694+00:00\",\r\n \"endOfLifeDate\": \"2022-04-03T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/images/psTestSourceImage4060\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788/images/galleryPsTestGalleryImage118/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2022-01-20T17:41:38.3635625-08:00\",\r\n \"endOfLifeDate\": \"2022-04-30T00:00:00-07:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/images/psTestSourceImage4695\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312/images/galleryPsTestGalleryImage9733/versions/1.0.0?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTczMTIvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U5NzMzL3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788/images/galleryPsTestGalleryImage118/versions/1.0.0?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTk3ODgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2UxMTgvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0795eeeb-671b-4b07-87fd-ce4bcb58756f" + "ecf2185e-8632-4cf0-aa66-5d6acfd55834" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -3441,23 +3685,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "14d46efb-f467-4c1a-8488-b41dae7b314e" + "4cb6ef15-895f-4cf7-81d5-bc986ab31c46" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11969" ], "x-ms-correlation-request-id": [ - "d9d06a14-caa0-44a3-b9de-c1fa8daa8e17" + "19028814-7f51-4f9a-99ca-d278643c1624" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T123421Z:d9d06a14-caa0-44a3-b9de-c1fa8daa8e17" + "WESTUS:20220121T015343Z:19028814-7f51-4f9a-99ca-d278643c1624" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:53:42 GMT" + ], "Content-Length": [ "1151" ], @@ -3468,25 +3719,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312/images/galleryPsTestGalleryImage9733/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-12-24T12:22:20.2514694+00:00\",\r\n \"endOfLifeDate\": \"2022-04-03T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/images/psTestSourceImage4060\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788/images/galleryPsTestGalleryImage118/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2022-01-20T17:41:38.3635625-08:00\",\r\n \"endOfLifeDate\": \"2022-04-30T00:00:00-07:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/images/psTestSourceImage4695\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312/images/galleryPsTestGalleryImage9733/versions/1.0.0?$expand=ReplicationStatus&api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTczMTIvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U5NzMzL3ZlcnNpb25zLzEuMC4wPyRleHBhbmQ9UmVwbGljYXRpb25TdGF0dXMmYXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788/images/galleryPsTestGalleryImage118/versions/1.0.0?$expand=ReplicationStatus&api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTk3ODgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2UxMTgvdmVyc2lvbnMvMS4wLjA/JGV4cGFuZD1SZXBsaWNhdGlvblN0YXR1cyZhcGktdmVyc2lvbj0yMDIxLTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03460ba4-837a-44df-9f2d-db701999c2eb" + "fb88a8f4-f0ff-40e0-815b-7e684c868f7f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -3511,23 +3762,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "7056faa0-e8ea-482a-9931-31aafed2db65" + "37bc4f76-6037-451e-9c9f-962551b7d489" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11974" ], "x-ms-correlation-request-id": [ - "f75d6f9c-c1f2-45f1-a5ef-e91937d967d7" + "4a49aeb2-6bfb-42f7-969c-395cd559c142" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T123121Z:f75d6f9c-c1f2-45f1-a5ef-e91937d967d7" + "WESTUS:20220121T015042Z:4a49aeb2-6bfb-42f7-969c-395cd559c142" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:50:41 GMT" + ], "Content-Length": [ "1369" ], @@ -3538,19 +3796,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312/images/galleryPsTestGalleryImage9733/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-12-24T12:22:20.2514694+00:00\",\r\n \"endOfLifeDate\": \"2022-01-03T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/images/psTestSourceImage4060\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"replicationStatus\": {\r\n \"aggregatedState\": \"Completed\",\r\n \"summary\": [\r\n {\r\n \"progress\": 100,\r\n \"region\": \"eastus2\",\r\n \"state\": \"Completed\"\r\n }\r\n ]\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788/images/galleryPsTestGalleryImage118/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2022-01-20T17:41:38.3635625-08:00\",\r\n \"endOfLifeDate\": \"2022-01-30T00:00:00-08:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/images/psTestSourceImage4695\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"replicationStatus\": {\r\n \"aggregatedState\": \"Completed\",\r\n \"summary\": [\r\n {\r\n \"progress\": 100,\r\n \"region\": \"eastus2\",\r\n \"state\": \"Completed\"\r\n }\r\n ]\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/ef6f21e0-2aca-4995-8ef9-47ca0089db55?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lZjZmMjFlMC0yYWNhLTQ5OTUtOGVmOS00N2NhMDA4OWRiNTU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/26150307-f923-4827-bdbd-ab3bb52d17b7?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8yNjE1MDMwNy1mOTIzLTQ4MjctYmRiZC1hYjNiYjUyZDE3Yjc/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -3572,29 +3830,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4163" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4144" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "ca96dec1-f37d-4b6d-9db0-56e2dc51ede5" + "aca65cb7-1e08-48d9-93c2-f3f07a7ef218" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11973" ], "x-ms-correlation-request-id": [ - "c82ecc69-4ad0-46e4-9083-67d6af6caa1d" + "f9aa56e3-57a3-422d-933c-8d55835bb8b1" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T123221Z:c82ecc69-4ad0-46e4-9083-67d6af6caa1d" + "WESTUS:20220121T015142Z:f9aa56e3-57a3-422d-933c-8d55835bb8b1" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:51:41 GMT" + ], "Content-Length": [ "134" ], @@ -3605,19 +3870,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:31:21.1748312+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ef6f21e0-2aca-4995-8ef9-47ca0089db55\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:50:42.1863453-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"26150307-f923-4827-bdbd-ab3bb52d17b7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/ef6f21e0-2aca-4995-8ef9-47ca0089db55?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lZjZmMjFlMC0yYWNhLTQ5OTUtOGVmOS00N2NhMDA4OWRiNTU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/26150307-f923-4827-bdbd-ab3bb52d17b7?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8yNjE1MDMwNy1mOTIzLTQ4MjctYmRiZC1hYjNiYjUyZDE3Yjc/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -3639,29 +3904,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4161" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4142" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "4c56e6a5-d917-4bcb-ae70-b102721ccb84" + "48aa0f13-609c-4491-842f-b8fe232a3c23" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11972" ], "x-ms-correlation-request-id": [ - "4240e5be-bbbc-49de-86d2-9361cd3c0b3b" + "20b5ccdb-ca29-4f3f-a4ed-952be7d449fb" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T123321Z:4240e5be-bbbc-49de-86d2-9361cd3c0b3b" + "WESTUS:20220121T015242Z:20b5ccdb-ca29-4f3f-a4ed-952be7d449fb" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:52:42 GMT" + ], "Content-Length": [ "134" ], @@ -3672,19 +3944,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:31:21.1748312+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ef6f21e0-2aca-4995-8ef9-47ca0089db55\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:50:42.1863453-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"26150307-f923-4827-bdbd-ab3bb52d17b7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/ef6f21e0-2aca-4995-8ef9-47ca0089db55?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lZjZmMjFlMC0yYWNhLTQ5OTUtOGVmOS00N2NhMDA4OWRiNTU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/26150307-f923-4827-bdbd-ab3bb52d17b7?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8yNjE1MDMwNy1mOTIzLTQ4MjctYmRiZC1hYjNiYjUyZDE3Yjc/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -3703,29 +3975,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4159" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4140" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "ce5afeb4-1d7e-406b-8fe8-970df49d3b28" + "4bb5a0ae-c6e4-464c-8f25-41c8e0ccb6b0" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11971" ], "x-ms-correlation-request-id": [ - "492ff055-2465-4c66-bb96-9b3dc39cc4db" + "becc2e0f-ffe2-4cdf-96a9-3f4f0ece0403" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T123421Z:492ff055-2465-4c66-bb96-9b3dc39cc4db" + "WESTUS:20220121T015343Z:becc2e0f-ffe2-4cdf-96a9-3f4f0ece0403" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:53:42 GMT" + ], "Content-Length": [ "184" ], @@ -3736,25 +4015,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:31:21.1748312+00:00\",\r\n \"endTime\": \"2021-12-24T12:33:51.3045795+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ef6f21e0-2aca-4995-8ef9-47ca0089db55\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:50:42.1863453-08:00\",\r\n \"endTime\": \"2022-01-20T17:53:12.4079782-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"26150307-f923-4827-bdbd-ab3bb52d17b7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312/images/galleryPsTestGalleryImage9733/versions?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTczMTIvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U5NzMzL3ZlcnNpb25zP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788/images/galleryPsTestGalleryImage118/versions?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTk3ODgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2UxMTgvdmVyc2lvbnM/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d26ce513-a3e9-4828-bde7-c33101be4993" + "62d109d4-b970-4725-a7ce-e81f8f09db55" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -3769,55 +4048,69 @@ "no-cache" ], "x-ms-original-request-ids": [ - "c3b6ad42-208a-43c7-a6ae-a33c4310ec60", - "09bac0d9-a364-44bb-9724-cef89a2456db", - "bdcf17ef-5bff-4297-b6b0-086330c5ac94", - "d271134a-40c4-4523-a3e6-969e9041313d", - "bdbdcedc-e607-460b-8a66-409176c83fce", - "47a512e2-82a5-4f41-b136-0d1708b3d659", - "5c519516-3078-4e9f-b346-c1f089c3b55c", - "559bcab6-a1ca-4919-b08c-5e50a652bd6b", - "b7a542e8-22a0-4486-9fa8-cfcafaf17856", - "977412f9-58d4-4c72-b660-962549f768cb", - "e904fce4-e933-4f7b-af6e-7f77bd0c555a", - "6f0e6951-118c-44a0-a167-cba48395cb4a", - "c4ea8e6d-a29d-4ce5-83e2-9e0c8bc2b8e0", - "be1bb86c-e85d-42dd-999a-67d4daf104b7", - "b5dbe919-cb3c-4e47-9ba1-811c019ab04c", - "7e4486db-5c1e-4301-8877-6755fccc8ee3", - "c56ac249-5147-4f91-9abd-7493d8fb2d03", - "a5fd8c20-fb5b-4e0f-9a24-0342f7b7ca31", - "ec3ed6fc-38f6-4d43-9753-fc36f4fbc474", - "33989235-3cf7-49e8-8926-6a5908c4e90a", - "fa57a374-401d-47e2-965d-8e10fec09438", - "6e2d7b0c-569d-4e84-9ea1-bf17f17ebbba", - "85c963bc-e1a5-4eca-b162-42b07459d883", - "9614a80d-48df-41d8-b05a-464602226ad9", - "72e89677-4b6a-496f-bad4-f71b5581fa80", - "bbf27f16-7e6c-4ff0-a02e-18f0f73156e4", - "a4c14b52-b465-4420-b977-53a513338194", - "fd55b472-f6c2-4ea9-b558-039a140ad7a7", - "30b8c34a-2283-4852-aa11-d48802a544d1", - "43f27888-d681-43d4-ad8f-125620ab65c6", - "efef2da0-72ae-4aaf-b9ff-26ce715afe51", - "fa597fb0-5cbc-49f9-82b2-fd6de46a4574", - "32361c6c-f2d3-4887-b88b-259570ec4e06", - "38a3e62d-4854-427a-9274-c123c45c754e", - "794df824-b1c0-48a0-be7a-f12b3a6a910e", - "d6c1c83e-06bd-4b10-b724-d0157338223a", - "97f86e6c-51c5-4218-b5f6-8023e0df5993" + "2e3293d1-7354-440b-85d4-a40fb32c5574", + "dd33713c-6319-4828-9658-808b8b597f16", + "3f273c6f-c9ea-443f-9cc8-a7fc01b78410", + "c433970e-79eb-4693-b09c-008c305327d0", + "7d401c20-a6e6-42dc-9473-6395866c9848", + "d3431e96-32a9-4268-b8de-cb769ca2ac0c", + "48e04bdf-d7f6-4713-8656-c29555072f31", + "51af58b9-2511-4818-8113-c472fdfe8001", + "1bb7427e-18cb-4893-bbef-a429097cc564", + "8369e545-61eb-4f42-9fca-008579458ef0", + "19eebd88-a1d2-4095-82f9-1cb07ccd879e", + "11d5b514-ae1e-4033-8fc8-a0465d78a551", + "c01aaf65-5ee6-46c6-89e5-008d4ef19ef4", + "47c22801-f0e7-4267-bafb-524649706e89", + "48a89877-7b01-4cf0-9a2c-59ea4ffc0e5d", + "92405ac1-7494-4faa-b891-732c8dfe6de6", + "65517752-5bee-4e0b-bfbc-b0ed569d0bb6", + "dd4ad60d-cc87-4ead-87e5-7799b57beb6f", + "052c5f33-bc01-4da5-a159-353f7a189119", + "852beb30-c81b-4666-a4fd-c136fd1e889f", + "7780f34b-68cd-4193-9489-de2e0bc16ffc", + "4f7e125e-fb34-4311-bd4a-990628782324", + "0fc5c762-ba71-4c97-b05e-093157164786", + "d0f6fccd-3190-4e59-9b13-7838ce555ce2", + "5b2776f6-375d-46a6-9dfa-fde1777e918c", + "2c6d5651-85c3-4208-b810-ee02aaf65088", + "33f8a39f-6290-4229-a65b-ac4e6bfdd1b3", + "44e45508-b555-479b-a08b-8dd9d4f93d5d", + "30dbde76-6f27-47dc-9ed8-9fc60699b6f2", + "1f6df39e-5827-4d7d-a651-67131cb100c9", + "63011f2e-abc3-46b6-a5b3-0fe79f4ac595", + "c9a8e9bd-dd22-4e8a-90ca-ad36fd8b9de7", + "325ec2bc-1573-47ef-9f8d-1919b33cb377", + "ceab50cc-1b9d-41d4-98a8-3b097abeddfb", + "9d023f1b-9145-45b4-a349-588930788bdd", + "9909ab62-0331-42b0-abb9-7c96d54b83b8", + "63f4222c-8d11-4562-9783-81e711b96cca", + "67431c2a-de78-47ba-b7e0-0cb1ef1f9dfc", + "8005fc06-af2f-45fc-8615-bd910576b6ac", + "a7d90fe3-dc25-4c8d-a8e9-60c19efc6b8b", + "240ef0b6-63c0-4414-868d-d1d333a63bb9", + "1aacc069-983a-4ecb-8ddb-c229a7c2a41f", + "62382d84-2d7e-41e8-b38a-97a8e3f0fd68", + "36092665-58ce-4905-9662-195f23df6e65", + "6d951dc7-ac52-4bf6-98b3-afcd9c1d8a09", + "81537010-f0e3-42b2-97e4-6098c95f96d4", + "a405be3a-268e-4c20-b16f-0aacd7869658", + "4e84c847-70fe-4ced-beb2-7246ea90e4cd", + "6820ffc0-917b-4b2b-a072-dce0b56221ec", + "557023cf-bde5-40f2-88ed-fcfad6147cc1", + "d3b210a5-f71d-4e81-9dc9-1a00cc1d8bb8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11968" ], "x-ms-request-id": [ - "e5f5e33d-4802-4e71-b788-d051a87081cf" + "4a5016a1-270e-4db6-946e-fd2b746c0590" ], "x-ms-correlation-request-id": [ - "e5f5e33d-4802-4e71-b788-d051a87081cf" + "4a5016a1-270e-4db6-946e-fd2b746c0590" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T123422Z:e5f5e33d-4802-4e71-b788-d051a87081cf" + "WESTUS:20220121T015344Z:4a5016a1-270e-4db6-946e-fd2b746c0590" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3825,8 +4118,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "900" + "Date": [ + "Fri, 21 Jan 2022 01:53:43 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3835,25 +4128,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312/images/galleryPsTestGalleryImage9733/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-12-24T12:22:20.2514694+00:00\",\r\n \"endOfLifeDate\": \"2022-04-03T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/images/psTestSourceImage4060\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788/images/galleryPsTestGalleryImage118/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2022-01-20T17:41:38.3635625-08:00\",\r\n \"endOfLifeDate\": \"2022-04-30T00:00:00-07:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/images/psTestSourceImage4695\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312/images/galleryPsTestGalleryImage9733/versions?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTczMTIvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U5NzMzL3ZlcnNpb25zP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788/images/galleryPsTestGalleryImage118/versions?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTk3ODgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2UxMTgvdmVyc2lvbnM/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "03fb9ec7-c2e6-4cae-bb4b-e014885e110b" + "a297c76d-2293-4d87-9b9f-e97380ff9082" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -3868,55 +4161,69 @@ "no-cache" ], "x-ms-original-request-ids": [ - "9f9dd310-9c00-4eb6-8b49-dd61ae06e23d", - "068287e8-7058-46e4-ac2a-9f3f670832d3", - "fdd64029-bd3d-4a53-a125-a93009bb9163", - "0a68a0c0-6ccf-44c2-8f0d-163125e5e380", - "69da9bbf-403b-4b1d-a921-b3bd70109356", - "0268f021-9c61-4cbc-b04e-3134784c5904", - "87ae4c77-5f45-4d99-8c60-47ef569855d9", - "fa0e4032-e8e1-4e94-8f1d-d7b4327fbff6", - "5f5ac4c2-726c-41cc-997d-f362694271dd", - "49d032fd-1cc0-416e-b7ff-f0eb20702cdf", - "f2547e98-80f9-4424-8a57-3f54fc372a9e", - "986bda12-76db-4ce5-a70a-ff8be2e8eb9c", - "21ec0b8c-f821-42c1-8708-9f109e03c818", - "b3d71883-d6ca-4d9c-8a80-86d42eeb626b", - "953df7fa-c48b-4d50-a609-57ce91e13791", - "39c61092-6820-4719-ba55-f6de5cd08bb2", - "8a325baf-ec1b-4f2e-8868-62784a6f6f31", - "de572718-85f6-4f0b-9064-592705043dfc", - "8353d8bb-57e8-456b-9dc3-c0c3bfaaa18b", - "31615b16-e498-4ba1-bbf4-67ae5d31d642", - "d7f97b9b-16da-4f81-862d-8f4d76b68c77", - "9c4236a6-eeb9-4fa8-b706-9fb079f56e27", - "98aa1ebe-aca7-483f-af03-42be19658773", - "ceda7884-7679-4cb2-9ca1-85ecbe56a772", - "d07ae4ee-c62b-4874-827f-9324ccf4d18d", - "0ff68f0f-b6d0-4273-a5fd-955203135e1a", - "cd2d69fa-7fbd-4bd5-9f28-f7d9db8658f6", - "af3fc21e-8bec-45bc-b1f3-d2d16630a439", - "b4fcbf62-f639-4ed3-ad66-db758d80df59", - "9c245f06-4fc4-44b3-aa8e-e5235ba2d402", - "e63ff7e0-19d2-44e5-b320-293c8b1146d8", - "181a72af-c112-4953-bae0-d64fa6dd1f1f", - "cc44cbb8-4894-48b6-8c0e-cf0a458ce715", - "ca45c47d-b49a-42da-94d6-b9dc3399ff5f", - "1e0eaf5a-cd2d-4211-a83e-054a32e863ae", - "8bc410ac-a276-465d-8d0c-67983b55ae62", - "23d0d854-3cb0-41fc-936e-c822891c6126" + "a1165b8d-952d-4217-b9f4-b8f86a04439c", + "46405d9d-a5ce-4fd7-bf19-238d3cd1c859", + "c4ed8009-a8fb-4d25-b188-66e4c35b470f", + "52f10d69-a8ea-4804-9f69-c6a85cb5c135", + "eb828b4c-c5f5-4adc-83c0-f51884688a67", + "6eea419d-922a-454e-a6ca-b01a1bcbce31", + "645ffe0c-d125-4a38-be5c-af831b493fbc", + "8c727667-b67b-4d2e-be81-174d08208b51", + "2dfa43ce-3d0d-45b5-a1a5-02af0324f8f2", + "5c3d07f2-ea98-4803-a88b-c1e2c33fb0ce", + "6598fcd5-f200-4e26-9627-c5a75719bc83", + "c9d90d6c-db8a-4c04-a417-97ceb2af086b", + "65273bed-97db-4c2a-880a-b17f8b09f18c", + "cb562c21-2222-4d9c-ac82-eae002da7f1a", + "2e99a275-6cee-4da6-95ec-a1b036c30f7d", + "e8e75225-65e1-4523-892d-e01ff7f15090", + "c31321df-6f6d-44ad-950d-1fe3970af704", + "383483b6-c03f-42f1-a6f3-97a536072ea5", + "f6087f00-4410-49d7-adf1-4382e734c120", + "5c9081c6-22c0-4051-8ce4-ee6e87d3aa29", + "7ed036ef-db0e-4fbb-8b09-8ba725adfd70", + "4d831a4f-a8f8-4e06-91d4-29bf8c78b9ac", + "064881ae-0ba6-4689-8ef0-c30bcd2365da", + "d2bc718a-105d-4fb5-9efe-6938b0cbe176", + "a08f17ee-b5f9-479e-99d7-cb90fe809a9c", + "f644cf57-1985-4885-b16e-b9a42c61342a", + "c1249894-4fb4-4567-9e91-5596d8438666", + "af9c96c6-61bc-4fcb-98d5-16ad79dd6e24", + "3eeb9150-643d-4beb-9145-faeb1031e2a9", + "c93a6a54-0fd8-4ff3-a52d-8f4665a49491", + "64a67f67-d17c-4d71-bf78-a56fe2c7d329", + "983a111b-84f8-4db1-ae27-11b87c1b4868", + "08a3a81f-7a04-4125-9676-bf3564f41914", + "effad07b-879f-47f9-8ab3-1e4f47845451", + "1fff187f-034b-4ef7-b80c-8aa48c20b8ad", + "6ed57178-d3c9-4111-aa4e-e8d7d6f2b5de", + "02317cca-ddf0-41a9-8d77-2d4ba4a0cd68", + "1338ae0d-8ae0-49b3-964e-92caca8dd276", + "8ea2765b-b3b5-45d8-b5df-f4b269ec6351", + "d0d844f3-d241-4d1c-9bcc-23794dc9fff7", + "a8bc4aac-d00c-4a10-b2df-4d813db41ace", + "ba3524a3-0e41-4d15-aa4a-4c054c988116", + "e2a0d841-1d87-498d-ba2e-42f2cca8ef7c", + "00fb0d9e-dbd4-4a1e-848e-4ee0c71060d5", + "fb3f0e3e-4488-443f-9305-8db36e2cfacc", + "a33e088d-bfc4-4953-9f88-2959065eddf8", + "37e21d9a-d57e-4889-941f-0690d44efcb5", + "d328d5b3-3794-40e9-bea6-5d076b1262f8", + "0cede46f-8a79-4803-a411-6b73650b9ce6", + "84cec5d1-a351-4628-873a-47227be9d401", + "aca27e54-bbbe-486b-8f06-3bfc186f0b44" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11964" ], "x-ms-request-id": [ - "1e5aec25-f446-474e-9fa0-6b7f9aa252f5" + "3baf6d0f-7634-4e11-a2c7-5bfea3a0acc6" ], "x-ms-correlation-request-id": [ - "1e5aec25-f446-474e-9fa0-6b7f9aa252f5" + "3baf6d0f-7634-4e11-a2c7-5bfea3a0acc6" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T123624Z:1e5aec25-f446-474e-9fa0-6b7f9aa252f5" + "WESTUS:20220121T015546Z:3baf6d0f-7634-4e11-a2c7-5bfea3a0acc6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -3924,8 +4231,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "12" + "Date": [ + "Fri, 21 Jan 2022 01:55:46 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -3938,21 +4245,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312/images/galleryPsTestGalleryImage9733/versions/1.0.0?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTczMTIvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U5NzMzL3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788/images/galleryPsTestGalleryImage118/versions/1.0.0?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTk3ODgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2UxMTgvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "23d0f341-5db0-4971-bf07-95693bbd0698" + "42586d75-19c9-42f3-b256-c5aa773a27be" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -3967,7 +4274,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/11c427ee-c591-4c18-993c-0ffc8eab6181?monitor=true&api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/4f76e374-bdb7-4879-9c10-b06ee3f1c068?monitor=true&api-version=2021-10-01" ], "Retry-After": [ "60" @@ -3977,7 +4284,7 @@ "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/11c427ee-c591-4c18-993c-0ffc8eab6181?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/4f76e374-bdb7-4879-9c10-b06ee3f1c068?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/DeleteGalleryImageVersion3Min;149,Microsoft.Compute/DeleteGalleryImageVersion30Min;999" @@ -3986,25 +4293,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "11c427ee-c591-4c18-993c-0ffc8eab6181" + "4f76e374-bdb7-4879-9c10-b06ee3f1c068" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "d545a446-aa0c-4787-ac45-e382ec979b5b" + "0957a2ba-87d5-4545-8b16-de8d4e5cae59" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T123422Z:d545a446-aa0c-4787-ac45-e382ec979b5b" + "WESTUS:20220121T015344Z:0957a2ba-87d5-4545-8b16-de8d4e5cae59" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 01:53:44 GMT" ], "Expires": [ "-1" @@ -4014,15 +4325,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/11c427ee-c591-4c18-993c-0ffc8eab6181?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8xMWM0MjdlZS1jNTkxLTRjMTgtOTkzYy0wZmZjOGVhYjYxODE/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/4f76e374-bdb7-4879-9c10-b06ee3f1c068?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy80Zjc2ZTM3NC1iZGI3LTQ4NzktOWMxMC1iMDZlZTNmMWMwNjg/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -4044,29 +4355,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4157" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4138" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "9dbcb659-470d-49be-ae81-054314976dec" + "92eb1df6-555d-4fe4-be47-f152adce399c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11967" ], "x-ms-correlation-request-id": [ - "34c93af3-0558-4c45-8e48-9c234e5a31ce" + "96c67c3d-cf9c-4543-83e7-6aa1ce08556c" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T123523Z:34c93af3-0558-4c45-8e48-9c234e5a31ce" + "WESTUS:20220121T015445Z:96c67c3d-cf9c-4543-83e7-6aa1ce08556c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:54:44 GMT" + ], "Content-Length": [ "134" ], @@ -4077,19 +4395,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:34:22.8524484+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"11c427ee-c591-4c18-993c-0ffc8eab6181\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:53:44.8929641-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"4f76e374-bdb7-4879-9c10-b06ee3f1c068\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/11c427ee-c591-4c18-993c-0ffc8eab6181?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8xMWM0MjdlZS1jNTkxLTRjMTgtOTkzYy0wZmZjOGVhYjYxODE/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/4f76e374-bdb7-4879-9c10-b06ee3f1c068?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy80Zjc2ZTM3NC1iZGI3LTQ4NzktOWMxMC1iMDZlZTNmMWMwNjg/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -4108,31 +4426,38 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4155" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4147" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "e702a2e4-bc14-4add-9b96-9af90640f35d" + "457977ad-0f51-492a-a9a0-7c1fd2e342cf" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11966" ], "x-ms-correlation-request-id": [ - "95ab6e97-b9c8-40b6-9d84-c24324d6b28e" + "ba05be94-64e4-4502-a2f1-ad3696cddef0" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T123623Z:95ab6e97-b9c8-40b6-9d84-c24324d6b28e" + "WESTUS:20220121T015545Z:ba05be94-64e4-4502-a2f1-ad3696cddef0" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:55:45 GMT" + ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4141,19 +4466,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:34:22.8524484+00:00\",\r\n \"endTime\": \"2021-12-24T12:35:53.1189175+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"11c427ee-c591-4c18-993c-0ffc8eab6181\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:53:44.8929641-08:00\",\r\n \"endTime\": \"2022-01-20T17:55:15.129066-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"4f76e374-bdb7-4879-9c10-b06ee3f1c068\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/11c427ee-c591-4c18-993c-0ffc8eab6181?monitor=true&api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8xMWM0MjdlZS1jNTkxLTRjMTgtOTkzYy0wZmZjOGVhYjYxODE/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/4f76e374-bdb7-4879-9c10-b06ee3f1c068?monitor=true&api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy80Zjc2ZTM3NC1iZGI3LTQ4NzktOWMxMC1iMDZlZTNmMWMwNjg/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -4172,31 +4497,35 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4154" + "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4146" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "a1ea87f2-b736-40ac-9b9d-5c81cb0bea73" + "03d633f4-d3eb-452a-90d3-6d75bf7c833b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11965" ], "x-ms-correlation-request-id": [ - "de099ab0-a481-4c6b-ab3c-e3a216bf5ade" + "e99de797-b4ff-4533-b7c3-9b4b7c714db2" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T123623Z:de099ab0-a481-4c6b-ab3c-e3a216bf5ade" + "WESTUS:20220121T015545Z:e99de797-b4ff-4533-b7c3-9b4b7c714db2" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 01:55:45 GMT" ], "Expires": [ "-1" @@ -4206,21 +4535,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/images/psTestSourceImage4060?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTQwNjA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/images/psTestSourceImage4695?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTQ2OTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f03e577-3ebf-4d38-af3c-b607c357c3fb" + "ebf7f254-8c6e-4bf3-8baf-547b1d58b458" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -4235,14 +4564,10 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/59fe3e3a-14b6-4f33-867b-cd911620fd60?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-07-01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/9465e2a2-08f8-464d-ab4d-b888549f37f9?p=0b6b958b-08c9-4eca-a759-7e84a44d7832&monitor=true&api-version=2021-07-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/59fe3e3a-14b6-4f33-867b-cd911620fd60?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-07-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/9465e2a2-08f8-464d-ab4d-b888549f37f9?p=0b6b958b-08c9-4eca-a759-7e84a44d7832&api-version=2021-07-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -4254,22 +4579,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "59fe3e3a-14b6-4f33-867b-cd911620fd60" + "9465e2a2-08f8-464d-ab4d-b888549f37f9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "6e64acbc-d7ff-4ad4-9654-a0a8de6d7eb1" + "7f72f38b-a481-4eed-a112-a59c3178c9e2" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T124124Z:6e64acbc-d7ff-4ad4-9654-a0a8de6d7eb1" + "WESTCENTRALUS:20220121T020048Z:7f72f38b-a481-4eed-a112-a59c3178c9e2" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 02:00:48 GMT" ], "Expires": [ "-1" @@ -4279,21 +4608,21 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/images/psTestSourceImage4060?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTQwNjA/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/images/psTestSourceImage4695?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTQ2OTU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ac18e2fa-abe8-4083-8639-1caad4c7f2c6" + "2d0ebe8b-6985-4dae-9a28-307d0bae110d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -4311,13 +4640,13 @@ "14994" ], "x-ms-request-id": [ - "5e98e0df-1ab1-4021-bb4f-09a1f22d3970" + "6c68b4d9-35ef-436a-8790-c4237e1f125e" ], "x-ms-correlation-request-id": [ - "5e98e0df-1ab1-4021-bb4f-09a1f22d3970" + "6c68b4d9-35ef-436a-8790-c4237e1f125e" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T124335Z:5e98e0df-1ab1-4021-bb4f-09a1f22d3970" + "WESTCENTRALUS:20220121T020331Z:6c68b4d9-35ef-436a-8790-c4237e1f125e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4325,6 +4654,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 02:03:31 GMT" + ], "Expires": [ "-1" ] @@ -4333,15 +4665,15 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/59fe3e3a-14b6-4f33-867b-cd911620fd60?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU5ZmUzZTNhLTE0YjYtNGYzMy04NjdiLWNkOTExNjIwZmQ2MD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/9465e2a2-08f8-464d-ab4d-b888549f37f9?p=0b6b958b-08c9-4eca-a759-7e84a44d7832&api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzk0NjVlMmEyLTA4ZjgtNDY0ZC1hYjRkLWI4ODg1NDlmMzdmOT9wPTBiNmI5NThiLTA4YzktNGVjYS1hNzU5LTdlODRhNDRkNzgzMiZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -4360,26 +4692,33 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29979" + "Microsoft.Compute/GetOperation3Min;14989,Microsoft.Compute/GetOperation30Min;29901" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "654c18f2-6d40-40a1-b3f1-0c870ba5321d" + "ff9b5122-0533-495f-897e-37cdf12ddcad" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "a90fd740-7121-45db-94aa-660047da723b" + "d01d9ab5-8af8-4b9f-abfd-32c9c171439b" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T124154Z:a90fd740-7121-45db-94aa-660047da723b" + "WESTCENTRALUS:20220121T020118Z:d01d9ab5-8af8-4b9f-abfd-32c9c171439b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 02:01:18 GMT" + ], "Content-Length": [ "183" ], @@ -4390,19 +4729,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:41:24.375538+00:00\",\r\n \"endTime\": \"2021-12-24T12:41:29.4849589+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"59fe3e3a-14b6-4f33-867b-cd911620fd60\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:00:48.2139206-08:00\",\r\n \"endTime\": \"2022-01-20T18:00:53.620187-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"9465e2a2-08f8-464d-ab4d-b888549f37f9\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/59fe3e3a-14b6-4f33-867b-cd911620fd60?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU5ZmUzZTNhLTE0YjYtNGYzMy04NjdiLWNkOTExNjIwZmQ2MD9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/9465e2a2-08f8-464d-ab4d-b888549f37f9?p=0b6b958b-08c9-4eca-a759-7e84a44d7832&monitor=true&api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzk0NjVlMmEyLTA4ZjgtNDY0ZC1hYjRkLWI4ODg1NDlmMzdmOT9wPTBiNmI5NThiLTA4YzktNGVjYS1hNzU5LTdlODRhNDRkNzgzMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -4421,28 +4760,32 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29978" + "Microsoft.Compute/GetOperation3Min;14988,Microsoft.Compute/GetOperation30Min;29900" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "9d73bb49-163e-4056-89c4-24fa291d216c" + "7acf9898-7d4c-490e-858d-e49f7e25095f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "ec43adf8-7c09-41c4-b72d-851567c02eb1" + "ac07a07b-450f-4a67-90d4-57fa3a082f48" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T124154Z:ec43adf8-7c09-41c4-b72d-851567c02eb1" + "WESTCENTRALUS:20220121T020118Z:ac07a07b-450f-4a67-90d4-57fa3a082f48" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 02:01:18 GMT" ], "Expires": [ "-1" @@ -4452,21 +4795,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/virtualMachines/vm6584?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY1ODQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/virtualMachines/vm2535?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI1MzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "859021db-23d5-491f-a07e-316217d5e01d" + "62be4026-b354-4f7d-8909-3216e8348089" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -4481,7 +4824,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/597ca436-8c04-4615-8dd5-8641d63dcef6?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-07-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/36ce0a1a-0285-4094-802e-47638e52adcc?p=0b6b958b-08c9-4eca-a759-7e84a44d7832&monitor=true&api-version=2021-07-01" ], "Retry-After": [ "10" @@ -4491,7 +4834,7 @@ "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/597ca436-8c04-4615-8dd5-8641d63dcef6?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-07-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/36ce0a1a-0285-4094-802e-47638e52adcc?p=0b6b958b-08c9-4eca-a759-7e84a44d7832&api-version=2021-07-01" ], "Azure-AsyncNotification": [ "Enabled" @@ -4503,22 +4846,26 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "597ca436-8c04-4615-8dd5-8641d63dcef6" + "36ce0a1a-0285-4094-802e-47638e52adcc" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], "x-ms-correlation-request-id": [ - "0312a415-5bb4-4828-8ec5-78b10c2f1d15" + "89fc4dff-0ad2-407c-9312-0eedf503c972" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T124154Z:0312a415-5bb4-4828-8ec5-78b10c2f1d15" + "WESTCENTRALUS:20220121T020119Z:89fc4dff-0ad2-407c-9312-0eedf503c972" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 02:01:18 GMT" ], "Expires": [ "-1" @@ -4528,21 +4875,21 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/virtualMachines/vm6584?api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY1ODQ/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/virtualMachines/vm2535?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTI1MzU/YXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d07e0a0b-c942-446c-8809-6c39c5cd8966" + "d333632a-0819-458c-803e-fd002ad7b6ae" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -4560,13 +4907,13 @@ "14995" ], "x-ms-request-id": [ - "71682570-76d5-4bf7-a0d0-659eb6738f04" + "521dfc35-68cd-41b8-a71e-9196d1ef3db3" ], "x-ms-correlation-request-id": [ - "71682570-76d5-4bf7-a0d0-659eb6738f04" + "521dfc35-68cd-41b8-a71e-9196d1ef3db3" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T124335Z:71682570-76d5-4bf7-a0d0-659eb6738f04" + "WESTCENTRALUS:20220121T020331Z:521dfc35-68cd-41b8-a71e-9196d1ef3db3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -4574,6 +4921,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 02:03:30 GMT" + ], "Expires": [ "-1" ] @@ -4582,15 +4932,15 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/597ca436-8c04-4615-8dd5-8641d63dcef6?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU5N2NhNDM2LThjMDQtNDYxNS04ZGQ1LTg2NDFkNjNkY2VmNj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/36ce0a1a-0285-4094-802e-47638e52adcc?p=0b6b958b-08c9-4eca-a759-7e84a44d7832&api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM2Y2UwYTFhLTAyODUtNDA5NC04MDJlLTQ3NjM4ZTUyYWRjYz9wPTBiNmI5NThiLTA4YzktNGVjYS1hNzU5LTdlODRhNDRkNzgzMiZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -4612,26 +4962,33 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29977" + "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29898" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a7e501b3-2f0a-43a7-a4e4-9a78d58559b3" + "99f68691-129c-4268-a237-7c5d6546966f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "7926a6b4-43a9-4ed8-b43a-cc377fbdafb9" + "c5a1d3ea-f2e9-4a7e-bdc1-b509db0f8f98" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T124204Z:7926a6b4-43a9-4ed8-b43a-cc377fbdafb9" + "WESTCENTRALUS:20220121T020129Z:c5a1d3ea-f2e9-4a7e-bdc1-b509db0f8f98" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 02:01:28 GMT" + ], "Content-Length": [ "134" ], @@ -4642,19 +4999,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:41:54.6413869+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"597ca436-8c04-4615-8dd5-8641d63dcef6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:01:19.0109732-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"36ce0a1a-0285-4094-802e-47638e52adcc\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/597ca436-8c04-4615-8dd5-8641d63dcef6?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU5N2NhNDM2LThjMDQtNDYxNS04ZGQ1LTg2NDFkNjNkY2VmNj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/36ce0a1a-0285-4094-802e-47638e52adcc?p=0b6b958b-08c9-4eca-a759-7e84a44d7832&api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM2Y2UwYTFhLTAyODUtNDA5NC04MDJlLTQ3NjM4ZTUyYWRjYz9wPTBiNmI5NThiLTA4YzktNGVjYS1hNzU5LTdlODRhNDRkNzgzMiZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -4668,31 +5025,95 @@ "Pragma": [ "no-cache" ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperation3Min;14986,Microsoft.Compute/GetOperation30Min;29896" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "48de95bc-4102-474d-9fbf-fece1ed4222f" + ], "Server": [ "Microsoft-HTTPAPI/2.0", "Microsoft-HTTPAPI/2.0" ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "ce159394-ce35-4329-8773-ad571a7528b3" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20220121T020159Z:ce159394-ce35-4329-8773-ad571a7528b3" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 21 Jan 2022 02:01:58 GMT" + ], + "Content-Length": [ + "134" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:01:19.0109732-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"36ce0a1a-0285-4094-802e-47638e52adcc\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/36ce0a1a-0285-4094-802e-47638e52adcc?p=0b6b958b-08c9-4eca-a759-7e84a44d7832&api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM2Y2UwYTFhLTAyODUtNDA5NC04MDJlLTQ3NjM4ZTUyYWRjYz9wPTBiNmI5NThiLTA4YzktNGVjYS1hNzU5LTdlODRhNDRkNzgzMiZhcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29976" + "Microsoft.Compute/GetOperation3Min;14985,Microsoft.Compute/GetOperation30Min;29893" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f17f160f-ab9b-4f61-9baa-8473be477252" + "c7fa1776-2a37-4ee9-a5a6-0fa692547cf4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "d8b18e7b-5c66-4aa6-8655-7d046fbfeab1" + "cc3f75e0-b09e-4b42-91f9-cd11fa411878" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T124234Z:d8b18e7b-5c66-4aa6-8655-7d046fbfeab1" + "WESTCENTRALUS:20220121T020229Z:cc3f75e0-b09e-4b42-91f9-cd11fa411878" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 02:02:28 GMT" + ], "Content-Length": [ "184" ], @@ -4703,19 +5124,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:41:54.6413869+00:00\",\r\n \"endTime\": \"2021-12-24T12:42:34.2665823+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"597ca436-8c04-4615-8dd5-8641d63dcef6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:01:19.0109732-08:00\",\r\n \"endTime\": \"2022-01-20T18:02:28.9801335-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"36ce0a1a-0285-4094-802e-47638e52adcc\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/597ca436-8c04-4615-8dd5-8641d63dcef6?p=41da89ab-29fa-414a-bb5c-9eea1ddab902&monitor=true&api-version=2021-07-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU5N2NhNDM2LThjMDQtNDYxNS04ZGQ1LTg2NDFkNjNkY2VmNj9wPTQxZGE4OWFiLTI5ZmEtNDE0YS1iYjVjLTllZWExZGRhYjkwMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/36ce0a1a-0285-4094-802e-47638e52adcc?p=0b6b958b-08c9-4eca-a759-7e84a44d7832&monitor=true&api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM2Y2UwYTFhLTAyODUtNDA5NC04MDJlLTQ3NjM4ZTUyYWRjYz9wPTBiNmI5NThiLTA4YzktNGVjYS1hNzU5LTdlODRhNDRkNzgzMiZtb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMS0wNy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -4734,28 +5155,32 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29975" + "Microsoft.Compute/GetOperation3Min;14984,Microsoft.Compute/GetOperation30Min;29892" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "278c8e39-a0d4-470c-968a-2bf91bbc5be2" + "a4806fef-88f2-43b4-a106-41a5fa5504d3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "de9e0738-450e-4ce6-86d7-ab2371043dc9" + "f6aa5c41-e14c-47ae-bc4f-27010d95c640" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T124234Z:de9e0738-450e-4ce6-86d7-ab2371043dc9" + "WESTCENTRALUS:20220121T020229Z:f6aa5c41-e14c-47ae-bc4f-27010d95c640" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 02:02:28 GMT" ], "Expires": [ "-1" @@ -4765,21 +5190,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312/images/galleryPsTestGalleryImage9733?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTczMTIvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U5NzMzP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788/images/galleryPsTestGalleryImage118?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTk3ODgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2UxMTg/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46f80b78-5ffa-4080-b7f5-f93f850feb6a" + "ad4635e5-b540-410f-b5d5-ab936922610f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -4794,14 +5219,10 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/14f58379-15b2-4b98-9166-f695c4d0c482?monitor=true&api-version=2021-10-01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/acc2e6ee-0691-49cc-8cd9-dc2803fd5e1d?monitor=true&api-version=2021-10-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/14f58379-15b2-4b98-9166-f695c4d0c482?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/acc2e6ee-0691-49cc-8cd9-dc2803fd5e1d?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/DeleteGalleryImage3Min;49,Microsoft.Compute/DeleteGalleryImage30Min;299" @@ -4810,25 +5231,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "14f58379-15b2-4b98-9166-f695c4d0c482" + "acc2e6ee-0691-49cc-8cd9-dc2803fd5e1d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], "x-ms-correlation-request-id": [ - "1c17dedc-60b8-4eda-a3e4-0c35593bab7f" + "a45c8168-6076-412c-8bd7-f2e7c67614e7" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T124234Z:1c17dedc-60b8-4eda-a3e4-0c35593bab7f" + "WESTCENTRALUS:20220121T020230Z:a45c8168-6076-412c-8bd7-f2e7c67614e7" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 02:02:29 GMT" ], "Expires": [ "-1" @@ -4838,15 +5263,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/14f58379-15b2-4b98-9166-f695c4d0c482?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8xNGY1ODM3OS0xNWIyLTRiOTgtOTE2Ni1mNjk1YzRkMGM0ODI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/acc2e6ee-0691-49cc-8cd9-dc2803fd5e1d?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9hY2MyZTZlZS0wNjkxLTQ5Y2MtOGNkOS1kYzI4MDNmZDVlMWQ/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -4871,25 +5296,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "443dd8f0-5603-44d8-98b2-4c13936ca039" + "0eb814e2-fc05-4096-852f-44f4f717ac66" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "61a88aaa-c24b-49b1-b30f-ad29df9c9530" + "79fbfb43-8fd1-4ed5-8560-32c5c3281525" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T124304Z:61a88aaa-c24b-49b1-b30f-ad29df9c9530" + "WESTCENTRALUS:20220121T020300Z:79fbfb43-8fd1-4ed5-8560-32c5c3281525" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 02:03:00 GMT" + ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -4898,19 +5330,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:42:34.8675389+00:00\",\r\n \"endTime\": \"2021-12-24T12:42:35.0862977+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"14f58379-15b2-4b98-9166-f695c4d0c482\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:02:30.121478-08:00\",\r\n \"endTime\": \"2022-01-20T18:02:30.3558586-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"acc2e6ee-0691-49cc-8cd9-dc2803fd5e1d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/14f58379-15b2-4b98-9166-f695c4d0c482?monitor=true&api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8xNGY1ODM3OS0xNWIyLTRiOTgtOTE2Ni1mNjk1YzRkMGM0ODI/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/acc2e6ee-0691-49cc-8cd9-dc2803fd5e1d?monitor=true&api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9hY2MyZTZlZS0wNjkxLTQ5Y2MtOGNkOS1kYzI4MDNmZDVlMWQ/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -4935,25 +5367,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "275762ab-22f2-4366-8cc8-a99380400662" + "28b2428a-7c78-4a35-8ac1-5fcf100f889d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "dc56394e-1e9a-4fef-aa71-5c27ba614e1a" + "6ac02a9a-4825-46cd-ba8f-af1bc0e689b8" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T124304Z:dc56394e-1e9a-4fef-aa71-5c27ba614e1a" + "WESTCENTRALUS:20220121T020300Z:6ac02a9a-4825-46cd-ba8f-af1bc0e689b8" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 02:03:00 GMT" ], "Expires": [ "-1" @@ -4963,21 +5399,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg7400/providers/Microsoft.Compute/galleries/galleryPsTestGallery7312?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzc0MDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTczMTI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg5774/providers/Microsoft.Compute/galleries/galleryPsTestGallery9788?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU3NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTk3ODg/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f65f14e-e7c4-444c-b573-d1500f1f05dd" + "3fee6d52-c415-4905-89f8-b01fbaa2b9b6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -4992,41 +5428,41 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/7ac3a2c8-ca96-4a77-be52-7cadfe256e6e?monitor=true&api-version=2021-10-01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/532369ef-ff2e-4385-b6e3-508659e650f7?monitor=true&api-version=2021-10-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/7ac3a2c8-ca96-4a77-be52-7cadfe256e6e?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/532369ef-ff2e-4385-b6e3-508659e650f7?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteGallery3Min;44,Microsoft.Compute/DeleteGallery30Min;245" + "Microsoft.Compute/DeleteGallery3Min;49,Microsoft.Compute/DeleteGallery30Min;899" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "7ac3a2c8-ca96-4a77-be52-7cadfe256e6e" + "532369ef-ff2e-4385-b6e3-508659e650f7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14996" ], "x-ms-correlation-request-id": [ - "66862951-8e62-4532-bb07-af51f8e342d5" + "47a40f32-28db-4323-b599-4d786c4d7047" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T124305Z:66862951-8e62-4532-bb07-af51f8e342d5" + "WESTCENTRALUS:20220121T020300Z:47a40f32-28db-4323-b599-4d786c4d7047" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 02:03:00 GMT" ], "Expires": [ "-1" @@ -5036,15 +5472,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/7ac3a2c8-ca96-4a77-be52-7cadfe256e6e?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy83YWMzYTJjOC1jYTk2LTRhNzctYmU1Mi03Y2FkZmUyNTZlNmU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/532369ef-ff2e-4385-b6e3-508659e650f7?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81MzIzNjllZi1mZjJlLTQzODUtYjZlMy01MDg2NTllNjUwZjc/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -5069,25 +5505,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "6bd47f6f-4753-4d6d-9dca-e44100702c40" + "9b2648a0-f0a1-4961-bc1a-f1cee69b615b" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "ab7a3e84-011d-4497-a255-6820fe518f1e" + "84de90a7-d949-4576-b97a-267b3a6b86c1" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T124335Z:ab7a3e84-011d-4497-a255-6820fe518f1e" + "WESTCENTRALUS:20220121T020330Z:84de90a7-d949-4576-b97a-267b3a6b86c1" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 02:03:30 GMT" + ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -5096,19 +5539,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:43:05.0559916+00:00\",\r\n \"endTime\": \"2021-12-24T12:43:05.1653689+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"7ac3a2c8-ca96-4a77-be52-7cadfe256e6e\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T18:03:00.7939439-08:00\",\r\n \"endTime\": \"2022-01-20T18:03:00.887696-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"532369ef-ff2e-4385-b6e3-508659e650f7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/7ac3a2c8-ca96-4a77-be52-7cadfe256e6e?monitor=true&api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy83YWMzYTJjOC1jYTk2LTRhNzctYmU1Mi03Y2FkZmUyNTZlNmU/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/532369ef-ff2e-4385-b6e3-508659e650f7?monitor=true&api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81MzIzNjllZi1mZjJlLTQzODUtYjZlMy01MDg2NTllNjUwZjc/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -5133,25 +5576,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "d7785541-18d9-4026-a5fb-bc90f3ef04f4" + "dd7e0e4f-7eb8-4f09-b99c-d9a80ce70f1c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-correlation-request-id": [ - "b7332306-5951-4ff4-831b-e07d3c379bca" + "ed5eae54-c7a2-472f-ac1e-1509aeeb9b03" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T124335Z:b7332306-5951-4ff4-831b-e07d3c379bca" + "WESTCENTRALUS:20220121T020331Z:ed5eae54-c7a2-472f-ac1e-1509aeeb9b03" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 02:03:30 GMT" ], "Expires": [ "-1" @@ -5163,36 +5610,36 @@ ], "Names": { "GalleryImageVersion_CRUD_Tests": [ - "galleryPsTestRg7400", - "psTestSourceImage4060", - "galleryPsTestGallery7312", - "galleryPsTestGalleryImage9733" + "galleryPsTestRg5774", + "psTestSourceImage4695", + "galleryPsTestGallery9788", + "galleryPsTestGalleryImage118" ], "CreateCRPImage": [ - "saforgallery5780", - "asforgallery785" + "saforgallery9598", + "asforgallery6637" ], "CreatePublicIP": [ - "pip7770", - "dn333" + "pip7504", + "dn7869" ], "CreateVNET": [ - "vn3356", - "sn6396" + "vn1109", + "sn4529" ], "CreateNIC": [ - "nic7502", - "ip5281" + "nic3616", + "ip3206" ], "CreateDefaultVMInput": [ - "crptestar506", - "crptestar5758", - "crptestar832", - "vm6584", - "Microsoft.Compute/virtualMachines9204" + "crptestar9952", + "crptestar5978", + "crptestar9568", + "vm2535", + "Microsoft.Compute/virtualMachines3914" ] }, "Variables": { - "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871" + "SubscriptionId": "97f78232-382b-46a7-8a72-964d692c4f3f" } } \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryImage_CRUD_Tests.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryImage_CRUD_Tests.json index 8e8b5ba12c415..e7d3c26fb4514 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryImage_CRUD_Tests.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryImage_CRUD_Tests.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/galleryPsTestRg723?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzcyMz9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourcegroups/galleryPsTestRg9802?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk4MDI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3ee7f2eb-fba7-43fd-9f58-a483fc74a1f2" + "f6e43036-cccc-4111-abc5-9d4ed3356cd0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -39,13 +39,13 @@ "1199" ], "x-ms-request-id": [ - "7b651186-38b0-4063-b3d1-95c82e445d20" + "fac8037f-418d-463b-bd8f-1aeba2aee001" ], "x-ms-correlation-request-id": [ - "7b651186-38b0-4063-b3d1-95c82e445d20" + "fac8037f-418d-463b-bd8f-1aeba2aee001" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121219Z:7b651186-38b0-4063-b3d1-95c82e445d20" + "WESTCENTRALUS:20220121T012938Z:fac8037f-418d-463b-bd8f-1aeba2aee001" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -53,6 +53,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:29:38 GMT" + ], "Content-Length": [ "190" ], @@ -63,25 +66,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg723\",\r\n \"name\": \"galleryPsTestRg723\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9802\",\r\n \"name\": \"galleryPsTestRg9802\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg723/providers/Microsoft.Compute/galleries/galleryPsTestGallery6275?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzcyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NjI3NT9hcGktdmVyc2lvbj0yMDIxLTEwLTAx", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9802/providers/Microsoft.Compute/galleries/galleryPsTestGallery8615?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk4MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg2MTU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\"\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "023cbc4b-6c56-499f-a29b-acbf142e179d" + "c54e1c7e-4af6-4e26-812f-8971ea12b105" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ @@ -106,34 +109,41 @@ "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/aa3e645c-653c-4b1a-a151-e7c2ba2487e6?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/33a66ad8-942c-4db1-b5d2-0e2e08eef57d?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateUpdateGallery3Min;49,Microsoft.Compute/CreateUpdateGallery30Min;299" + "Microsoft.Compute/CreateUpdateGallery3Min;47,Microsoft.Compute/CreateUpdateGallery30Min;296" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "aa3e645c-653c-4b1a-a151-e7c2ba2487e6" + "33a66ad8-942c-4db1-b5d2-0e2e08eef57d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "b884c2ee-75c2-4f7a-8de2-f2ecbefd8baf" + "743b730d-eca3-48ae-a118-3480b829a4ca" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121220Z:b884c2ee-75c2-4f7a-8de2-f2ecbefd8baf" + "WESTCENTRALUS:20220121T012942Z:743b730d-eca3-48ae-a118-3480b829a4ca" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:29:41 GMT" + ], "Content-Length": [ - "507" + "508" ], "Content-Type": [ "application/json; charset=utf-8" @@ -142,19 +152,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery6275\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg723/providers/Microsoft.Compute/galleries/galleryPsTestGallery6275\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY6275\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery8615\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9802/providers/Microsoft.Compute/galleries/galleryPsTestGallery8615\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY8615\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/aa3e645c-653c-4b1a-a151-e7c2ba2487e6?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9hYTNlNjQ1Yy02NTNjLTRiMWEtYTE1MS1lN2MyYmEyNDg3ZTY/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/33a66ad8-942c-4db1-b5d2-0e2e08eef57d?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8zM2E2NmFkOC05NDJjLTRkYjEtYjVkMi0wZTJlMDhlZWY1N2Q/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -173,29 +183,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1198,Microsoft.Compute/GetOperationStatus30Min;4198" + "Microsoft.Compute/GetOperationStatus3Min;1190,Microsoft.Compute/GetOperationStatus30Min;4188" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "a2ba6e08-46fc-4ef2-ac39-265bd676c542" + "e307b00e-772d-482a-9564-6914fd5cef51" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "d1f24a0e-6141-4fa0-b1b3-19f04f4c5320" + "bf21a462-437b-4fa7-92b8-a12a48b6477c" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121250Z:d1f24a0e-6141-4fa0-b1b3-19f04f4c5320" + "WESTCENTRALUS:20220121T013012Z:bf21a462-437b-4fa7-92b8-a12a48b6477c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:30:11 GMT" + ], "Content-Length": [ "184" ], @@ -206,19 +223,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:12:20.1855893+00:00\",\r\n \"endTime\": \"2021-12-24T12:12:20.8574797+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"aa3e645c-653c-4b1a-a151-e7c2ba2487e6\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:29:41.6466062-08:00\",\r\n \"endTime\": \"2022-01-20T17:29:41.7403559-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"33a66ad8-942c-4db1-b5d2-0e2e08eef57d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg723/providers/Microsoft.Compute/galleries/galleryPsTestGallery6275?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzcyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NjI3NT9hcGktdmVyc2lvbj0yMDIxLTEwLTAx", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9802/providers/Microsoft.Compute/galleries/galleryPsTestGallery8615?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk4MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg2MTU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -237,31 +254,38 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGallery3Min;346,Microsoft.Compute/GetGallery30Min;2496" + "Microsoft.Compute/GetGallery3Min;337,Microsoft.Compute/GetGallery30Min;2479" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "2077b3bb-759b-4c14-9d86-2b8a39fbfb92" + "5ecef308-e7e3-4a01-94c6-56b82213c326" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "495c0ce9-61f1-474d-bbc3-1a774722b962" + "b1ba2ff1-1256-400f-9498-4614d21706d7" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121250Z:495c0ce9-61f1-474d-bbc3-1a774722b962" + "WESTCENTRALUS:20220121T013012Z:b1ba2ff1-1256-400f-9498-4614d21706d7" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:30:11 GMT" + ], "Content-Length": [ - "508" + "509" ], "Content-Type": [ "application/json; charset=utf-8" @@ -270,25 +294,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery6275\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg723/providers/Microsoft.Compute/galleries/galleryPsTestGallery6275\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY6275\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery8615\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9802/providers/Microsoft.Compute/galleries/galleryPsTestGallery8615\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY8615\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg723/providers/Microsoft.Compute/galleries/galleryPsTestGallery6275/images/galleryPsTestGalleryImage5892?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzcyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NjI3NS9pbWFnZXMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlJbWFnZTU4OTI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9802/providers/Microsoft.Compute/galleries/galleryPsTestGallery8615/images/galleryPsTestGalleryImage7883?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk4MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg2MTUvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U3ODgzP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This is the gallery image description.\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "38b5406a-4c9f-4bdf-941a-913874b52cdd" + "0e0836cc-95c9-4659-92ff-844ce03bcf9c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ @@ -313,7 +337,7 @@ "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/1a1aaee8-d186-441f-86e9-285ebae931a2?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/1662aa95-75d6-4e34-a314-c581caa6c4b2?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/CreateUpdateGalleryImage3Min;149,Microsoft.Compute/CreateUpdateGalleryImage30Min;749" @@ -322,25 +346,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "1a1aaee8-d186-441f-86e9-285ebae931a2" + "1662aa95-75d6-4e34-a314-c581caa6c4b2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "53727664-5380-411f-acbe-4108082ca45d" + "6555ac6c-c98f-40b4-8c17-485f130f5699" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121250Z:53727664-5380-411f-acbe-4108082ca45d" + "WESTCENTRALUS:20220121T013014Z:6555ac6c-c98f-40b4-8c17-485f130f5699" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:30:13 GMT" + ], "Content-Length": [ - "673" + "674" ], "Content-Type": [ "application/json; charset=utf-8" @@ -349,25 +380,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage5892\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg723/providers/Microsoft.Compute/galleries/galleryPsTestGallery6275/images/galleryPsTestGalleryImage5892\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"description\": \"This is the gallery image description.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage7883\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9802/providers/Microsoft.Compute/galleries/galleryPsTestGallery8615/images/galleryPsTestGalleryImage7883\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"description\": \"This is the gallery image description.\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg723/providers/Microsoft.Compute/galleries/galleryPsTestGallery6275/images/galleryPsTestGalleryImage5892?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzcyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NjI3NS9pbWFnZXMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlJbWFnZTU4OTI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9802/providers/Microsoft.Compute/galleries/galleryPsTestGallery8615/images/galleryPsTestGalleryImage7883?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk4MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg2MTUvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U3ODgzP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"Updated description.\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5e9d09be-776f-4f43-8305-e5a6b6d23c5a" + "5cd1c678-742f-441e-864f-6fc9d54e9cd9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ @@ -392,7 +423,7 @@ "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/3c84520c-fb59-4cbe-91de-fc5587e183c1?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/c7e9bfcc-eedb-4038-a761-052edd12f67f?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/CreateUpdateGalleryImage3Min;148,Microsoft.Compute/CreateUpdateGalleryImage30Min;748" @@ -401,25 +432,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "3c84520c-fb59-4cbe-91de-fc5587e183c1" + "c7e9bfcc-eedb-4038-a761-052edd12f67f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "89b71f43-c99f-4866-acf9-df2d1100dba7" + "4af00736-159f-41a6-b9d1-72ccce445e60" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121321Z:89b71f43-c99f-4866-acf9-df2d1100dba7" + "WESTCENTRALUS:20220121T013044Z:4af00736-159f-41a6-b9d1-72ccce445e60" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:30:44 GMT" + ], "Content-Length": [ - "655" + "656" ], "Content-Type": [ "application/json; charset=utf-8" @@ -428,19 +466,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage5892\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg723/providers/Microsoft.Compute/galleries/galleryPsTestGallery6275/images/galleryPsTestGalleryImage5892\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Updated description.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage7883\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9802/providers/Microsoft.Compute/galleries/galleryPsTestGallery8615/images/galleryPsTestGalleryImage7883\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Updated description.\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/1a1aaee8-d186-441f-86e9-285ebae931a2?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8xYTFhYWVlOC1kMTg2LTQ0MWYtODZlOS0yODVlYmFlOTMxYTI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/1662aa95-75d6-4e34-a314-c581caa6c4b2?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8xNjYyYWE5NS03NWQ2LTRlMzQtYTMxNC1jNTgxY2FhNmM0YjI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -459,29 +497,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4196" + "Microsoft.Compute/GetOperationStatus3Min;1189,Microsoft.Compute/GetOperationStatus30Min;4186" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "4336bf0c-7282-4505-a739-8cd95a70d66a" + "d8b3c391-dd66-41d7-a74d-e4ecb23fb5d3" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "46f72bf7-12fd-4558-9d83-c1764c2ce0f6" + "4167f419-42a0-44ae-bc41-d64bce99078e" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121321Z:46f72bf7-12fd-4558-9d83-c1764c2ce0f6" + "WESTCENTRALUS:20220121T013044Z:4167f419-42a0-44ae-bc41-d64bce99078e" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:30:43 GMT" + ], "Content-Length": [ "184" ], @@ -492,19 +537,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:12:50.8271742+00:00\",\r\n \"endTime\": \"2021-12-24T12:12:50.9678021+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1a1aaee8-d186-441f-86e9-285ebae931a2\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:30:13.5222646-08:00\",\r\n \"endTime\": \"2022-01-20T17:30:13.6786826-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1662aa95-75d6-4e34-a314-c581caa6c4b2\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg723/providers/Microsoft.Compute/galleries/galleryPsTestGallery6275/images/galleryPsTestGalleryImage5892?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzcyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NjI3NS9pbWFnZXMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlJbWFnZTU4OTI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9802/providers/Microsoft.Compute/galleries/galleryPsTestGallery8615/images/galleryPsTestGalleryImage7883?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk4MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg2MTUvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U3ODgzP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -529,25 +574,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "0e43a67e-9265-4b28-bb35-b148429072a2" + "f5566d20-5b3f-4d28-9aa5-8488300d94bb" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "beb01353-aa9d-41d7-a621-b007b1fd715d" + "734deaa8-a428-478c-9346-3333596e937f" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121321Z:beb01353-aa9d-41d7-a621-b007b1fd715d" + "WESTCENTRALUS:20220121T013044Z:734deaa8-a428-478c-9346-3333596e937f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:30:44 GMT" + ], "Content-Length": [ - "674" + "675" ], "Content-Type": [ "application/json; charset=utf-8" @@ -556,25 +608,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage5892\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg723/providers/Microsoft.Compute/galleries/galleryPsTestGallery6275/images/galleryPsTestGalleryImage5892\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"This is the gallery image description.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage7883\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9802/providers/Microsoft.Compute/galleries/galleryPsTestGallery8615/images/galleryPsTestGalleryImage7883\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"This is the gallery image description.\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg723/providers/Microsoft.Compute/galleries/galleryPsTestGallery6275/images/galleryPsTestGalleryImage5892?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzcyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NjI3NS9pbWFnZXMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlJbWFnZTU4OTI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9802/providers/Microsoft.Compute/galleries/galleryPsTestGallery8615/images/galleryPsTestGalleryImage7883?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk4MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg2MTUvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U3ODgzP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4a4461b-b631-4b9f-bd7a-2c4157b58ed1" + "18443c2e-0469-4dad-b944-f5c738e6ef67" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -599,25 +651,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "0b362765-de5a-48be-b561-9099985723b9" + "b9bace70-298a-461e-a957-51905c289092" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "35874a6c-b081-45e1-837d-ef43666ceef0" + "df2608c0-2a14-4153-9333-3a995ae3526c" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121321Z:35874a6c-b081-45e1-837d-ef43666ceef0" + "WESTCENTRALUS:20220121T013044Z:df2608c0-2a14-4153-9333-3a995ae3526c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:30:44 GMT" + ], "Content-Length": [ - "674" + "675" ], "Content-Type": [ "application/json; charset=utf-8" @@ -626,19 +685,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage5892\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg723/providers/Microsoft.Compute/galleries/galleryPsTestGallery6275/images/galleryPsTestGalleryImage5892\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"This is the gallery image description.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage7883\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9802/providers/Microsoft.Compute/galleries/galleryPsTestGallery8615/images/galleryPsTestGalleryImage7883\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"This is the gallery image description.\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg723/providers/Microsoft.Compute/galleries/galleryPsTestGallery6275/images/galleryPsTestGalleryImage5892?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzcyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NjI3NS9pbWFnZXMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlJbWFnZTU4OTI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9802/providers/Microsoft.Compute/galleries/galleryPsTestGallery8615/images/galleryPsTestGalleryImage7883?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk4MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg2MTUvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U3ODgzP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -663,25 +722,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "af90a661-6fe0-4c8b-953a-0426afe25d3d" + "cafae1bb-c7ec-47fa-b988-e4a80508f679" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "6e8126c9-08bd-42ee-a367-de2094786054" + "a9073eba-ac0a-4388-90f0-1a38a6385458" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121351Z:6e8126c9-08bd-42ee-a367-de2094786054" + "WESTCENTRALUS:20220121T013114Z:a9073eba-ac0a-4388-90f0-1a38a6385458" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:31:13 GMT" + ], "Content-Length": [ - "656" + "657" ], "Content-Type": [ "application/json; charset=utf-8" @@ -690,25 +756,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage5892\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg723/providers/Microsoft.Compute/galleries/galleryPsTestGallery6275/images/galleryPsTestGalleryImage5892\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Updated description.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage7883\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9802/providers/Microsoft.Compute/galleries/galleryPsTestGallery8615/images/galleryPsTestGalleryImage7883\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Updated description.\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg723/providers/Microsoft.Compute/galleries/galleryPsTestGallery6275/images/galleryPsTestGalleryImage5892?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzcyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NjI3NS9pbWFnZXMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlJbWFnZTU4OTI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9802/providers/Microsoft.Compute/galleries/galleryPsTestGallery8615/images/galleryPsTestGalleryImage7883?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk4MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg2MTUvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U3ODgzP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a1b7f56c-6587-461f-b709-0798607e29ed" + "ce33e499-6453-4323-8b06-651d3110613f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -733,25 +799,32 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "7363b0ff-e4ce-486b-b88e-8e9b8aef615e" + "d913f788-6cb6-4fdd-913a-7584cc9fa16c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "d069d119-c60b-4864-990b-9dbb3f15eef9" + "92e56bf3-0424-4065-a0b3-d739b1ac205b" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121351Z:d069d119-c60b-4864-990b-9dbb3f15eef9" + "WESTCENTRALUS:20220121T013114Z:92e56bf3-0424-4065-a0b3-d739b1ac205b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:31:13 GMT" + ], "Content-Length": [ - "656" + "657" ], "Content-Type": [ "application/json; charset=utf-8" @@ -760,19 +833,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage5892\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg723/providers/Microsoft.Compute/galleries/galleryPsTestGallery6275/images/galleryPsTestGalleryImage5892\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Updated description.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage7883\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9802/providers/Microsoft.Compute/galleries/galleryPsTestGallery8615/images/galleryPsTestGalleryImage7883\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Updated description.\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/3c84520c-fb59-4cbe-91de-fc5587e183c1?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8zYzg0NTIwYy1mYjU5LTRjYmUtOTFkZS1mYzU1ODdlMTgzYzE/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/c7e9bfcc-eedb-4038-a761-052edd12f67f?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9jN2U5YmZjYy1lZWRiLTQwMzgtYTc2MS0wNTJlZGQxMmY2N2Y/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -791,31 +864,38 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4194" + "Microsoft.Compute/GetOperationStatus3Min;1189,Microsoft.Compute/GetOperationStatus30Min;4184" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "227f5923-6c2d-4bac-baf2-20292e33c8d7" + "88df7ec7-2127-479f-a045-7229cd969c28" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "835b3a87-7c1a-4756-a3bb-4702e56dc348" + "bc5b4d67-e467-479f-8de5-19135e887880" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121351Z:835b3a87-7c1a-4756-a3bb-4702e56dc348" + "WESTCENTRALUS:20220121T013114Z:bc5b4d67-e467-479f-8de5-19135e887880" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:31:13 GMT" + ], "Content-Length": [ - "182" + "184" ], "Content-Type": [ "application/json; charset=utf-8" @@ -824,25 +904,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:13:21.17188+00:00\",\r\n \"endTime\": \"2021-12-24T12:13:21.2187556+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3c84520c-fb59-4cbe-91de-fc5587e183c1\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:30:44.6166278-08:00\",\r\n \"endTime\": \"2022-01-20T17:30:44.6635086-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"c7e9bfcc-eedb-4038-a761-052edd12f67f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg723/providers/Microsoft.Compute/galleries/galleryPsTestGallery6275/images?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzcyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NjI3NS9pbWFnZXM/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9802/providers/Microsoft.Compute/galleries/galleryPsTestGallery8615/images?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk4MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg2MTUvaW1hZ2VzP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4cd352f3-6053-4d5b-bb31-499ac239f811" + "f519fb2f-eb65-4f75-9ed9-c2e2ea19857b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -857,55 +937,69 @@ "no-cache" ], "x-ms-original-request-ids": [ - "68783295-48b8-480f-976e-cf98fea5cdfb", - "98310a57-2298-4852-83a6-44b9fc961edf", - "d615d12c-c770-4b69-8ceb-e6d22d0f8db7", - "6b748f9f-35f8-48ee-9df2-785967ad78ea", - "19ffa032-837c-46f5-b05c-7835fb6ac3f2", - "6227ad4b-7820-4430-bb06-805c69080975", - "974d99b0-5078-4e6f-8f98-1a84a0f3015d", - "8ca6221b-0aa5-4179-8a27-548549e8c7b9", - "e497b807-a283-4c69-ba12-79822bb1fc64", - "e230293e-7c8f-440e-a737-121be9fceb25", - "1a012f09-61c6-4c60-ab71-b26a1c25d5b5", - "60209bd0-8b59-47dc-b506-abc87a251882", - "0e54b40c-6632-4e84-b053-b9c1dcbc207d", - "67128c55-a7e5-42cc-ba91-7347e18f3aa6", - "41f00587-1684-4d61-933c-f459ff54b34a", - "9428e2c5-6a4b-4446-a08a-70efeb65ac57", - "eb28dc9d-2915-4858-9292-68e61fbd728c", - "4dae1964-f6aa-4622-8d72-29e93f9cd5d5", - "2fabefd6-50f0-46bb-8ae2-d3cea0fbc73c", - "28384660-6dbb-4bc6-822e-d716fc1ca779", - "3951b1f8-7d1a-45cd-a580-0da851dd7d2f", - "d12cd170-d732-4ec5-bc07-933eb932102c", - "af73b11f-27d5-4f2e-ad6f-61d755e9fec5", - "01ac7ac8-9ba0-4d7c-87d5-51c008b4d6bc", - "bb764c54-b1b1-4eb8-8212-b6d3d93e7960", - "c6da4e44-8e5d-457b-9ca5-77e28308e267", - "5682b0ce-434c-4116-a3b9-2eeddf8ac1a1", - "a98346ba-0ef8-478f-ad1d-1f2d73b23f5e", - "07ae7767-c1d6-4aeb-9a4d-e4315c678475", - "4de56580-5ea4-4a40-ad33-a9ab8174638c", - "a0aac182-da8e-4792-b08d-f9320ee0a701", - "7044df97-b992-44d1-be12-f6991c3ae82d", - "649c646d-27eb-4635-9465-b2fcbe4ce3b0", - "930dc3d5-207a-4b80-8179-1cd98904017a", - "72523ee5-78e4-49c9-95c6-5b1807d8bb17", - "864f91d0-9e30-4cab-abd6-0c856fe401f6", - "5f0f7e0b-4cd1-4d02-96e5-21d7f6b5e1f8" + "ad20875c-877e-4dbc-b7a3-6af257a40a6b", + "ffe7455a-0b21-4a9e-a0ff-092afd389106", + "731e9ca9-8a2c-4013-8a9e-e19c7cc4af41", + "5f9fda43-58b0-4a82-836b-63517898c776", + "25cdfbbc-1c0c-472f-b97f-d5a009f7ab30", + "8be16a49-b3eb-4b3b-8c08-cbe56ca6a198", + "784ab6d8-aa68-473e-8f03-8dbaa365554d", + "b490e8e7-c869-4b49-a051-155add565b9a", + "f6a7f9f9-119b-464c-91b9-293df6f3e6b0", + "b4ee24a2-b998-4c93-9721-4582786c3629", + "b3a7be9a-15bc-4b08-b125-0c12e8d923a5", + "3bc56acb-4c05-4b40-8d79-0cc55905353d", + "686b614f-985f-4aaf-b340-9c01d3230de1", + "07c889c9-65b0-48d5-b647-b17795ca1f84", + "9a239210-1f9f-4e7b-8e8a-e15b26afc890", + "96286bfc-f7ab-40ef-85bd-b603e5ac9841", + "0778a9b5-e0e2-4d83-b087-0c57b5eb908d", + "9f7c6c31-5c1d-4d6c-aadb-fcff9d6221bf", + "0545ec04-96ce-4706-bcd1-7f63518be9cb", + "243e99f3-a01d-4e40-9dd9-b0070de9ec77", + "4af92893-fa62-4326-a11b-66f2fdb95f72", + "39324091-d257-4121-8500-3317be4b578a", + "4338eea2-e962-4196-8c3c-f16c17735b62", + "2d4b05ec-7756-4d8a-9e5e-4aa762d3ce16", + "ed11a27b-fc7f-42da-be27-10e468d7841e", + "97a4e8fd-f42f-4726-9c81-1e8a2c5f6fee", + "e4513893-588d-4e16-a748-2050ddc7dc16", + "71fccca4-af3a-4a25-8bc9-2f0ce3db1158", + "11a2ac58-7023-4a3e-be00-05609989c15d", + "740cbdcb-9a26-4448-be7f-6c91af0a07a4", + "28e6e4b0-16ac-4e49-881b-7e0b33c63dc2", + "4f2c44f1-569d-49f5-b504-b6d11ff716e5", + "b419657e-b1d0-4ad0-8c45-d98fa5981989", + "5ddd4316-6e7c-444b-a1a9-1290fbf16a07", + "32a45ebc-2d58-4562-b476-67ab40ddb467", + "20a5988a-1dfa-4399-8ca9-1b4161c5a227", + "bef0bade-fc8e-4f00-a4aa-9152e64316cd", + "3239b873-a3cf-484c-801b-4916cbe02e74", + "653bf4ff-83b2-4327-ae5d-c56a6a5c6f22", + "d5a841e9-49fc-4097-afd3-14d689e5eb5d", + "3454ec3a-be4a-45b4-ba13-ed5e93a4c4cd", + "d2909dc3-6dfa-44ef-847f-8c7866d43869", + "fd1910af-cce5-49c0-b851-70f2af4d1606", + "89e7da3e-115b-4c41-a8c9-8d90ea5aad95", + "56f5fed9-b450-4360-b459-697f96eda345", + "6e3187d1-3258-47c2-a026-cc6862b4c36c", + "2809d3f5-5731-4d87-a66f-911c4ba415d4", + "18b4bc7d-0f23-4f1f-b135-7bbee91c3d0f", + "d8c85f2e-7c6d-4835-b0fa-e1096dd167e7", + "71cc3692-8033-4e32-b669-9cdc446ce601", + "82d5d418-93b9-452a-a1c3-5c2588f2426b" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-request-id": [ - "84033cfc-f280-4b0d-b5af-78387f05cb19" + "4befae05-93ab-41ca-ba1b-8d930233c60c" ], "x-ms-correlation-request-id": [ - "84033cfc-f280-4b0d-b5af-78387f05cb19" + "4befae05-93ab-41ca-ba1b-8d930233c60c" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121352Z:84033cfc-f280-4b0d-b5af-78387f05cb19" + "WESTCENTRALUS:20220121T013116Z:4befae05-93ab-41ca-ba1b-8d930233c60c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -913,35 +1007,38 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "555" + "Date": [ + "Fri, 21 Jan 2022 01:31:16 GMT" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "556" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"galleryPsTestGalleryImage5892\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg723/providers/Microsoft.Compute/galleries/galleryPsTestGallery6275/images/galleryPsTestGalleryImage5892\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Updated description.\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"galleryPsTestGalleryImage7883\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9802/providers/Microsoft.Compute/galleries/galleryPsTestGallery8615/images/galleryPsTestGalleryImage7883\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"architecture\": \"x64\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Updated description.\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg723/providers/Microsoft.Compute/galleries/galleryPsTestGallery6275/images?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzcyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NjI3NS9pbWFnZXM/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9802/providers/Microsoft.Compute/galleries/galleryPsTestGallery8615/images?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk4MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg2MTUvaW1hZ2VzP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e1857d51-3bd0-417e-a4b2-aaf63926f2d4" + "f375b632-78bd-4c38-abad-e76568d8d687" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -956,55 +1053,69 @@ "no-cache" ], "x-ms-original-request-ids": [ - "b1f27f4f-f25c-45b9-af18-21b96aa54f16", - "2eac9bda-5ce6-4d52-9f05-489394dd2c32", - "0272ecb1-73b0-43c6-a626-107dc90220f4", - "a7877b90-bcaf-4233-9c54-0768bcdc5c26", - "de1263d3-a8fb-4337-ab12-4575a0ca07a4", - "bb43354d-d8fe-4754-80e1-ace623571676", - "8bede9a1-5f32-4d3e-84cd-deaeaa2aa23e", - "fcd6b527-519a-4ba7-8528-c109e28a3168", - "be707e09-4b4c-461f-8c0f-7f180ef15ce3", - "2fc5aa30-46d0-477b-9393-f1a2bef573a7", - "5ac0ef3e-cf60-4796-b29c-519bd1533df1", - "1553dee0-70c6-4608-8b16-0b6c58bfa2bf", - "0d0d48a1-01c0-4f2f-810d-ccb36116bdd2", - "3845708d-a348-4343-a63e-659d07d09bfb", - "ff076ad9-e983-403e-a9a0-1aff57d6c182", - "46e8e0b2-2839-4fa5-8bb4-2ed41a53e3f2", - "387b1c9b-27e0-41d3-ba79-4017f9a5aeaa", - "8ec94458-6a57-4eb0-9daa-a09c6b346a77", - "c7ffa4a4-4523-4ec1-9dab-8889c67941f3", - "384c830a-8df8-42a4-abfb-624d8e3c477e", - "a731deca-fe16-4aa9-a446-3734ff70a928", - "87c2b16a-21ee-4078-a356-dd02860247a6", - "98648ad7-280e-45bb-b2e6-18bf56c28385", - "52d35b65-28b4-4d2a-bd46-6bd95b99ddae", - "5d1fd6e0-733b-4481-91d3-3ed27e407406", - "4e3b38e4-dd02-42be-831b-806d6c0b3adc", - "c63ab6c5-6cda-4388-93c1-e5864137c3c3", - "c30e91d3-c4ba-4f93-a1aa-fd7a6ff34b72", - "bd823b13-e959-44eb-91ce-b93109811b5e", - "63fd3726-5c93-4eef-a47f-766633aa0502", - "e15916b3-7e17-4078-a812-19a0605fd741", - "4ce13d16-3574-4b14-9856-315b9af1d8dc", - "6b24f4ba-2b25-41ac-a9ef-b0ce7866ba17", - "12bf4169-45a1-4d0e-bd69-5ca6fbd27dea", - "996c3069-fe7f-47ec-b9e3-97638787c93b", - "58325fb7-0062-46a0-996a-848774732ab0", - "caf11e8c-27fa-42e6-981e-00a0a681dbdb" + "0e0ac73b-5231-433c-b062-c5f6c56da9bd", + "93a76cf2-154c-46c9-93a5-a944e8252377", + "cd4f18c0-8489-4a9a-bb1c-6311cbe18bcd", + "1ea597c8-45c7-48ff-9e98-71be3b9b7918", + "9d5fb637-c8e7-4542-9e98-49e833af76d2", + "80d3a147-36db-480f-af8a-88d8373fbfce", + "98c0920f-240e-482b-b87a-e1d2181619d5", + "1200983e-327a-4730-b98b-411d5e5fcd03", + "35b5b166-5214-4d1b-ade2-c673a403818b", + "1642a7d6-fe3a-4608-a511-27ebc0544ac1", + "40906762-7902-4ad0-9f85-045568206123", + "b5e2e547-ca75-4776-a3ec-cee4f53a1bd0", + "78019280-e202-4193-922d-de3a44750a94", + "4f6e185e-5965-4f15-aa77-aeebe4501f70", + "f3f6f368-447d-44aa-802a-f64ad5e62168", + "d4cb977c-e2ad-4609-b28a-e55a2c806e78", + "619a60f5-8286-4c30-b4d5-5ee1b554357d", + "9d43dc26-4d68-4af7-9772-8066e0536302", + "e9237c2e-b54e-423e-ac4c-5614a5dcc5eb", + "49b665b9-7526-49a8-a2d0-a908d4edd6d1", + "6281f4fa-adb8-47c7-8a02-2bd47285917c", + "8e229520-5d46-4c5a-8606-39d3ec72f345", + "78994dc7-f9da-4eb4-8912-0e31e42f9d0d", + "4e44ca8f-0bf7-4972-9956-86d008b86590", + "de003468-eb5a-482c-8ea6-ced2746f1828", + "b6f5cf35-7ac3-4ddd-b45c-23b7c16a2334", + "75d75f9f-5241-4ecb-85aa-7c91944884b9", + "4684302a-148d-4012-a170-e4f4b5b6ef79", + "3eba6ce4-4a2d-4276-9b40-e4f366b30f60", + "7d8708ee-9e0b-489d-85ea-f1a09082fd99", + "d32a9f31-bde2-4af2-b99f-e446bae277d3", + "86f288d5-ae38-406f-83f9-25ed80697e4f", + "cf1130e0-a0d6-4470-b0e8-3d86c01161ad", + "9a0881db-f9eb-43db-8cb8-6c7dd355083b", + "067d196e-c23b-4cc0-b42c-71b2ec0aaa4f", + "2c290e97-9df5-4a2d-9f98-69e375bb61e2", + "04192aa9-2c7c-4a0b-8cea-16a9edd9eae1", + "825438b8-7c1a-4ee8-a8f2-87ae20bd0f44", + "e306239d-39a4-4e82-867f-54b39f04593b", + "b1a552e1-4458-4a5f-88a5-1a75f92bb6d7", + "e99e9591-b981-4a26-be48-0a76b1bd1d59", + "67d5b0a8-88f9-4558-bb20-30483277d1c5", + "bf558e5a-c5fd-490e-b2e5-e47d282a2a99", + "148bfafa-449f-44a2-85bf-cbd81f37d5e1", + "e9c65e48-e219-4213-bbf0-1ede31a8ed2d", + "d4760a16-7de7-4258-a317-4b18754a0dd0", + "1df3561f-03a1-4b37-8c8e-055c331c04c9", + "fd60f943-18f2-4157-b781-a0546a2c9dbd", + "789a8d5e-f761-452a-a32d-802ea4508558", + "11bf555a-3e73-4e46-90ff-6107ec5a4f45", + "71120857-935b-4e6c-859b-55ec87a04c54" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], "x-ms-request-id": [ - "17ca8d25-7a64-4eb4-a455-935f078e21f1" + "f63703b1-441a-4da6-8019-14aadeeb580f" ], "x-ms-correlation-request-id": [ - "17ca8d25-7a64-4eb4-a455-935f078e21f1" + "f63703b1-441a-4da6-8019-14aadeeb580f" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121423Z:17ca8d25-7a64-4eb4-a455-935f078e21f1" + "WESTCENTRALUS:20220121T013147Z:f63703b1-441a-4da6-8019-14aadeeb580f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1012,8 +1123,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "12" + "Date": [ + "Fri, 21 Jan 2022 01:31:46 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1026,21 +1137,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg723/providers/Microsoft.Compute/galleries/galleryPsTestGallery6275/images/galleryPsTestGalleryImage5892?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzcyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NjI3NS9pbWFnZXMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlJbWFnZTU4OTI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9802/providers/Microsoft.Compute/galleries/galleryPsTestGallery8615/images/galleryPsTestGalleryImage7883?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk4MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg2MTUvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U3ODgzP2FwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5d01bef9-9409-488d-953e-acfbf56eb493" + "cbba9e2f-dd0e-41b5-b6d1-e25236c5de6e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1055,14 +1166,10 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/f3be8047-01d0-4a48-aa4f-4a3248d1ec7d?monitor=true&api-version=2021-10-01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/243715d4-edcd-4b15-9ebd-4390eb5d40a4?monitor=true&api-version=2021-10-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/f3be8047-01d0-4a48-aa4f-4a3248d1ec7d?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/243715d4-edcd-4b15-9ebd-4390eb5d40a4?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/DeleteGalleryImage3Min;49,Microsoft.Compute/DeleteGalleryImage30Min;299" @@ -1071,25 +1178,29 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "f3be8047-01d0-4a48-aa4f-4a3248d1ec7d" + "243715d4-edcd-4b15-9ebd-4390eb5d40a4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "8fc04d77-4552-417e-b18f-9bcd6bd8eebb" + "736fd0e3-28df-44bf-9da0-9e16daca4e98" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121352Z:8fc04d77-4552-417e-b18f-9bcd6bd8eebb" + "WESTCENTRALUS:20220121T013116Z:736fd0e3-28df-44bf-9da0-9e16daca4e98" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 01:31:16 GMT" ], "Expires": [ "-1" @@ -1099,15 +1210,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/f3be8047-01d0-4a48-aa4f-4a3248d1ec7d?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9mM2JlODA0Ny0wMWQwLTRhNDgtYWE0Zi00YTMyNDhkMWVjN2Q/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/243715d4-edcd-4b15-9ebd-4390eb5d40a4?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8yNDM3MTVkNC1lZGNkLTRiMTUtOWViZC00MzkwZWI1ZDQwYTQ/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1126,29 +1237,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1192,Microsoft.Compute/GetOperationStatus30Min;4192" + "Microsoft.Compute/GetOperationStatus3Min;1190,Microsoft.Compute/GetOperationStatus30Min;4182" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "c8297887-0a50-43a7-9b40-e3d52c4360ed" + "9540f4d0-34b2-4e98-842e-73f64d516230" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-correlation-request-id": [ - "f1932b38-e704-4735-b161-0e0d307addcd" + "20adf6c5-001b-4b1d-af69-a61d7cfd090d" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121422Z:f1932b38-e704-4735-b161-0e0d307addcd" + "WESTCENTRALUS:20220121T013146Z:20adf6c5-001b-4b1d-af69-a61d7cfd090d" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:31:45 GMT" + ], "Content-Length": [ "184" ], @@ -1159,19 +1277,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:13:52.6260058+00:00\",\r\n \"endTime\": \"2021-12-24T12:13:52.8603814+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f3be8047-01d0-4a48-aa4f-4a3248d1ec7d\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:31:16.6172483-08:00\",\r\n \"endTime\": \"2022-01-20T17:31:16.7422409-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"243715d4-edcd-4b15-9ebd-4390eb5d40a4\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/f3be8047-01d0-4a48-aa4f-4a3248d1ec7d?monitor=true&api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9mM2JlODA0Ny0wMWQwLTRhNDgtYWE0Zi00YTMyNDhkMWVjN2Q/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/243715d4-edcd-4b15-9ebd-4390eb5d40a4?monitor=true&api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8yNDM3MTVkNC1lZGNkLTRiMTUtOWViZC00MzkwZWI1ZDQwYTQ/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1190,31 +1308,35 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1191,Microsoft.Compute/GetOperationStatus30Min;4191" + "Microsoft.Compute/GetOperationStatus3Min;1189,Microsoft.Compute/GetOperationStatus30Min;4181" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "d0f204d8-afc3-4f9a-bfaa-73607751da8b" + "9ebc0805-c914-424d-99f8-4edcdc138451" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], "x-ms-correlation-request-id": [ - "102b9417-7f53-42fc-8b52-db574492db25" + "21157637-5710-48df-b14b-65c539732bdd" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121422Z:102b9417-7f53-42fc-8b52-db574492db25" + "WESTCENTRALUS:20220121T013146Z:21157637-5710-48df-b14b-65c539732bdd" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 01:31:46 GMT" ], "Expires": [ "-1" @@ -1224,21 +1346,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg723/providers/Microsoft.Compute/galleries/galleryPsTestGallery6275?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzcyMy9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NjI3NT9hcGktdmVyc2lvbj0yMDIxLTEwLTAx", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9802/providers/Microsoft.Compute/galleries/galleryPsTestGallery8615?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk4MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg2MTU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "562c67bf-0f26-4837-baa1-102abd0ffe9c" + "2cf3a05f-ce8e-45e2-b570-2e3b3816f63b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1253,41 +1375,41 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/b4f93166-7c71-419e-bf3a-18f1f7b74e13?monitor=true&api-version=2021-10-01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/5da35f74-5dd5-41b9-b3dd-08e9f2638327?monitor=true&api-version=2021-10-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/b4f93166-7c71-419e-bf3a-18f1f7b74e13?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/5da35f74-5dd5-41b9-b3dd-08e9f2638327?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteGallery3Min;49,Microsoft.Compute/DeleteGallery30Min;299" + "Microsoft.Compute/DeleteGallery3Min;49,Microsoft.Compute/DeleteGallery30Min;897" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "b4f93166-7c71-419e-bf3a-18f1f7b74e13" + "5da35f74-5dd5-41b9-b3dd-08e9f2638327" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], "x-ms-correlation-request-id": [ - "fc0a9c45-7f65-4f53-9563-5f626744666e" + "254e2cca-ebeb-4a34-a17b-8efae87e663e" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121424Z:fc0a9c45-7f65-4f53-9563-5f626744666e" + "WESTCENTRALUS:20220121T013147Z:254e2cca-ebeb-4a34-a17b-8efae87e663e" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 01:31:46 GMT" ], "Expires": [ "-1" @@ -1297,15 +1419,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/b4f93166-7c71-419e-bf3a-18f1f7b74e13?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9iNGY5MzE2Ni03YzcxLTQxOWUtYmYzYS0xOGYxZjdiNzRlMTM/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/5da35f74-5dd5-41b9-b3dd-08e9f2638327?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81ZGEzNWY3NC01ZGQ1LTQxYjktYjNkZC0wOGU5ZjI2MzgzMjc/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1324,29 +1446,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1189,Microsoft.Compute/GetOperationStatus30Min;4189" + "Microsoft.Compute/GetOperationStatus3Min;1189,Microsoft.Compute/GetOperationStatus30Min;4179" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "af52a92d-b3d3-49a8-8acb-823157890c68" + "2ff29c37-29e4-4ef7-a43b-7660a688b85c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ], "x-ms-correlation-request-id": [ - "1823b071-bdc9-439a-90f0-68aa82b1761c" + "4c8a190d-9c2d-4204-b938-2ea03106893b" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121454Z:1823b071-bdc9-439a-90f0-68aa82b1761c" + "WESTCENTRALUS:20220121T013217Z:4c8a190d-9c2d-4204-b938-2ea03106893b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:32:17 GMT" + ], "Content-Length": [ "184" ], @@ -1357,19 +1486,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:14:23.2832284+00:00\",\r\n \"endTime\": \"2021-12-24T12:14:24.0957477+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b4f93166-7c71-419e-bf3a-18f1f7b74e13\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:31:47.6803275-08:00\",\r\n \"endTime\": \"2022-01-20T17:31:47.7897302-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5da35f74-5dd5-41b9-b3dd-08e9f2638327\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/b4f93166-7c71-419e-bf3a-18f1f7b74e13?monitor=true&api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9iNGY5MzE2Ni03YzcxLTQxOWUtYmYzYS0xOGYxZjdiNzRlMTM/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/5da35f74-5dd5-41b9-b3dd-08e9f2638327?monitor=true&api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81ZGEzNWY3NC01ZGQ1LTQxYjktYjNkZC0wOGU5ZjI2MzgzMjc/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1388,31 +1517,35 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1188,Microsoft.Compute/GetOperationStatus30Min;4188" + "Microsoft.Compute/GetOperationStatus3Min;1188,Microsoft.Compute/GetOperationStatus30Min;4178" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "9444ca33-1c85-4aa3-b91e-e3e86e130bd6" + "0f453ef2-3fca-46bb-aab3-6cf7aea63d8c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], "x-ms-correlation-request-id": [ - "996fda3f-4138-4df4-92a8-67f48aa2269a" + "ed454660-312c-4a37-b58a-3656b30804e3" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T121454Z:996fda3f-4138-4df4-92a8-67f48aa2269a" + "WESTCENTRALUS:20220121T013217Z:ed454660-312c-4a37-b58a-3656b30804e3" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 01:32:17 GMT" ], "Expires": [ "-1" @@ -1424,12 +1557,12 @@ ], "Names": { "GalleryImage_CRUD_Tests": [ - "galleryPsTestRg723", - "galleryPsTestGallery6275", - "galleryPsTestGalleryImage5892" + "galleryPsTestRg9802", + "galleryPsTestGallery8615", + "galleryPsTestGalleryImage7883" ] }, "Variables": { - "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871" + "SubscriptionId": "97f78232-382b-46a7-8a72-964d692c4f3f" } } \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/Gallery_CRUD_Tests.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/Gallery_CRUD_Tests.json index 8e33f656a3de2..c1c13f192fe9b 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/Gallery_CRUD_Tests.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/Gallery_CRUD_Tests.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/galleryPsTestRg3845?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM4NDU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourcegroups/galleryPsTestRg3643?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NDM/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4fac0dbf-cec5-48b1-9c0e-f4988038fa29" + "84aafe67-002a-4a4d-9f55-175d5a118d7b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -39,13 +39,13 @@ "1199" ], "x-ms-request-id": [ - "d34f3189-d40d-40a7-a87e-4a68bb0dd4e9" + "de7f784a-12fb-4121-a74d-1b2f7643de1f" ], "x-ms-correlation-request-id": [ - "d34f3189-d40d-40a7-a87e-4a68bb0dd4e9" + "de7f784a-12fb-4121-a74d-1b2f7643de1f" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T125457Z:d34f3189-d40d-40a7-a87e-4a68bb0dd4e9" + "WESTUS:20220121T012646Z:de7f784a-12fb-4121-a74d-1b2f7643de1f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -53,6 +53,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:26:46 GMT" + ], "Content-Length": [ "192" ], @@ -63,25 +66,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3845\",\r\n \"name\": \"galleryPsTestRg3845\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3643\",\r\n \"name\": \"galleryPsTestRg3643\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3845/providers/Microsoft.Compute/galleries/galleryPsTestGallery2929?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTI5Mjk/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3643/providers/Microsoft.Compute/galleries/galleryPsTestGallery7245?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTcyNDU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\"\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "eae1d4ec-6a7a-4838-be08-75024f8adc96" + "b1931f8b-7cab-4974-92e2-583e0db65160" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ @@ -106,7 +109,7 @@ "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/2f878b8d-bc6b-4657-b0f0-3acd0d7f4734?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/93a39921-f9be-429b-bfdb-36126f2e38f1?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/CreateUpdateGallery3Min;49,Microsoft.Compute/CreateUpdateGallery30Min;299" @@ -115,23 +118,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "2f878b8d-bc6b-4657-b0f0-3acd0d7f4734" + "93a39921-f9be-429b-bfdb-36126f2e38f1" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "10130b32-d55e-4306-8e0a-0137000d6559" + "2988cfd2-880a-4ac2-8fd1-f93cfc22c92a" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T125457Z:10130b32-d55e-4306-8e0a-0137000d6559" + "WESTUS:20220121T012650Z:2988cfd2-880a-4ac2-8fd1-f93cfc22c92a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:26:49 GMT" + ], "Content-Length": [ "508" ], @@ -142,25 +152,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery2929\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3845/providers/Microsoft.Compute/galleries/galleryPsTestGallery2929\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY2929\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery7245\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3643/providers/Microsoft.Compute/galleries/galleryPsTestGallery7245\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY7245\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3845/providers/Microsoft.Compute/galleries/galleryPsTestGallery2929?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTI5Mjk/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3643/providers/Microsoft.Compute/galleries/galleryPsTestGallery7245?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTcyNDU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This is an updated description\"\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7469c33b-2b2a-45c5-88d4-af4dd780b675" + "c217e4e8-a19e-41fe-af78-af62ce843354" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ @@ -185,7 +195,7 @@ "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/af22fd1a-29a4-4812-b18f-c80fe1a73d6e?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/f7af2000-46ee-4bdd-bdb2-3dd4762c9a24?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/CreateUpdateGallery3Min;48,Microsoft.Compute/CreateUpdateGallery30Min;298" @@ -194,23 +204,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "af22fd1a-29a4-4812-b18f-c80fe1a73d6e" + "f7af2000-46ee-4bdd-bdb2-3dd4762c9a24" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "0d75933f-1f0d-41ff-88bd-8eab3d852bcf" + "63b150a6-5689-4643-b4c9-848f4c53556f" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T125527Z:0d75933f-1f0d-41ff-88bd-8eab3d852bcf" + "WESTUS:20220121T012720Z:63b150a6-5689-4643-b4c9-848f4c53556f" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:27:20 GMT" + ], "Content-Length": [ "503" ], @@ -221,19 +238,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery2929\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3845/providers/Microsoft.Compute/galleries/galleryPsTestGallery2929\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY2929\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery7245\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3643/providers/Microsoft.Compute/galleries/galleryPsTestGallery7245\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY7245\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/2f878b8d-bc6b-4657-b0f0-3acd0d7f4734?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8yZjg3OGI4ZC1iYzZiLTQ2NTctYjBmMC0zYWNkMGQ3ZjQ3MzQ/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/93a39921-f9be-429b-bfdb-36126f2e38f1?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy85M2EzOTkyMS1mOWJlLTQyOWItYmZkYi0zNjEyNmYyZTM4ZjE/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -252,29 +269,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1198,Microsoft.Compute/GetOperationStatus30Min;4177" + "Microsoft.Compute/GetOperationStatus3Min;1198,Microsoft.Compute/GetOperationStatus30Min;4198" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "42fbbf76-b82d-4a2a-b198-a975f8f797eb" + "11ea16f3-5979-420e-b0b6-aa13df8e2e3a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "e6cd010c-b9f4-4f62-abbb-a128bacac55f" + "72d5e0da-453b-486e-a8f0-37961502a223" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T125527Z:e6cd010c-b9f4-4f62-abbb-a128bacac55f" + "WESTUS:20220121T012720Z:72d5e0da-453b-486e-a8f0-37961502a223" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:27:19 GMT" + ], "Content-Length": [ "184" ], @@ -285,19 +309,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:54:57.6097644+00:00\",\r\n \"endTime\": \"2021-12-24T12:54:57.7972709+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2f878b8d-bc6b-4657-b0f0-3acd0d7f4734\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:26:49.4864686-08:00\",\r\n \"endTime\": \"2022-01-20T17:26:49.7051918-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"93a39921-f9be-429b-bfdb-36126f2e38f1\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3845/providers/Microsoft.Compute/galleries/galleryPsTestGallery2929?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTI5Mjk/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3643/providers/Microsoft.Compute/galleries/galleryPsTestGallery7245?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTcyNDU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -316,29 +340,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGallery3Min;342,Microsoft.Compute/GetGallery30Min;2467" + "Microsoft.Compute/GetGallery3Min;346,Microsoft.Compute/GetGallery30Min;2496" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "5245bf3c-d055-4db9-856b-7aa34bf88a26" + "2a129a70-3007-40bb-be8a-167ee06d4b03" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "cc00298b-d9f6-4c2a-898c-ace2b21652af" + "d1a44d3e-ced5-45b8-807b-4f72ebb51183" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T125527Z:cc00298b-d9f6-4c2a-898c-ace2b21652af" + "WESTUS:20220121T012720Z:d1a44d3e-ced5-45b8-807b-4f72ebb51183" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:27:19 GMT" + ], "Content-Length": [ "509" ], @@ -349,25 +380,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery2929\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3845/providers/Microsoft.Compute/galleries/galleryPsTestGallery2929\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY2929\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery7245\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3643/providers/Microsoft.Compute/galleries/galleryPsTestGallery7245\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY7245\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3845/providers/Microsoft.Compute/galleries/galleryPsTestGallery2929?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTI5Mjk/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3643/providers/Microsoft.Compute/galleries/galleryPsTestGallery7245?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTcyNDU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bd80627b-1701-4638-b4b3-8bb78cafb251" + "28a8e53b-3a9a-4f0a-b333-77ee487364d5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -386,29 +417,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGallery3Min;341,Microsoft.Compute/GetGallery30Min;2466" + "Microsoft.Compute/GetGallery3Min;345,Microsoft.Compute/GetGallery30Min;2495" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "23fee5e9-78fa-4b78-9cc4-4ba43b427988" + "1fe20eee-63e9-49cc-a6a8-17bbcab3b6bd" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "7350ce05-22ef-47d4-a08a-81e0331065ee" + "50815b8f-f34f-4177-bff5-f8ea8debde09" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T125527Z:7350ce05-22ef-47d4-a08a-81e0331065ee" + "WESTUS:20220121T012720Z:50815b8f-f34f-4177-bff5-f8ea8debde09" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:27:19 GMT" + ], "Content-Length": [ "509" ], @@ -419,19 +457,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery2929\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3845/providers/Microsoft.Compute/galleries/galleryPsTestGallery2929\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY2929\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery7245\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3643/providers/Microsoft.Compute/galleries/galleryPsTestGallery7245\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY7245\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3845/providers/Microsoft.Compute/galleries/galleryPsTestGallery2929?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTI5Mjk/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3643/providers/Microsoft.Compute/galleries/galleryPsTestGallery7245?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTcyNDU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -450,29 +488,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGallery3Min;340,Microsoft.Compute/GetGallery30Min;2465" + "Microsoft.Compute/GetGallery3Min;344,Microsoft.Compute/GetGallery30Min;2494" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "6566f7f4-b132-4bb9-8811-ca61a18e95cd" + "8fd3e428-3d46-415b-8f5a-2c5743984f26" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "9de4e9c2-b9d7-4412-b7ae-cb294dfbf451" + "fb7cafcd-7644-4b7c-a832-02d49dc4c56d" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T125527Z:9de4e9c2-b9d7-4412-b7ae-cb294dfbf451" + "WESTUS:20220121T012720Z:fb7cafcd-7644-4b7c-a832-02d49dc4c56d" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:27:20 GMT" + ], "Content-Length": [ "503" ], @@ -483,25 +528,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery2929\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3845/providers/Microsoft.Compute/galleries/galleryPsTestGallery2929\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY2929\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery7245\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3643/providers/Microsoft.Compute/galleries/galleryPsTestGallery7245\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY7245\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3845/providers/Microsoft.Compute/galleries/galleryPsTestGallery2929?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTI5Mjk/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3643/providers/Microsoft.Compute/galleries/galleryPsTestGallery7245?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTcyNDU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4f6d5ce6-d2ab-4b92-915e-b18066df5973" + "89b450ef-a954-49d8-b2c2-7e023d0d5b63" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -520,29 +565,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGallery3Min;339,Microsoft.Compute/GetGallery30Min;2464" + "Microsoft.Compute/GetGallery3Min;343,Microsoft.Compute/GetGallery30Min;2493" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "81815bdc-490e-4c39-9c84-25d7043350b6" + "273b35f1-ffd7-4ab2-ad27-67e597132f32" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "b87e5f14-2ec8-4487-bbfe-b96caaf1c985" + "0cd15e9a-0c59-476b-9750-02f7f9d7e649" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T125527Z:b87e5f14-2ec8-4487-bbfe-b96caaf1c985" + "WESTUS:20220121T012720Z:0cd15e9a-0c59-476b-9750-02f7f9d7e649" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:27:20 GMT" + ], "Content-Length": [ "503" ], @@ -553,25 +605,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery2929\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3845/providers/Microsoft.Compute/galleries/galleryPsTestGallery2929\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY2929\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery7245\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3643/providers/Microsoft.Compute/galleries/galleryPsTestGallery7245\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY7245\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/galleryPsTestRg3845New?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM4NDVOZXc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourcegroups/galleryPsTestRg3643New?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NDNOZXc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "0d95ba0f-f556-4c6c-bba1-8afb547c861d" + "c8d0ead0-e062-490a-8923-c144dd338fe1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -595,13 +647,13 @@ "1198" ], "x-ms-request-id": [ - "d2060979-3061-4bd3-bdaa-a51d266da54d" + "de317de7-1ba9-45ab-86a3-98df96c5585b" ], "x-ms-correlation-request-id": [ - "d2060979-3061-4bd3-bdaa-a51d266da54d" + "de317de7-1ba9-45ab-86a3-98df96c5585b" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T125528Z:d2060979-3061-4bd3-bdaa-a51d266da54d" + "WESTUS:20220121T012721Z:de317de7-1ba9-45ab-86a3-98df96c5585b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -609,6 +661,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:27:20 GMT" + ], "Content-Length": [ "198" ], @@ -619,25 +674,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3845New\",\r\n \"name\": \"galleryPsTestRg3845New\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3643New\",\r\n \"name\": \"galleryPsTestRg3643New\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3845New/providers/Microsoft.Compute/galleries/galleryPsTestGallery2929New?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM4NDVOZXcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTI5MjlOZXc/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3643New/providers/Microsoft.Compute/galleries/galleryPsTestGallery7245New?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NDNOZXcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTcyNDVOZXc/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This is an updated description\"\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "15704770-8a63-429b-b490-cb01261dfd1a" + "fa06ba3a-df83-4a36-b0e3-50e6ab5e844e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ @@ -662,7 +717,7 @@ "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/2228be8b-8ded-4ccf-aa66-da668dfb14dc?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/06d4fa51-ae16-4a54-b3d6-19cde3e87809?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/CreateUpdateGallery3Min;47,Microsoft.Compute/CreateUpdateGallery30Min;297" @@ -671,23 +726,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "2228be8b-8ded-4ccf-aa66-da668dfb14dc" + "06d4fa51-ae16-4a54-b3d6-19cde3e87809" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "dcf69965-c966-4ef1-a0a6-91e5212972e6" + "344a9c8c-cb4a-4571-9eb3-d5fb9ef0c8b4" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T125538Z:dcf69965-c966-4ef1-a0a6-91e5212972e6" + "WESTUS:20220121T012733Z:344a9c8c-cb4a-4571-9eb3-d5fb9ef0c8b4" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:27:32 GMT" + ], "Content-Length": [ "514" ], @@ -698,19 +760,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery2929New\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3845New/providers/Microsoft.Compute/galleries/galleryPsTestGallery2929New\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY2929NEW\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery7245New\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3643New/providers/Microsoft.Compute/galleries/galleryPsTestGallery7245New\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY7245NEW\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/2228be8b-8ded-4ccf-aa66-da668dfb14dc?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8yMjI4YmU4Yi04ZGVkLTRjY2YtYWE2Ni1kYTY2OGRmYjE0ZGM/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/06d4fa51-ae16-4a54-b3d6-19cde3e87809?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8wNmQ0ZmE1MS1hZTE2LTRhNTQtYjNkNi0xOWNkZTNlODc4MDk/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -729,29 +791,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4175" + "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "8a5dc496-0905-4536-bb49-6365b9c00d9c" + "4072f53c-ac54-430e-9a72-92e23564df7e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "b848b9c1-7c82-4af2-a0ea-24055dce9355" + "a3e37baf-2813-4884-9932-f07f453a5b19" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T125608Z:b848b9c1-7c82-4af2-a0ea-24055dce9355" + "WESTUS:20220121T012803Z:a3e37baf-2813-4884-9932-f07f453a5b19" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:28:02 GMT" + ], "Content-Length": [ "184" ], @@ -762,19 +831,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:55:38.2204242+00:00\",\r\n \"endTime\": \"2021-12-24T12:55:38.3454264+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"2228be8b-8ded-4ccf-aa66-da668dfb14dc\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:27:32.5035135-08:00\",\r\n \"endTime\": \"2022-01-20T17:27:32.5973113-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"06d4fa51-ae16-4a54-b3d6-19cde3e87809\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3845New/providers/Microsoft.Compute/galleries/galleryPsTestGallery2929New?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM4NDVOZXcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTI5MjlOZXc/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3643New/providers/Microsoft.Compute/galleries/galleryPsTestGallery7245New?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NDNOZXcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTcyNDVOZXc/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -793,29 +862,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGallery3Min;334,Microsoft.Compute/GetGallery30Min;2457" + "Microsoft.Compute/GetGallery3Min;336,Microsoft.Compute/GetGallery30Min;2486" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "837a5071-5776-4882-9ad0-aec5b33bdc2a" + "c9120874-168a-4dd2-9e14-8aff7b5b01b4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "32d2e0b1-97ce-4bce-a76f-53dc5f346a7c" + "93a84e39-c86b-4f7a-b62d-014df0c383ff" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T125608Z:32d2e0b1-97ce-4bce-a76f-53dc5f346a7c" + "WESTUS:20220121T012803Z:93a84e39-c86b-4f7a-b62d-014df0c383ff" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:28:02 GMT" + ], "Content-Length": [ "515" ], @@ -826,25 +902,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery2929New\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3845New/providers/Microsoft.Compute/galleries/galleryPsTestGallery2929New\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY2929NEW\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery7245New\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3643New/providers/Microsoft.Compute/galleries/galleryPsTestGallery7245New\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY7245NEW\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3845/providers/Microsoft.Compute/galleries?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcz9hcGktdmVyc2lvbj0yMDIxLTEwLTAx", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3643/providers/Microsoft.Compute/galleries?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcz9hcGktdmVyc2lvbj0yMDIxLTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6e0bcf0-a9f8-4556-85e0-70ec44c0a648" + "aafb44c1-7d35-4296-81f0-6d7ce65e006c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -869,23 +945,30 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "8251d792-25b4-492d-9856-fb3e3e61d5dd" + "ebde6700-875b-4173-b79e-ca2d3321d257" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "bf009e0a-d251-4d2d-b71c-b2fb30a4516f" + "6d3c2c48-f4f0-45d2-9519-eb098e03b267" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T125608Z:bf009e0a-d251-4d2d-b71c-b2fb30a4516f" + "WESTUS:20220121T012803Z:6d3c2c48-f4f0-45d2-9519-eb098e03b267" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:28:02 GMT" + ], "Content-Length": [ "580" ], @@ -896,25 +979,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"galleryPsTestGallery2929\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/GALLERYPSTESTRG3845/providers/Microsoft.Compute/galleries/galleryPsTestGallery2929\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY2929\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"galleryPsTestGallery7245\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG3643/providers/Microsoft.Compute/galleries/galleryPsTestGallery7245\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY7245\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3845/providers/Microsoft.Compute/galleries?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcz9hcGktdmVyc2lvbj0yMDIxLTEwLTAx", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3643/providers/Microsoft.Compute/galleries?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcz9hcGktdmVyc2lvbj0yMDIxLTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cdcd6e95-4f37-49be-aeb9-3260ef5b8878" + "6c4844b5-b02e-4efc-a967-acad64115be3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -932,13 +1015,13 @@ "11986" ], "x-ms-request-id": [ - "e942f090-fc5f-40bf-a5a9-dc66094ce131" + "839d0129-d981-4083-9a0b-0bcb2ae6221a" ], "x-ms-correlation-request-id": [ - "e942f090-fc5f-40bf-a5a9-dc66094ce131" + "839d0129-d981-4083-9a0b-0bcb2ae6221a" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T125709Z:e942f090-fc5f-40bf-a5a9-dc66094ce131" + "WESTUS:20220121T012905Z:839d0129-d981-4083-9a0b-0bcb2ae6221a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -946,8 +1029,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "12" + "Date": [ + "Fri, 21 Jan 2022 01:29:05 GMT" ], "Content-Type": [ "application/json; charset=utf-8" @@ -960,21 +1043,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/galleries?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9nYWxsZXJpZXM/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/galleries?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9nYWxsZXJpZXM/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "19c6bc1a-a26b-4c3b-82e5-b81c6d9ac629" + "af3b8ebf-bb36-48db-887f-73491dd231af" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -989,21 +1072,35 @@ "no-cache" ], "x-ms-original-request-ids": [ - "47e07621-c35f-4855-afa0-5521a622f033", - "1ea302db-ed9a-4ec2-beda-502e89b3d00d", - "6501e211-4e99-48a4-af74-577735e45487" + "5df2651c-aaab-47f2-9720-5772b2a132aa", + "6d28c437-fd82-42c3-b7c0-5d52a0e6ec93", + "bce2cb1d-ca3a-4a88-9837-8ef92db70dce", + "40152814-5061-414a-b4f7-df2ed9d5d0cf", + "cdfd77b4-e354-470f-84aa-4fd347d7baae", + "8b7cc932-1b70-4b29-a00f-733d97ce8f8c", + "b694ad1b-f7ea-4c20-a6f6-ed82b102be1c", + "2c4b9956-fdc7-4d50-ac5d-09517e49aa5b", + "550d7788-33bd-4414-9c25-4607cd7be940", + "8623b986-78c3-4c0d-86a3-e6c39821dd62", + "bb7c4bb8-1901-4eaf-a5d3-468f38aa40fd", + "72b07c33-9bde-46d7-9684-33d45a9aeeb0", + "1b0fb81e-d876-4d74-8d2a-755a1cdde674", + "c7446cc6-f3fc-44ac-9ded-a7ce71c3f4e0", + "7b69b1af-702d-4ce7-b952-166fbecad6bb", + "6162f6c4-245d-47c4-be8f-88d264754517", + "ae079561-5514-41cc-9701-b16cce68e180" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-request-id": [ - "31b051e5-2b5c-4b6f-89b3-9bfd9a13a4f1" + "2e160780-d4c1-4a62-a03f-33b7f2530a73" ], "x-ms-correlation-request-id": [ - "31b051e5-2b5c-4b6f-89b3-9bfd9a13a4f1" + "2e160780-d4c1-4a62-a03f-33b7f2530a73" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T125609Z:31b051e5-2b5c-4b6f-89b3-9bfd9a13a4f1" + "WESTUS:20220121T012804Z:2e160780-d4c1-4a62-a03f-33b7f2530a73" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1011,35 +1108,38 @@ "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "2930" + "Date": [ + "Fri, 21 Jan 2022 01:28:03 GMT" ], "Content-Type": [ "application/json; charset=utf-8" ], "Expires": [ "-1" + ], + "Content-Length": [ + "50922" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"galleryPsTestGallery2929\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/GALLERYPSTESTRG3845/providers/Microsoft.Compute/galleries/galleryPsTestGallery2929\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY2929\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery2929New\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/GALLERYPSTESTRG3845NEW/providers/Microsoft.Compute/galleries/galleryPsTestGallery2929New\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY2929NEW\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery1300\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/GALLERYPSTESTRG8249/providers/Microsoft.Compute/galleries/galleryPsTestGallery1300\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY1300\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"gallerysdktest\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/RGFORSDKTESTRESOURCES/providers/Microsoft.Compute/galleries/gallerysdktest\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYSDKTEST\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery8435\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/GALLERYPSTESTRG5238/providers/Microsoft.Compute/galleries/galleryPsTestGallery8435\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY8435\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryName\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEMP/providers/Microsoft.Compute/galleries/galleryName\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYNAME\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"sigTemp\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/THEO_TEMP/providers/Microsoft.Compute/galleries/sigTemp\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-SIGTEMP\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"gallerykrwovetyskkj\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/CAPS-1-20-2022-PRODWESTCENTRALUS/providers/Microsoft.Compute/galleries/gallerykrwovetyskkj\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYKRWOVETYSKKJ\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"gallerykzsjzqdjebdg\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/CAPS-1-20-2022-PRODWESTCENTRALUS/providers/Microsoft.Compute/galleries/gallerykzsjzqdjebdg\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYKZSJZQDJEBDG\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"gallerymnmlrjintkgp\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/CAPS-1-20-2022-PRODWESTCENTRALUS/providers/Microsoft.Compute/galleries/gallerymnmlrjintkgp\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYMNMLRJINTKGP\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"jerchgallery\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/JERCHTEST/providers/Microsoft.Compute/galleries/jerchgallery\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-JERCHGALLERY\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Community\",\r\n \"communityGalleryInfo\": {\r\n \"communityGalleryEnabled\": false,\r\n \"publisherUri\": \"www.jerry.com\",\r\n \"publisherContact\": \"jerry@jerry.com\",\r\n \"eula\": \"jerryeula\",\r\n \"publicNames\": [\r\n \"jerryprefix-c9c47214-35f8-4746-bf7a-9533bc7f6b87\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"longlivedgalwcus\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERYWCUS/providers/Microsoft.Compute/galleries/longlivedgalwcus\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEDGALWCUS\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"newgal\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERYSCUS/providers/Microsoft.Compute/galleries/newgal\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-NEWGAL\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"longlivedcommunitygal\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERYWCUS/providers/Microsoft.Compute/galleries/longlivedcommunitygal\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEDCOMMUNITYGAL\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Community\",\r\n \"communityGalleryInfo\": {\r\n \"communityGalleryEnabled\": true,\r\n \"publisherUri\": \"sig.microsoft.com\",\r\n \"publisherContact\": \"sig@microsoft.com\",\r\n \"eula\": \"https:sig.com/licensingagreement\",\r\n \"publicNames\": [\r\n \"sigcrpbvt-d27c1111-7783-4305-9e54-5935ef039018\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery1396\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG1344/providers/Microsoft.Compute/galleries/galleryPsTestGallery1396\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY1396\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery2393\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG1498/providers/Microsoft.Compute/galleries/galleryPsTestGallery2393\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY2393\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery7245\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG3643/providers/Microsoft.Compute/galleries/galleryPsTestGallery7245\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY7245\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery7245New\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG3643NEW/providers/Microsoft.Compute/galleries/galleryPsTestGallery7245New\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY7245NEW\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery1060\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG4931/providers/Microsoft.Compute/galleries/galleryPsTestGallery1060\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY1060\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery4214\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG5385/providers/Microsoft.Compute/galleries/galleryPsTestGallery4214\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY4214\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery8723\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG5403/providers/Microsoft.Compute/galleries/galleryPsTestGallery8723\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY8723\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery2382\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG5631/providers/Microsoft.Compute/galleries/galleryPsTestGallery2382\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY2382\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery8237\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG5644/providers/Microsoft.Compute/galleries/galleryPsTestGallery8237\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY8237\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery1543\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG6193/providers/Microsoft.Compute/galleries/galleryPsTestGallery1543\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY1543\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery6594\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG6583/providers/Microsoft.Compute/galleries/galleryPsTestGallery6594\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY6594\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery1139\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG8162/providers/Microsoft.Compute/galleries/galleryPsTestGallery1139\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY1139\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery9002\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG861/providers/Microsoft.Compute/galleries/galleryPsTestGallery9002\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY9002\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery6950\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG8671/providers/Microsoft.Compute/galleries/galleryPsTestGallery6950\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY6950\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery5754\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG9127/providers/Microsoft.Compute/galleries/galleryPsTestGallery5754\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY5754\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery2082\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG955/providers/Microsoft.Compute/galleries/galleryPsTestGallery2082\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY2082\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery8748\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG9611/providers/Microsoft.Compute/galleries/galleryPsTestGallery8748\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY8748\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery7697\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG9701/providers/Microsoft.Compute/galleries/galleryPsTestGallery7697\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY7697\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery5452\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG2221/providers/Microsoft.Compute/galleries/galleryPsTestGallery5452\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY5452\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery2813\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG2383/providers/Microsoft.Compute/galleries/galleryPsTestGallery2813\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY2813\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery1535\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG2561/providers/Microsoft.Compute/galleries/galleryPsTestGallery1535\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY1535\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery2290\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG3320/providers/Microsoft.Compute/galleries/galleryPsTestGallery2290\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY2290\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery7072\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG3950/providers/Microsoft.Compute/galleries/galleryPsTestGallery7072\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY7072\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery6097\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG5384/providers/Microsoft.Compute/galleries/galleryPsTestGallery6097\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY6097\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery6736\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery6736\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY6736\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery2697\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG5937/providers/Microsoft.Compute/galleries/galleryPsTestGallery2697\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY2697\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery4873\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG7379/providers/Microsoft.Compute/galleries/galleryPsTestGallery4873\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY4873\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery5395\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG7539/providers/Microsoft.Compute/galleries/galleryPsTestGallery5395\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY5395\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery9652\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG768/providers/Microsoft.Compute/galleries/galleryPsTestGallery9652\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY9652\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery4074\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG7763/providers/Microsoft.Compute/galleries/galleryPsTestGallery4074\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY4074\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery8638\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG7993/providers/Microsoft.Compute/galleries/galleryPsTestGallery8638\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY8638\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery9035\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG8001/providers/Microsoft.Compute/galleries/galleryPsTestGallery9035\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY9035\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery5554\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG8037/providers/Microsoft.Compute/galleries/galleryPsTestGallery5554\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY5554\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery8307\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG8405/providers/Microsoft.Compute/galleries/galleryPsTestGallery8307\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY8307\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery9682\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG8649/providers/Microsoft.Compute/galleries/galleryPsTestGallery9682\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY9682\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery8732\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG9198/providers/Microsoft.Compute/galleries/galleryPsTestGallery8732\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY8732\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery3722\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG9909/providers/Microsoft.Compute/galleries/galleryPsTestGallery3722\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY3722\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery7310\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG9915/providers/Microsoft.Compute/galleries/galleryPsTestGallery7310\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY7310\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"jerchprivategallery\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/JERCHTEST/providers/Microsoft.Compute/galleries/jerchprivategallery\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-JERCHPRIVATEGALLERY\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Private\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"sigtiptest\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERYWESTUS/providers/Microsoft.Compute/galleries/sigtiptest\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-SIGTIPTEST\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"sig_test_aus\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/SIG_TEST/providers/Microsoft.Compute/galleries/sig_test_aus\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-SIG_TEST_AUS\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"myGalleryHaHa20191004\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/TEMPRG2/providers/Microsoft.Compute/galleries/myGalleryHaHa20191004\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"description\": \"This is the gallery description.\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-MYGALLERYHAHA20191004\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"diskrptestd7ambf84xi\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/DISKRPTESTWIRXA/providers/Microsoft.Compute/galleries/diskrptestd7ambf84xi\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-DISKRPTESTD7AMBF84XI\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"DiskLonglivedGallerycanadacentral\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDSIGDISKRGINCANADACENTRAL/providers/Microsoft.Compute/galleries/DiskLonglivedGallerycanadacentral\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-DISKLONGLIVEDGALLERYCANADACENTRAL\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"disklonglivedgalleryIncanadacentral\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGRUNNINGRG-CANADACENTRAL/providers/Microsoft.Compute/galleries/disklonglivedgalleryIncanadacentral\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-DISKLONGLIVEDGALLERYINCANADACENTRAL\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"disklonglivedgalleryInukwest\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGRUNNINGRG-UKWEST/providers/Microsoft.Compute/galleries/disklonglivedgalleryInukwest\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"ukwest\",\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-DISKLONGLIVEDGALLERYINUKWEST\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"gallerymsmeqjcqyhnb\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/CAPS-1-20-2022-PRODWESTUS2/providers/Microsoft.Compute/galleries/gallerymsmeqjcqyhnb\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYMSMEQJCQYHNB\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryvohzdfzuspyj\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/CAPS-1-20-2022-PRODWESTUS2/providers/Microsoft.Compute/galleries/galleryvohzdfzuspyj\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYVOHZDFZUSPYJ\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryghnaygwfybdc\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/CAPS-24.11.2021-PRODWESTUS2/providers/Microsoft.Compute/galleries/galleryghnaygwfybdc\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYGHNAYGWFYBDC\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"longlivedgallery\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERYAZURESUPPORTRG/providers/Microsoft.Compute/galleries/longlivedgallery\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"description\": \"My Private Gallery\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEDGALLERY\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"diskrptest2afdd8mefdwjx\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/DISKRPTESTWWMQE/providers/Microsoft.Compute/galleries/diskrptest2afdd8mefdwjx\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"canadaeast\",\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-DISKRPTEST2AFDD8MEFDWJX\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"disklonglivedgalleryIncanadaeast\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGRUNNINGRG-CANADAEAST/providers/Microsoft.Compute/galleries/disklonglivedgalleryIncanadaeast\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"canadaeast\",\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-DISKLONGLIVEDGALLERYINCANADAEAST\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"longlivedcrpgallery\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LOGLIVEDGALLERYSOUTHINDIA/providers/Microsoft.Compute/galleries/longlivedcrpgallery\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southindia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"description\": \"shared to non-existent subscriptions and tenants\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEDCRPGALLERY\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"diskrptestlfi2pvwb\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/DISKRPTESTLDYOG/providers/Microsoft.Compute/galleries/diskrptestlfi2pvwb\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-DISKRPTESTLFI2PVWB\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"disklonglivedgalleryInaustraliasoutheast\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGRUNNINGRG-AUSTRALIASOUTHEAST/providers/Microsoft.Compute/galleries/disklonglivedgalleryInaustraliasoutheast\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-DISKLONGLIVEDGALLERYINAUSTRALIASOUTHEAST\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"BlobToSIGCrossRegion\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/TIREGAN/providers/Microsoft.Compute/galleries/BlobToSIGCrossRegion\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-BLOBTOSIGCROSSREGION\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"galleryiwcdzcdytyeq\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/CAPS-1-20-2022-PRODUAECENTRAL/providers/Microsoft.Compute/galleries/galleryiwcdzcdytyeq\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"uaecentral\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYIWCDZCDYTYEQ\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Community\",\r\n \"communityGalleryInfo\": {\r\n \"communityGalleryEnabled\": false,\r\n \"publisherUri\": \"www.sigcapsbvt.com\",\r\n \"publisherContact\": \"sigcapsbvt@microsoft.com\",\r\n \"eula\": \"sigcapsbvteula\",\r\n \"publicNames\": [\r\n \"sigcapsbvt-c6358738-b53c-4090-b35d-2f36a33325af\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryknttvgxgqaui\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/CAPS-1-20-2022-PRODUAECENTRAL/providers/Microsoft.Compute/galleries/galleryknttvgxgqaui\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"uaecentral\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYKNTTVGXGQAUI\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryomdqzrqsipza\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/CAPS-1-20-2022-PRODUAECENTRAL/providers/Microsoft.Compute/galleries/galleryomdqzrqsipza\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"uaecentral\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYOMDQZRQSIPZA\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryzpufbvpxjbfk\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/CAPS-1-20-2022-PRODUAECENTRAL/providers/Microsoft.Compute/galleries/galleryzpufbvpxjbfk\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"uaecentral\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYZPUFBVPXJBFK\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Community\",\r\n \"communityGalleryInfo\": {\r\n \"communityGalleryEnabled\": false,\r\n \"publisherUri\": \"BVTPublisherUri\",\r\n \"publisherContact\": \"PIR@microsoft.com\",\r\n \"eula\": \"BVTeula\",\r\n \"publicNames\": [\r\n \"PIRBVT-ed0e88ca-c419-47e7-a5ae-d42aa68c5bad\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryjqdethyiqazk\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/CAPS-9-22-2020-PRODUAECENTRAL/providers/Microsoft.Compute/galleries/galleryjqdethyiqazk\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"uaecentral\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYJQDETHYIQAZK\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"Cg1\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/AZCLI/providers/Microsoft.Compute/galleries/Cg1\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-CG1\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Community\",\r\n \"communityGalleryInfo\": {\r\n \"communityGalleryEnabled\": false,\r\n \"publisherUri\": \"uri\",\r\n \"publisherContact\": \"kansun@microsoft.com\",\r\n \"eula\": \"eula\",\r\n \"publicNames\": [\r\n \"SigCommunity-14cd8b97-2d84-4081-babe-6990ed708e61\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"SoftDeleteGallery\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/AZCLI/providers/Microsoft.Compute/galleries/SoftDeleteGallery\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-SOFTDELETEGALLERY\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"SoftDeleteGallery2\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/AZCLI/providers/Microsoft.Compute/galleries/SoftDeleteGallery2\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-SOFTDELETEGALLERY2\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryghfxoibbxlfy\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/CAPS-1-10-2022-PRODEASTUS2EUAP/providers/Microsoft.Compute/galleries/galleryghfxoibbxlfy\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYGHFXOIBBXLFY\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryuisskuetnnka\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/CAPS-1-10-2022-PRODEASTUS2EUAP/providers/Microsoft.Compute/galleries/galleryuisskuetnnka\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYUISSKUETNNKA\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryTest1\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/CLITEST/providers/Microsoft.Compute/galleries/galleryTest1\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYTEST1\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery2975\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG3906/providers/Microsoft.Compute/galleries/galleryPsTestGallery2975\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"EastUS2EUAP\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY2975\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery8333\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG9881/providers/Microsoft.Compute/galleries/galleryPsTestGallery8333\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"EastUS2EUAP\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY8333\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"grlianTrustedLaunchGallery\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GRLIANRG/providers/Microsoft.Compute/galleries/grlianTrustedLaunchGallery\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"description\": \"TrustedLaunch Gallery.\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GRLIANTRUSTEDLAUNCHGALLERY\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"portaltvmtestgallery\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GRLIANRG/providers/Microsoft.Compute/galleries/portaltvmtestgallery\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"description\": \"TrustedLaunch Gallery.\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-PORTALTVMTESTGALLERY\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"tvmgalleryeastus2euap\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GRLIANRG/providers/Microsoft.Compute/galleries/tvmgalleryeastus2euap\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"description\": \"Gallery for TVM VMGS replication integration testing.\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-TVMGALLERYEASTUS2EUAP\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"galleryajyfvrtonhir\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEAIB/providers/Microsoft.Compute/galleries/galleryajyfvrtonhir\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYAJYFVRTONHIR\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"galleryeunhuepslxcf\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERY/providers/Microsoft.Compute/galleries/galleryeunhuepslxcf\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYEUNHUEPSLXCF\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"galleryomllzohdanoi\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERY/providers/Microsoft.Compute/galleries/galleryomllzohdanoi\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYOMLLZOHDANOI\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Community\",\r\n \"communityGalleryInfo\": {\r\n \"communityGalleryEnabled\": true,\r\n \"publisherUri\": \"BVTPublisherUri\",\r\n \"publisherContact\": \"PIR@microsoft.com\",\r\n \"eula\": \"BVTeula\",\r\n \"publicNames\": [\r\n \"PIRBVT-be33c2b1-4a04-43e3-a151-1997fb3e8048\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"longlivedgal\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERY/providers/Microsoft.Compute/galleries/longlivedgal\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"EastUS2EUAP\",\r\n \"properties\": {\r\n \"description\": \"gallery used for e2e testing\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEDGAL\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"mygalleryForCrp97f7\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERY/providers/Microsoft.Compute/galleries/mygalleryForCrp97f7\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-MYGALLERYFORCRP97F7\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"mygalleryForCrpEastus2euap\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERY/providers/Microsoft.Compute/galleries/mygalleryForCrpEastus2euap\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-MYGALLERYFORCRPEASTUS2EUAP\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryrjsyocgtjsyo\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERYCENTRALUSEUAP/providers/Microsoft.Compute/galleries/galleryrjsyocgtjsyo\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYRJSYOCGTJSYO\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Private\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"galleryururgbqlyndb\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERYCENTRALUSEUAP/providers/Microsoft.Compute/galleries/galleryururgbqlyndb\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYURURGBQLYNDB\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Private\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"longlivedcommunitygallery\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERYWCUS/providers/Microsoft.Compute/galleries/longlivedcommunitygallery\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEDCOMMUNITYGALLERY\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Community\",\r\n \"communityGalleryInfo\": {\r\n \"communityGalleryEnabled\": false,\r\n \"publisherUri\": \"sig.microsoft.com\",\r\n \"publisherContact\": \"sig@microsoft.com\",\r\n \"eula\": \"https:sig.com/licensingagreement\",\r\n \"publicNames\": [\r\n \"sigcrpbvt-fac85efa-b341-4587-893a-2bcd61b165b8\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"TVMTestGallery\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDTRUSTEDVMRG/providers/Microsoft.Compute/galleries/TVMTestGallery\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"description\": \"TrustedVM gallery test in Canary.\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-TVMTESTGALLERY\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"blobAsSourceGallery2\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVERGEASTUS2EUAP/providers/Microsoft.Compute/galleries/blobAsSourceGallery2\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-BLOBASSOURCEGALLERY2\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"gallery1euap\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/RGEUAP/providers/Microsoft.Compute/galleries/gallery1euap\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"EastUS2EUAP\",\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERY1EUAP\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"communitygallery\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/TEMPJERCH/providers/Microsoft.Compute/galleries/communitygallery\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-COMMUNITYGALLERY\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Community\",\r\n \"communityGalleryInfo\": {\r\n \"communityGalleryEnabled\": false,\r\n \"publisherUri\": \"jerry.com\",\r\n \"publisherContact\": \"jerry@microsoft.com\",\r\n \"eula\": \"https:jerry.com/licensingagreement\",\r\n \"publicNames\": [\r\n \"jerryprefix-8b936a64-0ab5-475f-aac7-4a64e11b0ca4\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"sharedgallery\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/TEMPJERCH/providers/Microsoft.Compute/galleries/sharedgallery\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-SHAREDGALLERY\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"grlianTestGalleryUniqueName\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GRLIANRG/providers/Microsoft.Compute/galleries/grlianTestGalleryUniqueName\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"description\": \"My Private Gallery\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GRLIANTESTGALLERYUNIQUENAME\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"grlianTestGalleryUniqueNameT15\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GRLIANRG/providers/Microsoft.Compute/galleries/grlianTestGalleryUniqueNameT15\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"description\": \"My Private Gallery\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GRLIANTESTGALLERYUNIQUENAMET15\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryhabbxuvvmxfk\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERYCENTRALUSEUAP/providers/Microsoft.Compute/galleries/galleryhabbxuvvmxfk\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYHABBXUVVMXFK\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Community\",\r\n \"communityGalleryInfo\": {\r\n \"communityGalleryEnabled\": false,\r\n \"publisherUri\": \"BVTPublisherUri\",\r\n \"publisherContact\": \"PIR@microsoft.com\",\r\n \"eula\": \"BVTeula\",\r\n \"publicNames\": [\r\n \"PIRBVT-574135f2-d5fb-4554-9969-d586b5e6f9d3\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"galleryikfyrxotgunj\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERYCENTRALUSEUAP/providers/Microsoft.Compute/galleries/galleryikfyrxotgunj\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYIKFYRXOTGUNJ\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Community\",\r\n \"communityGalleryInfo\": {\r\n \"communityGalleryEnabled\": true,\r\n \"publisherUri\": \"BVTPublisherUri\",\r\n \"publisherContact\": \"PIR@microsoft.com\",\r\n \"eula\": \"BVTeula\",\r\n \"publicNames\": [\r\n \"PIRBVT-6c64f11e-ad23-4737-a58a-4f3c85acadbf\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"galleryptgajqxwsiaq\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERYCENTRALUSEUAP/providers/Microsoft.Compute/galleries/galleryptgajqxwsiaq\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPTGAJQXWSIAQ\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"longlivegalleryaieclugdxmkj\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERYCENTRALUSEUAP/providers/Microsoft.Compute/galleries/longlivegalleryaieclugdxmkj\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYAIECLUGDXMKJ\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"longlivegallerybdpozhziodpi\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERYCENTRALUSEUAP/providers/Microsoft.Compute/galleries/longlivegallerybdpozhziodpi\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYBDPOZHZIODPI\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"longlivegallerybdzacoodldwm\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERYCENTRALUSEUAP/providers/Microsoft.Compute/galleries/longlivegallerybdzacoodldwm\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYBDZACOODLDWM\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"longlivegalleryfojnvv\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERYCENTRALUSEUAP/providers/Microsoft.Compute/galleries/longlivegalleryfojnvv\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"longlivegalleryhqrkopuxbqbb\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERYCENTRALUSEUAP/providers/Microsoft.Compute/galleries/longlivegalleryhqrkopuxbqbb\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYHQRKOPUXBQBB\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"longlivegalleryjrummdyrwubk\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERYCENTRALUSEUAP/providers/Microsoft.Compute/galleries/longlivegalleryjrummdyrwubk\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYJRUMMDYRWUBK\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"longlivegallerymwblrilmsgqu\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERYCENTRALUSEUAP/providers/Microsoft.Compute/galleries/longlivegallerymwblrilmsgqu\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYMWBLRILMSGQU\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"longlivegalleryypmgaxojplve\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERYCENTRALUSEUAP/providers/Microsoft.Compute/galleries/longlivegalleryypmgaxojplve\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYYPMGAXOJPLVE\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"softDeletePolicy\": {\r\n \"isSoftDeleteEnabled\": false\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"canarydrillsig\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/SIGCANARYDRDRILL/providers/Microsoft.Compute/galleries/canarydrillsig\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-CANARYDRILLSIG\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3845/providers/Microsoft.Compute/galleries/galleryPsTestGallery2929?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTI5Mjk/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3643/providers/Microsoft.Compute/galleries/galleryPsTestGallery7245?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NDMvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTcyNDU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ab3380a-4319-4065-a8b9-c0cfada9c48c" + "9c469c8d-39bc-4728-88ab-6c90c62c2ff0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1054,41 +1154,41 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/05ef858f-0926-432e-968c-f367c2cd1ddc?monitor=true&api-version=2021-10-01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/a22e6a7b-1313-4722-a8e8-9beaaaf74371?monitor=true&api-version=2021-10-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/05ef858f-0926-432e-968c-f367c2cd1ddc?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/a22e6a7b-1313-4722-a8e8-9beaaaf74371?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteGallery3Min;44,Microsoft.Compute/DeleteGallery30Min;246" + "Microsoft.Compute/DeleteGallery3Min;49,Microsoft.Compute/DeleteGallery30Min;899" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "05ef858f-0926-432e-968c-f367c2cd1ddc" + "a22e6a7b-1313-4722-a8e8-9beaaaf74371" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "5786ead6-193e-4efa-a23b-41912f0d91d1" + "eb110da7-787b-45bc-9f07-e616ead4bd11" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T125609Z:5786ead6-193e-4efa-a23b-41912f0d91d1" + "WESTUS:20220121T012804Z:eb110da7-787b-45bc-9f07-e616ead4bd11" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 01:28:04 GMT" ], "Expires": [ "-1" @@ -1098,15 +1198,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/05ef858f-0926-432e-968c-f367c2cd1ddc?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8wNWVmODU4Zi0wOTI2LTQzMmUtOTY4Yy1mMzY3YzJjZDFkZGM/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/a22e6a7b-1313-4722-a8e8-9beaaaf74371?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9hMjJlNmE3Yi0xMzEzLTQ3MjItYThlOC05YmVhYWFmNzQzNzE/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1125,31 +1225,38 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4173" + "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4194" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "44907815-0f69-42c5-841a-ab3e9d425785" + "192012da-7885-4f8c-9b25-c11f1207c2e9" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-correlation-request-id": [ - "bc4214bf-74ea-4fe7-b921-a6014c47931d" + "70dc1d22-cdcd-4411-8bf7-80ec7e64f8db" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T125639Z:bc4214bf-74ea-4fe7-b921-a6014c47931d" + "WESTUS:20220121T012835Z:70dc1d22-cdcd-4411-8bf7-80ec7e64f8db" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:28:34 GMT" + ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1158,19 +1265,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:56:09.6745438+00:00\",\r\n \"endTime\": \"2021-12-24T12:56:09.7682976+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"05ef858f-0926-432e-968c-f367c2cd1ddc\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:28:04.894793-08:00\",\r\n \"endTime\": \"2022-01-20T17:28:05.0041697-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a22e6a7b-1313-4722-a8e8-9beaaaf74371\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/05ef858f-0926-432e-968c-f367c2cd1ddc?monitor=true&api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8wNWVmODU4Zi0wOTI2LTQzMmUtOTY4Yy1mMzY3YzJjZDFkZGM/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/a22e6a7b-1313-4722-a8e8-9beaaaf74371?monitor=true&api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9hMjJlNmE3Yi0xMzEzLTQ3MjItYThlOC05YmVhYWFmNzQzNzE/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1189,31 +1296,35 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1193,Microsoft.Compute/GetOperationStatus30Min;4172" + "Microsoft.Compute/GetOperationStatus3Min;1193,Microsoft.Compute/GetOperationStatus30Min;4193" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "0c68820b-a677-40c0-bf50-6fea53916302" + "e92a5288-9d33-4de5-ba3b-5e8939bde51d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], "x-ms-correlation-request-id": [ - "5e3b514b-f6d3-47b0-b288-1c78ca73556e" + "f2901edb-5d27-40d2-beb0-5e972d0c7d82" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T125639Z:5e3b514b-f6d3-47b0-b288-1c78ca73556e" + "WESTUS:20220121T012835Z:f2901edb-5d27-40d2-beb0-5e972d0c7d82" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 01:28:35 GMT" ], "Expires": [ "-1" @@ -1223,21 +1334,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3845New/providers/Microsoft.Compute/galleries/galleryPsTestGallery2929New?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM4NDVOZXcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTI5MjlOZXc/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3643New/providers/Microsoft.Compute/galleries/galleryPsTestGallery7245New?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NDNOZXcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTcyNDVOZXc/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9a49bc44-d090-4ac5-b960-c01f8689404c" + "539b1cab-4366-4144-86bd-e59ed41fd3a4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1252,41 +1363,41 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/399a559d-4d8b-4442-b606-9b6594c6d887?monitor=true&api-version=2021-10-01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/92f55793-0044-464d-9243-0170a39da7a7?monitor=true&api-version=2021-10-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/399a559d-4d8b-4442-b606-9b6594c6d887?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/92f55793-0044-464d-9243-0170a39da7a7?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteGallery3Min;43,Microsoft.Compute/DeleteGallery30Min;244" + "Microsoft.Compute/DeleteGallery3Min;48,Microsoft.Compute/DeleteGallery30Min;898" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "399a559d-4d8b-4442-b606-9b6594c6d887" + "92f55793-0044-464d-9243-0170a39da7a7" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], "x-ms-correlation-request-id": [ - "0a48536f-f3a5-4f06-934e-d7eb0d2332c8" + "a57d5cba-781d-4c56-8f26-9511d2a55527" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T125639Z:0a48536f-f3a5-4f06-934e-d7eb0d2332c8" + "WESTUS:20220121T012835Z:a57d5cba-781d-4c56-8f26-9511d2a55527" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 01:28:35 GMT" ], "Expires": [ "-1" @@ -1296,15 +1407,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/399a559d-4d8b-4442-b606-9b6594c6d887?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8zOTlhNTU5ZC00ZDhiLTQ0NDItYjYwNi05YjY1OTRjNmQ4ODc/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/92f55793-0044-464d-9243-0170a39da7a7?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy85MmY1NTc5My0wMDQ0LTQ2NGQtOTI0My0wMTcwYTM5ZGE3YTc/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1323,29 +1434,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1191,Microsoft.Compute/GetOperationStatus30Min;4170" + "Microsoft.Compute/GetOperationStatus3Min;1191,Microsoft.Compute/GetOperationStatus30Min;4191" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "260114c8-4930-4058-8371-2fc1b5d2c675" + "a32f3067-dcc6-43ca-9aff-b56c74f6f84f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], "x-ms-correlation-request-id": [ - "8495755b-676e-4246-96ac-6eb2bf65eb4c" + "b707e198-7c53-41a1-a042-ab8cd5e6f8bb" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T125709Z:8495755b-676e-4246-96ac-6eb2bf65eb4c" + "WESTUS:20220121T012905Z:b707e198-7c53-41a1-a042-ab8cd5e6f8bb" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 01:29:05 GMT" + ], "Content-Length": [ "184" ], @@ -1356,19 +1474,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-24T12:56:39.8630588+00:00\",\r\n \"endTime\": \"2021-12-24T12:56:39.9723592+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"399a559d-4d8b-4442-b606-9b6594c6d887\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T17:28:35.5047694-08:00\",\r\n \"endTime\": \"2022-01-20T17:28:35.5985255-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"92f55793-0044-464d-9243-0170a39da7a7\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/399a559d-4d8b-4442-b606-9b6594c6d887?monitor=true&api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8zOTlhNTU5ZC00ZDhiLTQ0NDItYjYwNi05YjY1OTRjNmQ4ODc/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/92f55793-0044-464d-9243-0170a39da7a7?monitor=true&api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy85MmY1NTc5My0wMDQ0LTQ2NGQtOTI0My0wMTcwYTM5ZGE3YTc/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -1387,31 +1505,35 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1190,Microsoft.Compute/GetOperationStatus30Min;4169" + "Microsoft.Compute/GetOperationStatus3Min;1190,Microsoft.Compute/GetOperationStatus30Min;4190" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "59bc6283-3fe7-45c9-9e55-fe10962e5088" + "ad4a5cd5-ec5d-41e8-b49f-ec7ba7cba96d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ], "x-ms-correlation-request-id": [ - "9897b904-0a46-48fd-9343-578e49c0595a" + "1e89d708-0c24-4195-a6a1-a4effd99d49e" ], "x-ms-routing-request-id": [ - "EASTUS2:20211224T125709Z:9897b904-0a46-48fd-9343-578e49c0595a" + "WESTUS:20220121T012905Z:1e89d708-0c24-4195-a6a1-a4effd99d49e" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 01:29:05 GMT" ], "Expires": [ "-1" @@ -1423,11 +1545,11 @@ ], "Names": { "Gallery_CRUD_Tests": [ - "galleryPsTestRg3845", - "galleryPsTestGallery2929" + "galleryPsTestRg3643", + "galleryPsTestGallery7245" ] }, "Variables": { - "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871" + "SubscriptionId": "97f78232-382b-46a7-8a72-964d692c4f3f" } } \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/Gallery_SharingToCommunity_CRUD_Tests.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/Gallery_SharingToCommunity_CRUD_Tests.json new file mode 100644 index 0000000000000..6cfc36b694cfe --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/Gallery_SharingToCommunity_CRUD_Tests.json @@ -0,0 +1,1032 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourcegroups/galleryPsTestRg465?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzQ2NT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5b951f6b-e4ee-44b0-ad80-6e62dfba89b1" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "32b0f9c6-0b98-4aca-b251-f870edd2212c" + ], + "x-ms-correlation-request-id": [ + "32b0f9c6-0b98-4aca-b251-f870edd2212c" + ], + "x-ms-routing-request-id": [ + "WESTUS:20220121T032236Z:32b0f9c6-0b98-4aca-b251-f870edd2212c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 21 Jan 2022 03:22:35 GMT" + ], + "Content-Length": [ + "190" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg465\",\r\n \"name\": \"galleryPsTestRg465\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg465/providers/Microsoft.Compute/galleries/galleryPsTestGallery7940?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzQ2NS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5Nzk0MD9hcGktdmVyc2lvbj0yMDIxLTEwLTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"sharingProfile\": {\r\n \"permissions\": \"Community\",\r\n \"communityGalleryInfo\": {\r\n \"publisherUri\": \"PsTestUri\",\r\n \"publisherContact\": \"SIG@microsoft.com\",\r\n \"eula\": \"PsEual\",\r\n \"publicNamePrefix\": \"PsTestCg\"\r\n }\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "db977568-6933-4648-a728-cd0ff8526a66" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "378" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/6ee07618-0e40-4ec9-b4fb-66ffe26bfba5?api-version=2021-10-01" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/CreateUpdateGallery3Min;49,Microsoft.Compute/CreateUpdateGallery30Min;296" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" + ], + "x-ms-request-id": [ + "6ee07618-0e40-4ec9-b4fb-66ffe26bfba5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "642acd8b-c5c8-432b-b3d5-36c298d3cd86" + ], + "x-ms-routing-request-id": [ + "WESTUS:20220121T032239Z:642acd8b-c5c8-432b-b3d5-36c298d3cd86" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 21 Jan 2022 03:22:39 GMT" + ], + "Content-Length": [ + "871" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery7940\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg465/providers/Microsoft.Compute/galleries/galleryPsTestGallery7940\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY7940\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Community\",\r\n \"communityGalleryInfo\": {\r\n \"communityGalleryEnabled\": false,\r\n \"publisherUri\": \"PsTestUri\",\r\n \"publisherContact\": \"SIG@microsoft.com\",\r\n \"eula\": \"PsEual\",\r\n \"publicNames\": [\r\n \"PsTestCg-09397b31-7df2-41b8-a829-4251880767e3\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/6ee07618-0e40-4ec9-b4fb-66ffe26bfba5?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82ZWUwNzYxOC0wZTQwLTRlYzktYjRmYi02NmZmZTI2YmZiYTU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4182" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" + ], + "x-ms-request-id": [ + "1c7cfa05-c2a1-45c3-9f73-a158d968128a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "1097a267-3066-48ee-a8eb-a6a93280ac5b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20220121T032309Z:1097a267-3066-48ee-a8eb-a6a93280ac5b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 21 Jan 2022 03:23:08 GMT" + ], + "Content-Length": [ + "183" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:22:38.853142-08:00\",\r\n \"endTime\": \"2022-01-20T19:22:39.0876228-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"6ee07618-0e40-4ec9-b4fb-66ffe26bfba5\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg465/providers/Microsoft.Compute/galleries/galleryPsTestGallery7940?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzQ2NS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5Nzk0MD9hcGktdmVyc2lvbj0yMDIxLTEwLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetGallery3Min;343,Microsoft.Compute/GetGallery30Min;2473" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" + ], + "x-ms-request-id": [ + "5eeaf1a7-62f4-4326-8422-3be989def3af" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "45cdb859-d47d-487a-89fb-1501d3b140d6" + ], + "x-ms-routing-request-id": [ + "WESTUS:20220121T032309Z:45cdb859-d47d-487a-89fb-1501d3b140d6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 21 Jan 2022 03:23:09 GMT" + ], + "Content-Length": [ + "872" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery7940\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg465/providers/Microsoft.Compute/galleries/galleryPsTestGallery7940\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY7940\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Community\",\r\n \"communityGalleryInfo\": {\r\n \"communityGalleryEnabled\": false,\r\n \"publisherUri\": \"PsTestUri\",\r\n \"publisherContact\": \"SIG@microsoft.com\",\r\n \"eula\": \"PsEual\",\r\n \"publicNames\": [\r\n \"PsTestCg-09397b31-7df2-41b8-a829-4251880767e3\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg465/providers/Microsoft.Compute/galleries/galleryPsTestGallery7940?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzQ2NS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5Nzk0MD9hcGktdmVyc2lvbj0yMDIxLTEwLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "85919b66-421f-4d46-8cd0-eb523d1eeac3" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetGallery3Min;342,Microsoft.Compute/GetGallery30Min;2472" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" + ], + "x-ms-request-id": [ + "2fc3b8e4-d648-438d-8abc-660e7155cc2e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11997" + ], + "x-ms-correlation-request-id": [ + "873a05cf-1817-47db-8c5f-aef23e057bbc" + ], + "x-ms-routing-request-id": [ + "WESTUS:20220121T032309Z:873a05cf-1817-47db-8c5f-aef23e057bbc" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 21 Jan 2022 03:23:09 GMT" + ], + "Content-Length": [ + "872" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery7940\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg465/providers/Microsoft.Compute/galleries/galleryPsTestGallery7940\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY7940\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Community\",\r\n \"communityGalleryInfo\": {\r\n \"communityGalleryEnabled\": false,\r\n \"publisherUri\": \"PsTestUri\",\r\n \"publisherContact\": \"SIG@microsoft.com\",\r\n \"eula\": \"PsEual\",\r\n \"publicNames\": [\r\n \"PsTestCg-09397b31-7df2-41b8-a829-4251880767e3\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg465/providers/Microsoft.Compute/galleries/galleryPsTestGallery7940/share?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzQ2NS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5Nzk0MC9zaGFyZT9hcGktdmVyc2lvbj0yMDIxLTEwLTAx", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"operationType\": \"EnableCommunity\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "9a726db5-60d3-4d83-b341-0bb3c149c704" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "42" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/e095e9a1-c49d-407e-bc0f-2fe4f0d3ec5a?monitor=true&api-version=2021-10-01" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/e095e9a1-c49d-407e-bc0f-2fe4f0d3ec5a?api-version=2021-10-01" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/PostShareGallery3Min;29,Microsoft.Compute/PostShareGallery30Min;116" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" + ], + "x-ms-request-id": [ + "e095e9a1-c49d-407e-bc0f-2fe4f0d3ec5a" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-correlation-request-id": [ + "87339c03-1765-406e-8f0e-b176a0eb8d05" + ], + "x-ms-routing-request-id": [ + "WESTUS:20220121T032310Z:87339c03-1765-406e-8f0e-b176a0eb8d05" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 21 Jan 2022 03:23:09 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg465/providers/Microsoft.Compute/galleries/galleryPsTestGallery7940/share?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzQ2NS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5Nzk0MC9zaGFyZT9hcGktdmVyc2lvbj0yMDIxLTEwLTAx", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"operationType\": \"Reset\"\r\n}", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6c5335e0-89e0-4031-9e78-29ad1648d2f4" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "32" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/5b2603e9-6fdf-4f7b-992b-1d07568312f4?monitor=true&api-version=2021-10-01" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/5b2603e9-6fdf-4f7b-992b-1d07568312f4?api-version=2021-10-01" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/PostShareGallery3Min;28,Microsoft.Compute/PostShareGallery30Min;115" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" + ], + "x-ms-request-id": [ + "5b2603e9-6fdf-4f7b-992b-1d07568312f4" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "cbef811c-5f10-4031-bc62-8048923d2207" + ], + "x-ms-routing-request-id": [ + "WESTUS:20220121T032340Z:cbef811c-5f10-4031-bc62-8048923d2207" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 21 Jan 2022 03:23:39 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/e095e9a1-c49d-407e-bc0f-2fe4f0d3ec5a?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lMDk1ZTlhMS1jNDlkLTQwN2UtYmMwZi0yZmU0ZjBkM2VjNWE/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4180" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" + ], + "x-ms-request-id": [ + "3cdb57cf-6250-4a01-85f5-1485b9559bae" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11996" + ], + "x-ms-correlation-request-id": [ + "bd9f840f-c885-4567-9322-d652fdea16c1" + ], + "x-ms-routing-request-id": [ + "WESTUS:20220121T032340Z:bd9f840f-c885-4567-9322-d652fdea16c1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 21 Jan 2022 03:23:39 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:23:09.9162745-08:00\",\r\n \"endTime\": \"2022-01-20T19:23:11.0881588-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e095e9a1-c49d-407e-bc0f-2fe4f0d3ec5a\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/e095e9a1-c49d-407e-bc0f-2fe4f0d3ec5a?monitor=true&api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lMDk1ZTlhMS1jNDlkLTQwN2UtYmMwZi0yZmU0ZjBkM2VjNWE/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4179" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" + ], + "x-ms-request-id": [ + "1ab0cb13-bd09-4fe3-97c1-307921062e36" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11995" + ], + "x-ms-correlation-request-id": [ + "f2f9db77-c486-40cc-87fa-ccc3ebfb14fd" + ], + "x-ms-routing-request-id": [ + "WESTUS:20220121T032340Z:f2f9db77-c486-40cc-87fa-ccc3ebfb14fd" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 21 Jan 2022 03:23:39 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg465/providers/Microsoft.Compute/galleries/galleryPsTestGallery7940?api-version=2021-10-01&$select=Permissions", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzQ2NS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5Nzk0MD9hcGktdmVyc2lvbj0yMDIxLTEwLTAxJiRzZWxlY3Q9UGVybWlzc2lvbnM=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "df25ca3a-0093-4347-a715-57c3e3054678" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetGallery3Min;340,Microsoft.Compute/GetGallery30Min;2470" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" + ], + "x-ms-request-id": [ + "ddc07d4f-a114-41e3-95c3-270587068eb8" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11994" + ], + "x-ms-correlation-request-id": [ + "c64a4610-b49e-4bc9-b43e-edb482d9c462" + ], + "x-ms-routing-request-id": [ + "WESTUS:20220121T032340Z:c64a4610-b49e-4bc9-b43e-edb482d9c462" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 21 Jan 2022 03:23:39 GMT" + ], + "Content-Length": [ + "871" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery7940\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg465/providers/Microsoft.Compute/galleries/galleryPsTestGallery7940\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY7940\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Community\",\r\n \"communityGalleryInfo\": {\r\n \"communityGalleryEnabled\": true,\r\n \"publisherUri\": \"PsTestUri\",\r\n \"publisherContact\": \"SIG@microsoft.com\",\r\n \"eula\": \"PsEual\",\r\n \"publicNames\": [\r\n \"PsTestCg-09397b31-7df2-41b8-a829-4251880767e3\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/5b2603e9-6fdf-4f7b-992b-1d07568312f4?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81YjI2MDNlOS02ZmRmLTRmN2ItOTkyYi0xZDA3NTY4MzEyZjQ/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperationStatus3Min;1193,Microsoft.Compute/GetOperationStatus30Min;4177" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" + ], + "x-ms-request-id": [ + "887a12bd-ab19-4661-b6fe-cfbd64c8eebd" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11993" + ], + "x-ms-correlation-request-id": [ + "a3c4d7bf-dbdb-4279-b600-805fa6f37181" + ], + "x-ms-routing-request-id": [ + "WESTUS:20220121T032410Z:a3c4d7bf-dbdb-4279-b600-805fa6f37181" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 21 Jan 2022 03:24:10 GMT" + ], + "Content-Length": [ + "182" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:23:40.4480593-08:00\",\r\n \"endTime\": \"2022-01-20T19:23:40.79182-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5b2603e9-6fdf-4f7b-992b-1d07568312f4\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/5b2603e9-6fdf-4f7b-992b-1d07568312f4?monitor=true&api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81YjI2MDNlOS02ZmRmLTRmN2ItOTkyYi0xZDA3NTY4MzEyZjQ/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperationStatus3Min;1192,Microsoft.Compute/GetOperationStatus30Min;4176" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" + ], + "x-ms-request-id": [ + "73e9e907-9a11-43cd-ba42-86ef23dd225e" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11992" + ], + "x-ms-correlation-request-id": [ + "cb7805f2-d776-4ecc-b6a3-8345d4d4970b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20220121T032410Z:cb7805f2-d776-4ecc-b6a3-8345d4d4970b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 21 Jan 2022 03:24:10 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg465/providers/Microsoft.Compute/galleries/galleryPsTestGallery7940?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzQ2NS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5Nzk0MD9hcGktdmVyc2lvbj0yMDIxLTEwLTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7e514a23-c46e-4608-8d9e-dadbea494f4a" + ], + "Accept-Language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/dc17262f-1f78-4491-a8ed-bb4cb2139232?monitor=true&api-version=2021-10-01" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/dc17262f-1f78-4491-a8ed-bb4cb2139232?api-version=2021-10-01" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/DeleteGallery3Min;44,Microsoft.Compute/DeleteGallery30Min;881" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" + ], + "x-ms-request-id": [ + "dc17262f-1f78-4491-a8ed-bb4cb2139232" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "6621c98a-9d73-40b5-8436-04663d96017b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20220121T032411Z:6621c98a-9d73-40b5-8436-04663d96017b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 21 Jan 2022 03:24:10 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/dc17262f-1f78-4491-a8ed-bb4cb2139232?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9kYzE3MjYyZi0xZjc4LTQ0OTEtYThlZC1iYjRjYjIxMzkyMzI/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperationStatus3Min;1190,Microsoft.Compute/GetOperationStatus30Min;4174" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" + ], + "x-ms-request-id": [ + "a421aa7f-9da4-4cb2-af99-70543f43739f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11991" + ], + "x-ms-correlation-request-id": [ + "2ac5de19-1061-4463-9120-b926c56bcfe6" + ], + "x-ms-routing-request-id": [ + "WESTUS:20220121T032441Z:2ac5de19-1061-4463-9120-b926c56bcfe6" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 21 Jan 2022 03:24:40 GMT" + ], + "Content-Length": [ + "184" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:24:11.0267676-08:00\",\r\n \"endTime\": \"2022-01-20T19:24:11.1361567-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"dc17262f-1f78-4491-a8ed-bb4cb2139232\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/dc17262f-1f78-4491-a8ed-bb4cb2139232?monitor=true&api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9kYzE3MjYyZi0xZjc4LTQ0OTEtYThlZC1iYjRjYjIxMzkyMzI/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.28207.03", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.22000.", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-resource": [ + "Microsoft.Compute/GetOperationStatus3Min;1189,Microsoft.Compute/GetOperationStatus30Min;4173" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-served-by": [ + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" + ], + "x-ms-request-id": [ + "a5f2fa58-667f-4381-a604-8ea82707b300" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" + ], + "x-ms-correlation-request-id": [ + "0deb792f-135f-4818-9659-e44406ee05d1" + ], + "x-ms-routing-request-id": [ + "WESTUS:20220121T032441Z:0deb792f-135f-4818-9659-e44406ee05d1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Fri, 21 Jan 2022 03:24:40 GMT" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + } + ], + "Names": { + "Gallery_SharingToCommunity_CRUD_Tests": [ + "galleryPsTestRg465", + "galleryPsTestGallery7940" + ] + }, + "Variables": { + "SubscriptionId": "97f78232-382b-46a7-8a72-964d692c4f3f" + } +} \ No newline at end of file diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/Gallery_WithSharingProfile_CRUD_Tests.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/Gallery_SharingToSubscriptionAndTenant_CRUD_Tests.json similarity index 54% rename from sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/Gallery_WithSharingProfile_CRUD_Tests.json rename to sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/Gallery_SharingToSubscriptionAndTenant_CRUD_Tests.json index 5057983b7aff0..2a4b79e32cdcf 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/Gallery_WithSharingProfile_CRUD_Tests.json +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/Gallery_SharingToSubscriptionAndTenant_CRUD_Tests.json @@ -1,21 +1,21 @@ { "Entries": [ { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/galleryPsTestRg6174?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNzQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourcegroups/galleryPsTestRg6294?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYyOTQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ea934578-1e88-47be-b9fd-013652caf546" + "7b422764-e08f-4825-92df-4a9a939ec032" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ @@ -39,13 +39,13 @@ "1199" ], "x-ms-request-id": [ - "07862887-bfe7-4a07-a2cc-02a485367ddc" + "f16d63f8-547b-4daf-937c-37193dfc6d1a" ], "x-ms-correlation-request-id": [ - "07862887-bfe7-4a07-a2cc-02a485367ddc" + "f16d63f8-547b-4daf-937c-37193dfc6d1a" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T201537Z:07862887-bfe7-4a07-a2cc-02a485367ddc" + "WESTUS:20220121T035746Z:f16d63f8-547b-4daf-937c-37193dfc6d1a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -53,6 +53,9 @@ "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:57:45 GMT" + ], "Content-Length": [ "192" ], @@ -63,25 +66,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6174\",\r\n \"name\": \"galleryPsTestRg6174\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg6294\",\r\n \"name\": \"galleryPsTestRg6294\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6174/providers/Microsoft.Compute/galleries/galleryPsTestGallery3096?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTMwOTY/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg6294/providers/Microsoft.Compute/galleries/galleryPsTestGallery9915?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYyOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTk5MTU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d92c3434-edea-42e7-826e-2d05011de3fe" + "b81e125e-a3cb-4967-822e-d2480b79a37c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ @@ -106,32 +109,39 @@ "Microsoft-HTTPAPI/2.0" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/d95b91fb-19b9-4602-ace8-7b44d6c7eb4a?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/f184b1ad-edc8-4ffd-b9dd-ef5c306d5f1c?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateUpdateGallery3Min;49,Microsoft.Compute/CreateUpdateGallery30Min;299" + "Microsoft.Compute/CreateUpdateGallery3Min;49,Microsoft.Compute/CreateUpdateGallery30Min;298" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "d95b91fb-19b9-4602-ace8-7b44d6c7eb4a" + "f184b1ad-edc8-4ffd-b9dd-ef5c306d5f1c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "7e124fbe-1409-48aa-a476-4926a21aff55" + "535cf733-92da-46c9-b29c-f86721fd2cfc" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T201537Z:7e124fbe-1409-48aa-a476-4926a21aff55" + "WESTUS:20220121T035749Z:535cf733-92da-46c9-b29c-f86721fd2cfc" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:57:49 GMT" + ], "Content-Length": [ "572" ], @@ -142,19 +152,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery3096\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6174/providers/Microsoft.Compute/galleries/galleryPsTestGallery3096\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY3096\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery9915\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg6294/providers/Microsoft.Compute/galleries/galleryPsTestGallery9915\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY9915\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/d95b91fb-19b9-4602-ace8-7b44d6c7eb4a?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9kOTViOTFmYi0xOWI5LTQ2MDItYWNlOC03YjQ0ZDZjN2ViNGE/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/f184b1ad-edc8-4ffd-b9dd-ef5c306d5f1c?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9mMTg0YjFhZC1lZGM4LTRmZmQtYjlkZC1lZjVjMzA2ZDVmMWM/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -173,29 +183,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1198,Microsoft.Compute/GetOperationStatus30Min;4198" + "Microsoft.Compute/GetOperationStatus3Min;1198,Microsoft.Compute/GetOperationStatus30Min;4183" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "d96e0150-a47a-4f20-8297-ff75cac5a38b" + "61410e02-a394-4470-8ca9-36598ee127ff" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "749da24c-626a-4fc4-8c73-98be99bdda61" + "88b5b4e2-a6ed-4bd4-b734-2b1315a8fbc2" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T201608Z:749da24c-626a-4fc4-8c73-98be99bdda61" + "WESTUS:20220121T035820Z:88b5b4e2-a6ed-4bd4-b734-2b1315a8fbc2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:58:19 GMT" + ], "Content-Length": [ "184" ], @@ -206,19 +223,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-29T20:15:37.8130438+00:00\",\r\n \"endTime\": \"2021-12-29T20:15:38.0474299+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d95b91fb-19b9-4602-ace8-7b44d6c7eb4a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:57:49.3618214-08:00\",\r\n \"endTime\": \"2022-01-20T19:57:49.6118307-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f184b1ad-edc8-4ffd-b9dd-ef5c306d5f1c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6174/providers/Microsoft.Compute/galleries/galleryPsTestGallery3096?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTMwOTY/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg6294/providers/Microsoft.Compute/galleries/galleryPsTestGallery9915?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYyOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTk5MTU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -237,29 +254,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGallery3Min;346,Microsoft.Compute/GetGallery30Min;2496" + "Microsoft.Compute/GetGallery3Min;346,Microsoft.Compute/GetGallery30Min;2464" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "9495b27d-5e6f-4f5b-a933-09a52096bb86" + "cd9384c1-71fd-4830-b9ea-1e60cc7e9936" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "a9c04b93-991a-46dd-abe9-b7ce94d6a236" + "87c0e675-507b-49c3-883e-e26a36229db4" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T201608Z:a9c04b93-991a-46dd-abe9-b7ce94d6a236" + "WESTUS:20220121T035820Z:87c0e675-507b-49c3-883e-e26a36229db4" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:58:19 GMT" + ], "Content-Length": [ "573" ], @@ -270,25 +294,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery3096\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6174/providers/Microsoft.Compute/galleries/galleryPsTestGallery3096\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY3096\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery9915\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg6294/providers/Microsoft.Compute/galleries/galleryPsTestGallery9915\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY9915\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6174/providers/Microsoft.Compute/galleries/galleryPsTestGallery3096?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTMwOTY/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg6294/providers/Microsoft.Compute/galleries/galleryPsTestGallery9915?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYyOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTk5MTU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b192fe6-27ea-49e3-a2de-dc46bb79fc6b" + "c0031534-f7df-4951-bd68-e2d18e3b6ac0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -307,29 +331,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGallery3Min;345,Microsoft.Compute/GetGallery30Min;2495" + "Microsoft.Compute/GetGallery3Min;345,Microsoft.Compute/GetGallery30Min;2463" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "4d22334d-25f7-4667-8d03-7226a98e5a69" + "faa13659-6257-45bd-9948-cba0b54f883f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "91df2926-a928-40ac-a086-78e402a87b21" + "4a5de6bc-2434-4930-96ac-63004e70969a" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T201608Z:91df2926-a928-40ac-a086-78e402a87b21" + "WESTUS:20220121T035820Z:4a5de6bc-2434-4930-96ac-63004e70969a" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:58:19 GMT" + ], "Content-Length": [ "573" ], @@ -340,25 +371,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery3096\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6174/providers/Microsoft.Compute/galleries/galleryPsTestGallery3096\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY3096\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery9915\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg6294/providers/Microsoft.Compute/galleries/galleryPsTestGallery9915\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY9915\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6174/providers/Microsoft.Compute/galleries/galleryPsTestGallery3096/share?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTMwOTYvc2hhcmU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg6294/providers/Microsoft.Compute/galleries/galleryPsTestGallery9915/share?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYyOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTk5MTUvc2hhcmU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"operationType\": \"Add\",\r\n \"groups\": [\r\n {\r\n \"type\": \"AADTenants\",\r\n \"ids\": [\r\n \"583d66a9-0041-4999-8838-75baece101d5\"\r\n ]\r\n },\r\n {\r\n \"type\": \"Subscriptions\",\r\n \"ids\": [\r\n \"640c5810-13bf-4b82-b94d-f38c2565e3bc\"\r\n ]\r\n }\r\n ]\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "17e65954-2e12-418c-a955-a8a764cef684" + "2393f725-b610-4092-824b-805aff622b65" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ @@ -379,41 +410,41 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/dd240435-6655-49d7-9606-8f46110eb069?monitor=true&api-version=2021-10-01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/e2b8338b-1bcb-4093-91ef-cb0062b87e2d?monitor=true&api-version=2021-10-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/dd240435-6655-49d7-9606-8f46110eb069?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/e2b8338b-1bcb-4093-91ef-cb0062b87e2d?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PostShareGallery3Min;9,Microsoft.Compute/PostShareGallery30Min;59" + "Microsoft.Compute/PostShareGallery3Min;29,Microsoft.Compute/PostShareGallery30Min;116" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "dd240435-6655-49d7-9606-8f46110eb069" + "e2b8338b-1bcb-4093-91ef-cb0062b87e2d" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "74bc7c3b-0c56-4dc8-8f6b-4f278553b4d8" + "bf64b37e-080b-47bf-9b81-bd063f68332f" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T201608Z:74bc7c3b-0c56-4dc8-8f6b-4f278553b4d8" + "WESTUS:20220121T035820Z:bf64b37e-080b-47bf-9b81-bd063f68332f" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 03:58:20 GMT" ], "Expires": [ "-1" @@ -423,21 +454,21 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6174/providers/Microsoft.Compute/galleries/galleryPsTestGallery3096/share?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTMwOTYvc2hhcmU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg6294/providers/Microsoft.Compute/galleries/galleryPsTestGallery9915/share?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYyOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTk5MTUvc2hhcmU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"operationType\": \"Reset\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5d08ec3a-3d9a-4d12-8643-027b380ff902" + "049e7972-d2db-49a6-abef-60d129df0d68" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ], "Content-Type": [ @@ -458,41 +489,41 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/71315029-5d3f-44d0-90c7-8d4d50501351?monitor=true&api-version=2021-10-01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/4766ea45-7d81-4076-87aa-81b08325416f?monitor=true&api-version=2021-10-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/71315029-5d3f-44d0-90c7-8d4d50501351?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/4766ea45-7d81-4076-87aa-81b08325416f?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/PostShareGallery3Min;8,Microsoft.Compute/PostShareGallery30Min;58" + "Microsoft.Compute/PostShareGallery3Min;28,Microsoft.Compute/PostShareGallery30Min;115" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "71315029-5d3f-44d0-90c7-8d4d50501351" + "4766ea45-7d81-4076-87aa-81b08325416f" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "958604c5-17a6-47ba-9e36-0c434ce60543" + "ff774e21-2baf-4a93-90c7-c9daab235d61" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T201638Z:958604c5-17a6-47ba-9e36-0c434ce60543" + "WESTUS:20220121T035851Z:ff774e21-2baf-4a93-90c7-c9daab235d61" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 03:58:50 GMT" ], "Expires": [ "-1" @@ -502,15 +533,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/dd240435-6655-49d7-9606-8f46110eb069?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9kZDI0MDQzNS02NjU1LTQ5ZDctOTYwNi04ZjQ2MTEwZWIwNjk/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/e2b8338b-1bcb-4093-91ef-cb0062b87e2d?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lMmI4MzM4Yi0xYmNiLTQwOTMtOTFlZi1jYjAwNjJiODdlMmQ/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -529,29 +560,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4196" + "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4181" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "785d3f6c-2b23-485a-b712-3be5648d1b12" + "2ace5a19-b5eb-44b6-bc14-c19de28f4744" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "365f86b0-5c6a-4033-98d5-41f4e8bfa96f" + "0cdbb9fc-13b3-4a46-ba67-bf822658eed2" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T201638Z:365f86b0-5c6a-4033-98d5-41f4e8bfa96f" + "WESTUS:20220121T035850Z:0cdbb9fc-13b3-4a46-ba67-bf822658eed2" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:58:49 GMT" + ], "Content-Length": [ "184" ], @@ -562,19 +600,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-29T20:16:08.2984259+00:00\",\r\n \"endTime\": \"2021-12-29T20:16:11.6735402+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"dd240435-6655-49d7-9606-8f46110eb069\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:58:20.5655423-08:00\",\r\n \"endTime\": \"2022-01-20T19:58:21.8155335-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e2b8338b-1bcb-4093-91ef-cb0062b87e2d\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/dd240435-6655-49d7-9606-8f46110eb069?monitor=true&api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9kZDI0MDQzNS02NjU1LTQ5ZDctOTYwNi04ZjQ2MTEwZWIwNjk/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/e2b8338b-1bcb-4093-91ef-cb0062b87e2d?monitor=true&api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lMmI4MzM4Yi0xYmNiLTQwOTMtOTFlZi1jYjAwNjJiODdlMmQ/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -593,31 +631,35 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4195" + "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4180" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "fe3d7460-387a-49c6-9a0d-c4eafc432c81" + "e61c1b4c-a384-4c75-838f-93b0d7b34210" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "f4a98de3-f67b-4824-8152-18f060bb76d3" + "194d082f-0cb8-443b-bbc9-ad256ba93766" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T201638Z:f4a98de3-f67b-4824-8152-18f060bb76d3" + "WESTUS:20220121T035850Z:194d082f-0cb8-443b-bbc9-ad256ba93766" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 03:58:49 GMT" ], "Expires": [ "-1" @@ -627,21 +669,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6174/providers/Microsoft.Compute/galleries/galleryPsTestGallery3096?api-version=2021-10-01&$select=Permissions", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTMwOTY/YXBpLXZlcnNpb249MjAyMS0xMC0wMSYkc2VsZWN0PVBlcm1pc3Npb25z", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg6294/providers/Microsoft.Compute/galleries/galleryPsTestGallery9915?api-version=2021-10-01&$select=Permissions", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYyOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTk5MTU/YXBpLXZlcnNpb249MjAyMS0xMC0wMSYkc2VsZWN0PVBlcm1pc3Npb25z", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8eba86a1-805b-4543-b275-09c18bad4ba7" + "ef20831f-e5f3-4a32-8ce5-acce14264cf6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -660,29 +702,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGallery3Min;344,Microsoft.Compute/GetGallery30Min;2494" + "Microsoft.Compute/GetGallery3Min;341,Microsoft.Compute/GetGallery30Min;2459" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "4d60a2c9-4c94-44cb-a14b-cefb5cbf7865" + "2adcfe1f-950b-40fb-8f62-3a686a786ee2" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "b86d8f2f-41f5-496a-9b2e-a8a21e8b4c35" + "cbd1f475-db13-4168-811a-cbbbc6acee35" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T201638Z:b86d8f2f-41f5-496a-9b2e-a8a21e8b4c35" + "WESTUS:20220121T035851Z:cbd1f475-db13-4168-811a-cbbbc6acee35" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:58:50 GMT" + ], "Content-Length": [ "886" ], @@ -693,19 +742,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery3096\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6174/providers/Microsoft.Compute/galleries/galleryPsTestGallery3096\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY3096\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\",\r\n \"groups\": [\r\n {\r\n \"type\": \"Subscriptions\",\r\n \"ids\": [\r\n \"640c5810-13bf-4b82-b94d-f38c2565e3bc\"\r\n ]\r\n },\r\n {\r\n \"type\": \"AADTenants\",\r\n \"ids\": [\r\n \"583d66a9-0041-4999-8838-75baece101d5\"\r\n ]\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery9915\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg6294/providers/Microsoft.Compute/galleries/galleryPsTestGallery9915\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY9915\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\",\r\n \"groups\": [\r\n {\r\n \"type\": \"Subscriptions\",\r\n \"ids\": [\r\n \"640c5810-13bf-4b82-b94d-f38c2565e3bc\"\r\n ]\r\n },\r\n {\r\n \"type\": \"AADTenants\",\r\n \"ids\": [\r\n \"583d66a9-0041-4999-8838-75baece101d5\"\r\n ]\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/71315029-5d3f-44d0-90c7-8d4d50501351?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy83MTMxNTAyOS01ZDNmLTQ0ZDAtOTBjNy04ZDRkNTA1MDEzNTE/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/4766ea45-7d81-4076-87aa-81b08325416f?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy80NzY2ZWE0NS03ZDgxLTQwNzYtODdhYS04MWIwODMyNTQxNmY/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -724,29 +773,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1193,Microsoft.Compute/GetOperationStatus30Min;4193" + "Microsoft.Compute/GetOperationStatus3Min;1193,Microsoft.Compute/GetOperationStatus30Min;4178" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "4a32918a-35ea-40ce-9d47-5abc13f06233" + "4951d4ac-6daa-4935-bb05-8bab0bbd6044" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "0782881d-24b1-46ce-adc9-84e92a6f69cb" + "e3c60bdd-0986-42ac-a3a7-a72c054b570b" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T201708Z:0782881d-24b1-46ce-adc9-84e92a6f69cb" + "WESTUS:20220121T035921Z:e3c60bdd-0986-42ac-a3a7-a72c054b570b" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:59:20 GMT" + ], "Content-Length": [ "183" ], @@ -757,19 +813,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-29T20:16:38.5962896+00:00\",\r\n \"endTime\": \"2021-12-29T20:16:38.924426+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"71315029-5d3f-44d0-90c7-8d4d50501351\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:58:51.1286135-08:00\",\r\n \"endTime\": \"2022-01-20T19:58:51.4880194-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"4766ea45-7d81-4076-87aa-81b08325416f\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/71315029-5d3f-44d0-90c7-8d4d50501351?monitor=true&api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy83MTMxNTAyOS01ZDNmLTQ0ZDAtOTBjNy04ZDRkNTA1MDEzNTE/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/4766ea45-7d81-4076-87aa-81b08325416f?monitor=true&api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy80NzY2ZWE0NS03ZDgxLTQwNzYtODdhYS04MWIwODMyNTQxNmY/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -788,31 +844,35 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1192,Microsoft.Compute/GetOperationStatus30Min;4192" + "Microsoft.Compute/GetOperationStatus3Min;1192,Microsoft.Compute/GetOperationStatus30Min;4177" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "1b3314cf-f08f-437a-abfb-b1cae0994e75" + "d681834f-b26c-4a2d-bda8-d3d0af3f5937" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "94fdd7dd-e7ad-404d-b1df-66d190affcf5" + "d57eb5d7-9fa4-4cf4-a72c-b6cf9bac5b07" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T201708Z:94fdd7dd-e7ad-404d-b1df-66d190affcf5" + "WESTUS:20220121T035921Z:d57eb5d7-9fa4-4cf4-a72c-b6cf9bac5b07" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 03:59:20 GMT" ], "Expires": [ "-1" @@ -822,21 +882,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg6174/providers/Microsoft.Compute/galleries/galleryPsTestGallery3096?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYxNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTMwOTY/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg6294/providers/Microsoft.Compute/galleries/galleryPsTestGallery9915?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzYyOTQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTk5MTU/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1b8d15c4-9382-40f5-9f4d-24caa8f5f99a" + "dc6622bd-24c6-4c0b-af28-4dd7b35dfbc8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -851,41 +911,41 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/6512819c-aae7-43a9-8f4d-b604268e8623?monitor=true&api-version=2021-10-01" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/8e7ee461-e6af-4da7-b3ed-18cb1596d00c?monitor=true&api-version=2021-10-01" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/6512819c-aae7-43a9-8f4d-b604268e8623?api-version=2021-10-01" + "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/8e7ee461-e6af-4da7-b3ed-18cb1596d00c?api-version=2021-10-01" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteGallery3Min;49,Microsoft.Compute/DeleteGallery30Min;299" + "Microsoft.Compute/DeleteGallery3Min;49,Microsoft.Compute/DeleteGallery30Min;879" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "6512819c-aae7-43a9-8f4d-b604268e8623" + "8e7ee461-e6af-4da7-b3ed-18cb1596d00c" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-correlation-request-id": [ - "93f44b8d-a5a1-4c1d-bae7-12792b8ace40" + "c743a364-8ca3-42c0-ae40-82d1a0414007" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T201708Z:93f44b8d-a5a1-4c1d-bae7-12792b8ace40" + "WESTUS:20220121T035921Z:c743a364-8ca3-42c0-ae40-82d1a0414007" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 03:59:21 GMT" ], "Expires": [ "-1" @@ -895,15 +955,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/6512819c-aae7-43a9-8f4d-b604268e8623?api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82NTEyODE5Yy1hYWU3LTQzYTktOGY0ZC1iNjA0MjY4ZTg2MjM/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/8e7ee461-e6af-4da7-b3ed-18cb1596d00c?api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy84ZTdlZTQ2MS1lNmFmLTRkYTctYjNlZC0xOGNiMTU5NmQwMGM/YXBpLXZlcnNpb249MjAyMS0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -922,29 +982,36 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1190,Microsoft.Compute/GetOperationStatus30Min;4190" + "Microsoft.Compute/GetOperationStatus3Min;1190,Microsoft.Compute/GetOperationStatus30Min;4175" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "2ca1fea7-3353-48da-8a70-6b3cc7d482fa" + "526d2a9d-f4bc-4669-ba90-317930f34fc5" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-correlation-request-id": [ - "5f713e1b-7817-4a20-a5e1-51b935e757cd" + "934b0136-f1f7-49e3-aee2-16ff0f88159c" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T201738Z:5f713e1b-7817-4a20-a5e1-51b935e757cd" + "WESTUS:20220121T035951Z:934b0136-f1f7-49e3-aee2-16ff0f88159c" ], "X-Content-Type-Options": [ "nosniff" ], + "Date": [ + "Fri, 21 Jan 2022 03:59:51 GMT" + ], "Content-Length": [ "183" ], @@ -955,19 +1022,19 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2021-12-29T20:17:08.831656+00:00\",\r\n \"endTime\": \"2021-12-29T20:17:08.9410344+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"6512819c-aae7-43a9-8f4d-b604268e8623\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-01-20T19:59:21.7386213-08:00\",\r\n \"endTime\": \"2022-01-20T19:59:21.8791935-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8e7ee461-e6af-4da7-b3ed-18cb1596d00c\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/6512819c-aae7-43a9-8f4d-b604268e8623?monitor=true&api-version=2021-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82NTEyODE5Yy1hYWU3LTQzYTktOGY0ZC1iNjA0MjY4ZTg2MjM/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", + "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/8e7ee461-e6af-4da7-b3ed-18cb1596d00c?monitor=true&api-version=2021-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy84ZTdlZTQ2MS1lNmFmLTRkYTctYjNlZC0xOGNiMTU5NmQwMGM/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjEtMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.28207.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.17763.", + "OSVersion/Microsoft.Windows.10.0.22000.", "Microsoft.Azure.Management.Compute.ComputeManagementClient/50.0.0" ] }, @@ -986,31 +1053,35 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1189,Microsoft.Compute/GetOperationStatus30Min;4189" + "Microsoft.Compute/GetOperationStatus3Min;1189,Microsoft.Compute/GetOperationStatus30Min;4174" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268,a129388d-91d6-4310-81e1-d02ce40a61ca_132828814617965268" + "1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264,1dd04696-ef54-4aec-bada-944b3b397491_132640733051794264" ], "x-ms-request-id": [ - "00e4974e-e030-4e1f-8c76-8a564a4b78fb" + "ea903460-3c53-42e4-a164-967abebd66ef" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0", + "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-correlation-request-id": [ - "4cda3f43-cfe4-469a-b065-30436da5241e" + "8673f8a1-e18f-4bd5-8e88-5aa4bf41e937" ], "x-ms-routing-request-id": [ - "EASTUS2:20211229T201738Z:4cda3f43-cfe4-469a-b065-30436da5241e" + "WESTUS:20220121T035952Z:8673f8a1-e18f-4bd5-8e88-5aa4bf41e937" ], "X-Content-Type-Options": [ "nosniff" ], - "Content-Length": [ - "0" + "Date": [ + "Fri, 21 Jan 2022 03:59:51 GMT" ], "Expires": [ "-1" @@ -1021,12 +1092,12 @@ } ], "Names": { - "Gallery_WithSharingProfile_CRUD_Tests": [ - "galleryPsTestRg6174", - "galleryPsTestGallery3096" + "Gallery_SharingToSubscriptionAndTenant_CRUD_Tests": [ + "galleryPsTestRg6294", + "galleryPsTestGallery9915" ] }, "Variables": { - "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871" + "SubscriptionId": "97f78232-382b-46a7-8a72-964d692c4f3f" } } \ No newline at end of file