diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/GalleryApplicationVersionPublishingProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/GalleryApplicationVersionPublishingProfile.cs index 2789a0f2a87b9..825032e43e098 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/GalleryApplicationVersionPublishingProfile.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/GalleryApplicationVersionPublishingProfile.cs @@ -19,5 +19,14 @@ public partial class GalleryApplicationVersionPublishingProfile : GalleryArtifac EnableHealthCheck = enableHealthCheck; CustomInit(); } + + public GalleryApplicationVersionPublishingProfile(UserArtifactSource source, IList targetRegions, int? replicaCount, bool? excludeFromLatest, System.DateTime? publishedDate, System.DateTime? endOfLifeDate, string storageAccountType, string replicationMode, IList targetExtendedLocations, UserArtifactManage manageActions, bool? enableHealthCheck = default(bool?)) + : base(targetRegions, replicaCount, excludeFromLatest, publishedDate, endOfLifeDate, storageAccountType, replicationMode, targetExtendedLocations) + { + Source = source; + ManageActions = manageActions; + EnableHealthCheck = enableHealthCheck; + CustomInit(); + } } } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryApplicationVersionPublishingProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryApplicationVersionPublishingProfile.cs index e79a2868c5598..b38644fbfdcec 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryApplicationVersionPublishingProfile.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryApplicationVersionPublishingProfile.cs @@ -59,13 +59,17 @@ public GalleryApplicationVersionPublishingProfile() /// The target extended locations /// where the Image Version is going to be replicated to. This property /// is updatable. + /// Optional. Additional settings to + /// pass to the VMApp extension. For advanced use only. /// Optional. Whether or not this /// application reports health. - public GalleryApplicationVersionPublishingProfile(UserArtifactSource source, IList targetRegions = default(IList), int? replicaCount = default(int?), bool? excludeFromLatest = default(bool?), System.DateTime? publishedDate = default(System.DateTime?), System.DateTime? endOfLifeDate = default(System.DateTime?), string storageAccountType = default(string), string replicationMode = default(string), IList targetExtendedLocations = default(IList), UserArtifactManage manageActions = default(UserArtifactManage), bool? enableHealthCheck = default(bool?)) + public GalleryApplicationVersionPublishingProfile(UserArtifactSource source, IList targetRegions = default(IList), int? replicaCount = default(int?), bool? excludeFromLatest = default(bool?), System.DateTime? publishedDate = default(System.DateTime?), System.DateTime? endOfLifeDate = default(System.DateTime?), string storageAccountType = default(string), string replicationMode = default(string), IList targetExtendedLocations = default(IList), UserArtifactManage manageActions = default(UserArtifactManage), UserArtifactSettings settings = default(UserArtifactSettings), IDictionary advancedSettings = default(IDictionary), bool? enableHealthCheck = default(bool?)) : base(targetRegions, replicaCount, excludeFromLatest, publishedDate, endOfLifeDate, storageAccountType, replicationMode, targetExtendedLocations) { Source = source; ManageActions = manageActions; + Settings = settings; + AdvancedSettings = advancedSettings; EnableHealthCheck = enableHealthCheck; CustomInit(); } @@ -85,6 +89,18 @@ public GalleryApplicationVersionPublishingProfile() [JsonProperty(PropertyName = "manageActions")] public UserArtifactManage ManageActions { get; set; } + /// + /// + [JsonProperty(PropertyName = "settings")] + public UserArtifactSettings Settings { get; set; } + + /// + /// Gets or sets optional. Additional settings to pass to the VMApp + /// extension. For advanced use only. + /// + [JsonProperty(PropertyName = "advancedSettings")] + public IDictionary AdvancedSettings { get; set; } + /// /// Gets or sets optional. Whether or not this application reports /// health. diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImage.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImage.cs index 7af369dd5e66b..600fcf59ff67e 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImage.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImage.cs @@ -65,8 +65,7 @@ public GalleryImage() /// The current state of the gallery /// image definition. /// A list of gallery image features. - /// The architecture of the image. - /// Applicable to OS disks only. Possible values include: 'x64', + /// Possible values include: 'x64', /// 'Arm64' public GalleryImage(string location, OperatingSystemTypes osType, OperatingSystemStateTypes osState, GalleryImageIdentifier identifier, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string description = default(string), string eula = default(string), string privacyStatementUri = default(string), string releaseNoteUri = default(string), string hyperVGeneration = default(string), System.DateTime? endOfLifeDate = default(System.DateTime?), RecommendedMachineConfiguration recommended = default(RecommendedMachineConfiguration), Disallowed disallowed = default(Disallowed), ImagePurchasePlan purchasePlan = default(ImagePurchasePlan), string provisioningState = default(string), IList features = default(IList), string architecture = default(string)) : base(location, id, name, type, tags) @@ -192,8 +191,7 @@ public GalleryImage() public IList Features { get; set; } /// - /// Gets or sets the architecture of the image. Applicable to OS disks - /// only. Possible values include: 'x64', 'Arm64' + /// Gets or sets possible values include: 'x64', 'Arm64' /// [JsonProperty(PropertyName = "properties.architecture")] public string Architecture { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImageUpdate.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImageUpdate.cs index 77fb66d5302f3..8c0194aa39eeb 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImageUpdate.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImageUpdate.cs @@ -56,7 +56,7 @@ public GalleryImageUpdate() /// uri. /// The release note uri. /// The hypervisor generation of the - /// Virtual Machine. Applicable to OS disks only. Possible valuesp + /// Virtual Machine. Applicable to OS disks only. Possible values /// include: 'V1', 'V2' /// The end of life date of the gallery /// image definition. This property can be used for decommissioning @@ -64,8 +64,7 @@ public GalleryImageUpdate() /// The current state of the gallery /// image definition. /// A list of gallery image features. - /// The architecture of the image. - /// Applicable to OS disks only. Possible values include: 'x64', + /// Possible values include: 'x64', /// 'Arm64' public GalleryImageUpdate(OperatingSystemTypes osType, OperatingSystemStateTypes osState, GalleryImageIdentifier identifier, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string description = default(string), string eula = default(string), string privacyStatementUri = default(string), string releaseNoteUri = default(string), string hyperVGeneration = default(string), System.DateTime? endOfLifeDate = default(System.DateTime?), RecommendedMachineConfiguration recommended = default(RecommendedMachineConfiguration), Disallowed disallowed = default(Disallowed), ImagePurchasePlan purchasePlan = default(ImagePurchasePlan), string provisioningState = default(string), IList features = default(IList), string architecture = default(string)) : base(id, name, type, tags) @@ -191,8 +190,7 @@ public GalleryImageUpdate() public IList Features { get; set; } /// - /// Gets or sets the architecture of the image. Applicable to OS disks - /// only. Possible values include: 'x64', 'Arm64' + /// Gets or sets possible values include: 'x64', 'Arm64' /// [JsonProperty(PropertyName = "properties.architecture")] public string Architecture { get; set; } diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/UserArtifactSettings.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/UserArtifactSettings.cs new file mode 100644 index 0000000000000..7df0ba129ac89 --- /dev/null +++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/UserArtifactSettings.cs @@ -0,0 +1,72 @@ +// +// 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; + + /// + /// Additional settings for the VM app that contains the target package and + /// config file name when it is deployed to target VM or VM scale set. + /// + public partial class UserArtifactSettings + { + /// + /// Initializes a new instance of the UserArtifactSettings class. + /// + public UserArtifactSettings() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the UserArtifactSettings class. + /// + /// Optional. The name to assign the + /// downloaded package file on the VM. This is limited to 4096 + /// characters. If not specified, the package file will be named the + /// same as the Gallery Application name. + /// Optional. The name to assign the + /// downloaded config file on the VM. This is limited to 4096 + /// characters. If not specified, the config file will be named the + /// Gallery Application name appended with "_config". + public UserArtifactSettings(string packageFileName = default(string), string configFileName = default(string)) + { + PackageFileName = packageFileName; + ConfigFileName = configFileName; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets optional. The name to assign the downloaded package + /// file on the VM. This is limited to 4096 characters. If not + /// specified, the package file will be named the same as the Gallery + /// Application name. + /// + [JsonProperty(PropertyName = "packageFileName")] + public string PackageFileName { get; set; } + + /// + /// Gets or sets optional. The name to assign the downloaded config + /// file on the VM. This is limited to 4096 characters. If not + /// specified, the config file will be named the Gallery Application + /// name appended with "_config". + /// + [JsonProperty(PropertyName = "configFileName")] + public string ConfigFileName { get; set; } + + } +} 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 9b7329d710fd7..1189671375e12 100644 --- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/GalleryTests.cs +++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/GalleryTests.cs @@ -784,6 +784,16 @@ private GalleryApplicationVersion GetTestInputGalleryApplicationVersion(string a Install = "powershell -command \"Expand-Archive -Path test.zip -DestinationPath C:\\package\"", Remove = "del C:\\package " }, + Settings = new UserArtifactSettings + { + PackageFileName = "test.zip", + ConfigFileName = "config.cfg" + }, + AdvancedSettings = new Dictionary() + { + { "cacheLimit", "500" }, + { "user", "root"} + }, ReplicaCount = 1, StorageAccountType = StorageAccountType.StandardLRS, TargetRegions = new List { @@ -832,6 +842,16 @@ private void ValidateGalleryApplicationVersion(GalleryApplicationVersion applica Assert.NotNull(applicationVersionOut.PublishingProfile.EndOfLifeDate); Assert.NotNull(applicationVersionOut.PublishingProfile.PublishedDate); Assert.NotNull(applicationVersionOut.Id); + Assert.Equal(applicationVersionIn.PublishingProfile.Settings.PackageFileName, applicationVersionOut.PublishingProfile.Settings.PackageFileName); + Assert.Equal(applicationVersionIn.PublishingProfile.Settings.ConfigFileName, applicationVersionOut.PublishingProfile.Settings.ConfigFileName); + IDictionary advancedSettingsIn = applicationVersionIn.PublishingProfile.AdvancedSettings; + IDictionary advancedSettingsOut = applicationVersionOut.PublishingProfile.AdvancedSettings; + Assert.Equal(advancedSettingsIn.Count, advancedSettingsOut.Count); + foreach (KeyValuePair kvp in advancedSettingsIn) + { + Assert.True(advancedSettingsOut.ContainsKey(kvp.Key)); + Assert.Equal(kvp.Value, advancedSettingsOut[kvp.Key]); + } } } } 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 53e37bcd64f8d..34bcb9a12d93d 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,28 +1,28 @@ { "Entries": [ { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourcegroups/galleryPsTestRg1534?api-version=2017-05-10", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE1MzQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourcegroups/galleryPsTestRg172?api-version=2017-05-10", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3Mj9hcGktdmVyc2lvbj0yMDE3LTA1LTEw", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg1534\": \"2022-03-11 18:57:00Z\"\r\n }\r\n}", + "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg172\": \"2022-04-19 01:03:55Z\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e2c1c621-4a07-451a-973b-434815f4afa1" + "e76ae95b-8eab-4318-a74d-9d6078ed0e04" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "99" + "98" ] }, "ResponseHeaders": { @@ -36,13 +36,13 @@ "1199" ], "x-ms-request-id": [ - "d7a31293-6d4a-446a-917b-26983248546d" + "2ccb0982-1689-474c-a4b8-ce81b1432214" ], "x-ms-correlation-request-id": [ - "d7a31293-6d4a-446a-917b-26983248546d" + "2ccb0982-1689-474c-a4b8-ce81b1432214" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T185702Z:d7a31293-6d4a-446a-917b-26983248546d" + "WESTCENTRALUS:20220419T010357Z:2ccb0982-1689-474c-a4b8-ce81b1432214" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -51,10 +51,10 @@ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 18:57:02 GMT" + "Tue, 19 Apr 2022 01:03:57 GMT" ], "Content-Length": [ - "246" + "243" ], "Content-Type": [ "application/json; charset=utf-8" @@ -63,25 +63,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534\",\r\n \"name\": \"galleryPsTestRg1534\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg1534\": \"2022-03-11 18:57:00Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172\",\r\n \"name\": \"galleryPsTestRg172\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg172\": \"2022-04-19 01:03:55Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Storage/storageAccounts/saforgallery1447?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE1MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYWZvcmdhbGxlcnkxNDQ3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Storage/storageAccounts/saforgallery6712?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhZm9yZ2FsbGVyeTY3MTI/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "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": [ - "2cc2ff28-054d-4fce-9e6d-8780fb805c61" + "7f5e1b12-1d97-449f-9858-1bf64b91541a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ], "Content-Type": [ @@ -99,13 +99,13 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b754296-67b9-4668-a428-05a2f8eeafcb?monitor=true&api-version=2015-06-15" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1456c85a-f787-4ae3-bfd2-99299e7afe6f?monitor=true&api-version=2015-06-15" ], "Retry-After": [ "17" ], "x-ms-request-id": [ - "9b754296-67b9-4668-a428-05a2f8eeafcb" + "1456c85a-f787-4ae3-bfd2-99299e7afe6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -117,16 +117,16 @@ "1199" ], "x-ms-correlation-request-id": [ - "361b156d-0e3d-4e55-b1a5-8cfd4dad8129" + "03348b9d-231c-4f59-9d51-e67e6d8425fc" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T185707Z:361b156d-0e3d-4e55-b1a5-8cfd4dad8129" + "WESTCENTRALUS:20220419T010405Z:03348b9d-231c-4f59-9d51-e67e6d8425fc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 18:57:07 GMT" + "Tue, 19 Apr 2022 01:04:04 GMT" ], "Content-Type": [ "text/plain; charset=utf-8" @@ -142,15 +142,15 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b754296-67b9-4668-a428-05a2f8eeafcb?monitor=true&api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvOWI3NTQyOTYtNjdiOS00NjY4LWE0MjgtMDVhMmY4ZWVhZmNiP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1456c85a-f787-4ae3-bfd2-99299e7afe6f?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvMTQ1NmM4NWEtZjc4Ny00YWUzLWJmZDItOTkyOTllN2FmZTZmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -161,8 +161,14 @@ "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1456c85a-f787-4ae3-bfd2-99299e7afe6f?monitor=true&api-version=2015-06-15" + ], + "Retry-After": [ + "3" + ], "x-ms-request-id": [ - "13cf15e9-832b-496d-b3b2-3f6ccbbc343a" + "0252d15e-1b85-43f7-b9fd-0f2939885043" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -171,19 +177,76 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11999" ], "x-ms-correlation-request-id": [ - "60c850a6-80e1-4d36-a6fc-65bfed5998dd" + "d2c9ff37-494f-4b88-943e-8cc72a4814bc" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T185724Z:60c850a6-80e1-4d36-a6fc-65bfed5998dd" + "WESTCENTRALUS:20220419T010422Z:d2c9ff37-494f-4b88-943e-8cc72a4814bc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 18:57:24 GMT" + "Tue, 19 Apr 2022 01:04:21 GMT" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Content-Length": [ + "0" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1456c85a-f787-4ae3-bfd2-99299e7afe6f?monitor=true&api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvMTQ1NmM4NWEtZjc4Ny00YWUzLWJmZDItOTkyOTllN2FmZTZmP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.700.22.16002", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-request-id": [ + "1c9f7492-d13e-4607-90f8-bcb35d4f4792" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11998" + ], + "x-ms-correlation-request-id": [ + "279b793f-5e9c-40c5-abe1-b41475172bcc" + ], + "x-ms-routing-request-id": [ + "WESTCENTRALUS:20220419T010425Z:279b793f-5e9c-40c5-abe1-b41475172bcc" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Date": [ + "Tue, 19 Apr 2022 01:04:24 GMT" ], "Content-Length": [ "89" @@ -199,21 +262,21 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE1MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "92751f3a-2449-43b8-90d7-d09858c26147" + "7cac2973-8e96-4267-b778-8a8526858264" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -225,7 +288,7 @@ "no-cache" ], "x-ms-request-id": [ - "49f05d2b-af93-46bb-8a57-2fb9a36a60e7" + "5d1dabf8-b9b3-452f-a9f8-ccbaaf58f529" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -234,22 +297,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-correlation-request-id": [ - "d5a80793-8da9-4cbb-b7f8-f0b5f690b70f" + "ca936dfb-a0be-4c08-930c-5ecf2195c9f2" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T185734Z:d5a80793-8da9-4cbb-b7f8-f0b5f690b70f" + "WESTCENTRALUS:20220419T010435Z:ca936dfb-a0be-4c08-930c-5ecf2195c9f2" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 18:57:34 GMT" + "Tue, 19 Apr 2022 01:04:35 GMT" ], "Content-Length": [ - "765" + "764" ], "Content-Type": [ "application/json" @@ -258,25 +321,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Storage/storageAccounts/saforgallery1447\",\r\n \"name\": \"saforgallery1447\",\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-03-11T18:57:06.1041615Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saforgallery1447.blob.core.windows.net/\",\r\n \"queue\": \"https://saforgallery1447.queue.core.windows.net/\",\r\n \"table\": \"https://saforgallery1447.table.core.windows.net/\",\r\n \"file\": \"https://saforgallery1447.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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Storage/storageAccounts/saforgallery6712\",\r\n \"name\": \"saforgallery6712\",\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-04-19T01:04:00.2160834Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saforgallery6712.blob.core.windows.net/\",\r\n \"queue\": \"https://saforgallery6712.queue.core.windows.net/\",\r\n \"table\": \"https://saforgallery6712.table.core.windows.net/\",\r\n \"file\": \"https://saforgallery6712.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/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Storage/storageAccounts/saforgallery1447?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE1MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYWZvcmdhbGxlcnkxNDQ3P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Storage/storageAccounts/saforgallery6712?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhZm9yZ2FsbGVyeTY3MTI/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9b603c09-fc8d-4005-91de-1b588542a15f" + "eec7c99e-ad45-4b21-a978-3c7750ad2cb3" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -288,7 +351,7 @@ "no-cache" ], "x-ms-request-id": [ - "6f56d7d8-0312-4e96-8eaf-9b357939d681" + "d4cf7c03-afbf-425d-8841-96d6ecabdd30" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -297,22 +360,22 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-correlation-request-id": [ - "8779a689-61af-4090-8cbf-6a5ca915b2ca" + "6fdfca40-8e0e-4880-9564-056edc6e3d14" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T185735Z:8779a689-61af-4090-8cbf-6a5ca915b2ca" + "WESTCENTRALUS:20220419T010436Z:6fdfca40-8e0e-4880-9564-056edc6e3d14" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 18:57:34 GMT" + "Tue, 19 Apr 2022 01:04:35 GMT" ], "Content-Length": [ - "753" + "752" ], "Content-Type": [ "application/json" @@ -321,25 +384,25 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Storage/storageAccounts/saforgallery1447\",\r\n \"name\": \"saforgallery1447\",\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-03-11T18:57:06.1041615Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saforgallery1447.blob.core.windows.net/\",\r\n \"queue\": \"https://saforgallery1447.queue.core.windows.net/\",\r\n \"table\": \"https://saforgallery1447.table.core.windows.net/\",\r\n \"file\": \"https://saforgallery1447.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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Storage/storageAccounts/saforgallery6712\",\r\n \"name\": \"saforgallery6712\",\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-04-19T01:04:00.2160834Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saforgallery6712.blob.core.windows.net/\",\r\n \"queue\": \"https://saforgallery6712.queue.core.windows.net/\",\r\n \"table\": \"https://saforgallery6712.table.core.windows.net/\",\r\n \"file\": \"https://saforgallery6712.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/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Storage/storageAccounts/saforgallery1447/listKeys?api-version=2015-06-15", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE1MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYWZvcmdhbGxlcnkxNDQ3L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Storage/storageAccounts/saforgallery6712/listKeys?api-version=2015-06-15", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhZm9yZ2FsbGVyeTY3MTIvbGlzdEtleXM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d00b19c7-f939-4d22-9066-29680271598d" + "2c277d59-c04d-4acf-a1b7-deef07ddc742" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", + "OSVersion/Microsoft.Windows.10.0.19044", "Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0" ] }, @@ -351,7 +414,7 @@ "no-cache" ], "x-ms-request-id": [ - "a7eace53-5c8f-40de-8838-abc65932923e" + "26a8b7a6-28a8-4fae-a4a5-1e7f0e96d157" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -363,16 +426,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "43ea193a-90f8-4cf5-b52c-f89439967de8" + "f206cab2-06f2-40e0-ae7e-f0b684f5a1dc" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T185735Z:43ea193a-90f8-4cf5-b52c-f89439967de8" + "WESTCENTRALUS:20220419T010436Z:f206cab2-06f2-40e0-ae7e-f0b684f5a1dc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 18:57:35 GMT" + "Tue, 19 Apr 2022 01:04:35 GMT" ], "Content-Length": [ "197" @@ -388,22 +451,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE1MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTYzODA/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5MTAwNj9hcGktdmVyc2lvbj0yMDIyLTAxLTAz", "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": [ - "4bf2bdd9-fa22-4101-9ad1-4b0c36fedea6" + "06da6987-ba09-4960-9d79-a4c9f26a8d40" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -420,19 +483,19 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/3ecbb41d-519a-4d55-b59a-8284c3ad3093?api-version=2022-01-03" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/626027d7-5f55-4547-abba-9876df6f9870?api-version=2022-01-03" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateUpdateGallery3Min;49,Microsoft.Compute/CreateUpdateGallery30Min;296" + "Microsoft.Compute/CreateUpdateGallery3Min;49,Microsoft.Compute/CreateUpdateGallery30Min;299" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "3ecbb41d-519a-4d55-b59a-8284c3ad3093" + "626027d7-5f55-4547-abba-9876df6f9870" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -442,19 +505,19 @@ "1199" ], "x-ms-correlation-request-id": [ - "5bf994e5-1388-4952-9926-f3f885d4721f" + "e65c3775-5863-4f06-bf6d-d30f13f791cd" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T185740Z:5bf994e5-1388-4952-9926-f3f885d4721f" + "WESTCENTRALUS:20220419T010439Z:e65c3775-5863-4f06-bf6d-d30f13f791cd" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 18:57:39 GMT" + "Tue, 19 Apr 2022 01:04:38 GMT" ], "Content-Length": [ - "508" + "507" ], "Content-Type": [ "application/json; charset=utf-8" @@ -463,20 +526,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery6380\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380\",\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-GALLERYPSTESTGALLERY6380\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery1006\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006\",\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\": \"a53f7094-a16c-47af-abe4-b05c05d0d79a-GALLERYPSTESTGALLERY1006\"\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/3ecbb41d-519a-4d55-b59a-8284c3ad3093?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8zZWNiYjQxZC01MTlhLTRkNTUtYjU5YS04Mjg0YzNhZDMwOTM/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/626027d7-5f55-4547-abba-9876df6f9870?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82MjYwMjdkNy01ZjU1LTQ1NDctYWJiYS05ODc2ZGY2Zjk4NzA/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -487,16 +550,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1197,Microsoft.Compute/GetOperationStatus30Min;4187" + "Microsoft.Compute/GetOperationStatus3Min;1198,Microsoft.Compute/GetOperationStatus30Min;4198" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "07a85857-7f0c-471f-b5b4-150851fc2080" + "c174c50a-c519-44e8-937b-09c0a49ff0b9" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -506,16 +569,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "8552a58d-1740-4c45-beb0-862639d685a1" + "7110a2b6-6912-4248-9a11-028ef7c7d2b6" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T185810Z:8552a58d-1740-4c45-beb0-862639d685a1" + "WESTCENTRALUS:20220419T010509Z:7110a2b6-6912-4248-9a11-028ef7c7d2b6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 18:58:09 GMT" + "Tue, 19 Apr 2022 01:05:08 GMT" ], "Content-Length": [ "184" @@ -527,20 +590,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2022-03-11T10:57:39.5825821-08:00\",\r\n \"endTime\": \"2022-03-11T10:57:39.8013254-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3ecbb41d-519a-4d55-b59a-8284c3ad3093\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-04-18T18:04:39.1858618-07:00\",\r\n \"endTime\": \"2022-04-18T18:04:39.7952817-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"626027d7-5f55-4547-abba-9876df6f9870\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE1MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTYzODA/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5MTAwNj9hcGktdmVyc2lvbj0yMDIyLTAxLTAz", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -551,16 +614,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGallery3Min;340,Microsoft.Compute/GetGallery30Min;2435" + "Microsoft.Compute/GetGallery3Min;346,Microsoft.Compute/GetGallery30Min;2496" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "6d92802a-0b86-47f9-b07d-f744f4553574" + "15e2d4a5-93ba-4567-a07a-b0352d6d0b54" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -570,19 +633,19 @@ "11998" ], "x-ms-correlation-request-id": [ - "7012d061-0310-4dee-885c-797fb7509a68" + "6827fd47-373b-4a59-9cc6-d9d96eff2753" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T185810Z:7012d061-0310-4dee-885c-797fb7509a68" + "WESTCENTRALUS:20220419T010509Z:6827fd47-373b-4a59-9cc6-d9d96eff2753" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 18:58:09 GMT" + "Tue, 19 Apr 2022 01:05:09 GMT" ], "Content-Length": [ - "509" + "508" ], "Content-Type": [ "application/json; charset=utf-8" @@ -591,26 +654,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery6380\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380\",\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-GALLERYPSTESTGALLERY6380\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery1006\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006\",\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\": \"a53f7094-a16c-47af-abe4-b05c05d0d79a-GALLERYPSTESTGALLERY1006\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380/applications/galleryPsTestGalleryApplication6984?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE1MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTYzODAvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb242OTg0P2FwaS12ZXJzaW9uPTIwMjItMDEtMDM=", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006/applications/galleryPsTestGalleryApplication2473?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5MTAwNi9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjI0NzM/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "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\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b9cb0a73-f282-45b8-a3a2-63cd3c544700" + "0202a917-a26d-40fe-9d17-c070b919826f" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -627,16 +690,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateUpdateGalleryApplication3Min;149,Microsoft.Compute/CreateUpdateGalleryApplication30Min;746" + "Microsoft.Compute/CreateUpdateGalleryApplication3Min;149,Microsoft.Compute/CreateUpdateGalleryApplication30Min;749" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "fd821a4b-ca44-447e-af1e-61a40ffeaeb8" + "02ea695b-dcbf-4ef9-915e-313b80bfffa0" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -646,19 +709,19 @@ "1198" ], "x-ms-correlation-request-id": [ - "7fb0091f-7531-4604-a43a-f33ad8b6b4a3" + "ba88c753-4cc0-4b5c-835f-b9ef2ba1c3d8" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T185811Z:7fb0091f-7531-4604-a43a-f33ad8b6b4a3" + "WESTCENTRALUS:20220419T010511Z:ba88c753-4cc0-4b5c-835f-b9ef2ba1c3d8" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 18:58:10 GMT" + "Tue, 19 Apr 2022 01:05:10 GMT" ], "Content-Length": [ - "628" + "627" ], "Content-Type": [ "application/json; charset=utf-8" @@ -667,20 +730,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication6984\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380/applications/galleryPsTestGalleryApplication6984\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"eastus2\",\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\": \"galleryPsTestGalleryApplication2473\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006/applications/galleryPsTestGalleryApplication2473\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"eastus2\",\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/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380/applications/galleryPsTestGalleryApplication6984?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE1MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTYzODAvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb242OTg0P2FwaS12ZXJzaW9uPTIwMjItMDEtMDM=", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006/applications/galleryPsTestGalleryApplication2473?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5MTAwNi9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjI0NzM/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -691,16 +754,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGalleryApplication3Min;298,Microsoft.Compute/GetGalleryApplication30Min;1989" + "Microsoft.Compute/GetGalleryApplication3Min;298,Microsoft.Compute/GetGalleryApplication30Min;1998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "c4266097-0bc1-4029-84a8-9a20f6344094" + "ec50a893-0e4f-4c53-81a5-d71ffe1f4af2" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -710,19 +773,19 @@ "11997" ], "x-ms-correlation-request-id": [ - "d550ad2e-a015-4426-b8a2-27c9535c0a31" + "b2c16c0d-523f-4643-95c6-7530bec553d0" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T185841Z:d550ad2e-a015-4426-b8a2-27c9535c0a31" + "WESTCENTRALUS:20220419T010541Z:b2c16c0d-523f-4643-95c6-7530bec553d0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 18:58:41 GMT" + "Tue, 19 Apr 2022 01:05:40 GMT" ], "Content-Length": [ - "628" + "627" ], "Content-Type": [ "application/json; charset=utf-8" @@ -731,32 +794,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication6984\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380/applications/galleryPsTestGalleryApplication6984\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"eastus2\",\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\": \"galleryPsTestGalleryApplication2473\",\r\n \"id\": \"/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006/applications/galleryPsTestGalleryApplication2473\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"eastus2\",\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/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380/applications/galleryPsTestGalleryApplication6984/versions/1.0.0?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE1MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTYzODAvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb242OTg0L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjItMDEtMDM=", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006/applications/galleryPsTestGalleryApplication2473/versions/1.0.0?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5MTAwNi9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjI0NzMvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery1447.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=6AwuZ%2F1P4zlQuztDPCPL4FmhxPSif%2FFfNOpISaM3eWw%3D&st=2022-03-10T18%3A57%3A35Z&se=2022-03-13T18%3A57%3A35Z&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\": \"eastus2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"endOfLifeDate\": \"2022-03-21T07:00:00Z\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery6712.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&st=2022-04-18T01%3A04%3A36Z&se=2022-04-21T01%3A04%3A36Z&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 \"settings\": {\r\n \"packageFileName\": \"test.zip\",\r\n \"configFileName\": \"config.cfg\"\r\n },\r\n \"advancedSettings\": {\r\n \"cacheLimit\": \"500\",\r\n \"user\": \"root\"\r\n },\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-28T07:00:00Z\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9676b14c-2d8f-4a3f-a98f-b47c0ba86744" + "222c3b4b-0da9-48af-90ed-fb6ea77cd400" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "819" + "1023" ] }, "ResponseHeaders": { @@ -767,19 +830,19 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/06208227-01c9-4bda-aa91-2f4d6ed35293?api-version=2022-01-03" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/e93aa3a9-3ba6-4ccb-ad1b-785b029f232a?api-version=2022-01-03" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateUpdateGalleryApplicationVersion3Min;149,Microsoft.Compute/CreateUpdateGalleryApplicationVersion30Min;748" + "Microsoft.Compute/CreateUpdateGalleryApplicationVersion3Min;149,Microsoft.Compute/CreateUpdateGalleryApplicationVersion30Min;749" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "06208227-01c9-4bda-aa91-2f4d6ed35293" + "e93aa3a9-3ba6-4ccb-ad1b-785b029f232a" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -789,19 +852,19 @@ "1197" ], "x-ms-correlation-request-id": [ - "8af2a959-c71f-4db4-8016-7ab5f3dce494" + "a2121a4b-df78-483c-8f52-8aeac047e2ca" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T185843Z:8af2a959-c71f-4db4-8016-7ab5f3dce494" + "WESTCENTRALUS:20220419T010542Z:a2121a4b-df78-483c-8f52-8aeac047e2ca" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 18:58:42 GMT" + "Tue, 19 Apr 2022 01:05:41 GMT" ], "Content-Length": [ - "1305" + "1508" ], "Content-Type": [ "application/json; charset=utf-8" @@ -810,32 +873,32 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380/applications/galleryPsTestGalleryApplication6984/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery1447.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=6AwuZ%2F1P4zlQuztDPCPL4FmhxPSif%2FFfNOpISaM3eWw%3D&st=2022-03-10T18%3A57%3A35Z&se=2022-03-13T18%3A57%3A35Z&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\": \"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-03-11T10:58:42.5229561-08:00\",\r\n \"endOfLifeDate\": \"2022-03-21T00:00:00-07: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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006/applications/galleryPsTestGalleryApplication2473/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery6712.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&st=2022-04-18T01%3A04%3A36Z&se=2022-04-21T01%3A04%3A36Z&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 \"settings\": {\r\n \"packageFileName\": \"test.zip\",\r\n \"configFileName\": \"config.cfg\"\r\n },\r\n \"advancedSettings\": {\r\n \"cacheLimit\": \"500\",\r\n \"user\": \"root\"\r\n },\r\n \"enableHealthCheck\": false,\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-04-18T18:05:42.1548328-07:00\",\r\n \"endOfLifeDate\": \"2022-04-28T00:00:00-07:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380/applications/galleryPsTestGalleryApplication6984/versions/1.0.0?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE1MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTYzODAvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb242OTg0L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjItMDEtMDM=", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006/applications/galleryPsTestGalleryApplication2473/versions/1.0.0?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5MTAwNi9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjI0NzMvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery1447.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=6AwuZ%2F1P4zlQuztDPCPL4FmhxPSif%2FFfNOpISaM3eWw%3D&st=2022-03-10T18%3A57%3A35Z&se=2022-03-13T18%3A57%3A35Z&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\": \"eastus2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"endOfLifeDate\": \"2022-06-19T07:00:00Z\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery6712.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&st=2022-04-18T01%3A04%3A36Z&se=2022-04-21T01%3A04%3A36Z&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 \"settings\": {\r\n \"packageFileName\": \"test.zip\",\r\n \"configFileName\": \"config.cfg\"\r\n },\r\n \"advancedSettings\": {\r\n \"cacheLimit\": \"500\",\r\n \"user\": \"root\"\r\n },\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-07-27T07:00:00Z\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "d23c8809-f897-403f-95f9-fc9a025549c7" + "c6ee6004-5e33-45ce-8eaa-a21306aa308d" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "819" + "1023" ] }, "ResponseHeaders": { @@ -846,19 +909,19 @@ "no-cache" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/d39c60e9-5a7f-4c16-9b70-06f1a4d55136?api-version=2022-01-03" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/605d3964-51e1-4f73-ad96-99b1d2ef2e28?api-version=2022-01-03" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/CreateUpdateGalleryApplicationVersion3Min;149,Microsoft.Compute/CreateUpdateGalleryApplicationVersion30Min;747" + "Microsoft.Compute/CreateUpdateGalleryApplicationVersion3Min;149,Microsoft.Compute/CreateUpdateGalleryApplicationVersion30Min;748" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "d39c60e9-5a7f-4c16-9b70-06f1a4d55136" + "605d3964-51e1-4f73-ad96-99b1d2ef2e28" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -868,19 +931,19 @@ "1196" ], "x-ms-correlation-request-id": [ - "a3b4fb99-d54d-485a-a7ae-2533052978cf" + "b7a794c1-2598-481c-a9bf-7d24751f15f0" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T190314Z:a3b4fb99-d54d-485a-a7ae-2533052978cf" + "WESTCENTRALUS:20220419T011014Z:b7a794c1-2598-481c-a9bf-7d24751f15f0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:03:14 GMT" + "Tue, 19 Apr 2022 01:10:13 GMT" ], "Content-Length": [ - "1305" + "1508" ], "Content-Type": [ "application/json; charset=utf-8" @@ -889,20 +952,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380/applications/galleryPsTestGalleryApplication6984/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery1447.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=6AwuZ%2F1P4zlQuztDPCPL4FmhxPSif%2FFfNOpISaM3eWw%3D&st=2022-03-10T18%3A57%3A35Z&se=2022-03-13T18%3A57%3A35Z&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\": \"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-03-11T10:58:42.5229561-08:00\",\r\n \"endOfLifeDate\": \"2022-06-19T00:00:00-07: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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006/applications/galleryPsTestGalleryApplication2473/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery6712.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&st=2022-04-18T01%3A04%3A36Z&se=2022-04-21T01%3A04%3A36Z&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 \"settings\": {\r\n \"packageFileName\": \"test.zip\",\r\n \"configFileName\": \"config.cfg\"\r\n },\r\n \"advancedSettings\": {\r\n \"cacheLimit\": \"500\",\r\n \"user\": \"root\"\r\n },\r\n \"enableHealthCheck\": false,\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-04-18T18:05:42.1548328-07:00\",\r\n \"endOfLifeDate\": \"2022-07-27T00:00:00-07:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/06208227-01c9-4bda-aa91-2f4d6ed35293?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8wNjIwODIyNy0wMWM5LTRiZGEtYWE5MS0yZjRkNmVkMzUyOTM/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/e93aa3a9-3ba6-4ccb-ad1b-785b029f232a?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lOTNhYTNhOS0zYmE2LTRjY2ItYWQxYi03ODViMDI5ZjIzMmE/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -913,16 +976,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4185" + "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4196" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "90d1a8e8-898f-439a-af4c-0722ff95044c" + "afddfa95-d89d-4a27-9ee8-0cf94836a03e" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -932,19 +995,19 @@ "11996" ], "x-ms-correlation-request-id": [ - "6ad03bd9-91eb-4437-a339-6cd48da2d5dc" + "8458000c-f13b-4c00-8986-4c2ec4ddf47f" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T185913Z:6ad03bd9-91eb-4437-a339-6cd48da2d5dc" + "WESTCENTRALUS:20220419T010612Z:8458000c-f13b-4c00-8986-4c2ec4ddf47f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 18:59:12 GMT" + "Tue, 19 Apr 2022 01:06:12 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -953,20 +1016,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2022-03-11T10:58:42.5073347-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"06208227-01c9-4bda-aa91-2f4d6ed35293\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-04-18T18:05:42.092341-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e93aa3a9-3ba6-4ccb-ad1b-785b029f232a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/06208227-01c9-4bda-aa91-2f4d6ed35293?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8wNjIwODIyNy0wMWM5LTRiZGEtYWE5MS0yZjRkNmVkMzUyOTM/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/e93aa3a9-3ba6-4ccb-ad1b-785b029f232a?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lOTNhYTNhOS0zYmE2LTRjY2ItYWQxYi03ODViMDI5ZjIzMmE/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -977,16 +1040,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1193,Microsoft.Compute/GetOperationStatus30Min;4182" + "Microsoft.Compute/GetOperationStatus3Min;1193,Microsoft.Compute/GetOperationStatus30Min;4193" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "4b316d17-bf92-4784-b5d6-e68b02b451b8" + "f1a0f4c1-c5e1-4648-9ee3-dc79026dc2af" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -996,19 +1059,19 @@ "11995" ], "x-ms-correlation-request-id": [ - "f520235e-a8ee-4f6a-8530-d5a967b8ad5c" + "bf093a08-630c-42b3-8aa7-bf79fefbf5a7" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T185943Z:f520235e-a8ee-4f6a-8530-d5a967b8ad5c" + "WESTCENTRALUS:20220419T010642Z:bf093a08-630c-42b3-8aa7-bf79fefbf5a7" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 18:59:42 GMT" + "Tue, 19 Apr 2022 01:06:42 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1017,20 +1080,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2022-03-11T10:58:42.5073347-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"06208227-01c9-4bda-aa91-2f4d6ed35293\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-04-18T18:05:42.092341-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e93aa3a9-3ba6-4ccb-ad1b-785b029f232a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/06208227-01c9-4bda-aa91-2f4d6ed35293?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8wNjIwODIyNy0wMWM5LTRiZGEtYWE5MS0yZjRkNmVkMzUyOTM/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/e93aa3a9-3ba6-4ccb-ad1b-785b029f232a?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lOTNhYTNhOS0zYmE2LTRjY2ItYWQxYi03ODViMDI5ZjIzMmE/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -1041,16 +1104,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1190,Microsoft.Compute/GetOperationStatus30Min;4179" + "Microsoft.Compute/GetOperationStatus3Min;1190,Microsoft.Compute/GetOperationStatus30Min;4190" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "0adb2c17-e35d-47c2-a196-34f807816712" + "fe87335e-ced6-40ac-b4c4-7ff0bffa1837" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1060,19 +1123,19 @@ "11994" ], "x-ms-correlation-request-id": [ - "7f04f82e-71b4-482e-865f-854e0fe32b64" + "2dc7296d-3573-46af-8952-d75ad240e607" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T190013Z:7f04f82e-71b4-482e-865f-854e0fe32b64" + "WESTCENTRALUS:20220419T010712Z:2dc7296d-3573-46af-8952-d75ad240e607" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:00:12 GMT" + "Tue, 19 Apr 2022 01:07:12 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1081,20 +1144,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2022-03-11T10:58:42.5073347-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"06208227-01c9-4bda-aa91-2f4d6ed35293\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-04-18T18:05:42.092341-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e93aa3a9-3ba6-4ccb-ad1b-785b029f232a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/06208227-01c9-4bda-aa91-2f4d6ed35293?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8wNjIwODIyNy0wMWM5LTRiZGEtYWE5MS0yZjRkNmVkMzUyOTM/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/e93aa3a9-3ba6-4ccb-ad1b-785b029f232a?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lOTNhYTNhOS0zYmE2LTRjY2ItYWQxYi03ODViMDI5ZjIzMmE/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -1105,16 +1168,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1188,Microsoft.Compute/GetOperationStatus30Min;4176" + "Microsoft.Compute/GetOperationStatus3Min;1188,Microsoft.Compute/GetOperationStatus30Min;4187" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "fd5099b7-57cb-4b8b-ab55-29e162f6d77a" + "e3085db7-0c27-425c-9726-c5c1bd8105cf" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1124,19 +1187,19 @@ "11993" ], "x-ms-correlation-request-id": [ - "3b50d822-21a0-4169-af66-ec1c7e98f11b" + "a2198211-312a-4c21-8bda-e8faaab00295" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T190043Z:3b50d822-21a0-4169-af66-ec1c7e98f11b" + "WESTCENTRALUS:20220419T010743Z:a2198211-312a-4c21-8bda-e8faaab00295" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:00:42 GMT" + "Tue, 19 Apr 2022 01:07:42 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1145,20 +1208,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2022-03-11T10:58:42.5073347-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"06208227-01c9-4bda-aa91-2f4d6ed35293\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-04-18T18:05:42.092341-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e93aa3a9-3ba6-4ccb-ad1b-785b029f232a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/06208227-01c9-4bda-aa91-2f4d6ed35293?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8wNjIwODIyNy0wMWM5LTRiZGEtYWE5MS0yZjRkNmVkMzUyOTM/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/e93aa3a9-3ba6-4ccb-ad1b-785b029f232a?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lOTNhYTNhOS0zYmE2LTRjY2ItYWQxYi03ODViMDI5ZjIzMmE/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -1169,16 +1232,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1186,Microsoft.Compute/GetOperationStatus30Min;4173" + "Microsoft.Compute/GetOperationStatus3Min;1186,Microsoft.Compute/GetOperationStatus30Min;4184" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "af79e013-c03e-4782-aa56-a2c8924b1896" + "be07db23-866d-4388-af96-3ff512aa6a29" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1188,19 +1251,19 @@ "11992" ], "x-ms-correlation-request-id": [ - "a01d151a-78e2-453d-9078-87b3c44567bc" + "6427b772-8829-400a-842f-554fa214405a" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T190113Z:a01d151a-78e2-453d-9078-87b3c44567bc" + "WESTCENTRALUS:20220419T010813Z:6427b772-8829-400a-842f-554fa214405a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:01:12 GMT" + "Tue, 19 Apr 2022 01:08:13 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1209,20 +1272,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2022-03-11T10:58:42.5073347-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"06208227-01c9-4bda-aa91-2f4d6ed35293\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-04-18T18:05:42.092341-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e93aa3a9-3ba6-4ccb-ad1b-785b029f232a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/06208227-01c9-4bda-aa91-2f4d6ed35293?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8wNjIwODIyNy0wMWM5LTRiZGEtYWE5MS0yZjRkNmVkMzUyOTM/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/e93aa3a9-3ba6-4ccb-ad1b-785b029f232a?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lOTNhYTNhOS0zYmE2LTRjY2ItYWQxYi03ODViMDI5ZjIzMmE/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -1233,16 +1296,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1184,Microsoft.Compute/GetOperationStatus30Min;4170" + "Microsoft.Compute/GetOperationStatus3Min;1184,Microsoft.Compute/GetOperationStatus30Min;4181" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "f7b31a91-a212-4c63-9525-eb307057947a" + "361e4867-1a85-435b-8872-d6f0e80151fe" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1252,19 +1315,19 @@ "11991" ], "x-ms-correlation-request-id": [ - "e7731034-c2aa-473f-b755-5ccd13a469b3" + "f06dce3b-e8e2-458f-9992-0336a80200f0" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T190143Z:e7731034-c2aa-473f-b755-5ccd13a469b3" + "WESTCENTRALUS:20220419T010843Z:f06dce3b-e8e2-458f-9992-0336a80200f0" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:01:43 GMT" + "Tue, 19 Apr 2022 01:08:43 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1273,20 +1336,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2022-03-11T10:58:42.5073347-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"06208227-01c9-4bda-aa91-2f4d6ed35293\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-04-18T18:05:42.092341-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e93aa3a9-3ba6-4ccb-ad1b-785b029f232a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/06208227-01c9-4bda-aa91-2f4d6ed35293?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8wNjIwODIyNy0wMWM5LTRiZGEtYWE5MS0yZjRkNmVkMzUyOTM/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/e93aa3a9-3ba6-4ccb-ad1b-785b029f232a?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lOTNhYTNhOS0zYmE2LTRjY2ItYWQxYi03ODViMDI5ZjIzMmE/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -1297,16 +1360,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1184,Microsoft.Compute/GetOperationStatus30Min;4167" + "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4178" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "32f2d83b-78cd-4643-b240-01ea2cf01e16" + "776b7b8c-fd5e-4094-9cf3-502df21f9348" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" @@ -1316,19 +1379,19 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "c2465c1f-7a09-474f-bac9-70d7de19fdfb" + "a508816d-630b-4d50-8331-7f7b24ef95ee" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T190214Z:c2465c1f-7a09-474f-bac9-70d7de19fdfb" + "WESTCENTRALUS:20220419T010913Z:a508816d-630b-4d50-8331-7f7b24ef95ee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:02:13 GMT" + "Tue, 19 Apr 2022 01:09:12 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1337,20 +1400,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2022-03-11T10:58:42.5073347-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"06208227-01c9-4bda-aa91-2f4d6ed35293\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-04-18T18:05:42.092341-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e93aa3a9-3ba6-4ccb-ad1b-785b029f232a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/06208227-01c9-4bda-aa91-2f4d6ed35293?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8wNjIwODIyNy0wMWM5LTRiZGEtYWE5MS0yZjRkNmVkMzUyOTM/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/e93aa3a9-3ba6-4ccb-ad1b-785b029f232a?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lOTNhYTNhOS0zYmE2LTRjY2ItYWQxYi03ODViMDI5ZjIzMmE/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -1361,16 +1424,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1184,Microsoft.Compute/GetOperationStatus30Min;4164" + "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4175" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "348d9121-36fb-407c-a20f-95c756a017c0" + "390329dc-b269-4867-9b99-f00ad0015e86" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1380,19 +1443,19 @@ "11989" ], "x-ms-correlation-request-id": [ - "42de9249-9c45-4d52-958e-43179a3ac391" + "17c4e04a-0923-48be-bcb7-2998cad7e12f" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T190244Z:42de9249-9c45-4d52-958e-43179a3ac391" + "WESTCENTRALUS:20220419T010943Z:17c4e04a-0923-48be-bcb7-2998cad7e12f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:02:43 GMT" + "Tue, 19 Apr 2022 01:09:43 GMT" ], "Content-Length": [ - "134" + "133" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1401,20 +1464,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2022-03-11T10:58:42.5073347-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"06208227-01c9-4bda-aa91-2f4d6ed35293\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-04-18T18:05:42.092341-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e93aa3a9-3ba6-4ccb-ad1b-785b029f232a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/06208227-01c9-4bda-aa91-2f4d6ed35293?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8wNjIwODIyNy0wMWM5LTRiZGEtYWE5MS0yZjRkNmVkMzUyOTM/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/e93aa3a9-3ba6-4ccb-ad1b-785b029f232a?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lOTNhYTNhOS0zYmE2LTRjY2ItYWQxYi03ODViMDI5ZjIzMmE/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -1425,16 +1488,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4161" + "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4172" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "03c90f4c-0228-4200-8d41-9b066e88f289" + "1a40b625-3a89-437f-87df-29fcaae4e4e3" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1444,19 +1507,19 @@ "11988" ], "x-ms-correlation-request-id": [ - "e3e780fb-13eb-4c47-accd-565a0caae544" + "d67a370a-19fd-4c73-afbf-df04347ac98f" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T190314Z:e3e780fb-13eb-4c47-accd-565a0caae544" + "WESTCENTRALUS:20220419T011013Z:d67a370a-19fd-4c73-afbf-df04347ac98f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:03:14 GMT" + "Tue, 19 Apr 2022 01:10:12 GMT" ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1465,20 +1528,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2022-03-11T10:58:42.5073347-08:00\",\r\n \"endTime\": \"2022-03-11T11:03:12.8173476-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"06208227-01c9-4bda-aa91-2f4d6ed35293\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-04-18T18:05:42.092341-07:00\",\r\n \"endTime\": \"2022-04-18T18:10:12.4207454-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e93aa3a9-3ba6-4ccb-ad1b-785b029f232a\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380/applications/galleryPsTestGalleryApplication6984/versions/1.0.0?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE1MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTYzODAvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb242OTg0L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjItMDEtMDM=", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006/applications/galleryPsTestGalleryApplication2473/versions/1.0.0?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5MTAwNi9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjI0NzMvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -1495,10 +1558,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "60a72f71-14c4-4984-953e-12157b3f86e6" + "50dc6a31-57ed-4801-a11d-8e3e218b5985" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1508,19 +1571,19 @@ "11987" ], "x-ms-correlation-request-id": [ - "6542c41a-1105-4e2a-85ca-d02adf23a3a5" + "b92c51cc-6a1d-4151-bc7e-301c43effa7e" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T190314Z:6542c41a-1105-4e2a-85ca-d02adf23a3a5" + "WESTCENTRALUS:20220419T011013Z:b92c51cc-6a1d-4151-bc7e-301c43effa7e" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:03:14 GMT" + "Tue, 19 Apr 2022 01:10:13 GMT" ], "Content-Length": [ - "1306" + "1509" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1529,26 +1592,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380/applications/galleryPsTestGalleryApplication6984/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery1447.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=6AwuZ%2F1P4zlQuztDPCPL4FmhxPSif%2FFfNOpISaM3eWw%3D&st=2022-03-10T18%3A57%3A35Z&se=2022-03-13T18%3A57%3A35Z&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\": \"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-03-11T10:58:42.5229561-08:00\",\r\n \"endOfLifeDate\": \"2022-03-21T00:00:00-07: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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006/applications/galleryPsTestGalleryApplication2473/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery6712.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&st=2022-04-18T01%3A04%3A36Z&se=2022-04-21T01%3A04%3A36Z&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 \"settings\": {\r\n \"packageFileName\": \"test.zip\",\r\n \"configFileName\": \"config.cfg\"\r\n },\r\n \"advancedSettings\": {\r\n \"cacheLimit\": \"500\",\r\n \"user\": \"root\"\r\n },\r\n \"enableHealthCheck\": false,\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-04-18T18:05:42.1548328-07:00\",\r\n \"endOfLifeDate\": \"2022-04-28T00:00:00-07:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380/applications/galleryPsTestGalleryApplication6984/versions/1.0.0?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE1MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTYzODAvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb242OTg0L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjItMDEtMDM=", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006/applications/galleryPsTestGalleryApplication2473/versions/1.0.0?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5MTAwNi9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjI0NzMvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "05c90b4d-efe1-47ad-878c-c9715cfae6cd" + "338fd99f-08cd-49b3-9045-e642ca6518c5" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -1565,10 +1628,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "524940a8-3a5b-4491-acec-838e87e668e4" + "7cdea7f8-b07b-4779-b30e-b810ee70b903" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1578,19 +1641,19 @@ "11986" ], "x-ms-correlation-request-id": [ - "a904c5d9-0282-4618-9e71-694592a93b8f" + "edf87c10-21d6-4d10-88fb-dc0e644e7d50" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T190314Z:a904c5d9-0282-4618-9e71-694592a93b8f" + "WESTCENTRALUS:20220419T011014Z:edf87c10-21d6-4d10-88fb-dc0e644e7d50" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:03:14 GMT" + "Tue, 19 Apr 2022 01:10:13 GMT" ], "Content-Length": [ - "1306" + "1509" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1599,20 +1662,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380/applications/galleryPsTestGalleryApplication6984/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery1447.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=6AwuZ%2F1P4zlQuztDPCPL4FmhxPSif%2FFfNOpISaM3eWw%3D&st=2022-03-10T18%3A57%3A35Z&se=2022-03-13T18%3A57%3A35Z&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\": \"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-03-11T10:58:42.5229561-08:00\",\r\n \"endOfLifeDate\": \"2022-03-21T00:00:00-07: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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006/applications/galleryPsTestGalleryApplication2473/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery6712.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&st=2022-04-18T01%3A04%3A36Z&se=2022-04-21T01%3A04%3A36Z&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 \"settings\": {\r\n \"packageFileName\": \"test.zip\",\r\n \"configFileName\": \"config.cfg\"\r\n },\r\n \"advancedSettings\": {\r\n \"cacheLimit\": \"500\",\r\n \"user\": \"root\"\r\n },\r\n \"enableHealthCheck\": false,\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-04-18T18:05:42.1548328-07:00\",\r\n \"endOfLifeDate\": \"2022-04-28T00:00:00-07:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380/applications/galleryPsTestGalleryApplication6984/versions/1.0.0?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE1MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTYzODAvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb242OTg0L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjItMDEtMDM=", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006/applications/galleryPsTestGalleryApplication2473/versions/1.0.0?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5MTAwNi9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjI0NzMvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -1623,16 +1686,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGalleryApplicationVersion3Min;1998,Microsoft.Compute/GetGalleryApplicationVersion30Min;9990" + "Microsoft.Compute/GetGalleryApplicationVersion3Min;1998,Microsoft.Compute/GetGalleryApplicationVersion30Min;9992" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "a1d76b40-1c7f-4a0b-9350-b4623581efbf" + "2d8564b3-a10c-4363-8995-dc8276db0859" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1642,19 +1705,19 @@ "11978" ], "x-ms-correlation-request-id": [ - "4b7365c2-f67d-43db-b89e-8854249a6140" + "af696ee9-c471-4496-baaf-bbfb48604495" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T190615Z:4b7365c2-f67d-43db-b89e-8854249a6140" + "WESTCENTRALUS:20220419T011315Z:af696ee9-c471-4496-baaf-bbfb48604495" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:06:15 GMT" + "Tue, 19 Apr 2022 01:13:14 GMT" ], "Content-Length": [ - "1306" + "1509" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1663,26 +1726,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380/applications/galleryPsTestGalleryApplication6984/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery1447.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=6AwuZ%2F1P4zlQuztDPCPL4FmhxPSif%2FFfNOpISaM3eWw%3D&st=2022-03-10T18%3A57%3A35Z&se=2022-03-13T18%3A57%3A35Z&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\": \"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-03-11T10:58:42.5229561-08:00\",\r\n \"endOfLifeDate\": \"2022-06-19T00:00:00-07: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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006/applications/galleryPsTestGalleryApplication2473/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery6712.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&st=2022-04-18T01%3A04%3A36Z&se=2022-04-21T01%3A04%3A36Z&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 \"settings\": {\r\n \"packageFileName\": \"test.zip\",\r\n \"configFileName\": \"config.cfg\"\r\n },\r\n \"advancedSettings\": {\r\n \"cacheLimit\": \"500\",\r\n \"user\": \"root\"\r\n },\r\n \"enableHealthCheck\": false,\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-04-18T18:05:42.1548328-07:00\",\r\n \"endOfLifeDate\": \"2022-07-27T00:00:00-07:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380/applications/galleryPsTestGalleryApplication6984/versions/1.0.0?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE1MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTYzODAvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb242OTg0L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjItMDEtMDM=", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006/applications/galleryPsTestGalleryApplication2473/versions/1.0.0?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5MTAwNi9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjI0NzMvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e3cda9df-918e-41d2-81ea-2402a399df6d" + "97371657-4bb1-47b2-afc2-7139e3a6a09e" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -1693,16 +1756,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetGalleryApplicationVersion3Min;1997,Microsoft.Compute/GetGalleryApplicationVersion30Min;9989" + "Microsoft.Compute/GetGalleryApplicationVersion3Min;1997,Microsoft.Compute/GetGalleryApplicationVersion30Min;9991" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "ce717e58-ff03-4a7e-8e92-05164d15164b" + "ebe1c417-876c-4fa0-8f73-6b08fce66cfc" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1712,19 +1775,19 @@ "11977" ], "x-ms-correlation-request-id": [ - "d75d807d-98ea-49eb-a81b-7661cacc31c4" + "f55d9363-8dc6-45d6-a7ac-748b4f768ec4" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T190615Z:d75d807d-98ea-49eb-a81b-7661cacc31c4" + "WESTCENTRALUS:20220419T011315Z:f55d9363-8dc6-45d6-a7ac-748b4f768ec4" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:06:15 GMT" + "Tue, 19 Apr 2022 01:13:15 GMT" ], "Content-Length": [ - "1306" + "1509" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1733,26 +1796,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380/applications/galleryPsTestGalleryApplication6984/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery1447.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=6AwuZ%2F1P4zlQuztDPCPL4FmhxPSif%2FFfNOpISaM3eWw%3D&st=2022-03-10T18%3A57%3A35Z&se=2022-03-13T18%3A57%3A35Z&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\": \"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-03-11T10:58:42.5229561-08:00\",\r\n \"endOfLifeDate\": \"2022-06-19T00:00:00-07: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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006/applications/galleryPsTestGalleryApplication2473/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery6712.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&st=2022-04-18T01%3A04%3A36Z&se=2022-04-21T01%3A04%3A36Z&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 \"settings\": {\r\n \"packageFileName\": \"test.zip\",\r\n \"configFileName\": \"config.cfg\"\r\n },\r\n \"advancedSettings\": {\r\n \"cacheLimit\": \"500\",\r\n \"user\": \"root\"\r\n },\r\n \"enableHealthCheck\": false,\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-04-18T18:05:42.1548328-07:00\",\r\n \"endOfLifeDate\": \"2022-07-27T00:00:00-07:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380/applications/galleryPsTestGalleryApplication6984/versions/1.0.0?$expand=ReplicationStatus&api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE1MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTYzODAvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb242OTg0L3ZlcnNpb25zLzEuMC4wPyRleHBhbmQ9UmVwbGljYXRpb25TdGF0dXMmYXBpLXZlcnNpb249MjAyMi0wMS0wMw==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006/applications/galleryPsTestGalleryApplication2473/versions/1.0.0?$expand=ReplicationStatus&api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5MTAwNi9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjI0NzMvdmVyc2lvbnMvMS4wLjA/JGV4cGFuZD1SZXBsaWNhdGlvblN0YXR1cyZhcGktdmVyc2lvbj0yMDIyLTAxLTAz", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6aad1c32-afa1-475b-ba67-0502eeb58ada" + "cffa238f-f955-4b61-9000-1a4a2420ea3a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -1769,10 +1832,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "760c071d-e97c-4cbd-b4d5-cf4821882297" + "419b1ff9-51c0-47b8-9cb1-dae8c8ad42d4" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1782,19 +1845,19 @@ "11985" ], "x-ms-correlation-request-id": [ - "96a35d54-6b91-4130-9c75-e08e12fe341e" + "61acdbcc-5cf4-4f4b-80b2-27f63fe35f4c" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T190314Z:96a35d54-6b91-4130-9c75-e08e12fe341e" + "WESTCENTRALUS:20220419T011014Z:61acdbcc-5cf4-4f4b-80b2-27f63fe35f4c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:03:14 GMT" + "Tue, 19 Apr 2022 01:10:13 GMT" ], "Content-Length": [ - "1524" + "1727" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1803,20 +1866,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380/applications/galleryPsTestGalleryApplication6984/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery1447.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=6AwuZ%2F1P4zlQuztDPCPL4FmhxPSif%2FFfNOpISaM3eWw%3D&st=2022-03-10T18%3A57%3A35Z&se=2022-03-13T18%3A57%3A35Z&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\": \"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-03-11T10:58:42.5229561-08:00\",\r\n \"endOfLifeDate\": \"2022-03-21T00:00:00-07: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\": \"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/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006/applications/galleryPsTestGalleryApplication2473/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery6712.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&st=2022-04-18T01%3A04%3A36Z&se=2022-04-21T01%3A04%3A36Z&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 \"settings\": {\r\n \"packageFileName\": \"test.zip\",\r\n \"configFileName\": \"config.cfg\"\r\n },\r\n \"advancedSettings\": {\r\n \"cacheLimit\": \"500\",\r\n \"user\": \"root\"\r\n },\r\n \"enableHealthCheck\": false,\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-04-18T18:05:42.1548328-07:00\",\r\n \"endOfLifeDate\": \"2022-04-28T00:00:00-07: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\": \"eastus2\",\r\n \"state\": \"Completed\"\r\n }\r\n ]\r\n }\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/d39c60e9-5a7f-4c16-9b70-06f1a4d55136?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9kMzljNjBlOS01YTdmLTRjMTYtOWI3MC0wNmYxYTRkNTUxMzY/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/605d3964-51e1-4f73-ad96-99b1d2ef2e28?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82MDVkMzk2NC01MWUxLTRmNzMtYWQ5Ni05OWIxZDJlZjJlMjg/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -1827,16 +1890,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4158" + "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4169" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "8ec0bd62-30f1-47e9-9cec-731bac0c5f00" + "2e928b54-1303-4d97-bfef-7c75068a59c3" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1846,16 +1909,16 @@ "11984" ], "x-ms-correlation-request-id": [ - "62a3179a-7308-4c9c-9f6e-97b6ebfd8026" + "193e5996-5665-45d0-8f40-79933ea11b4f" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T190344Z:62a3179a-7308-4c9c-9f6e-97b6ebfd8026" + "WESTCENTRALUS:20220419T011044Z:193e5996-5665-45d0-8f40-79933ea11b4f" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:03:44 GMT" + "Tue, 19 Apr 2022 01:10:44 GMT" ], "Content-Length": [ "134" @@ -1867,20 +1930,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2022-03-11T11:03:14.7862083-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d39c60e9-5a7f-4c16-9b70-06f1a4d55136\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-04-18T18:10:14.4051254-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"605d3964-51e1-4f73-ad96-99b1d2ef2e28\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/d39c60e9-5a7f-4c16-9b70-06f1a4d55136?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9kMzljNjBlOS01YTdmLTRjMTYtOWI3MC0wNmYxYTRkNTUxMzY/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/605d3964-51e1-4f73-ad96-99b1d2ef2e28?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82MDVkMzk2NC01MWUxLTRmNzMtYWQ5Ni05OWIxZDJlZjJlMjg/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -1891,16 +1954,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4155" + "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4166" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "8d6b0d17-343f-4ff5-b5e7-d7d503ff45bb" + "6306c79a-4599-451d-993b-4c926378c97a" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1910,16 +1973,16 @@ "11983" ], "x-ms-correlation-request-id": [ - "79e6d2cd-858e-49a1-a7df-d3ab575e73a4" + "aef155bf-e06f-4018-81bb-b32844a3d855" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T190415Z:79e6d2cd-858e-49a1-a7df-d3ab575e73a4" + "WESTCENTRALUS:20220419T011114Z:aef155bf-e06f-4018-81bb-b32844a3d855" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:04:14 GMT" + "Tue, 19 Apr 2022 01:11:14 GMT" ], "Content-Length": [ "134" @@ -1931,20 +1994,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2022-03-11T11:03:14.7862083-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d39c60e9-5a7f-4c16-9b70-06f1a4d55136\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-04-18T18:10:14.4051254-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"605d3964-51e1-4f73-ad96-99b1d2ef2e28\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/d39c60e9-5a7f-4c16-9b70-06f1a4d55136?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9kMzljNjBlOS01YTdmLTRjMTYtOWI3MC0wNmYxYTRkNTUxMzY/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/605d3964-51e1-4f73-ad96-99b1d2ef2e28?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82MDVkMzk2NC01MWUxLTRmNzMtYWQ5Ni05OWIxZDJlZjJlMjg/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -1955,16 +2018,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4152" + "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4163" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "df8f7622-a0c3-4f7f-b246-196efa82f9b9" + "16d3421a-65f6-4a71-8a70-a1df89eaa926" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -1974,16 +2037,16 @@ "11982" ], "x-ms-correlation-request-id": [ - "ab45e125-27c0-4ef2-b89d-5901042e3397" + "5e095646-b684-4ad1-9ccb-4d9eafda8155" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T190445Z:ab45e125-27c0-4ef2-b89d-5901042e3397" + "WESTCENTRALUS:20220419T011144Z:5e095646-b684-4ad1-9ccb-4d9eafda8155" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:04:44 GMT" + "Tue, 19 Apr 2022 01:11:44 GMT" ], "Content-Length": [ "134" @@ -1995,20 +2058,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2022-03-11T11:03:14.7862083-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d39c60e9-5a7f-4c16-9b70-06f1a4d55136\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-04-18T18:10:14.4051254-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"605d3964-51e1-4f73-ad96-99b1d2ef2e28\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/d39c60e9-5a7f-4c16-9b70-06f1a4d55136?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9kMzljNjBlOS01YTdmLTRjMTYtOWI3MC0wNmYxYTRkNTUxMzY/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/605d3964-51e1-4f73-ad96-99b1d2ef2e28?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82MDVkMzk2NC01MWUxLTRmNzMtYWQ5Ni05OWIxZDJlZjJlMjg/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -2019,16 +2082,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4149" + "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4160" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "679d31ed-7fcb-47bb-a891-10ea8cc3b2d0" + "5b0f583f-0257-4394-bf32-94d9dd5529eb" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2038,16 +2101,16 @@ "11981" ], "x-ms-correlation-request-id": [ - "9cd806a0-a494-4d64-a302-c0344f6bd0ec" + "e6f0efe0-9082-4453-8678-a0409a1599a6" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T190515Z:9cd806a0-a494-4d64-a302-c0344f6bd0ec" + "WESTCENTRALUS:20220419T011214Z:e6f0efe0-9082-4453-8678-a0409a1599a6" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:05:14 GMT" + "Tue, 19 Apr 2022 01:12:14 GMT" ], "Content-Length": [ "134" @@ -2059,20 +2122,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2022-03-11T11:03:14.7862083-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d39c60e9-5a7f-4c16-9b70-06f1a4d55136\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-04-18T18:10:14.4051254-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"605d3964-51e1-4f73-ad96-99b1d2ef2e28\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/d39c60e9-5a7f-4c16-9b70-06f1a4d55136?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9kMzljNjBlOS01YTdmLTRjMTYtOWI3MC0wNmYxYTRkNTUxMzY/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/605d3964-51e1-4f73-ad96-99b1d2ef2e28?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82MDVkMzk2NC01MWUxLTRmNzMtYWQ5Ni05OWIxZDJlZjJlMjg/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -2083,16 +2146,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4146" + "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4157" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "e82fc164-0e24-4a68-a680-29a983af9183" + "8d769a2b-8e8f-4a97-b11c-6fe6eab07e11" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2102,16 +2165,16 @@ "11980" ], "x-ms-correlation-request-id": [ - "712cc629-a0d9-4de7-ab18-08254ea95c88" + "77aaf7ea-76a6-4586-add0-401523859c89" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T190545Z:712cc629-a0d9-4de7-ab18-08254ea95c88" + "WESTCENTRALUS:20220419T011245Z:77aaf7ea-76a6-4586-add0-401523859c89" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:05:44 GMT" + "Tue, 19 Apr 2022 01:12:44 GMT" ], "Content-Length": [ "134" @@ -2123,20 +2186,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2022-03-11T11:03:14.7862083-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"d39c60e9-5a7f-4c16-9b70-06f1a4d55136\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-04-18T18:10:14.4051254-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"605d3964-51e1-4f73-ad96-99b1d2ef2e28\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/d39c60e9-5a7f-4c16-9b70-06f1a4d55136?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9kMzljNjBlOS01YTdmLTRjMTYtOWI3MC0wNmYxYTRkNTUxMzY/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/605d3964-51e1-4f73-ad96-99b1d2ef2e28?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82MDVkMzk2NC01MWUxLTRmNzMtYWQ5Ni05OWIxZDJlZjJlMjg/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -2147,16 +2210,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4143" + "Microsoft.Compute/GetOperationStatus3Min;1184,Microsoft.Compute/GetOperationStatus30Min;4154" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "2ce5d33a-49dd-4871-99ca-a9701fe07962" + "d0540f8e-9c95-4647-ba9b-b96b229241f1" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2166,16 +2229,16 @@ "11979" ], "x-ms-correlation-request-id": [ - "141f4ecf-3122-4faa-9723-d5ae299e912d" + "b44eb65d-72f1-4aab-a1c2-b2cf6292db03" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T190615Z:141f4ecf-3122-4faa-9723-d5ae299e912d" + "WESTCENTRALUS:20220419T011315Z:b44eb65d-72f1-4aab-a1c2-b2cf6292db03" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:06:15 GMT" + "Tue, 19 Apr 2022 01:13:14 GMT" ], "Content-Length": [ "184" @@ -2187,26 +2250,26 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2022-03-11T11:03:14.7862083-08:00\",\r\n \"endTime\": \"2022-03-11T11:06:14.9509238-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d39c60e9-5a7f-4c16-9b70-06f1a4d55136\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-04-18T18:10:14.4051254-07:00\",\r\n \"endTime\": \"2022-04-18T18:13:14.5772018-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"605d3964-51e1-4f73-ad96-99b1d2ef2e28\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380/applications/galleryPsTestGalleryApplication6984/versions/1.0.0?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE1MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTYzODAvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb242OTg0L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjItMDEtMDM=", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006/applications/galleryPsTestGalleryApplication2473/versions/1.0.0?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5MTAwNi9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjI0NzMvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f73ab35d-d1d5-4f12-a8ac-32b78eaa0b07" + "8bb4ad0e-cb3c-49cc-857a-5a8fe66b466a" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -2217,10 +2280,10 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/65312665-f902-4a45-a976-b7bb43dd4289?monitor=true&api-version=2022-01-03" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/609f2805-5504-4bef-b774-472a44e12f71?monitor=true&api-version=2022-01-03" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/65312665-f902-4a45-a976-b7bb43dd4289?api-version=2022-01-03" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/609f2805-5504-4bef-b774-472a44e12f71?api-version=2022-01-03" ], "x-ms-ratelimit-remaining-resource": [ "Microsoft.Compute/DeleteGalleryApplicationVersion3Min;149,Microsoft.Compute/DeleteGalleryApplicationVersion30Min;999" @@ -2229,10 +2292,10 @@ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "65312665-f902-4a45-a976-b7bb43dd4289" + "609f2805-5504-4bef-b774-472a44e12f71" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2242,16 +2305,16 @@ "14999" ], "x-ms-correlation-request-id": [ - "74bc0b9d-28dc-4624-a8ab-82f82bc8e4e5" + "7f8bf335-6c04-4482-a799-efd245c643ee" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T190616Z:74bc0b9d-28dc-4624-a8ab-82f82bc8e4e5" + "WESTCENTRALUS:20220419T011315Z:7f8bf335-6c04-4482-a799-efd245c643ee" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:06:15 GMT" + "Tue, 19 Apr 2022 01:13:15 GMT" ], "Expires": [ "-1" @@ -2264,16 +2327,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/65312665-f902-4a45-a976-b7bb43dd4289?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82NTMxMjY2NS1mOTAyLTRhNDUtYTk3Ni1iN2JiNDNkZDQyODk/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/609f2805-5504-4bef-b774-472a44e12f71?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82MDlmMjgwNS01NTA0LTRiZWYtYjc3NC00NzJhNDRlMTJmNzE/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -2284,16 +2347,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4140" + "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4151" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "60195ce0-2367-4069-803e-413a4ff7df7c" + "1dcfb73f-7ccd-4713-b382-5e6b9886c220" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2303,16 +2366,16 @@ "11976" ], "x-ms-correlation-request-id": [ - "ddc701ef-a55d-448a-9bb0-c7005ace2b63" + "3291117b-50f6-4ad1-bc3f-48630dfaa94a" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T190646Z:ddc701ef-a55d-448a-9bb0-c7005ace2b63" + "WESTCENTRALUS:20220419T011345Z:3291117b-50f6-4ad1-bc3f-48630dfaa94a" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:06:45 GMT" + "Tue, 19 Apr 2022 01:13:45 GMT" ], "Content-Length": [ "134" @@ -2324,20 +2387,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2022-03-11T11:06:16.1228494-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"65312665-f902-4a45-a976-b7bb43dd4289\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-04-18T18:13:15.7490763-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"609f2805-5504-4bef-b774-472a44e12f71\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/65312665-f902-4a45-a976-b7bb43dd4289?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82NTMxMjY2NS1mOTAyLTRhNDUtYTk3Ni1iN2JiNDNkZDQyODk/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/609f2805-5504-4bef-b774-472a44e12f71?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82MDlmMjgwNS01NTA0LTRiZWYtYjc3NC00NzJhNDRlMTJmNzE/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -2348,16 +2411,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4137" + "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4148" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "5b446a61-0391-4744-944d-c9afebe5822e" + "3a3f2076-e064-4aa4-916d-a90780db8f4d" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11975" @@ -2367,16 +2430,16 @@ "Microsoft-HTTPAPI/2.0" ], "x-ms-correlation-request-id": [ - "60911149-c190-4791-a7ab-08c241552f0c" + "e79ea9ca-cdbd-4beb-8f4a-09fb4e6993fc" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T190716Z:60911149-c190-4791-a7ab-08c241552f0c" + "WESTCENTRALUS:20220419T011416Z:e79ea9ca-cdbd-4beb-8f4a-09fb4e6993fc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:07:15 GMT" + "Tue, 19 Apr 2022 01:14:16 GMT" ], "Content-Length": [ "134" @@ -2388,20 +2451,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2022-03-11T11:06:16.1228494-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"65312665-f902-4a45-a976-b7bb43dd4289\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-04-18T18:13:15.7490763-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"609f2805-5504-4bef-b774-472a44e12f71\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/65312665-f902-4a45-a976-b7bb43dd4289?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82NTMxMjY2NS1mOTAyLTRhNDUtYTk3Ni1iN2JiNDNkZDQyODk/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/609f2805-5504-4bef-b774-472a44e12f71?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82MDlmMjgwNS01NTA0LTRiZWYtYjc3NC00NzJhNDRlMTJmNzE/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -2412,16 +2475,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4134" + "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4145" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "d6adf409-ad9f-4185-b5ae-e1f200b5b5fc" + "b74eaa63-80f5-4bb4-b313-9f58946f6a40" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2431,19 +2494,19 @@ "11974" ], "x-ms-correlation-request-id": [ - "fa07baa6-fdad-4eb4-bf1f-5e4da4c1de96" + "e1d41e9d-5a63-4185-9aae-e51fe56b58f3" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T190746Z:fa07baa6-fdad-4eb4-bf1f-5e4da4c1de96" + "WESTCENTRALUS:20220419T011446Z:e1d41e9d-5a63-4185-9aae-e51fe56b58f3" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:07:46 GMT" + "Tue, 19 Apr 2022 01:14:45 GMT" ], "Content-Length": [ - "184" + "183" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2452,20 +2515,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2022-03-11T11:06:16.1228494-08:00\",\r\n \"endTime\": \"2022-03-11T11:07:46.3613645-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"65312665-f902-4a45-a976-b7bb43dd4289\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-04-18T18:13:15.7490763-07:00\",\r\n \"endTime\": \"2022-04-18T18:14:45.936731-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"609f2805-5504-4bef-b774-472a44e12f71\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/65312665-f902-4a45-a976-b7bb43dd4289?monitor=true&api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82NTMxMjY2NS1mOTAyLTRhNDUtYTk3Ni1iN2JiNDNkZDQyODk/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjItMDEtMDM=", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/609f2805-5504-4bef-b774-472a44e12f71?monitor=true&api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82MDlmMjgwNS01NTA0LTRiZWYtYjc3NC00NzJhNDRlMTJmNzE/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjItMDEtMDM=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -2476,16 +2539,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1182,Microsoft.Compute/GetOperationStatus30Min;4133" + "Microsoft.Compute/GetOperationStatus3Min;1182,Microsoft.Compute/GetOperationStatus30Min;4144" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "baeb8bdb-6b81-4028-a428-07a3fab9def0" + "685791b6-0636-4ae2-802d-d38b50d5a08a" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2495,16 +2558,16 @@ "11973" ], "x-ms-correlation-request-id": [ - "9d960143-5261-4115-a994-c3bb3af5f1d0" + "aac9667d-44d8-4613-9248-e37868b3278c" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T190746Z:9d960143-5261-4115-a994-c3bb3af5f1d0" + "WESTCENTRALUS:20220419T011446Z:aac9667d-44d8-4613-9248-e37868b3278c" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:07:46 GMT" + "Tue, 19 Apr 2022 01:14:46 GMT" ], "Expires": [ "-1" @@ -2517,22 +2580,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380/applications/galleryPsTestGalleryApplication6984?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE1MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTYzODAvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb242OTg0P2FwaS12ZXJzaW9uPTIwMjItMDEtMDM=", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006/applications/galleryPsTestGalleryApplication2473?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5MTAwNi9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjI0NzM/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "01aa2738-3b55-444b-b070-0f23f40fbe2d" + "fefcc73e-5175-43a4-8ac9-1c7d25a2d7a9" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -2543,16 +2606,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteGalleryApplication3Min;49,Microsoft.Compute/DeleteGalleryApplication30Min;298" + "Microsoft.Compute/DeleteGalleryApplication3Min;49,Microsoft.Compute/DeleteGalleryApplication30Min;299" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "c6f725e3-d56e-4f3e-9e45-f26042176e6d" + "bab3f4b2-b4cc-444c-81cd-097cd8b6a287" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2562,16 +2625,16 @@ "14999" ], "x-ms-correlation-request-id": [ - "c2e53d60-2d3b-4727-840a-499b8413c41c" + "cbcf6212-bcd2-4315-9c50-68b815b5a44b" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T191250Z:c2e53d60-2d3b-4727-840a-499b8413c41c" + "WESTCENTRALUS:20220419T011949Z:cbcf6212-bcd2-4315-9c50-68b815b5a44b" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:12:49 GMT" + "Tue, 19 Apr 2022 01:19:49 GMT" ], "Expires": [ "-1" @@ -2584,22 +2647,22 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg1534/providers/Microsoft.Compute/galleries/galleryPsTestGallery6380?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE1MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTYzODA/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/resourceGroups/galleryPsTestRg172/providers/Microsoft.Compute/galleries/galleryPsTestGallery1006?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE3Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5MTAwNj9hcGktdmVyc2lvbj0yMDIyLTAxLTAz", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "52ec4ee8-9f9f-40b1-8833-55a0f4cebd03" + "253f4391-71de-4202-bce6-067976c999ea" ], "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -2610,22 +2673,22 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/f0f5c2ea-ad85-46e9-8e21-840ca2a14c0a?monitor=true&api-version=2022-01-03" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/ca3b9a48-22b9-4873-8be1-ffa4c4d40992?monitor=true&api-version=2022-01-03" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/f0f5c2ea-ad85-46e9-8e21-840ca2a14c0a?api-version=2022-01-03" + "https://management.azure.com/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/ca3b9a48-22b9-4873-8be1-ffa4c4d40992?api-version=2022-01-03" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/DeleteGallery3Min;49,Microsoft.Compute/DeleteGallery30Min;898" + "Microsoft.Compute/DeleteGallery3Min;49,Microsoft.Compute/DeleteGallery30Min;299" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "f0f5c2ea-ad85-46e9-8e21-840ca2a14c0a" + "ca3b9a48-22b9-4873-8be1-ffa4c4d40992" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2635,16 +2698,16 @@ "14998" ], "x-ms-correlation-request-id": [ - "3818a5b5-c440-4423-9d78-6b3df64b5ec2" + "964af7ff-9617-42d9-ad64-2f320e7cfb85" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T191250Z:3818a5b5-c440-4423-9d78-6b3df64b5ec2" + "WESTCENTRALUS:20220419T011950Z:964af7ff-9617-42d9-ad64-2f320e7cfb85" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:12:49 GMT" + "Tue, 19 Apr 2022 01:19:49 GMT" ], "Expires": [ "-1" @@ -2657,16 +2720,16 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/f0f5c2ea-ad85-46e9-8e21-840ca2a14c0a?api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9mMGY1YzJlYS1hZDg1LTQ2ZTktOGUyMS04NDBjYTJhMTRjMGE/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/ca3b9a48-22b9-4873-8be1-ffa4c4d40992?api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9jYTNiOWE0OC0yMmI5LTQ4NzMtOGJlMS1mZmE0YzRkNDA5OTI/YXBpLXZlcnNpb249MjAyMi0wMS0wMw==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -2677,16 +2740,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1198,Microsoft.Compute/GetOperationStatus30Min;4138" + "Microsoft.Compute/GetOperationStatus3Min;1198,Microsoft.Compute/GetOperationStatus30Min;4141" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "cf6e3eec-3b8d-49b1-969b-1e37ec83d037" + "f25c6e2c-e9d1-46b4-a5cb-252273847118" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2696,16 +2759,16 @@ "11999" ], "x-ms-correlation-request-id": [ - "e44e0e2d-bd24-4247-96dd-514d930c36a6" + "5a7cc865-54bc-4a0b-82ba-e85837c9c729" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T191320Z:e44e0e2d-bd24-4247-96dd-514d930c36a6" + "WESTCENTRALUS:20220419T012020Z:5a7cc865-54bc-4a0b-82ba-e85837c9c729" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:13:20 GMT" + "Tue, 19 Apr 2022 01:20:19 GMT" ], "Content-Length": [ "184" @@ -2717,20 +2780,20 @@ "-1" ] }, - "ResponseBody": "{\r\n \"startTime\": \"2022-03-11T11:12:50.5158902-08:00\",\r\n \"endTime\": \"2022-03-11T11:12:50.7503616-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f0f5c2ea-ad85-46e9-8e21-840ca2a14c0a\"\r\n}", + "ResponseBody": "{\r\n \"startTime\": \"2022-04-18T18:19:49.9838922-07:00\",\r\n \"endTime\": \"2022-04-18T18:19:50.2182443-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ca3b9a48-22b9-4873-8be1-ffa4c4d40992\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/f0f5c2ea-ad85-46e9-8e21-840ca2a14c0a?monitor=true&api-version=2022-01-03", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9mMGY1YzJlYS1hZDg1LTQ2ZTktOGUyMS04NDBjYTJhMTRjMGE/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjItMDEtMDM=", + "RequestUri": "/subscriptions/a53f7094-a16c-47af-abe4-b05c05d0d79a/providers/Microsoft.Compute/locations/eastus2/capsOperations/ca3b9a48-22b9-4873-8be1-ffa4c4d40992?monitor=true&api-version=2022-01-03", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYTUzZjcwOTQtYTE2Yy00N2FmLWFiZTQtYjA1YzA1ZDBkNzlhL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9jYTNiOWE0OC0yMmI5LTQ4NzMtOGJlMS1mZmE0YzRkNDA5OTI/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjItMDEtMDM=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.700.22.11601", + "FxVersion/4.700.22.16002", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.22000", - "Microsoft.Azure.Management.Compute.ComputeManagementClient/53.0.0" + "OSVersion/Microsoft.Windows.10.0.19044", + "Microsoft.Azure.Management.Compute.ComputeManagementClient/54.0.0" ] }, "ResponseHeaders": { @@ -2741,16 +2804,16 @@ "no-cache" ], "x-ms-ratelimit-remaining-resource": [ - "Microsoft.Compute/GetOperationStatus3Min;1197,Microsoft.Compute/GetOperationStatus30Min;4137" + "Microsoft.Compute/GetOperationStatus3Min;1197,Microsoft.Compute/GetOperationStatus30Min;4140" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-served-by": [ - "1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044,1dd04696-ef54-4aec-bada-944b3b397491_132856958532696044" + "bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008,bf9f9341-4182-449f-bc05-75bec4b73168_132939928676467008" ], "x-ms-request-id": [ - "840dc6fa-34c5-4393-8852-5d028afd9375" + "b374f490-5b21-4096-9fd9-7186c304773f" ], "Server": [ "Microsoft-HTTPAPI/2.0", @@ -2760,16 +2823,16 @@ "11998" ], "x-ms-correlation-request-id": [ - "204a9849-47ad-48c1-85a6-27c3cdfb5278" + "950d2b89-c782-4985-ab3a-9556a884dfcc" ], "x-ms-routing-request-id": [ - "WESTUS:20220311T191320Z:204a9849-47ad-48c1-85a6-27c3cdfb5278" + "WESTCENTRALUS:20220419T012020Z:950d2b89-c782-4985-ab3a-9556a884dfcc" ], "X-Content-Type-Options": [ "nosniff" ], "Date": [ - "Fri, 11 Mar 2022 19:13:20 GMT" + "Tue, 19 Apr 2022 01:20:19 GMT" ], "Expires": [ "-1" @@ -2784,17 +2847,17 @@ ], "Names": { "GalleryApplicationVersion_CRUD_Tests": [ - "galleryPsTestRg1534", - "psTestSourceApplication8811", - "galleryPsTestGallery6380", - "galleryPsTestGalleryApplication6984" + "galleryPsTestRg172", + "psTestSourceApplication6041", + "galleryPsTestGallery1006", + "galleryPsTestGalleryApplication2473" ], "CreateApplicationMediaLink": [ - "saforgallery1447", - "asforgallery419" + "saforgallery6712", + "asforgallery5527" ] }, "Variables": { - "SubscriptionId": "97f78232-382b-46a7-8a72-964d692c4f3f" + "SubscriptionId": "a53f7094-a16c-47af-abe4-b05c05d0d79a" } } \ No newline at end of file