diff --git a/eng/mgmt/mgmtmetadata/compute_resource-manager.txt b/eng/mgmt/mgmtmetadata/compute_resource-manager.txt
index 1c533c2a30d2..fd580e729b2f 100644
--- a/eng/mgmt/mgmtmetadata/compute_resource-manager.txt
+++ b/eng/mgmt/mgmtmetadata/compute_resource-manager.txt
@@ -4,11 +4,11 @@ Commencing code generation
Generating CSharp code
Executing AutoRest command
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/compute/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\git\azure-sdk-for-net\sdk
-2021-03-22 15:21:44 UTC
+2021-04-15 18:15:44 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
-Commit: 55bfefdb2c4c7564113c4968976ba97b02d643c4
+Commit: f80541db7532f4e71e6f64c1bb1bde86b8620c67
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/AzSdk.RP.props b/sdk/compute/Microsoft.Azure.Management.Compute/AzSdk.RP.props
index 11f7df03de60..30445fc69667 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/AzSdk.RP.props
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/AzSdk.RP.props
@@ -4,4 +4,4 @@
Compute_2021-03-01;Compute_2020-12-01;Compute_2020-06-30;Compute_2020-05-01;Compute_2019-12-01;Compute_2019-11-01;Compute_2019-04-01;
$(PackageTags);$(CommonTags);$(AzureApiTag);
-
+
\ No newline at end of file
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/GalleriesOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/GalleriesOperations.cs
new file mode 100644
index 000000000000..a662fd076729
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/GalleriesOperations.cs
@@ -0,0 +1,116 @@
+namespace Microsoft.Azure.Management.Compute
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Azure;
+ using Models;
+ using Newtonsoft.Json;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Linq;
+ using System.Net;
+ using System.Net.Http;
+ using System.Threading;
+ using System.Threading.Tasks;
+
+ ///
+ /// GalleriesOperations operations.
+ ///
+ internal partial class GalleriesOperations : IServiceOperations, IGalleriesOperations
+ {
+ ///
+ /// Retrieves information about a Shared Image Gallery.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the Shared Image Gallery.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// A response object containing the response body and response headers.
+ ///
+ public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string galleryName)
+ {
+ return await GetWithHttpMessagesAsync(resourceGroupName, galleryName, default(string), null, default(CancellationToken));
+ }
+
+ ///
+ /// Retrieves information about a Shared Image Gallery.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the Shared Image Gallery.
+ ///
+ ///
+ /// Headers that will be added to request.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// A response object containing the response body and response headers.
+ ///
+ public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string galleryName, Dictionary> customHeaders = null)
+ {
+ return await GetWithHttpMessagesAsync(resourceGroupName, galleryName, default(string), customHeaders, default(CancellationToken));
+ }
+
+ ///
+ /// Retrieves information about a Shared Image Gallery.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the Shared Image Gallery.
+ ///
+ ///
+ /// Headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// A response object containing the response body and response headers.
+ ///
+ public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string galleryName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ return await GetWithHttpMessagesAsync(resourceGroupName, galleryName, default(string), customHeaders, cancellationToken);
+ }
+ }
+}
\ No newline at end of file
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/GalleriesOperationsExtensions.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/GalleriesOperationsExtensions.cs
new file mode 100644
index 000000000000..5e874bad0e3f
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/GalleriesOperationsExtensions.cs
@@ -0,0 +1,51 @@
+namespace Microsoft.Azure.Management.Compute
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Azure;
+ using Models;
+ using System.Threading;
+ using System.Threading.Tasks;
+
+ ///
+ /// Extension methods for GalleriesOperations.
+ ///
+ public static partial class GalleriesOperationsExtensions
+ {
+ ///
+ /// Retrieves information about a Shared Image Gallery.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the Shared Image Gallery.
+ ///
+ public static async Task GetAsync(this IGalleriesOperations operations, string resourceGroupName, string galleryName)
+ {
+ return await GetAsync(operations, resourceGroupName, galleryName, default(string), default(CancellationToken));
+ }
+
+ ///
+ /// Retrieves information about a Shared Image Gallery.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the Shared Image Gallery.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public static async Task GetAsync(this IGalleriesOperations operations, string resourceGroupName, string galleryName, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ return await GetAsync(operations, resourceGroupName, galleryName, default(string), cancellationToken);
+ }
+ }
+}
\ No newline at end of file
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/IGalleriesOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/IGalleriesOperations.cs
new file mode 100644
index 000000000000..87f4a58f775f
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Customizations/IGalleriesOperations.cs
@@ -0,0 +1,86 @@
+namespace Microsoft.Azure.Management.Compute
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Azure;
+ using Models;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Threading;
+ using System.Threading.Tasks;
+
+ ///
+ /// GalleriesOperations operations.
+ ///
+ public partial interface IGalleriesOperations
+ {
+ ///
+ /// Retrieves information about a Shared Image Gallery.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the Shared Image Gallery.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ Task> GetWithHttpMessagesAsync(string resourceGroupName, string galleryName);
+
+ ///
+ /// Retrieves information about a Shared Image Gallery.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the Shared Image Gallery.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ Task> GetWithHttpMessagesAsync(string resourceGroupName, string galleryName, Dictionary> customHeaders = null);
+
+ ///
+ /// Retrieves information about a Shared Image Gallery.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the Shared Image Gallery.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ Task> GetWithHttpMessagesAsync(string resourceGroupName, string galleryName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+
+ }
+}
\ No newline at end of file
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/ComputeManagementClient.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/ComputeManagementClient.cs
index 572e439590d2..0fe2006444c9 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/ComputeManagementClient.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/ComputeManagementClient.cs
@@ -236,6 +236,26 @@ public partial class ComputeManagementClient : ServiceClient
public virtual IGalleryApplicationVersionsOperations GalleryApplicationVersions { get; private set; }
+ ///
+ /// Gets the IGallerySharingProfileOperations.
+ ///
+ public virtual IGallerySharingProfileOperations GallerySharingProfile { get; private set; }
+
+ ///
+ /// Gets the ISharedGalleriesOperations.
+ ///
+ public virtual ISharedGalleriesOperations SharedGalleries { get; private set; }
+
+ ///
+ /// Gets the ISharedGalleryImagesOperations.
+ ///
+ public virtual ISharedGalleryImagesOperations SharedGalleryImages { get; private set; }
+
+ ///
+ /// Gets the ISharedGalleryImageVersionsOperations.
+ ///
+ public virtual ISharedGalleryImageVersionsOperations SharedGalleryImageVersions { get; private set; }
+
///
/// Gets the ICloudServiceRoleInstancesOperations.
///
@@ -535,6 +555,10 @@ private void Initialize()
GalleryImageVersions = new GalleryImageVersionsOperations(this);
GalleryApplications = new GalleryApplicationsOperations(this);
GalleryApplicationVersions = new GalleryApplicationVersionsOperations(this);
+ GallerySharingProfile = new GallerySharingProfileOperations(this);
+ SharedGalleries = new SharedGalleriesOperations(this);
+ SharedGalleryImages = new SharedGalleryImagesOperations(this);
+ SharedGalleryImageVersions = new SharedGalleryImageVersionsOperations(this);
CloudServiceRoleInstances = new CloudServiceRoleInstancesOperations(this);
CloudServiceRoles = new CloudServiceRolesOperations(this);
CloudServices = new CloudServicesOperations(this);
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleriesOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleriesOperations.cs
index 26c248d669a7..cd1041750010 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleriesOperations.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleriesOperations.cs
@@ -113,6 +113,10 @@ internal GalleriesOperations(ComputeManagementClient client)
///
/// The name of the Shared Image Gallery.
///
+ ///
+ /// The select expression to apply on the operation. Possible values include:
+ /// 'Permissions'
+ ///
///
/// Headers that will be added to request.
///
@@ -134,7 +138,7 @@ internal GalleriesOperations(ComputeManagementClient client)
///
/// A response object containing the response body and response headers.
///
- public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string galleryName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string galleryName, string select = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
{
if (Client.SubscriptionId == null)
{
@@ -148,7 +152,7 @@ internal GalleriesOperations(ComputeManagementClient client)
{
throw new ValidationException(ValidationRules.CannotBeNull, "galleryName");
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
@@ -159,6 +163,7 @@ internal GalleriesOperations(ComputeManagementClient client)
tracingParameters.Add("resourceGroupName", resourceGroupName);
tracingParameters.Add("galleryName", galleryName);
tracingParameters.Add("apiVersion", apiVersion);
+ tracingParameters.Add("select", select);
tracingParameters.Add("cancellationToken", cancellationToken);
ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters);
}
@@ -173,6 +178,10 @@ internal GalleriesOperations(ComputeManagementClient client)
{
_queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion)));
}
+ if (select != null)
+ {
+ _queryParameters.Add(string.Format("$select={0}", System.Uri.EscapeDataString(select)));
+ }
if (_queryParameters.Count > 0)
{
_url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
@@ -357,7 +366,7 @@ internal GalleriesOperations(ComputeManagementClient client)
{
throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName");
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
@@ -535,7 +544,7 @@ internal GalleriesOperations(ComputeManagementClient client)
{
throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId");
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
@@ -738,7 +747,7 @@ internal GalleriesOperations(ComputeManagementClient client)
{
gallery.Validate();
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
@@ -984,7 +993,7 @@ internal GalleriesOperations(ComputeManagementClient client)
{
throw new ValidationException(ValidationRules.CannotBeNull, "gallery");
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
@@ -1182,7 +1191,7 @@ internal GalleriesOperations(ComputeManagementClient client)
{
throw new ValidationException(ValidationRules.CannotBeNull, "galleryName");
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleriesOperationsExtensions.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleriesOperationsExtensions.cs
index 200ecf5072b8..d5c55ace52ec 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleriesOperationsExtensions.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleriesOperationsExtensions.cs
@@ -133,9 +133,13 @@ public static Gallery Update(this IGalleriesOperations operations, string resour
///
/// The name of the Shared Image Gallery.
///
- public static Gallery Get(this IGalleriesOperations operations, string resourceGroupName, string galleryName)
+ ///
+ /// The select expression to apply on the operation. Possible values include:
+ /// 'Permissions'
+ ///
+ public static Gallery Get(this IGalleriesOperations operations, string resourceGroupName, string galleryName, string select = default(string))
{
- return operations.GetAsync(resourceGroupName, galleryName).GetAwaiter().GetResult();
+ return operations.GetAsync(resourceGroupName, galleryName, select).GetAwaiter().GetResult();
}
///
@@ -150,12 +154,16 @@ public static Gallery Get(this IGalleriesOperations operations, string resourceG
///
/// The name of the Shared Image Gallery.
///
+ ///
+ /// The select expression to apply on the operation. Possible values include:
+ /// 'Permissions'
+ ///
///
/// The cancellation token.
///
- public static async Task GetAsync(this IGalleriesOperations operations, string resourceGroupName, string galleryName, CancellationToken cancellationToken = default(CancellationToken))
+ public static async Task GetAsync(this IGalleriesOperations operations, string resourceGroupName, string galleryName, string select = default(string), CancellationToken cancellationToken = default(CancellationToken))
{
- using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, galleryName, null, cancellationToken).ConfigureAwait(false))
+ using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, galleryName, select, null, cancellationToken).ConfigureAwait(false))
{
return _result.Body;
}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleryApplicationVersionsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleryApplicationVersionsOperations.cs
index 5ee6cdad2a4f..7fee20b39f3c 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleryApplicationVersionsOperations.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleryApplicationVersionsOperations.cs
@@ -187,7 +187,7 @@ internal GalleryApplicationVersionsOperations(ComputeManagementClient client)
{
throw new ValidationException(ValidationRules.CannotBeNull, "galleryApplicationVersionName");
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
@@ -429,7 +429,7 @@ internal GalleryApplicationVersionsOperations(ComputeManagementClient client)
{
throw new ValidationException(ValidationRules.CannotBeNull, "galleryApplicationName");
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
@@ -656,7 +656,7 @@ internal GalleryApplicationVersionsOperations(ComputeManagementClient client)
{
galleryApplicationVersion.Validate();
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
@@ -923,7 +923,7 @@ internal GalleryApplicationVersionsOperations(ComputeManagementClient client)
{
throw new ValidationException(ValidationRules.CannotBeNull, "galleryApplicationVersion");
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
@@ -1141,7 +1141,7 @@ internal GalleryApplicationVersionsOperations(ComputeManagementClient client)
{
throw new ValidationException(ValidationRules.CannotBeNull, "galleryApplicationVersionName");
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleryApplicationsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleryApplicationsOperations.cs
index 1d36b379d0e5..ee8bf60a5e4e 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleryApplicationsOperations.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleryApplicationsOperations.cs
@@ -164,7 +164,7 @@ internal GalleryApplicationsOperations(ComputeManagementClient client)
{
throw new ValidationException(ValidationRules.CannotBeNull, "galleryApplicationName");
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
@@ -387,7 +387,7 @@ internal GalleryApplicationsOperations(ComputeManagementClient client)
{
throw new ValidationException(ValidationRules.CannotBeNull, "galleryName");
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
@@ -602,7 +602,7 @@ internal GalleryApplicationsOperations(ComputeManagementClient client)
{
galleryApplication.Validate();
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
@@ -858,7 +858,7 @@ internal GalleryApplicationsOperations(ComputeManagementClient client)
{
throw new ValidationException(ValidationRules.CannotBeNull, "galleryApplication");
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
@@ -1066,7 +1066,7 @@ internal GalleryApplicationsOperations(ComputeManagementClient client)
{
throw new ValidationException(ValidationRules.CannotBeNull, "galleryApplicationName");
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleryImageVersionsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleryImageVersionsOperations.cs
index 69cb3fd8df8c..112a66063ee3 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleryImageVersionsOperations.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleryImageVersionsOperations.cs
@@ -51,7 +51,7 @@ internal GalleryImageVersionsOperations(ComputeManagementClient client)
public ComputeManagementClient Client { get; private set; }
///
- /// Create or update a gallery Image Version.
+ /// Create or update a gallery image version.
///
///
/// The name of the resource group.
@@ -60,17 +60,17 @@ internal GalleryImageVersionsOperations(ComputeManagementClient client)
/// The name of the Shared Image Gallery in which the Image Definition resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version is to
+ /// The name of the gallery image definition in which the Image Version is to
/// be created.
///
///
- /// The name of the gallery Image Version to be created. Needs to follow
+ /// The name of the gallery image version to be created. Needs to follow
/// semantic version name pattern: The allowed characters are digit and period.
/// Digits must be within the range of a 32-bit integer. Format:
/// <MajorVersion>.<MinorVersion>.<Patch>
///
///
- /// Parameters supplied to the create or update gallery Image Version
+ /// Parameters supplied to the create or update gallery image version
/// operation.
///
///
@@ -87,7 +87,7 @@ internal GalleryImageVersionsOperations(ComputeManagementClient client)
}
///
- /// Update a gallery Image Version.
+ /// Update a gallery image version.
///
///
/// The name of the resource group.
@@ -96,17 +96,17 @@ internal GalleryImageVersionsOperations(ComputeManagementClient client)
/// The name of the Shared Image Gallery in which the Image Definition resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version is to
+ /// The name of the gallery image definition in which the Image Version is to
/// be updated.
///
///
- /// The name of the gallery Image Version to be updated. Needs to follow
+ /// The name of the gallery image version to be updated. Needs to follow
/// semantic version name pattern: The allowed characters are digit and period.
/// Digits must be within the range of a 32-bit integer. Format:
/// <MajorVersion>.<MinorVersion>.<Patch>
///
///
- /// Parameters supplied to the update gallery Image Version operation.
+ /// Parameters supplied to the update gallery image version operation.
///
///
/// The headers that will be added to request.
@@ -122,7 +122,7 @@ internal GalleryImageVersionsOperations(ComputeManagementClient client)
}
///
- /// Retrieves information about a gallery Image Version.
+ /// Retrieves information about a gallery image version.
///
///
/// The name of the resource group.
@@ -131,11 +131,11 @@ internal GalleryImageVersionsOperations(ComputeManagementClient client)
/// The name of the Shared Image Gallery in which the Image Definition resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version
+ /// The name of the gallery image definition in which the Image Version
/// resides.
///
///
- /// The name of the gallery Image Version to be retrieved.
+ /// The name of the gallery image version to be retrieved.
///
///
/// The expand expression to apply on the operation. Possible values include:
@@ -184,7 +184,7 @@ internal GalleryImageVersionsOperations(ComputeManagementClient client)
{
throw new ValidationException(ValidationRules.CannotBeNull, "galleryImageVersionName");
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
@@ -344,7 +344,7 @@ internal GalleryImageVersionsOperations(ComputeManagementClient client)
}
///
- /// Delete a gallery Image Version.
+ /// Delete a gallery image version.
///
///
/// The name of the resource group.
@@ -353,11 +353,11 @@ internal GalleryImageVersionsOperations(ComputeManagementClient client)
/// The name of the Shared Image Gallery in which the Image Definition resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version
+ /// The name of the gallery image definition in which the Image Version
/// resides.
///
///
- /// The name of the gallery Image Version to be deleted.
+ /// The name of the gallery image version to be deleted.
///
///
/// The headers that will be added to request.
@@ -373,7 +373,7 @@ internal GalleryImageVersionsOperations(ComputeManagementClient client)
}
///
- /// List gallery Image Versions in a gallery Image Definition.
+ /// List gallery image versions in a gallery image definition.
///
///
/// The name of the resource group.
@@ -424,7 +424,7 @@ internal GalleryImageVersionsOperations(ComputeManagementClient client)
{
throw new ValidationException(ValidationRules.CannotBeNull, "galleryImageName");
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
@@ -577,7 +577,7 @@ internal GalleryImageVersionsOperations(ComputeManagementClient client)
}
///
- /// Create or update a gallery Image Version.
+ /// Create or update a gallery image version.
///
///
/// The name of the resource group.
@@ -586,17 +586,17 @@ internal GalleryImageVersionsOperations(ComputeManagementClient client)
/// The name of the Shared Image Gallery in which the Image Definition resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version is to
+ /// The name of the gallery image definition in which the Image Version is to
/// be created.
///
///
- /// The name of the gallery Image Version to be created. Needs to follow
+ /// The name of the gallery image version to be created. Needs to follow
/// semantic version name pattern: The allowed characters are digit and period.
/// Digits must be within the range of a 32-bit integer. Format:
/// <MajorVersion>.<MinorVersion>.<Patch>
///
///
- /// Parameters supplied to the create or update gallery Image Version
+ /// Parameters supplied to the create or update gallery image version
/// operation.
///
///
@@ -650,7 +650,7 @@ internal GalleryImageVersionsOperations(ComputeManagementClient client)
{
galleryImageVersion.Validate();
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
@@ -848,7 +848,7 @@ internal GalleryImageVersionsOperations(ComputeManagementClient client)
}
///
- /// Update a gallery Image Version.
+ /// Update a gallery image version.
///
///
/// The name of the resource group.
@@ -857,17 +857,17 @@ internal GalleryImageVersionsOperations(ComputeManagementClient client)
/// The name of the Shared Image Gallery in which the Image Definition resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version is to
+ /// The name of the gallery image definition in which the Image Version is to
/// be updated.
///
///
- /// The name of the gallery Image Version to be updated. Needs to follow
+ /// The name of the gallery image version to be updated. Needs to follow
/// semantic version name pattern: The allowed characters are digit and period.
/// Digits must be within the range of a 32-bit integer. Format:
/// <MajorVersion>.<MinorVersion>.<Patch>
///
///
- /// Parameters supplied to the update gallery Image Version operation.
+ /// Parameters supplied to the update gallery image version operation.
///
///
/// Headers that will be added to request.
@@ -916,7 +916,7 @@ internal GalleryImageVersionsOperations(ComputeManagementClient client)
{
throw new ValidationException(ValidationRules.CannotBeNull, "galleryImageVersion");
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
@@ -1078,7 +1078,7 @@ internal GalleryImageVersionsOperations(ComputeManagementClient client)
}
///
- /// Delete a gallery Image Version.
+ /// Delete a gallery image version.
///
///
/// The name of the resource group.
@@ -1087,11 +1087,11 @@ internal GalleryImageVersionsOperations(ComputeManagementClient client)
/// The name of the Shared Image Gallery in which the Image Definition resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version
+ /// The name of the gallery image definition in which the Image Version
/// resides.
///
///
- /// The name of the gallery Image Version to be deleted.
+ /// The name of the gallery image version to be deleted.
///
///
/// Headers that will be added to request.
@@ -1133,7 +1133,7 @@ internal GalleryImageVersionsOperations(ComputeManagementClient client)
{
throw new ValidationException(ValidationRules.CannotBeNull, "galleryImageVersionName");
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
@@ -1270,7 +1270,7 @@ internal GalleryImageVersionsOperations(ComputeManagementClient client)
}
///
- /// List gallery Image Versions in a gallery Image Definition.
+ /// List gallery image versions in a gallery image definition.
///
///
/// The NextLink from the previous successful call to List operation.
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleryImageVersionsOperationsExtensions.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleryImageVersionsOperationsExtensions.cs
index 7b915d62dfdf..f77ed912503e 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleryImageVersionsOperationsExtensions.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleryImageVersionsOperationsExtensions.cs
@@ -22,7 +22,7 @@ namespace Microsoft.Azure.Management.Compute
public static partial class GalleryImageVersionsOperationsExtensions
{
///
- /// Create or update a gallery Image Version.
+ /// Create or update a gallery image version.
///
///
/// The operations group for this extension method.
@@ -34,17 +34,17 @@ public static partial class GalleryImageVersionsOperationsExtensions
/// The name of the Shared Image Gallery in which the Image Definition resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version is to
+ /// The name of the gallery image definition in which the Image Version is to
/// be created.
///
///
- /// The name of the gallery Image Version to be created. Needs to follow
+ /// The name of the gallery image version to be created. Needs to follow
/// semantic version name pattern: The allowed characters are digit and period.
/// Digits must be within the range of a 32-bit integer. Format:
/// <MajorVersion>.<MinorVersion>.<Patch>
///
///
- /// Parameters supplied to the create or update gallery Image Version
+ /// Parameters supplied to the create or update gallery image version
/// operation.
///
public static GalleryImageVersion CreateOrUpdate(this IGalleryImageVersionsOperations operations, string resourceGroupName, string galleryName, string galleryImageName, string galleryImageVersionName, GalleryImageVersion galleryImageVersion)
@@ -53,7 +53,7 @@ public static GalleryImageVersion CreateOrUpdate(this IGalleryImageVersionsOpera
}
///
- /// Create or update a gallery Image Version.
+ /// Create or update a gallery image version.
///
///
/// The operations group for this extension method.
@@ -65,17 +65,17 @@ public static GalleryImageVersion CreateOrUpdate(this IGalleryImageVersionsOpera
/// The name of the Shared Image Gallery in which the Image Definition resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version is to
+ /// The name of the gallery image definition in which the Image Version is to
/// be created.
///
///
- /// The name of the gallery Image Version to be created. Needs to follow
+ /// The name of the gallery image version to be created. Needs to follow
/// semantic version name pattern: The allowed characters are digit and period.
/// Digits must be within the range of a 32-bit integer. Format:
/// <MajorVersion>.<MinorVersion>.<Patch>
///
///
- /// Parameters supplied to the create or update gallery Image Version
+ /// Parameters supplied to the create or update gallery image version
/// operation.
///
///
@@ -90,7 +90,7 @@ public static GalleryImageVersion CreateOrUpdate(this IGalleryImageVersionsOpera
}
///
- /// Update a gallery Image Version.
+ /// Update a gallery image version.
///
///
/// The operations group for this extension method.
@@ -102,17 +102,17 @@ public static GalleryImageVersion CreateOrUpdate(this IGalleryImageVersionsOpera
/// The name of the Shared Image Gallery in which the Image Definition resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version is to
+ /// The name of the gallery image definition in which the Image Version is to
/// be updated.
///
///
- /// The name of the gallery Image Version to be updated. Needs to follow
+ /// The name of the gallery image version to be updated. Needs to follow
/// semantic version name pattern: The allowed characters are digit and period.
/// Digits must be within the range of a 32-bit integer. Format:
/// <MajorVersion>.<MinorVersion>.<Patch>
///
///
- /// Parameters supplied to the update gallery Image Version operation.
+ /// Parameters supplied to the update gallery image version operation.
///
public static GalleryImageVersion Update(this IGalleryImageVersionsOperations operations, string resourceGroupName, string galleryName, string galleryImageName, string galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion)
{
@@ -120,7 +120,7 @@ public static GalleryImageVersion Update(this IGalleryImageVersionsOperations op
}
///
- /// Update a gallery Image Version.
+ /// Update a gallery image version.
///
///
/// The operations group for this extension method.
@@ -132,17 +132,17 @@ public static GalleryImageVersion Update(this IGalleryImageVersionsOperations op
/// The name of the Shared Image Gallery in which the Image Definition resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version is to
+ /// The name of the gallery image definition in which the Image Version is to
/// be updated.
///
///
- /// The name of the gallery Image Version to be updated. Needs to follow
+ /// The name of the gallery image version to be updated. Needs to follow
/// semantic version name pattern: The allowed characters are digit and period.
/// Digits must be within the range of a 32-bit integer. Format:
/// <MajorVersion>.<MinorVersion>.<Patch>
///
///
- /// Parameters supplied to the update gallery Image Version operation.
+ /// Parameters supplied to the update gallery image version operation.
///
///
/// The cancellation token.
@@ -156,7 +156,7 @@ public static GalleryImageVersion Update(this IGalleryImageVersionsOperations op
}
///
- /// Retrieves information about a gallery Image Version.
+ /// Retrieves information about a gallery image version.
///
///
/// The operations group for this extension method.
@@ -168,11 +168,11 @@ public static GalleryImageVersion Update(this IGalleryImageVersionsOperations op
/// The name of the Shared Image Gallery in which the Image Definition resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version
+ /// The name of the gallery image definition in which the Image Version
/// resides.
///
///
- /// The name of the gallery Image Version to be retrieved.
+ /// The name of the gallery image version to be retrieved.
///
///
/// The expand expression to apply on the operation. Possible values include:
@@ -184,7 +184,7 @@ public static GalleryImageVersion Update(this IGalleryImageVersionsOperations op
}
///
- /// Retrieves information about a gallery Image Version.
+ /// Retrieves information about a gallery image version.
///
///
/// The operations group for this extension method.
@@ -196,11 +196,11 @@ public static GalleryImageVersion Update(this IGalleryImageVersionsOperations op
/// The name of the Shared Image Gallery in which the Image Definition resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version
+ /// The name of the gallery image definition in which the Image Version
/// resides.
///
///
- /// The name of the gallery Image Version to be retrieved.
+ /// The name of the gallery image version to be retrieved.
///
///
/// The expand expression to apply on the operation. Possible values include:
@@ -218,7 +218,7 @@ public static GalleryImageVersion Update(this IGalleryImageVersionsOperations op
}
///
- /// Delete a gallery Image Version.
+ /// Delete a gallery image version.
///
///
/// The operations group for this extension method.
@@ -230,11 +230,11 @@ public static GalleryImageVersion Update(this IGalleryImageVersionsOperations op
/// The name of the Shared Image Gallery in which the Image Definition resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version
+ /// The name of the gallery image definition in which the Image Version
/// resides.
///
///
- /// The name of the gallery Image Version to be deleted.
+ /// The name of the gallery image version to be deleted.
///
public static void Delete(this IGalleryImageVersionsOperations operations, string resourceGroupName, string galleryName, string galleryImageName, string galleryImageVersionName)
{
@@ -242,7 +242,7 @@ public static void Delete(this IGalleryImageVersionsOperations operations, strin
}
///
- /// Delete a gallery Image Version.
+ /// Delete a gallery image version.
///
///
/// The operations group for this extension method.
@@ -254,11 +254,11 @@ public static void Delete(this IGalleryImageVersionsOperations operations, strin
/// The name of the Shared Image Gallery in which the Image Definition resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version
+ /// The name of the gallery image definition in which the Image Version
/// resides.
///
///
- /// The name of the gallery Image Version to be deleted.
+ /// The name of the gallery image version to be deleted.
///
///
/// The cancellation token.
@@ -269,7 +269,7 @@ public static void Delete(this IGalleryImageVersionsOperations operations, strin
}
///
- /// List gallery Image Versions in a gallery Image Definition.
+ /// List gallery image versions in a gallery image definition.
///
///
/// The operations group for this extension method.
@@ -290,7 +290,7 @@ public static IPage ListByGalleryImage(this IGalleryImageVe
}
///
- /// List gallery Image Versions in a gallery Image Definition.
+ /// List gallery image versions in a gallery image definition.
///
///
/// The operations group for this extension method.
@@ -317,7 +317,7 @@ public static IPage ListByGalleryImage(this IGalleryImageVe
}
///
- /// Create or update a gallery Image Version.
+ /// Create or update a gallery image version.
///
///
/// The operations group for this extension method.
@@ -329,17 +329,17 @@ public static IPage ListByGalleryImage(this IGalleryImageVe
/// The name of the Shared Image Gallery in which the Image Definition resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version is to
+ /// The name of the gallery image definition in which the Image Version is to
/// be created.
///
///
- /// The name of the gallery Image Version to be created. Needs to follow
+ /// The name of the gallery image version to be created. Needs to follow
/// semantic version name pattern: The allowed characters are digit and period.
/// Digits must be within the range of a 32-bit integer. Format:
/// <MajorVersion>.<MinorVersion>.<Patch>
///
///
- /// Parameters supplied to the create or update gallery Image Version
+ /// Parameters supplied to the create or update gallery image version
/// operation.
///
public static GalleryImageVersion BeginCreateOrUpdate(this IGalleryImageVersionsOperations operations, string resourceGroupName, string galleryName, string galleryImageName, string galleryImageVersionName, GalleryImageVersion galleryImageVersion)
@@ -348,7 +348,7 @@ public static GalleryImageVersion BeginCreateOrUpdate(this IGalleryImageVersions
}
///
- /// Create or update a gallery Image Version.
+ /// Create or update a gallery image version.
///
///
/// The operations group for this extension method.
@@ -360,17 +360,17 @@ public static GalleryImageVersion BeginCreateOrUpdate(this IGalleryImageVersions
/// The name of the Shared Image Gallery in which the Image Definition resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version is to
+ /// The name of the gallery image definition in which the Image Version is to
/// be created.
///
///
- /// The name of the gallery Image Version to be created. Needs to follow
+ /// The name of the gallery image version to be created. Needs to follow
/// semantic version name pattern: The allowed characters are digit and period.
/// Digits must be within the range of a 32-bit integer. Format:
/// <MajorVersion>.<MinorVersion>.<Patch>
///
///
- /// Parameters supplied to the create or update gallery Image Version
+ /// Parameters supplied to the create or update gallery image version
/// operation.
///
///
@@ -385,7 +385,7 @@ public static GalleryImageVersion BeginCreateOrUpdate(this IGalleryImageVersions
}
///
- /// Update a gallery Image Version.
+ /// Update a gallery image version.
///
///
/// The operations group for this extension method.
@@ -397,17 +397,17 @@ public static GalleryImageVersion BeginCreateOrUpdate(this IGalleryImageVersions
/// The name of the Shared Image Gallery in which the Image Definition resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version is to
+ /// The name of the gallery image definition in which the Image Version is to
/// be updated.
///
///
- /// The name of the gallery Image Version to be updated. Needs to follow
+ /// The name of the gallery image version to be updated. Needs to follow
/// semantic version name pattern: The allowed characters are digit and period.
/// Digits must be within the range of a 32-bit integer. Format:
/// <MajorVersion>.<MinorVersion>.<Patch>
///
///
- /// Parameters supplied to the update gallery Image Version operation.
+ /// Parameters supplied to the update gallery image version operation.
///
public static GalleryImageVersion BeginUpdate(this IGalleryImageVersionsOperations operations, string resourceGroupName, string galleryName, string galleryImageName, string galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion)
{
@@ -415,7 +415,7 @@ public static GalleryImageVersion BeginUpdate(this IGalleryImageVersionsOperatio
}
///
- /// Update a gallery Image Version.
+ /// Update a gallery image version.
///
///
/// The operations group for this extension method.
@@ -427,17 +427,17 @@ public static GalleryImageVersion BeginUpdate(this IGalleryImageVersionsOperatio
/// The name of the Shared Image Gallery in which the Image Definition resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version is to
+ /// The name of the gallery image definition in which the Image Version is to
/// be updated.
///
///
- /// The name of the gallery Image Version to be updated. Needs to follow
+ /// The name of the gallery image version to be updated. Needs to follow
/// semantic version name pattern: The allowed characters are digit and period.
/// Digits must be within the range of a 32-bit integer. Format:
/// <MajorVersion>.<MinorVersion>.<Patch>
///
///
- /// Parameters supplied to the update gallery Image Version operation.
+ /// Parameters supplied to the update gallery image version operation.
///
///
/// The cancellation token.
@@ -451,7 +451,7 @@ public static GalleryImageVersion BeginUpdate(this IGalleryImageVersionsOperatio
}
///
- /// Delete a gallery Image Version.
+ /// Delete a gallery image version.
///
///
/// The operations group for this extension method.
@@ -463,11 +463,11 @@ public static GalleryImageVersion BeginUpdate(this IGalleryImageVersionsOperatio
/// The name of the Shared Image Gallery in which the Image Definition resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version
+ /// The name of the gallery image definition in which the Image Version
/// resides.
///
///
- /// The name of the gallery Image Version to be deleted.
+ /// The name of the gallery image version to be deleted.
///
public static void BeginDelete(this IGalleryImageVersionsOperations operations, string resourceGroupName, string galleryName, string galleryImageName, string galleryImageVersionName)
{
@@ -475,7 +475,7 @@ public static void BeginDelete(this IGalleryImageVersionsOperations operations,
}
///
- /// Delete a gallery Image Version.
+ /// Delete a gallery image version.
///
///
/// The operations group for this extension method.
@@ -487,11 +487,11 @@ public static void BeginDelete(this IGalleryImageVersionsOperations operations,
/// The name of the Shared Image Gallery in which the Image Definition resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version
+ /// The name of the gallery image definition in which the Image Version
/// resides.
///
///
- /// The name of the gallery Image Version to be deleted.
+ /// The name of the gallery image version to be deleted.
///
///
/// The cancellation token.
@@ -502,7 +502,7 @@ public static void BeginDelete(this IGalleryImageVersionsOperations operations,
}
///
- /// List gallery Image Versions in a gallery Image Definition.
+ /// List gallery image versions in a gallery image definition.
///
///
/// The operations group for this extension method.
@@ -516,7 +516,7 @@ public static IPage ListByGalleryImageNext(this IGalleryIma
}
///
- /// List gallery Image Versions in a gallery Image Definition.
+ /// List gallery image versions in a gallery image definition.
///
///
/// The operations group for this extension method.
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleryImagesOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleryImagesOperations.cs
index f9021f2d57a9..02f11b8fd7ac 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleryImagesOperations.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleryImagesOperations.cs
@@ -51,7 +51,7 @@ internal GalleryImagesOperations(ComputeManagementClient client)
public ComputeManagementClient Client { get; private set; }
///
- /// Create or update a gallery Image Definition.
+ /// Create or update a gallery image definition.
///
///
/// The name of the resource group.
@@ -61,7 +61,7 @@ internal GalleryImagesOperations(ComputeManagementClient client)
/// created.
///
///
- /// The name of the gallery Image Definition to be created or updated. The
+ /// The name of the gallery image definition to be created or updated. The
/// allowed characters are alphabets and numbers with dots, dashes, and periods
/// allowed in the middle. The maximum length is 80 characters.
///
@@ -82,7 +82,7 @@ internal GalleryImagesOperations(ComputeManagementClient client)
}
///
- /// Update a gallery Image Definition.
+ /// Update a gallery image definition.
///
///
/// The name of the resource group.
@@ -92,7 +92,7 @@ internal GalleryImagesOperations(ComputeManagementClient client)
/// updated.
///
///
- /// The name of the gallery Image Definition to be updated. The allowed
+ /// The name of the gallery image definition to be updated. The allowed
/// characters are alphabets and numbers with dots, dashes, and periods allowed
/// in the middle. The maximum length is 80 characters.
///
@@ -113,7 +113,7 @@ internal GalleryImagesOperations(ComputeManagementClient client)
}
///
- /// Retrieves information about a gallery Image Definition.
+ /// Retrieves information about a gallery image definition.
///
///
/// The name of the resource group.
@@ -123,7 +123,7 @@ internal GalleryImagesOperations(ComputeManagementClient client)
/// to be retrieved.
///
///
- /// The name of the gallery Image Definition to be retrieved.
+ /// The name of the gallery image definition to be retrieved.
///
///
/// Headers that will be added to request.
@@ -164,7 +164,7 @@ internal GalleryImagesOperations(ComputeManagementClient client)
{
throw new ValidationException(ValidationRules.CannotBeNull, "galleryImageName");
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
@@ -327,7 +327,7 @@ internal GalleryImagesOperations(ComputeManagementClient client)
/// deleted.
///
///
- /// The name of the gallery Image Definition to be deleted.
+ /// The name of the gallery image definition to be deleted.
///
///
/// The headers that will be added to request.
@@ -343,7 +343,7 @@ internal GalleryImagesOperations(ComputeManagementClient client)
}
///
- /// List gallery Image Definitions in a gallery.
+ /// List gallery image definitions in a gallery.
///
///
/// The name of the resource group.
@@ -387,7 +387,7 @@ internal GalleryImagesOperations(ComputeManagementClient client)
{
throw new ValidationException(ValidationRules.CannotBeNull, "galleryName");
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
@@ -538,7 +538,7 @@ internal GalleryImagesOperations(ComputeManagementClient client)
}
///
- /// Create or update a gallery Image Definition.
+ /// Create or update a gallery image definition.
///
///
/// The name of the resource group.
@@ -548,7 +548,7 @@ internal GalleryImagesOperations(ComputeManagementClient client)
/// created.
///
///
- /// The name of the gallery Image Definition to be created or updated. The
+ /// The name of the gallery image definition to be created or updated. The
/// allowed characters are alphabets and numbers with dots, dashes, and periods
/// allowed in the middle. The maximum length is 80 characters.
///
@@ -602,7 +602,7 @@ internal GalleryImagesOperations(ComputeManagementClient client)
{
galleryImage.Validate();
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
@@ -798,7 +798,7 @@ internal GalleryImagesOperations(ComputeManagementClient client)
}
///
- /// Update a gallery Image Definition.
+ /// Update a gallery image definition.
///
///
/// The name of the resource group.
@@ -808,7 +808,7 @@ internal GalleryImagesOperations(ComputeManagementClient client)
/// updated.
///
///
- /// The name of the gallery Image Definition to be updated. The allowed
+ /// The name of the gallery image definition to be updated. The allowed
/// characters are alphabets and numbers with dots, dashes, and periods allowed
/// in the middle. The maximum length is 80 characters.
///
@@ -858,7 +858,7 @@ internal GalleryImagesOperations(ComputeManagementClient client)
{
throw new ValidationException(ValidationRules.CannotBeNull, "galleryImage");
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
@@ -1028,7 +1028,7 @@ internal GalleryImagesOperations(ComputeManagementClient client)
/// deleted.
///
///
- /// The name of the gallery Image Definition to be deleted.
+ /// The name of the gallery image definition to be deleted.
///
///
/// Headers that will be added to request.
@@ -1066,7 +1066,7 @@ internal GalleryImagesOperations(ComputeManagementClient client)
{
throw new ValidationException(ValidationRules.CannotBeNull, "galleryImageName");
}
- string apiVersion = "2019-12-01";
+ string apiVersion = "2020-09-30";
// Tracing
bool _shouldTrace = ServiceClientTracing.IsEnabled;
string _invocationId = null;
@@ -1201,7 +1201,7 @@ internal GalleryImagesOperations(ComputeManagementClient client)
}
///
- /// List gallery Image Definitions in a gallery.
+ /// List gallery image definitions in a gallery.
///
///
/// The NextLink from the previous successful call to List operation.
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleryImagesOperationsExtensions.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleryImagesOperationsExtensions.cs
index 0f2a873723dd..578c096bffa6 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleryImagesOperationsExtensions.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GalleryImagesOperationsExtensions.cs
@@ -22,7 +22,7 @@ namespace Microsoft.Azure.Management.Compute
public static partial class GalleryImagesOperationsExtensions
{
///
- /// Create or update a gallery Image Definition.
+ /// Create or update a gallery image definition.
///
///
/// The operations group for this extension method.
@@ -35,7 +35,7 @@ public static partial class GalleryImagesOperationsExtensions
/// created.
///
///
- /// The name of the gallery Image Definition to be created or updated. The
+ /// The name of the gallery image definition to be created or updated. The
/// allowed characters are alphabets and numbers with dots, dashes, and periods
/// allowed in the middle. The maximum length is 80 characters.
///
@@ -48,7 +48,7 @@ public static GalleryImage CreateOrUpdate(this IGalleryImagesOperations operatio
}
///
- /// Create or update a gallery Image Definition.
+ /// Create or update a gallery image definition.
///
///
/// The operations group for this extension method.
@@ -61,7 +61,7 @@ public static GalleryImage CreateOrUpdate(this IGalleryImagesOperations operatio
/// created.
///
///
- /// The name of the gallery Image Definition to be created or updated. The
+ /// The name of the gallery image definition to be created or updated. The
/// allowed characters are alphabets and numbers with dots, dashes, and periods
/// allowed in the middle. The maximum length is 80 characters.
///
@@ -80,7 +80,7 @@ public static GalleryImage CreateOrUpdate(this IGalleryImagesOperations operatio
}
///
- /// Update a gallery Image Definition.
+ /// Update a gallery image definition.
///
///
/// The operations group for this extension method.
@@ -93,7 +93,7 @@ public static GalleryImage CreateOrUpdate(this IGalleryImagesOperations operatio
/// updated.
///
///
- /// The name of the gallery Image Definition to be updated. The allowed
+ /// The name of the gallery image definition to be updated. The allowed
/// characters are alphabets and numbers with dots, dashes, and periods allowed
/// in the middle. The maximum length is 80 characters.
///
@@ -106,7 +106,7 @@ public static GalleryImage Update(this IGalleryImagesOperations operations, stri
}
///
- /// Update a gallery Image Definition.
+ /// Update a gallery image definition.
///
///
/// The operations group for this extension method.
@@ -119,7 +119,7 @@ public static GalleryImage Update(this IGalleryImagesOperations operations, stri
/// updated.
///
///
- /// The name of the gallery Image Definition to be updated. The allowed
+ /// The name of the gallery image definition to be updated. The allowed
/// characters are alphabets and numbers with dots, dashes, and periods allowed
/// in the middle. The maximum length is 80 characters.
///
@@ -138,7 +138,7 @@ public static GalleryImage Update(this IGalleryImagesOperations operations, stri
}
///
- /// Retrieves information about a gallery Image Definition.
+ /// Retrieves information about a gallery image definition.
///
///
/// The operations group for this extension method.
@@ -151,7 +151,7 @@ public static GalleryImage Update(this IGalleryImagesOperations operations, stri
/// to be retrieved.
///
///
- /// The name of the gallery Image Definition to be retrieved.
+ /// The name of the gallery image definition to be retrieved.
///
public static GalleryImage Get(this IGalleryImagesOperations operations, string resourceGroupName, string galleryName, string galleryImageName)
{
@@ -159,7 +159,7 @@ public static GalleryImage Get(this IGalleryImagesOperations operations, string
}
///
- /// Retrieves information about a gallery Image Definition.
+ /// Retrieves information about a gallery image definition.
///
///
/// The operations group for this extension method.
@@ -172,7 +172,7 @@ public static GalleryImage Get(this IGalleryImagesOperations operations, string
/// to be retrieved.
///
///
- /// The name of the gallery Image Definition to be retrieved.
+ /// The name of the gallery image definition to be retrieved.
///
///
/// The cancellation token.
@@ -199,7 +199,7 @@ public static GalleryImage Get(this IGalleryImagesOperations operations, string
/// deleted.
///
///
- /// The name of the gallery Image Definition to be deleted.
+ /// The name of the gallery image definition to be deleted.
///
public static void Delete(this IGalleryImagesOperations operations, string resourceGroupName, string galleryName, string galleryImageName)
{
@@ -220,7 +220,7 @@ public static void Delete(this IGalleryImagesOperations operations, string resou
/// deleted.
///
///
- /// The name of the gallery Image Definition to be deleted.
+ /// The name of the gallery image definition to be deleted.
///
///
/// The cancellation token.
@@ -231,7 +231,7 @@ public static void Delete(this IGalleryImagesOperations operations, string resou
}
///
- /// List gallery Image Definitions in a gallery.
+ /// List gallery image definitions in a gallery.
///
///
/// The operations group for this extension method.
@@ -249,7 +249,7 @@ public static IPage ListByGallery(this IGalleryImagesOperations op
}
///
- /// List gallery Image Definitions in a gallery.
+ /// List gallery image definitions in a gallery.
///
///
/// The operations group for this extension method.
@@ -273,7 +273,7 @@ public static IPage ListByGallery(this IGalleryImagesOperations op
}
///
- /// Create or update a gallery Image Definition.
+ /// Create or update a gallery image definition.
///
///
/// The operations group for this extension method.
@@ -286,7 +286,7 @@ public static IPage ListByGallery(this IGalleryImagesOperations op
/// created.
///
///
- /// The name of the gallery Image Definition to be created or updated. The
+ /// The name of the gallery image definition to be created or updated. The
/// allowed characters are alphabets and numbers with dots, dashes, and periods
/// allowed in the middle. The maximum length is 80 characters.
///
@@ -299,7 +299,7 @@ public static GalleryImage BeginCreateOrUpdate(this IGalleryImagesOperations ope
}
///
- /// Create or update a gallery Image Definition.
+ /// Create or update a gallery image definition.
///
///
/// The operations group for this extension method.
@@ -312,7 +312,7 @@ public static GalleryImage BeginCreateOrUpdate(this IGalleryImagesOperations ope
/// created.
///
///
- /// The name of the gallery Image Definition to be created or updated. The
+ /// The name of the gallery image definition to be created or updated. The
/// allowed characters are alphabets and numbers with dots, dashes, and periods
/// allowed in the middle. The maximum length is 80 characters.
///
@@ -331,7 +331,7 @@ public static GalleryImage BeginCreateOrUpdate(this IGalleryImagesOperations ope
}
///
- /// Update a gallery Image Definition.
+ /// Update a gallery image definition.
///
///
/// The operations group for this extension method.
@@ -344,7 +344,7 @@ public static GalleryImage BeginCreateOrUpdate(this IGalleryImagesOperations ope
/// updated.
///
///
- /// The name of the gallery Image Definition to be updated. The allowed
+ /// The name of the gallery image definition to be updated. The allowed
/// characters are alphabets and numbers with dots, dashes, and periods allowed
/// in the middle. The maximum length is 80 characters.
///
@@ -357,7 +357,7 @@ public static GalleryImage BeginUpdate(this IGalleryImagesOperations operations,
}
///
- /// Update a gallery Image Definition.
+ /// Update a gallery image definition.
///
///
/// The operations group for this extension method.
@@ -370,7 +370,7 @@ public static GalleryImage BeginUpdate(this IGalleryImagesOperations operations,
/// updated.
///
///
- /// The name of the gallery Image Definition to be updated. The allowed
+ /// The name of the gallery image definition to be updated. The allowed
/// characters are alphabets and numbers with dots, dashes, and periods allowed
/// in the middle. The maximum length is 80 characters.
///
@@ -402,7 +402,7 @@ public static GalleryImage BeginUpdate(this IGalleryImagesOperations operations,
/// deleted.
///
///
- /// The name of the gallery Image Definition to be deleted.
+ /// The name of the gallery image definition to be deleted.
///
public static void BeginDelete(this IGalleryImagesOperations operations, string resourceGroupName, string galleryName, string galleryImageName)
{
@@ -423,7 +423,7 @@ public static void BeginDelete(this IGalleryImagesOperations operations, string
/// deleted.
///
///
- /// The name of the gallery Image Definition to be deleted.
+ /// The name of the gallery image definition to be deleted.
///
///
/// The cancellation token.
@@ -434,7 +434,7 @@ public static void BeginDelete(this IGalleryImagesOperations operations, string
}
///
- /// List gallery Image Definitions in a gallery.
+ /// List gallery image definitions in a gallery.
///
///
/// The operations group for this extension method.
@@ -448,7 +448,7 @@ public static IPage ListByGalleryNext(this IGalleryImagesOperation
}
///
- /// List gallery Image Definitions in a gallery.
+ /// List gallery image definitions in a gallery.
///
///
/// The operations group for this extension method.
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GallerySharingProfileOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GallerySharingProfileOperations.cs
new file mode 100644
index 000000000000..36d20e5f894b
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GallerySharingProfileOperations.cs
@@ -0,0 +1,309 @@
+//
+// 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
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Azure;
+ using Models;
+ using Newtonsoft.Json;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Linq;
+ using System.Net;
+ using System.Net.Http;
+ using System.Threading;
+ using System.Threading.Tasks;
+
+ ///
+ /// GallerySharingProfileOperations operations.
+ ///
+ internal partial class GallerySharingProfileOperations : IServiceOperations, IGallerySharingProfileOperations
+ {
+ ///
+ /// Initializes a new instance of the GallerySharingProfileOperations class.
+ ///
+ ///
+ /// Reference to the service client.
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ internal GallerySharingProfileOperations(ComputeManagementClient client)
+ {
+ if (client == null)
+ {
+ throw new System.ArgumentNullException("client");
+ }
+ Client = client;
+ }
+
+ ///
+ /// Gets a reference to the ComputeManagementClient
+ ///
+ public ComputeManagementClient Client { get; private set; }
+
+ ///
+ /// Update sharing profile of a gallery.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the Shared Image Gallery.
+ ///
+ ///
+ /// Parameters supplied to the update gallery sharing profile.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string galleryName, SharingUpdate sharingUpdate, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ // Send request
+ AzureOperationResponse _response = await BeginUpdateWithHttpMessagesAsync(resourceGroupName, galleryName, sharingUpdate, customHeaders, cancellationToken).ConfigureAwait(false);
+ return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false);
+ }
+
+ ///
+ /// Update sharing profile of a gallery.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the Shared Image Gallery.
+ ///
+ ///
+ /// Parameters supplied to the update gallery sharing profile.
+ ///
+ ///
+ /// Headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// A response object containing the response body and response headers.
+ ///
+ public async Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string galleryName, SharingUpdate sharingUpdate, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ if (Client.SubscriptionId == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId");
+ }
+ if (resourceGroupName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName");
+ }
+ if (galleryName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "galleryName");
+ }
+ if (sharingUpdate == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "sharingUpdate");
+ }
+ if (sharingUpdate != null)
+ {
+ sharingUpdate.Validate();
+ }
+ string apiVersion = "2020-09-30";
+ // Tracing
+ bool _shouldTrace = ServiceClientTracing.IsEnabled;
+ string _invocationId = null;
+ if (_shouldTrace)
+ {
+ _invocationId = ServiceClientTracing.NextInvocationId.ToString();
+ Dictionary tracingParameters = new Dictionary();
+ tracingParameters.Add("resourceGroupName", resourceGroupName);
+ tracingParameters.Add("galleryName", galleryName);
+ tracingParameters.Add("apiVersion", apiVersion);
+ tracingParameters.Add("sharingUpdate", sharingUpdate);
+ tracingParameters.Add("cancellationToken", cancellationToken);
+ ServiceClientTracing.Enter(_invocationId, this, "BeginUpdate", tracingParameters);
+ }
+ // Construct URL
+ var _baseUrl = Client.BaseUri.AbsoluteUri;
+ var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/share").ToString();
+ _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId));
+ _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName));
+ _url = _url.Replace("{galleryName}", System.Uri.EscapeDataString(galleryName));
+ List _queryParameters = new List();
+ if (apiVersion != null)
+ {
+ _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion)));
+ }
+ if (_queryParameters.Count > 0)
+ {
+ _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
+ }
+ // Create HTTP transport objects
+ var _httpRequest = new HttpRequestMessage();
+ HttpResponseMessage _httpResponse = null;
+ _httpRequest.Method = new HttpMethod("POST");
+ _httpRequest.RequestUri = new System.Uri(_url);
+ // Set Headers
+ if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value)
+ {
+ _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString());
+ }
+ if (Client.AcceptLanguage != null)
+ {
+ if (_httpRequest.Headers.Contains("accept-language"))
+ {
+ _httpRequest.Headers.Remove("accept-language");
+ }
+ _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage);
+ }
+
+
+ if (customHeaders != null)
+ {
+ foreach(var _header in customHeaders)
+ {
+ if (_httpRequest.Headers.Contains(_header.Key))
+ {
+ _httpRequest.Headers.Remove(_header.Key);
+ }
+ _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value);
+ }
+ }
+
+ // Serialize Request
+ string _requestContent = null;
+ if(sharingUpdate != null)
+ {
+ _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(sharingUpdate, Client.SerializationSettings);
+ _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8);
+ _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8");
+ }
+ // Set Credentials
+ if (Client.Credentials != null)
+ {
+ cancellationToken.ThrowIfCancellationRequested();
+ await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ }
+ // Send Request
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.SendRequest(_invocationId, _httpRequest);
+ }
+ cancellationToken.ThrowIfCancellationRequested();
+ _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse);
+ }
+ HttpStatusCode _statusCode = _httpResponse.StatusCode;
+ cancellationToken.ThrowIfCancellationRequested();
+ string _responseContent = null;
+ if ((int)_statusCode != 200 && (int)_statusCode != 202)
+ {
+ var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ try
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ if (_errorBody != null)
+ {
+ ex = new CloudException(_errorBody.Message);
+ ex.Body = _errorBody;
+ }
+ }
+ catch (JsonException)
+ {
+ // Ignore the exception
+ }
+ ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
+ ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Error(_invocationId, ex);
+ }
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw ex;
+ }
+ // Create Result
+ var _result = new AzureOperationResponse();
+ _result.Request = _httpRequest;
+ _result.Response = _httpResponse;
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ // Deserialize Response
+ if ((int)_statusCode == 200)
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ try
+ {
+ _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ }
+ catch (JsonException ex)
+ {
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw new SerializationException("Unable to deserialize the response.", _responseContent, ex);
+ }
+ }
+ // Deserialize Response
+ if ((int)_statusCode == 202)
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ try
+ {
+ _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ }
+ catch (JsonException ex)
+ {
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw new SerializationException("Unable to deserialize the response.", _responseContent, ex);
+ }
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Exit(_invocationId, _result);
+ }
+ return _result;
+ }
+
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GallerySharingProfileOperationsExtensions.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GallerySharingProfileOperationsExtensions.cs
new file mode 100644
index 000000000000..9ab1747dd236
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/GallerySharingProfileOperationsExtensions.cs
@@ -0,0 +1,117 @@
+//
+// 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
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Azure;
+ using Models;
+ using System.Threading;
+ using System.Threading.Tasks;
+
+ ///
+ /// Extension methods for GallerySharingProfileOperations.
+ ///
+ public static partial class GallerySharingProfileOperationsExtensions
+ {
+ ///
+ /// Update sharing profile of a gallery.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the Shared Image Gallery.
+ ///
+ ///
+ /// Parameters supplied to the update gallery sharing profile.
+ ///
+ public static SharingUpdate Update(this IGallerySharingProfileOperations operations, string resourceGroupName, string galleryName, SharingUpdate sharingUpdate)
+ {
+ return operations.UpdateAsync(resourceGroupName, galleryName, sharingUpdate).GetAwaiter().GetResult();
+ }
+
+ ///
+ /// Update sharing profile of a gallery.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the Shared Image Gallery.
+ ///
+ ///
+ /// Parameters supplied to the update gallery sharing profile.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public static async Task UpdateAsync(this IGallerySharingProfileOperations operations, string resourceGroupName, string galleryName, SharingUpdate sharingUpdate, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, galleryName, sharingUpdate, null, cancellationToken).ConfigureAwait(false))
+ {
+ return _result.Body;
+ }
+ }
+
+ ///
+ /// Update sharing profile of a gallery.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the Shared Image Gallery.
+ ///
+ ///
+ /// Parameters supplied to the update gallery sharing profile.
+ ///
+ public static SharingUpdate BeginUpdate(this IGallerySharingProfileOperations operations, string resourceGroupName, string galleryName, SharingUpdate sharingUpdate)
+ {
+ return operations.BeginUpdateAsync(resourceGroupName, galleryName, sharingUpdate).GetAwaiter().GetResult();
+ }
+
+ ///
+ /// Update sharing profile of a gallery.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the Shared Image Gallery.
+ ///
+ ///
+ /// Parameters supplied to the update gallery sharing profile.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public static async Task BeginUpdateAsync(this IGallerySharingProfileOperations operations, string resourceGroupName, string galleryName, SharingUpdate sharingUpdate, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ using (var _result = await operations.BeginUpdateWithHttpMessagesAsync(resourceGroupName, galleryName, sharingUpdate, null, cancellationToken).ConfigureAwait(false))
+ {
+ return _result.Body;
+ }
+ }
+
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IComputeManagementClient.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IComputeManagementClient.cs
index 06794fb3d0b5..a2e8ad1bc456 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IComputeManagementClient.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IComputeManagementClient.cs
@@ -231,6 +231,26 @@ public partial interface IComputeManagementClient : System.IDisposable
///
IGalleryApplicationVersionsOperations GalleryApplicationVersions { get; }
+ ///
+ /// Gets the IGallerySharingProfileOperations.
+ ///
+ IGallerySharingProfileOperations GallerySharingProfile { get; }
+
+ ///
+ /// Gets the ISharedGalleriesOperations.
+ ///
+ ISharedGalleriesOperations SharedGalleries { get; }
+
+ ///
+ /// Gets the ISharedGalleryImagesOperations.
+ ///
+ ISharedGalleryImagesOperations SharedGalleryImages { get; }
+
+ ///
+ /// Gets the ISharedGalleryImageVersionsOperations.
+ ///
+ ISharedGalleryImageVersionsOperations SharedGalleryImageVersions { get; }
+
///
/// Gets the ICloudServiceRoleInstancesOperations.
///
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IGalleriesOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IGalleriesOperations.cs
index ca3cfebcee4c..2e17fe75814a 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IGalleriesOperations.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IGalleriesOperations.cs
@@ -93,6 +93,10 @@ public partial interface IGalleriesOperations
///
/// The name of the Shared Image Gallery.
///
+ ///
+ /// The select expression to apply on the operation. Possible values
+ /// include: 'Permissions'
+ ///
///
/// The headers that will be added to request.
///
@@ -108,7 +112,7 @@ public partial interface IGalleriesOperations
///
/// Thrown when a required parameter is null
///
- Task> GetWithHttpMessagesAsync(string resourceGroupName, string galleryName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> GetWithHttpMessagesAsync(string resourceGroupName, string galleryName, string select = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// Delete a Shared Image Gallery.
///
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IGalleryImageVersionsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IGalleryImageVersionsOperations.cs
index 48a1efb60205..60387a8991fe 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IGalleryImageVersionsOperations.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IGalleryImageVersionsOperations.cs
@@ -24,7 +24,7 @@ namespace Microsoft.Azure.Management.Compute
public partial interface IGalleryImageVersionsOperations
{
///
- /// Create or update a gallery Image Version.
+ /// Create or update a gallery image version.
///
///
/// The name of the resource group.
@@ -34,18 +34,18 @@ public partial interface IGalleryImageVersionsOperations
/// resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version
+ /// The name of the gallery image definition in which the Image Version
/// is to be created.
///
///
- /// The name of the gallery Image Version to be created. Needs to
+ /// The name of the gallery image version to be created. Needs to
/// follow semantic version name pattern: The allowed characters are
/// digit and period. Digits must be within the range of a 32-bit
/// integer. Format:
/// <MajorVersion>.<MinorVersion>.<Patch>
///
///
- /// Parameters supplied to the create or update gallery Image Version
+ /// Parameters supplied to the create or update gallery image version
/// operation.
///
///
@@ -65,7 +65,7 @@ public partial interface IGalleryImageVersionsOperations
///
Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string galleryName, string galleryImageName, string galleryImageVersionName, GalleryImageVersion galleryImageVersion, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Update a gallery Image Version.
+ /// Update a gallery image version.
///
///
/// The name of the resource group.
@@ -75,18 +75,18 @@ public partial interface IGalleryImageVersionsOperations
/// resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version
+ /// The name of the gallery image definition in which the Image Version
/// is to be updated.
///
///
- /// The name of the gallery Image Version to be updated. Needs to
+ /// The name of the gallery image version to be updated. Needs to
/// follow semantic version name pattern: The allowed characters are
/// digit and period. Digits must be within the range of a 32-bit
/// integer. Format:
/// <MajorVersion>.<MinorVersion>.<Patch>
///
///
- /// Parameters supplied to the update gallery Image Version operation.
+ /// Parameters supplied to the update gallery image version operation.
///
///
/// The headers that will be added to request.
@@ -105,7 +105,7 @@ public partial interface IGalleryImageVersionsOperations
///
Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string galleryName, string galleryImageName, string galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Retrieves information about a gallery Image Version.
+ /// Retrieves information about a gallery image version.
///
///
/// The name of the resource group.
@@ -115,11 +115,11 @@ public partial interface IGalleryImageVersionsOperations
/// resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version
+ /// The name of the gallery image definition in which the Image Version
/// resides.
///
///
- /// The name of the gallery Image Version to be retrieved.
+ /// The name of the gallery image version to be retrieved.
///
///
/// The expand expression to apply on the operation. Possible values
@@ -142,7 +142,7 @@ public partial interface IGalleryImageVersionsOperations
///
Task> GetWithHttpMessagesAsync(string resourceGroupName, string galleryName, string galleryImageName, string galleryImageVersionName, string expand = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Delete a gallery Image Version.
+ /// Delete a gallery image version.
///
///
/// The name of the resource group.
@@ -152,11 +152,11 @@ public partial interface IGalleryImageVersionsOperations
/// resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version
+ /// The name of the gallery image definition in which the Image Version
/// resides.
///
///
- /// The name of the gallery Image Version to be deleted.
+ /// The name of the gallery image version to be deleted.
///
///
/// The headers that will be added to request.
@@ -172,7 +172,7 @@ public partial interface IGalleryImageVersionsOperations
///
Task DeleteWithHttpMessagesAsync(string resourceGroupName, string galleryName, string galleryImageName, string galleryImageVersionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// List gallery Image Versions in a gallery Image Definition.
+ /// List gallery image versions in a gallery image definition.
///
///
/// The name of the resource group.
@@ -202,7 +202,7 @@ public partial interface IGalleryImageVersionsOperations
///
Task>> ListByGalleryImageWithHttpMessagesAsync(string resourceGroupName, string galleryName, string galleryImageName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Create or update a gallery Image Version.
+ /// Create or update a gallery image version.
///
///
/// The name of the resource group.
@@ -212,18 +212,18 @@ public partial interface IGalleryImageVersionsOperations
/// resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version
+ /// The name of the gallery image definition in which the Image Version
/// is to be created.
///
///
- /// The name of the gallery Image Version to be created. Needs to
+ /// The name of the gallery image version to be created. Needs to
/// follow semantic version name pattern: The allowed characters are
/// digit and period. Digits must be within the range of a 32-bit
/// integer. Format:
/// <MajorVersion>.<MinorVersion>.<Patch>
///
///
- /// Parameters supplied to the create or update gallery Image Version
+ /// Parameters supplied to the create or update gallery image version
/// operation.
///
///
@@ -243,7 +243,7 @@ public partial interface IGalleryImageVersionsOperations
///
Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string galleryName, string galleryImageName, string galleryImageVersionName, GalleryImageVersion galleryImageVersion, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Update a gallery Image Version.
+ /// Update a gallery image version.
///
///
/// The name of the resource group.
@@ -253,18 +253,18 @@ public partial interface IGalleryImageVersionsOperations
/// resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version
+ /// The name of the gallery image definition in which the Image Version
/// is to be updated.
///
///
- /// The name of the gallery Image Version to be updated. Needs to
+ /// The name of the gallery image version to be updated. Needs to
/// follow semantic version name pattern: The allowed characters are
/// digit and period. Digits must be within the range of a 32-bit
/// integer. Format:
/// <MajorVersion>.<MinorVersion>.<Patch>
///
///
- /// Parameters supplied to the update gallery Image Version operation.
+ /// Parameters supplied to the update gallery image version operation.
///
///
/// The headers that will be added to request.
@@ -283,7 +283,7 @@ public partial interface IGalleryImageVersionsOperations
///
Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string galleryName, string galleryImageName, string galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Delete a gallery Image Version.
+ /// Delete a gallery image version.
///
///
/// The name of the resource group.
@@ -293,11 +293,11 @@ public partial interface IGalleryImageVersionsOperations
/// resides.
///
///
- /// The name of the gallery Image Definition in which the Image Version
+ /// The name of the gallery image definition in which the Image Version
/// resides.
///
///
- /// The name of the gallery Image Version to be deleted.
+ /// The name of the gallery image version to be deleted.
///
///
/// The headers that will be added to request.
@@ -313,7 +313,7 @@ public partial interface IGalleryImageVersionsOperations
///
Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string galleryName, string galleryImageName, string galleryImageVersionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// List gallery Image Versions in a gallery Image Definition.
+ /// List gallery image versions in a gallery image definition.
///
///
/// The NextLink from the previous successful call to List operation.
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IGalleryImagesOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IGalleryImagesOperations.cs
index 523c2ffc9ffc..bfe8aaf91f55 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IGalleryImagesOperations.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IGalleryImagesOperations.cs
@@ -24,7 +24,7 @@ namespace Microsoft.Azure.Management.Compute
public partial interface IGalleryImagesOperations
{
///
- /// Create or update a gallery Image Definition.
+ /// Create or update a gallery image definition.
///
///
/// The name of the resource group.
@@ -34,7 +34,7 @@ public partial interface IGalleryImagesOperations
/// is to be created.
///
///
- /// The name of the gallery Image Definition to be created or updated.
+ /// The name of the gallery image definition to be created or updated.
/// The allowed characters are alphabets and numbers with dots, dashes,
/// and periods allowed in the middle. The maximum length is 80
/// characters.
@@ -60,7 +60,7 @@ public partial interface IGalleryImagesOperations
///
Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string galleryName, string galleryImageName, GalleryImage galleryImage, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Update a gallery Image Definition.
+ /// Update a gallery image definition.
///
///
/// The name of the resource group.
@@ -70,7 +70,7 @@ public partial interface IGalleryImagesOperations
/// is to be updated.
///
///
- /// The name of the gallery Image Definition to be updated. The allowed
+ /// The name of the gallery image definition to be updated. The allowed
/// characters are alphabets and numbers with dots, dashes, and periods
/// allowed in the middle. The maximum length is 80 characters.
///
@@ -94,7 +94,7 @@ public partial interface IGalleryImagesOperations
///
Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string galleryName, string galleryImageName, GalleryImageUpdate galleryImage, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Retrieves information about a gallery Image Definition.
+ /// Retrieves information about a gallery image definition.
///
///
/// The name of the resource group.
@@ -104,7 +104,7 @@ public partial interface IGalleryImagesOperations
/// Definitions are to be retrieved.
///
///
- /// The name of the gallery Image Definition to be retrieved.
+ /// The name of the gallery image definition to be retrieved.
///
///
/// The headers that will be added to request.
@@ -133,7 +133,7 @@ public partial interface IGalleryImagesOperations
/// is to be deleted.
///
///
- /// The name of the gallery Image Definition to be deleted.
+ /// The name of the gallery image definition to be deleted.
///
///
/// The headers that will be added to request.
@@ -149,7 +149,7 @@ public partial interface IGalleryImagesOperations
///
Task DeleteWithHttpMessagesAsync(string resourceGroupName, string galleryName, string galleryImageName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// List gallery Image Definitions in a gallery.
+ /// List gallery image definitions in a gallery.
///
///
/// The name of the resource group.
@@ -175,7 +175,7 @@ public partial interface IGalleryImagesOperations
///
Task>> ListByGalleryWithHttpMessagesAsync(string resourceGroupName, string galleryName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Create or update a gallery Image Definition.
+ /// Create or update a gallery image definition.
///
///
/// The name of the resource group.
@@ -185,7 +185,7 @@ public partial interface IGalleryImagesOperations
/// is to be created.
///
///
- /// The name of the gallery Image Definition to be created or updated.
+ /// The name of the gallery image definition to be created or updated.
/// The allowed characters are alphabets and numbers with dots, dashes,
/// and periods allowed in the middle. The maximum length is 80
/// characters.
@@ -211,7 +211,7 @@ public partial interface IGalleryImagesOperations
///
Task> BeginCreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string galleryName, string galleryImageName, GalleryImage galleryImage, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// Update a gallery Image Definition.
+ /// Update a gallery image definition.
///
///
/// The name of the resource group.
@@ -221,7 +221,7 @@ public partial interface IGalleryImagesOperations
/// is to be updated.
///
///
- /// The name of the gallery Image Definition to be updated. The allowed
+ /// The name of the gallery image definition to be updated. The allowed
/// characters are alphabets and numbers with dots, dashes, and periods
/// allowed in the middle. The maximum length is 80 characters.
///
@@ -255,7 +255,7 @@ public partial interface IGalleryImagesOperations
/// is to be deleted.
///
///
- /// The name of the gallery Image Definition to be deleted.
+ /// The name of the gallery image definition to be deleted.
///
///
/// The headers that will be added to request.
@@ -271,7 +271,7 @@ public partial interface IGalleryImagesOperations
///
Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string galleryName, string galleryImageName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
- /// List gallery Image Definitions in a gallery.
+ /// List gallery image definitions in a gallery.
///
///
/// The NextLink from the previous successful call to List operation.
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IGallerySharingProfileOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IGallerySharingProfileOperations.cs
new file mode 100644
index 000000000000..851857bc297a
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/IGallerySharingProfileOperations.cs
@@ -0,0 +1,83 @@
+//
+// 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
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Azure;
+ using Models;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Threading;
+ using System.Threading.Tasks;
+
+ ///
+ /// GallerySharingProfileOperations operations.
+ ///
+ public partial interface IGallerySharingProfileOperations
+ {
+ ///
+ /// Update sharing profile of a gallery.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the Shared Image Gallery.
+ ///
+ ///
+ /// Parameters supplied to the update gallery sharing profile.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string galleryName, SharingUpdate sharingUpdate, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ ///
+ /// Update sharing profile of a gallery.
+ ///
+ ///
+ /// The name of the resource group.
+ ///
+ ///
+ /// The name of the Shared Image Gallery.
+ ///
+ ///
+ /// Parameters supplied to the update gallery sharing profile.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ Task> BeginUpdateWithHttpMessagesAsync(string resourceGroupName, string galleryName, SharingUpdate sharingUpdate, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/ISharedGalleriesOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/ISharedGalleriesOperations.cs
new file mode 100644
index 000000000000..369d638e16b0
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/ISharedGalleriesOperations.cs
@@ -0,0 +1,100 @@
+//
+// 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
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Azure;
+ using Models;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Threading;
+ using System.Threading.Tasks;
+
+ ///
+ /// SharedGalleriesOperations operations.
+ ///
+ public partial interface ISharedGalleriesOperations
+ {
+ ///
+ /// List shared galleries by subscription id or tenant id.
+ ///
+ ///
+ /// Resource location.
+ ///
+ ///
+ /// The query parameter to decide what shared galleries to fetch when
+ /// doing listing operations. Possible values include: 'tenant'
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ Task>> ListWithHttpMessagesAsync(string location, string sharedTo = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ ///
+ /// Get a shared gallery by subscription id or tenant id.
+ ///
+ ///
+ /// Resource location.
+ ///
+ ///
+ /// The unique name of the Shared Gallery.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ Task> GetWithHttpMessagesAsync(string location, string galleryUniqueName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ ///
+ /// List shared galleries by subscription id or tenant id.
+ ///
+ ///
+ /// The NextLink from the previous successful call to List operation.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/ISharedGalleryImageVersionsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/ISharedGalleryImageVersionsOperations.cs
new file mode 100644
index 000000000000..f885944fb8f4
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/ISharedGalleryImageVersionsOperations.cs
@@ -0,0 +1,118 @@
+//
+// 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
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Azure;
+ using Models;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Threading;
+ using System.Threading.Tasks;
+
+ ///
+ /// SharedGalleryImageVersionsOperations operations.
+ ///
+ public partial interface ISharedGalleryImageVersionsOperations
+ {
+ ///
+ /// List shared gallery image versions by subscription id or tenant id.
+ ///
+ ///
+ /// Resource location.
+ ///
+ ///
+ /// The unique name of the Shared Gallery.
+ ///
+ ///
+ /// The name of the Shared Gallery Image Definition from which the
+ /// Image Versions are to be listed.
+ ///
+ ///
+ /// The query parameter to decide what shared galleries to fetch when
+ /// doing listing operations. Possible values include: 'tenant'
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ Task>> ListWithHttpMessagesAsync(string location, string galleryUniqueName, string galleryImageName, string sharedTo = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ ///
+ /// Get a shared gallery image version by subscription id or tenant id.
+ ///
+ ///
+ /// Resource location.
+ ///
+ ///
+ /// The unique name of the Shared Gallery.
+ ///
+ ///
+ /// The name of the Shared Gallery Image Definition from which the
+ /// Image Versions are to be listed.
+ ///
+ ///
+ /// The name of the gallery image version to be created. Needs to
+ /// follow semantic version name pattern: The allowed characters are
+ /// digit and period. Digits must be within the range of a 32-bit
+ /// integer. Format:
+ /// <MajorVersion>.<MinorVersion>.<Patch>
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ Task> GetWithHttpMessagesAsync(string location, string galleryUniqueName, string galleryImageName, string galleryImageVersionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ ///
+ /// List shared gallery image versions by subscription id or tenant id.
+ ///
+ ///
+ /// The NextLink from the previous successful call to List operation.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/ISharedGalleryImagesOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/ISharedGalleryImagesOperations.cs
new file mode 100644
index 000000000000..29684dfca5e7
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/ISharedGalleryImagesOperations.cs
@@ -0,0 +1,107 @@
+//
+// 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
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Azure;
+ using Models;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Threading;
+ using System.Threading.Tasks;
+
+ ///
+ /// SharedGalleryImagesOperations operations.
+ ///
+ public partial interface ISharedGalleryImagesOperations
+ {
+ ///
+ /// List shared gallery images by subscription id or tenant id.
+ ///
+ ///
+ /// Resource location.
+ ///
+ ///
+ /// The unique name of the Shared Gallery.
+ ///
+ ///
+ /// The query parameter to decide what shared galleries to fetch when
+ /// doing listing operations. Possible values include: 'tenant'
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ Task>> ListWithHttpMessagesAsync(string location, string galleryUniqueName, string sharedTo = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ ///
+ /// Get a shared gallery image by subscription id or tenant id.
+ ///
+ ///
+ /// Resource location.
+ ///
+ ///
+ /// The unique name of the Shared Gallery.
+ ///
+ ///
+ /// The name of the Shared Gallery Image Definition from which the
+ /// Image Versions are to be listed.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ Task> GetWithHttpMessagesAsync(string location, string galleryUniqueName, string galleryImageName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ ///
+ /// List shared gallery images by subscription id or tenant id.
+ ///
+ ///
+ /// The NextLink from the previous successful call to List operation.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/Gallery.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/Gallery.cs
index 3164fc5d8259..df6b6a84056c 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/Gallery.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/Gallery.cs
@@ -44,12 +44,13 @@ public Gallery()
/// Gallery resource. This property is updatable.
/// The current state of the
/// gallery.
- public Gallery(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string description = default(string), GalleryIdentifier identifier = default(GalleryIdentifier), string provisioningState = default(string))
+ public Gallery(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string description = default(string), GalleryIdentifier identifier = default(GalleryIdentifier), string provisioningState = default(string), SharingProfile sharingProfile = default(SharingProfile))
: base(location, id, name, type, tags)
{
Description = description;
Identifier = identifier;
ProvisioningState = provisioningState;
+ SharingProfile = sharingProfile;
CustomInit();
}
@@ -81,6 +82,11 @@ public Gallery()
[JsonProperty(PropertyName = "properties.provisioningState")]
public string ProvisioningState { get; private set; }
+ ///
+ ///
+ [JsonProperty(PropertyName = "properties.sharingProfile")]
+ public SharingProfile SharingProfile { get; set; }
+
///
/// Validate the object.
///
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 e24d7e174e0b..90a4c08c1c33 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
@@ -45,9 +45,9 @@ public GalleryApplicationVersionPublishingProfile()
/// deployed from the latest version of the Image Definition won't use
/// this Image Version.
/// The timestamp for when the gallery
- /// Image Version is published.
+ /// image version is published.
/// The end of life date of the gallery
- /// Image Version. This property can be used for decommissioning
+ /// image version. This property can be used for decommissioning
/// purposes. This property is updatable.
/// Specifies the storage account type
/// to be used to store the image. This property is not updatable.
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryArtifactPublishingProfileBase.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryArtifactPublishingProfileBase.cs
index 1b6b478f2b6b..8f21c927feef 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryArtifactPublishingProfileBase.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryArtifactPublishingProfileBase.cs
@@ -44,9 +44,9 @@ public GalleryArtifactPublishingProfileBase()
/// deployed from the latest version of the Image Definition won't use
/// this Image Version.
/// The timestamp for when the gallery
- /// Image Version is published.
+ /// image version is published.
/// The end of life date of the gallery
- /// Image Version. This property can be used for decommissioning
+ /// image version. This property can be used for decommissioning
/// purposes. This property is updatable.
/// Specifies the storage account type
/// to be used to store the image. This property is not updatable.
@@ -93,13 +93,13 @@ public GalleryArtifactPublishingProfileBase()
public bool? ExcludeFromLatest { get; set; }
///
- /// Gets the timestamp for when the gallery Image Version is published.
+ /// Gets the timestamp for when the gallery image version is published.
///
[JsonProperty(PropertyName = "publishedDate")]
public System.DateTime? PublishedDate { get; private set; }
///
- /// Gets or sets the end of life date of the gallery Image Version.
+ /// Gets or sets the end of life date of the gallery image version.
/// This property can be used for decommissioning purposes. This
/// property is updatable.
///
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryArtifactVersionSource.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryArtifactVersionSource.cs
index 7617dbe21556..ebe95fdfc09b 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryArtifactVersionSource.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryArtifactVersionSource.cs
@@ -32,10 +32,14 @@ public GalleryArtifactVersionSource()
/// class.
///
/// The id of the gallery artifact version source. Can
- /// specify a disk uri, snapshot uri, or user image.
- public GalleryArtifactVersionSource(string id = default(string))
+ /// specify a disk uri, snapshot uri, user image or storage account
+ /// resource.
+ /// The uri of the gallery artifact version source.
+ /// Currently used to specify vhd/blob source.
+ public GalleryArtifactVersionSource(string id = default(string), string uri = default(string))
{
Id = id;
+ Uri = uri;
CustomInit();
}
@@ -46,10 +50,18 @@ public GalleryArtifactVersionSource()
///
/// Gets or sets the id of the gallery artifact version source. Can
- /// specify a disk uri, snapshot uri, or user image.
+ /// specify a disk uri, snapshot uri, user image or storage account
+ /// resource.
///
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
+ ///
+ /// Gets or sets the uri of the gallery artifact version source.
+ /// Currently used to specify vhd/blob source.
+ ///
+ [JsonProperty(PropertyName = "uri")]
+ public string Uri { get; set; }
+
}
}
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 276cb3aeaae5..73b908e4e6db 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
@@ -18,7 +18,7 @@ namespace Microsoft.Azure.Management.Compute.Models
using System.Linq;
///
- /// Specifies information about the gallery Image Definition that you want
+ /// Specifies information about the gallery image definition that you want
/// to create or update.
///
[Rest.Serialization.JsonTransformation]
@@ -49,10 +49,10 @@ public GalleryImage()
/// Resource name
/// Resource type
/// Resource tags
- /// The description of this gallery Image
- /// Definition resource. This property is updatable.
- /// The Eula agreement for the gallery Image
- /// Definition.
+ /// The description of this gallery image
+ /// definition resource. This property is updatable.
+ /// The Eula agreement for the gallery image
+ /// definition.
/// The privacy statement
/// uri.
/// The release note uri.
@@ -60,11 +60,12 @@ public GalleryImage()
/// 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
+ /// image definition. This property can be used for decommissioning
/// purposes. This property is updatable.
/// The current state of the gallery
- /// Image Definition.
- 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))
+ /// image definition.
+ /// A list of gallery image features.
+ 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))
: base(location, id, name, type, tags)
{
Description = description;
@@ -80,6 +81,7 @@ public GalleryImage()
Disallowed = disallowed;
PurchasePlan = purchasePlan;
ProvisioningState = provisioningState;
+ Features = features;
CustomInit();
}
@@ -89,14 +91,14 @@ public GalleryImage()
partial void CustomInit();
///
- /// Gets or sets the description of this gallery Image Definition
+ /// Gets or sets the description of this gallery image definition
/// resource. This property is updatable.
///
[JsonProperty(PropertyName = "properties.description")]
public string Description { get; set; }
///
- /// Gets or sets the Eula agreement for the gallery Image Definition.
+ /// Gets or sets the Eula agreement for the gallery image definition.
///
[JsonProperty(PropertyName = "properties.eula")]
public string Eula { get; set; }
@@ -141,7 +143,7 @@ public GalleryImage()
public string HyperVGeneration { get; set; }
///
- /// Gets or sets the end of life date of the gallery Image Definition.
+ /// Gets or sets the end of life date of the gallery image definition.
/// This property can be used for decommissioning purposes. This
/// property is updatable.
///
@@ -169,7 +171,7 @@ public GalleryImage()
public ImagePurchasePlan PurchasePlan { get; set; }
///
- /// Gets the current state of the gallery Image Definition.
+ /// Gets the current state of the gallery image definition.
///
///
/// The provisioning state, which only appears in the response.
@@ -179,6 +181,12 @@ public GalleryImage()
[JsonProperty(PropertyName = "properties.provisioningState")]
public string ProvisioningState { get; private set; }
+ ///
+ /// Gets or sets a list of gallery image features.
+ ///
+ [JsonProperty(PropertyName = "properties.features")]
+ public IList Features { get; set; }
+
///
/// Validate the object.
///
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImageFeature.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImageFeature.cs
new file mode 100644
index 000000000000..2aa52c29b60b
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImageFeature.cs
@@ -0,0 +1,59 @@
+//
+// 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;
+
+ ///
+ /// A feature for gallery image.
+ ///
+ public partial class GalleryImageFeature
+ {
+ ///
+ /// Initializes a new instance of the GalleryImageFeature class.
+ ///
+ public GalleryImageFeature()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the GalleryImageFeature class.
+ ///
+ /// The name of the gallery image feature.
+ /// The value of the gallery image feature.
+ public GalleryImageFeature(string name = default(string), string value = default(string))
+ {
+ Name = name;
+ Value = value;
+ CustomInit();
+ }
+
+ ///
+ /// An initialization method that performs custom operations like setting defaults
+ ///
+ partial void CustomInit();
+
+ ///
+ /// Gets or sets the name of the gallery image feature.
+ ///
+ [JsonProperty(PropertyName = "name")]
+ public string Name { get; set; }
+
+ ///
+ /// Gets or sets the value of the gallery image feature.
+ ///
+ [JsonProperty(PropertyName = "value")]
+ public string Value { get; set; }
+
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImageIdentifier.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImageIdentifier.cs
index b18ce093894f..5f3835b6879f 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImageIdentifier.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImageIdentifier.cs
@@ -15,7 +15,7 @@ namespace Microsoft.Azure.Management.Compute.Models
using System.Linq;
///
- /// This is the gallery Image Definition identifier.
+ /// This is the gallery image definition identifier.
///
public partial class GalleryImageIdentifier
{
@@ -30,11 +30,11 @@ public GalleryImageIdentifier()
///
/// Initializes a new instance of the GalleryImageIdentifier class.
///
- /// The name of the gallery Image Definition
+ /// The name of the gallery image definition
/// publisher.
- /// The name of the gallery Image Definition
+ /// The name of the gallery image definition
/// offer.
- /// The name of the gallery Image Definition
+ /// The name of the gallery image definition
/// SKU.
public GalleryImageIdentifier(string publisher, string offer, string sku)
{
@@ -50,19 +50,19 @@ public GalleryImageIdentifier(string publisher, string offer, string sku)
partial void CustomInit();
///
- /// Gets or sets the name of the gallery Image Definition publisher.
+ /// Gets or sets the name of the gallery image definition publisher.
///
[JsonProperty(PropertyName = "publisher")]
public string Publisher { get; set; }
///
- /// Gets or sets the name of the gallery Image Definition offer.
+ /// Gets or sets the name of the gallery image definition offer.
///
[JsonProperty(PropertyName = "offer")]
public string Offer { get; set; }
///
- /// Gets or sets the name of the gallery Image Definition SKU.
+ /// Gets or sets the name of the gallery image definition SKU.
///
[JsonProperty(PropertyName = "sku")]
public string Sku { 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 4ac822d3c550..428379ec99f5 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
@@ -18,7 +18,7 @@ namespace Microsoft.Azure.Management.Compute.Models
using System.Linq;
///
- /// Specifies information about the gallery Image Definition that you want
+ /// Specifies information about the gallery image definition that you want
/// to update.
///
[Rest.Serialization.JsonTransformation]
@@ -48,10 +48,10 @@ public GalleryImageUpdate()
/// Resource name
/// Resource type
/// Resource tags
- /// The description of this gallery Image
- /// Definition resource. This property is updatable.
- /// The Eula agreement for the gallery Image
- /// Definition.
+ /// The description of this gallery image
+ /// definition resource. This property is updatable.
+ /// The Eula agreement for the gallery image
+ /// definition.
/// The privacy statement
/// uri.
/// The release note uri.
@@ -59,11 +59,12 @@ public GalleryImageUpdate()
/// 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
+ /// image definition. This property can be used for decommissioning
/// purposes. This property is updatable.
/// The current state of the gallery
- /// Image Definition.
- 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))
+ /// image definition.
+ /// A list of gallery image features.
+ 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))
: base(id, name, type, tags)
{
Description = description;
@@ -79,6 +80,7 @@ public GalleryImageUpdate()
Disallowed = disallowed;
PurchasePlan = purchasePlan;
ProvisioningState = provisioningState;
+ Features = features;
CustomInit();
}
@@ -88,14 +90,14 @@ public GalleryImageUpdate()
partial void CustomInit();
///
- /// Gets or sets the description of this gallery Image Definition
+ /// Gets or sets the description of this gallery image definition
/// resource. This property is updatable.
///
[JsonProperty(PropertyName = "properties.description")]
public string Description { get; set; }
///
- /// Gets or sets the Eula agreement for the gallery Image Definition.
+ /// Gets or sets the Eula agreement for the gallery image definition.
///
[JsonProperty(PropertyName = "properties.eula")]
public string Eula { get; set; }
@@ -140,7 +142,7 @@ public GalleryImageUpdate()
public string HyperVGeneration { get; set; }
///
- /// Gets or sets the end of life date of the gallery Image Definition.
+ /// Gets or sets the end of life date of the gallery image definition.
/// This property can be used for decommissioning purposes. This
/// property is updatable.
///
@@ -168,7 +170,7 @@ public GalleryImageUpdate()
public ImagePurchasePlan PurchasePlan { get; set; }
///
- /// Gets the current state of the gallery Image Definition.
+ /// Gets the current state of the gallery image definition.
///
///
/// The provisioning state, which only appears in the response.
@@ -178,6 +180,12 @@ public GalleryImageUpdate()
[JsonProperty(PropertyName = "properties.provisioningState")]
public string ProvisioningState { get; private set; }
+ ///
+ /// Gets or sets a list of gallery image features.
+ ///
+ [JsonProperty(PropertyName = "properties.features")]
+ public IList Features { get; set; }
+
///
/// Validate the object.
///
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImageVersion.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImageVersion.cs
index a7ad1dea5fab..707a553ae2c5 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImageVersion.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImageVersion.cs
@@ -18,7 +18,7 @@ namespace Microsoft.Azure.Management.Compute.Models
using System.Linq;
///
- /// Specifies information about the gallery Image Version that you want to
+ /// Specifies information about the gallery image version that you want to
/// create or update.
///
[Rest.Serialization.JsonTransformation]
@@ -41,7 +41,7 @@ public GalleryImageVersion()
/// Resource type
/// Resource tags
/// The current state of the gallery
- /// Image Version.
+ /// image version.
public GalleryImageVersion(string location, GalleryImageVersionStorageProfile storageProfile, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), GalleryImageVersionPublishingProfile publishingProfile = default(GalleryImageVersionPublishingProfile), string provisioningState = default(string), ReplicationStatus replicationStatus = default(ReplicationStatus))
: base(location, id, name, type, tags)
{
@@ -63,7 +63,7 @@ public GalleryImageVersion()
public GalleryImageVersionPublishingProfile PublishingProfile { get; set; }
///
- /// Gets the current state of the gallery Image Version.
+ /// Gets the current state of the gallery image version.
///
///
/// The provisioning state, which only appears in the response.
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImageVersionPublishingProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImageVersionPublishingProfile.cs
index 6881266310aa..d047e097275a 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImageVersionPublishingProfile.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImageVersionPublishingProfile.cs
@@ -15,7 +15,7 @@ namespace Microsoft.Azure.Management.Compute.Models
using System.Linq;
///
- /// The publishing profile of a gallery Image Version.
+ /// The publishing profile of a gallery image Version.
///
public partial class GalleryImageVersionPublishingProfile : GalleryArtifactPublishingProfileBase
{
@@ -43,9 +43,9 @@ public GalleryImageVersionPublishingProfile()
/// deployed from the latest version of the Image Definition won't use
/// this Image Version.
/// The timestamp for when the gallery
- /// Image Version is published.
+ /// image version is published.
/// The end of life date of the gallery
- /// Image Version. This property can be used for decommissioning
+ /// image version. This property can be used for decommissioning
/// purposes. This property is updatable.
/// Specifies the storage account type
/// to be used to store the image. This property is not updatable.
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImageVersionUpdate.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImageVersionUpdate.cs
index 95a7c06e84e8..174e5218e0fe 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImageVersionUpdate.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryImageVersionUpdate.cs
@@ -18,7 +18,7 @@ namespace Microsoft.Azure.Management.Compute.Models
using System.Linq;
///
- /// Specifies information about the gallery Image Version that you want to
+ /// Specifies information about the gallery image version that you want to
/// update.
///
[Rest.Serialization.JsonTransformation]
@@ -40,7 +40,7 @@ public GalleryImageVersionUpdate()
/// Resource type
/// Resource tags
/// The current state of the gallery
- /// Image Version.
+ /// image version.
public GalleryImageVersionUpdate(GalleryImageVersionStorageProfile storageProfile, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), GalleryImageVersionPublishingProfile publishingProfile = default(GalleryImageVersionPublishingProfile), string provisioningState = default(string), ReplicationStatus replicationStatus = default(ReplicationStatus))
: base(id, name, type, tags)
{
@@ -62,7 +62,7 @@ public GalleryImageVersionUpdate()
public GalleryImageVersionPublishingProfile PublishingProfile { get; set; }
///
- /// Gets the current state of the gallery Image Version.
+ /// Gets the current state of the gallery image version.
///
///
/// The provisioning state, which only appears in the response.
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GallerySharingPermissionTypes.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GallerySharingPermissionTypes.cs
new file mode 100644
index 000000000000..22f0125b9557
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GallerySharingPermissionTypes.cs
@@ -0,0 +1,22 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.Compute.Models
+{
+
+ ///
+ /// Defines values for GallerySharingPermissionTypes.
+ ///
+ public static class GallerySharingPermissionTypes
+ {
+ public const string Private = "Private";
+ public const string Groups = "Groups";
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryUpdate.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryUpdate.cs
index e46c769da8b3..23ea5f90f3c5 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryUpdate.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/GalleryUpdate.cs
@@ -43,12 +43,13 @@ public GalleryUpdate()
/// Gallery resource. This property is updatable.
/// The current state of the
/// gallery.
- public GalleryUpdate(string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string description = default(string), GalleryIdentifier identifier = default(GalleryIdentifier), string provisioningState = default(string))
+ public GalleryUpdate(string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string description = default(string), GalleryIdentifier identifier = default(GalleryIdentifier), string provisioningState = default(string), SharingProfile sharingProfile = default(SharingProfile))
: base(id, name, type, tags)
{
Description = description;
Identifier = identifier;
ProvisioningState = provisioningState;
+ SharingProfile = sharingProfile;
CustomInit();
}
@@ -80,5 +81,10 @@ public GalleryUpdate()
[JsonProperty(PropertyName = "properties.provisioningState")]
public string ProvisioningState { get; private set; }
+ ///
+ ///
+ [JsonProperty(PropertyName = "properties.sharingProfile")]
+ public SharingProfile SharingProfile { get; set; }
+
}
}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ImagePurchasePlan.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ImagePurchasePlan.cs
index 8c15c2873d2e..491af12db0e4 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ImagePurchasePlan.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ImagePurchasePlan.cs
@@ -14,7 +14,7 @@ namespace Microsoft.Azure.Management.Compute.Models
using System.Linq;
///
- /// Describes the gallery Image Definition purchase plan. This is used by
+ /// Describes the gallery image definition purchase plan. This is used by
/// marketplace images.
///
public partial class ImagePurchasePlan
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/PirResource.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/PirResource.cs
new file mode 100644
index 000000000000..7a1e494e0651
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/PirResource.cs
@@ -0,0 +1,59 @@
+//
+// 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;
+
+ ///
+ /// The Resource model definition.
+ ///
+ public partial class PirResource
+ {
+ ///
+ /// Initializes a new instance of the PirResource class.
+ ///
+ public PirResource()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the PirResource class.
+ ///
+ /// Resource name
+ /// Resource location
+ public PirResource(string name = default(string), string location = default(string))
+ {
+ Name = name;
+ Location = location;
+ CustomInit();
+ }
+
+ ///
+ /// An initialization method that performs custom operations like setting defaults
+ ///
+ partial void CustomInit();
+
+ ///
+ /// Gets resource name
+ ///
+ [JsonProperty(PropertyName = "name")]
+ public string Name { get; private set; }
+
+ ///
+ /// Gets resource location
+ ///
+ [JsonProperty(PropertyName = "location")]
+ public string Location { get; private set; }
+
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/PirSharedGalleryResource.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/PirSharedGalleryResource.cs
new file mode 100644
index 000000000000..1ee9785ad48c
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/PirSharedGalleryResource.cs
@@ -0,0 +1,58 @@
+//
+// 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 Microsoft.Rest;
+ using Microsoft.Rest.Serialization;
+ using Newtonsoft.Json;
+ using System.Linq;
+
+ ///
+ /// Base information about the shared gallery resource in pir.
+ ///
+ [Rest.Serialization.JsonTransformation]
+ public partial class PirSharedGalleryResource : PirResource
+ {
+ ///
+ /// Initializes a new instance of the PirSharedGalleryResource class.
+ ///
+ public PirSharedGalleryResource()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the PirSharedGalleryResource class.
+ ///
+ /// Resource name
+ /// Resource location
+ /// The unique id of this shared
+ /// gallery.
+ public PirSharedGalleryResource(string name = default(string), string location = default(string), string uniqueId = default(string))
+ : base(name, location)
+ {
+ UniqueId = uniqueId;
+ CustomInit();
+ }
+
+ ///
+ /// An initialization method that performs custom operations like setting defaults
+ ///
+ partial void CustomInit();
+
+ ///
+ /// Gets or sets the unique id of this shared gallery.
+ ///
+ [JsonProperty(PropertyName = "identifier.uniqueId")]
+ public string UniqueId { get; set; }
+
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RegionalReplicationStatus.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RegionalReplicationStatus.cs
index 1723a9663fe3..a40af552a406 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RegionalReplicationStatus.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/RegionalReplicationStatus.cs
@@ -29,7 +29,7 @@ public RegionalReplicationStatus()
///
/// Initializes a new instance of the RegionalReplicationStatus class.
///
- /// The region to which the gallery Image Version
+ /// The region to which the gallery image version
/// is being replicated to.
/// This is the regional replication state.
/// Possible values include: 'Unknown', 'Replicating', 'Completed',
@@ -53,7 +53,7 @@ public RegionalReplicationStatus()
partial void CustomInit();
///
- /// Gets the region to which the gallery Image Version is being
+ /// Gets the region to which the gallery image version is being
/// replicated to.
///
[JsonProperty(PropertyName = "region")]
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ReplicationStatus.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ReplicationStatus.cs
index 17e4a4ad55a5..5263ab577613 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ReplicationStatus.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/ReplicationStatus.cs
@@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.Compute.Models
using System.Linq;
///
- /// This is the replication status of the gallery Image Version.
+ /// This is the replication status of the gallery image version.
///
public partial class ReplicationStatus
{
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SelectPermissions.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SelectPermissions.cs
new file mode 100644
index 000000000000..dcd358cd68e3
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SelectPermissions.cs
@@ -0,0 +1,21 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.Compute.Models
+{
+
+ ///
+ /// Defines values for SelectPermissions.
+ ///
+ public static class SelectPermissions
+ {
+ public const string Permissions = "Permissions";
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharedGallery.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharedGallery.cs
new file mode 100644
index 000000000000..aef86d0b185c
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharedGallery.cs
@@ -0,0 +1,48 @@
+//
+// 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 System.Linq;
+
+ ///
+ /// Specifies information about the Shared Gallery that you want to create
+ /// or update.
+ ///
+ public partial class SharedGallery : PirSharedGalleryResource
+ {
+ ///
+ /// Initializes a new instance of the SharedGallery class.
+ ///
+ public SharedGallery()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the SharedGallery class.
+ ///
+ /// Resource name
+ /// Resource location
+ /// The unique id of this shared
+ /// gallery.
+ public SharedGallery(string name = default(string), string location = default(string), string uniqueId = default(string))
+ : base(name, location, uniqueId)
+ {
+ CustomInit();
+ }
+
+ ///
+ /// An initialization method that performs custom operations like setting defaults
+ ///
+ partial void CustomInit();
+
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharedGalleryImage.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharedGalleryImage.cs
new file mode 100644
index 000000000000..e64cdf38245e
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharedGalleryImage.cs
@@ -0,0 +1,157 @@
+//
+// 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 Microsoft.Rest;
+ using Microsoft.Rest.Serialization;
+ using Newtonsoft.Json;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Linq;
+
+ ///
+ /// Specifies information about the gallery image definition that you want
+ /// to create or update.
+ ///
+ [Rest.Serialization.JsonTransformation]
+ public partial class SharedGalleryImage : PirSharedGalleryResource
+ {
+ ///
+ /// Initializes a new instance of the SharedGalleryImage class.
+ ///
+ public SharedGalleryImage()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the SharedGalleryImage class.
+ ///
+ /// This property allows you to specify the type
+ /// of the OS that is included in the disk when creating a VM from a
+ /// managed image. <br><br> Possible values are:
+ /// <br><br> **Windows** <br><br> **Linux**.
+ /// Possible values include: 'Windows', 'Linux'
+ /// This property allows the user to specify
+ /// whether the virtual machines created under this image are
+ /// 'Generalized' or 'Specialized'. Possible values include:
+ /// 'Generalized', 'Specialized'
+ /// Resource name
+ /// Resource location
+ /// The unique id of this shared
+ /// gallery.
+ /// The end of life date of the gallery
+ /// image definition. This property can be used for decommissioning
+ /// purposes. This property is updatable.
+ /// The hypervisor generation of the
+ /// Virtual Machine. Applicable to OS disks only. Possible values
+ /// include: 'V1', 'V2'
+ /// A list of gallery image features.
+ public SharedGalleryImage(OperatingSystemTypes osType, OperatingSystemStateTypes osState, GalleryImageIdentifier identifier, string name = default(string), string location = default(string), string uniqueId = default(string), System.DateTime? endOfLifeDate = default(System.DateTime?), RecommendedMachineConfiguration recommended = default(RecommendedMachineConfiguration), Disallowed disallowed = default(Disallowed), string hyperVGeneration = default(string), IList features = default(IList), ImagePurchasePlan purchasePlan = default(ImagePurchasePlan))
+ : base(name, location, uniqueId)
+ {
+ OsType = osType;
+ OsState = osState;
+ EndOfLifeDate = endOfLifeDate;
+ Identifier = identifier;
+ Recommended = recommended;
+ Disallowed = disallowed;
+ HyperVGeneration = hyperVGeneration;
+ Features = features;
+ PurchasePlan = purchasePlan;
+ CustomInit();
+ }
+
+ ///
+ /// An initialization method that performs custom operations like setting defaults
+ ///
+ partial void CustomInit();
+
+ ///
+ /// Gets or sets this property allows you to specify the type of the OS
+ /// that is included in the disk when creating a VM from a managed
+ /// image. <br><br> Possible values are:
+ /// <br><br> **Windows**
+ /// <br><br> **Linux**. Possible values
+ /// include: 'Windows', 'Linux'
+ ///
+ [JsonProperty(PropertyName = "properties.osType")]
+ public OperatingSystemTypes OsType { get; set; }
+
+ ///
+ /// Gets or sets this property allows the user to specify whether the
+ /// virtual machines created under this image are 'Generalized' or
+ /// 'Specialized'. Possible values include: 'Generalized',
+ /// 'Specialized'
+ ///
+ [JsonProperty(PropertyName = "properties.osState")]
+ public OperatingSystemStateTypes OsState { get; set; }
+
+ ///
+ /// Gets or sets the end of life date of the gallery image definition.
+ /// This property can be used for decommissioning purposes. This
+ /// property is updatable.
+ ///
+ [JsonProperty(PropertyName = "properties.endOfLifeDate")]
+ public System.DateTime? EndOfLifeDate { get; set; }
+
+ ///
+ ///
+ [JsonProperty(PropertyName = "properties.identifier")]
+ public GalleryImageIdentifier Identifier { get; set; }
+
+ ///
+ ///
+ [JsonProperty(PropertyName = "properties.recommended")]
+ public RecommendedMachineConfiguration Recommended { get; set; }
+
+ ///
+ ///
+ [JsonProperty(PropertyName = "properties.disallowed")]
+ public Disallowed Disallowed { get; set; }
+
+ ///
+ /// Gets or sets the hypervisor generation of the Virtual Machine.
+ /// Applicable to OS disks only. Possible values include: 'V1', 'V2'
+ ///
+ [JsonProperty(PropertyName = "properties.hyperVGeneration")]
+ public string HyperVGeneration { get; set; }
+
+ ///
+ /// Gets or sets a list of gallery image features.
+ ///
+ [JsonProperty(PropertyName = "properties.features")]
+ public IList Features { get; set; }
+
+ ///
+ ///
+ [JsonProperty(PropertyName = "properties.purchasePlan")]
+ public ImagePurchasePlan PurchasePlan { get; set; }
+
+ ///
+ /// Validate the object.
+ ///
+ ///
+ /// Thrown if validation fails
+ ///
+ public virtual void Validate()
+ {
+ if (Identifier == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "Identifier");
+ }
+ if (Identifier != null)
+ {
+ Identifier.Validate();
+ }
+ }
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharedGalleryImageVersion.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharedGalleryImageVersion.cs
new file mode 100644
index 000000000000..b51fcbd0b480
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharedGalleryImageVersion.cs
@@ -0,0 +1,76 @@
+//
+// 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 Microsoft.Rest;
+ using Microsoft.Rest.Serialization;
+ using Newtonsoft.Json;
+ using System.Linq;
+
+ ///
+ /// Specifies information about the gallery image version that you want to
+ /// create or update.
+ ///
+ [Rest.Serialization.JsonTransformation]
+ public partial class SharedGalleryImageVersion : PirSharedGalleryResource
+ {
+ ///
+ /// Initializes a new instance of the SharedGalleryImageVersion class.
+ ///
+ public SharedGalleryImageVersion()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the SharedGalleryImageVersion class.
+ ///
+ /// Resource name
+ /// Resource location
+ /// The unique id of this shared
+ /// gallery.
+ /// The published date of the gallery image
+ /// version Definition. This property can be used for decommissioning
+ /// purposes. This property is updatable.
+ /// The end of life date of the gallery
+ /// image version Definition. This property can be used for
+ /// decommissioning purposes. This property is updatable.
+ public SharedGalleryImageVersion(string name = default(string), string location = default(string), string uniqueId = default(string), System.DateTime? publishedDate = default(System.DateTime?), System.DateTime? endOfLifeDate = default(System.DateTime?))
+ : base(name, location, uniqueId)
+ {
+ PublishedDate = publishedDate;
+ EndOfLifeDate = endOfLifeDate;
+ CustomInit();
+ }
+
+ ///
+ /// An initialization method that performs custom operations like setting defaults
+ ///
+ partial void CustomInit();
+
+ ///
+ /// Gets or sets the published date of the gallery image version
+ /// Definition. This property can be used for decommissioning purposes.
+ /// This property is updatable.
+ ///
+ [JsonProperty(PropertyName = "properties.publishedDate")]
+ public System.DateTime? PublishedDate { get; set; }
+
+ ///
+ /// Gets or sets the end of life date of the gallery image version
+ /// Definition. This property can be used for decommissioning purposes.
+ /// This property is updatable.
+ ///
+ [JsonProperty(PropertyName = "properties.endOfLifeDate")]
+ public System.DateTime? EndOfLifeDate { get; set; }
+
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharedToValues.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharedToValues.cs
new file mode 100644
index 000000000000..463c15183c04
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharedToValues.cs
@@ -0,0 +1,21 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.Compute.Models
+{
+
+ ///
+ /// Defines values for SharedToValues.
+ ///
+ public static class SharedToValues
+ {
+ public const string Tenant = "tenant";
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingProfile.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingProfile.cs
new file mode 100644
index 000000000000..772a9e641f95
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingProfile.cs
@@ -0,0 +1,68 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.Compute.Models
+{
+ using Newtonsoft.Json;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Linq;
+
+ ///
+ /// Profile for gallery sharing to subscription or tenant
+ ///
+ public partial class SharingProfile
+ {
+ ///
+ /// Initializes a new instance of the SharingProfile class.
+ ///
+ public SharingProfile()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the SharingProfile class.
+ ///
+ /// This property allows you to specify the
+ /// permission of sharing gallery. <br><br> Possible values
+ /// are: <br><br> **Private** <br><br>
+ /// **Groups**. Possible values include: 'Private', 'Groups'
+ /// A list of sharing profile groups.
+ public SharingProfile(string permissions = default(string), IList groups = default(IList))
+ {
+ Permissions = permissions;
+ Groups = groups;
+ CustomInit();
+ }
+
+ ///
+ /// An initialization method that performs custom operations like setting defaults
+ ///
+ partial void CustomInit();
+
+ ///
+ /// Gets or sets this property allows you to specify the permission of
+ /// sharing gallery. <br><br> Possible
+ /// values are: <br><br> **Private**
+ /// <br><br> **Groups**. Possible values
+ /// include: 'Private', 'Groups'
+ ///
+ [JsonProperty(PropertyName = "permissions")]
+ public string Permissions { get; set; }
+
+ ///
+ /// Gets a list of sharing profile groups.
+ ///
+ [JsonProperty(PropertyName = "groups")]
+ public IList Groups { get; private set; }
+
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingProfileGroup.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingProfileGroup.cs
new file mode 100644
index 000000000000..7a8e4df6262c
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingProfileGroup.cs
@@ -0,0 +1,71 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.Compute.Models
+{
+ using Newtonsoft.Json;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Linq;
+
+ ///
+ /// Group of the gallery sharing profile
+ ///
+ public partial class SharingProfileGroup
+ {
+ ///
+ /// Initializes a new instance of the SharingProfileGroup class.
+ ///
+ public SharingProfileGroup()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the SharingProfileGroup class.
+ ///
+ /// This property allows you to specify the type of
+ /// sharing group. <br><br> Possible values are:
+ /// <br><br> **Subscriptions** <br><br>
+ /// **AADTenants**. Possible values include: 'Subscriptions',
+ /// 'AADTenants'
+ /// A list of subscription/tenant ids the gallery is
+ /// aimed to be shared to.
+ public SharingProfileGroup(string type = default(string), IList ids = default(IList))
+ {
+ Type = type;
+ Ids = ids;
+ CustomInit();
+ }
+
+ ///
+ /// An initialization method that performs custom operations like setting defaults
+ ///
+ partial void CustomInit();
+
+ ///
+ /// Gets or sets this property allows you to specify the type of
+ /// sharing group. <br><br> Possible values
+ /// are: <br><br> **Subscriptions**
+ /// <br><br> **AADTenants**. Possible
+ /// values include: 'Subscriptions', 'AADTenants'
+ ///
+ [JsonProperty(PropertyName = "type")]
+ public string Type { get; set; }
+
+ ///
+ /// Gets or sets a list of subscription/tenant ids the gallery is aimed
+ /// to be shared to.
+ ///
+ [JsonProperty(PropertyName = "ids")]
+ public IList Ids { get; set; }
+
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingProfileGroupTypes.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingProfileGroupTypes.cs
new file mode 100644
index 000000000000..1f1724bed836
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingProfileGroupTypes.cs
@@ -0,0 +1,22 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.Compute.Models
+{
+
+ ///
+ /// Defines values for SharingProfileGroupTypes.
+ ///
+ public static class SharingProfileGroupTypes
+ {
+ public const string Subscriptions = "Subscriptions";
+ public const string AADTenants = "AADTenants";
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingUpdate.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingUpdate.cs
new file mode 100644
index 000000000000..a51aa0ad30dc
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingUpdate.cs
@@ -0,0 +1,85 @@
+//
+// 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 Microsoft.Rest;
+ using Microsoft.Rest.Azure;
+ using Newtonsoft.Json;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Linq;
+
+ ///
+ /// Specifies information about the gallery sharing profile update.
+ ///
+ public partial class SharingUpdate : IResource
+ {
+ ///
+ /// Initializes a new instance of the SharingUpdate class.
+ ///
+ public SharingUpdate()
+ {
+ CustomInit();
+ }
+
+ ///
+ /// Initializes a new instance of the SharingUpdate class.
+ ///
+ /// This property allows you to specify the
+ /// operation type of gallery sharing update. <br><br>
+ /// Possible values are: <br><br> **Add**
+ /// <br><br> **Remove** <br><br> **Reset**.
+ /// Possible values include: 'Add', 'Remove', 'Reset'
+ /// A list of sharing profile groups.
+ public SharingUpdate(string operationType, IList groups = default(IList))
+ {
+ OperationType = operationType;
+ Groups = groups;
+ CustomInit();
+ }
+
+ ///
+ /// An initialization method that performs custom operations like setting defaults
+ ///
+ partial void CustomInit();
+
+ ///
+ /// Gets or sets this property allows you to specify the operation type
+ /// of gallery sharing update. <br><br>
+ /// Possible values are: <br><br> **Add**
+ /// <br><br> **Remove**
+ /// <br><br> **Reset**. Possible values
+ /// include: 'Add', 'Remove', 'Reset'
+ ///
+ [JsonProperty(PropertyName = "operationType")]
+ public string OperationType { get; set; }
+
+ ///
+ /// Gets or sets a list of sharing profile groups.
+ ///
+ [JsonProperty(PropertyName = "groups")]
+ public IList Groups { get; set; }
+
+ ///
+ /// Validate the object.
+ ///
+ ///
+ /// Thrown if validation fails
+ ///
+ public virtual void Validate()
+ {
+ if (OperationType == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "OperationType");
+ }
+ }
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingUpdateOperationTypes.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingUpdateOperationTypes.cs
new file mode 100644
index 000000000000..821acf46873f
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/Models/SharingUpdateOperationTypes.cs
@@ -0,0 +1,23 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT License. See License.txt in the project root for
+// license information.
+//
+// Code generated by Microsoft (R) AutoRest Code Generator.
+// Changes may cause incorrect behavior and will be lost if the code is
+// regenerated.
+//
+
+namespace Microsoft.Azure.Management.Compute.Models
+{
+
+ ///
+ /// Defines values for SharingUpdateOperationTypes.
+ ///
+ public static class SharingUpdateOperationTypes
+ {
+ public const string Add = "Add";
+ public const string Remove = "Remove";
+ public const string Reset = "Reset";
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SdkInfo_ComputeManagementClient.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SdkInfo_ComputeManagementClient.cs
index 192351b3d2f8..fdbdf041b162 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SdkInfo_ComputeManagementClient.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SdkInfo_ComputeManagementClient.cs
@@ -31,16 +31,20 @@ public static IEnumerable> ApiInfo_ComputeManageme
new Tuple("Compute", "DiskEncryptionSets", "2020-12-01"),
new Tuple("Compute", "DiskRestorePoint", "2020-12-01"),
new Tuple("Compute", "Disks", "2020-12-01"),
- new Tuple("Compute", "Galleries", "2019-12-01"),
- new Tuple("Compute", "GalleryApplicationVersions", "2019-12-01"),
- new Tuple("Compute", "GalleryApplications", "2019-12-01"),
- new Tuple("Compute", "GalleryImageVersions", "2019-12-01"),
- new Tuple("Compute", "GalleryImages", "2019-12-01"),
+ new Tuple("Compute", "Galleries", "2020-09-30"),
+ new Tuple("Compute", "GalleryApplicationVersions", "2020-09-30"),
+ new Tuple("Compute", "GalleryApplications", "2020-09-30"),
+ new Tuple("Compute", "GalleryImageVersions", "2020-09-30"),
+ new Tuple("Compute", "GalleryImages", "2020-09-30"),
+ new Tuple("Compute", "GallerySharingProfile", "2020-09-30"),
new Tuple("Compute", "Images", "2020-12-01"),
new Tuple("Compute", "LogAnalytics", "2020-12-01"),
new Tuple("Compute", "Operations", "2020-12-01"),
new Tuple("Compute", "ProximityPlacementGroups", "2020-12-01"),
new Tuple("Compute", "ResourceSkus", "2019-04-01"),
+ new Tuple("Compute", "SharedGalleries", "2020-09-30"),
+ new Tuple("Compute", "SharedGalleryImageVersions", "2020-09-30"),
+ new Tuple("Compute", "SharedGalleryImages", "2020-09-30"),
new Tuple("Compute", "Snapshots", "2020-12-01"),
new Tuple("Compute", "SshPublicKeys", "2020-12-01"),
new Tuple("Compute", "Usage", "2020-12-01"),
@@ -60,16 +64,5 @@ public static IEnumerable> ApiInfo_ComputeManageme
}.AsEnumerable();
}
}
- // BEGIN: Code Generation Metadata Section
- public static readonly String AutoRestVersion = "v2";
- public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4413";
- public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/compute/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\\git\\azure-sdk-for-net\\sdk";
- public static readonly String GithubForkName = "Azure";
- public static readonly String GithubBranchName = "master";
- public static readonly String GithubCommidId = "55bfefdb2c4c7564113c4968976ba97b02d643c4";
- public static readonly String CodeGenerationErrors = "";
- public static readonly String GithubRepoName = "azure-rest-api-specs";
- // END: Code Generation Metadata Section
}
}
-
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SharedGalleriesOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SharedGalleriesOperations.cs
new file mode 100644
index 000000000000..409b39892dba
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SharedGalleriesOperations.cs
@@ -0,0 +1,615 @@
+//
+// 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
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Azure;
+ using Models;
+ using Newtonsoft.Json;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Linq;
+ using System.Net;
+ using System.Net.Http;
+ using System.Threading;
+ using System.Threading.Tasks;
+
+ ///
+ /// SharedGalleriesOperations operations.
+ ///
+ internal partial class SharedGalleriesOperations : IServiceOperations, ISharedGalleriesOperations
+ {
+ ///
+ /// Initializes a new instance of the SharedGalleriesOperations class.
+ ///
+ ///
+ /// Reference to the service client.
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ internal SharedGalleriesOperations(ComputeManagementClient client)
+ {
+ if (client == null)
+ {
+ throw new System.ArgumentNullException("client");
+ }
+ Client = client;
+ }
+
+ ///
+ /// Gets a reference to the ComputeManagementClient
+ ///
+ public ComputeManagementClient Client { get; private set; }
+
+ ///
+ /// List shared galleries by subscription id or tenant id.
+ ///
+ ///
+ /// Resource location.
+ ///
+ ///
+ /// The query parameter to decide what shared galleries to fetch when doing
+ /// listing operations. Possible values include: 'tenant'
+ ///
+ ///
+ /// Headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// A response object containing the response body and response headers.
+ ///
+ public async Task>> ListWithHttpMessagesAsync(string location, string sharedTo = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ if (Client.SubscriptionId == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId");
+ }
+ if (location == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "location");
+ }
+ string apiVersion = "2020-09-30";
+ // Tracing
+ bool _shouldTrace = ServiceClientTracing.IsEnabled;
+ string _invocationId = null;
+ if (_shouldTrace)
+ {
+ _invocationId = ServiceClientTracing.NextInvocationId.ToString();
+ Dictionary tracingParameters = new Dictionary();
+ tracingParameters.Add("location", location);
+ tracingParameters.Add("apiVersion", apiVersion);
+ tracingParameters.Add("sharedTo", sharedTo);
+ tracingParameters.Add("cancellationToken", cancellationToken);
+ ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters);
+ }
+ // Construct URL
+ var _baseUrl = Client.BaseUri.AbsoluteUri;
+ var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries").ToString();
+ _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId));
+ _url = _url.Replace("{location}", System.Uri.EscapeDataString(location));
+ List _queryParameters = new List();
+ if (apiVersion != null)
+ {
+ _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion)));
+ }
+ if (sharedTo != null)
+ {
+ _queryParameters.Add(string.Format("sharedTo={0}", System.Uri.EscapeDataString(sharedTo)));
+ }
+ if (_queryParameters.Count > 0)
+ {
+ _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
+ }
+ // Create HTTP transport objects
+ var _httpRequest = new HttpRequestMessage();
+ HttpResponseMessage _httpResponse = null;
+ _httpRequest.Method = new HttpMethod("GET");
+ _httpRequest.RequestUri = new System.Uri(_url);
+ // Set Headers
+ if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value)
+ {
+ _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString());
+ }
+ if (Client.AcceptLanguage != null)
+ {
+ if (_httpRequest.Headers.Contains("accept-language"))
+ {
+ _httpRequest.Headers.Remove("accept-language");
+ }
+ _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage);
+ }
+
+
+ if (customHeaders != null)
+ {
+ foreach(var _header in customHeaders)
+ {
+ if (_httpRequest.Headers.Contains(_header.Key))
+ {
+ _httpRequest.Headers.Remove(_header.Key);
+ }
+ _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value);
+ }
+ }
+
+ // Serialize Request
+ string _requestContent = null;
+ // Set Credentials
+ if (Client.Credentials != null)
+ {
+ cancellationToken.ThrowIfCancellationRequested();
+ await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ }
+ // Send Request
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.SendRequest(_invocationId, _httpRequest);
+ }
+ cancellationToken.ThrowIfCancellationRequested();
+ _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse);
+ }
+ HttpStatusCode _statusCode = _httpResponse.StatusCode;
+ cancellationToken.ThrowIfCancellationRequested();
+ string _responseContent = null;
+ if ((int)_statusCode != 200)
+ {
+ var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ try
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ if (_errorBody != null)
+ {
+ ex = new CloudException(_errorBody.Message);
+ ex.Body = _errorBody;
+ }
+ }
+ catch (JsonException)
+ {
+ // Ignore the exception
+ }
+ ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
+ ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Error(_invocationId, ex);
+ }
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw ex;
+ }
+ // Create Result
+ var _result = new AzureOperationResponse>();
+ _result.Request = _httpRequest;
+ _result.Response = _httpResponse;
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ // Deserialize Response
+ if ((int)_statusCode == 200)
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ try
+ {
+ _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings);
+ }
+ catch (JsonException ex)
+ {
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw new SerializationException("Unable to deserialize the response.", _responseContent, ex);
+ }
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Exit(_invocationId, _result);
+ }
+ return _result;
+ }
+
+ ///
+ /// Get a shared gallery by subscription id or tenant id.
+ ///
+ ///
+ /// Resource location.
+ ///
+ ///
+ /// The unique name of the Shared Gallery.
+ ///
+ ///
+ /// Headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// A response object containing the response body and response headers.
+ ///
+ public async Task> GetWithHttpMessagesAsync(string location, string galleryUniqueName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ if (Client.SubscriptionId == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId");
+ }
+ if (location == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "location");
+ }
+ if (galleryUniqueName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "galleryUniqueName");
+ }
+ string apiVersion = "2020-09-30";
+ // Tracing
+ bool _shouldTrace = ServiceClientTracing.IsEnabled;
+ string _invocationId = null;
+ if (_shouldTrace)
+ {
+ _invocationId = ServiceClientTracing.NextInvocationId.ToString();
+ Dictionary tracingParameters = new Dictionary();
+ tracingParameters.Add("location", location);
+ tracingParameters.Add("galleryUniqueName", galleryUniqueName);
+ tracingParameters.Add("apiVersion", apiVersion);
+ tracingParameters.Add("cancellationToken", cancellationToken);
+ ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters);
+ }
+ // Construct URL
+ var _baseUrl = Client.BaseUri.AbsoluteUri;
+ var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}").ToString();
+ _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId));
+ _url = _url.Replace("{location}", System.Uri.EscapeDataString(location));
+ _url = _url.Replace("{galleryUniqueName}", System.Uri.EscapeDataString(galleryUniqueName));
+ List _queryParameters = new List();
+ if (apiVersion != null)
+ {
+ _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion)));
+ }
+ if (_queryParameters.Count > 0)
+ {
+ _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
+ }
+ // Create HTTP transport objects
+ var _httpRequest = new HttpRequestMessage();
+ HttpResponseMessage _httpResponse = null;
+ _httpRequest.Method = new HttpMethod("GET");
+ _httpRequest.RequestUri = new System.Uri(_url);
+ // Set Headers
+ if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value)
+ {
+ _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString());
+ }
+ if (Client.AcceptLanguage != null)
+ {
+ if (_httpRequest.Headers.Contains("accept-language"))
+ {
+ _httpRequest.Headers.Remove("accept-language");
+ }
+ _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage);
+ }
+
+
+ if (customHeaders != null)
+ {
+ foreach(var _header in customHeaders)
+ {
+ if (_httpRequest.Headers.Contains(_header.Key))
+ {
+ _httpRequest.Headers.Remove(_header.Key);
+ }
+ _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value);
+ }
+ }
+
+ // Serialize Request
+ string _requestContent = null;
+ // Set Credentials
+ if (Client.Credentials != null)
+ {
+ cancellationToken.ThrowIfCancellationRequested();
+ await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ }
+ // Send Request
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.SendRequest(_invocationId, _httpRequest);
+ }
+ cancellationToken.ThrowIfCancellationRequested();
+ _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse);
+ }
+ HttpStatusCode _statusCode = _httpResponse.StatusCode;
+ cancellationToken.ThrowIfCancellationRequested();
+ string _responseContent = null;
+ if ((int)_statusCode != 200)
+ {
+ var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ try
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ if (_errorBody != null)
+ {
+ ex = new CloudException(_errorBody.Message);
+ ex.Body = _errorBody;
+ }
+ }
+ catch (JsonException)
+ {
+ // Ignore the exception
+ }
+ ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
+ ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Error(_invocationId, ex);
+ }
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw ex;
+ }
+ // Create Result
+ var _result = new AzureOperationResponse();
+ _result.Request = _httpRequest;
+ _result.Response = _httpResponse;
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ // Deserialize Response
+ if ((int)_statusCode == 200)
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ try
+ {
+ _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ }
+ catch (JsonException ex)
+ {
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw new SerializationException("Unable to deserialize the response.", _responseContent, ex);
+ }
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Exit(_invocationId, _result);
+ }
+ return _result;
+ }
+
+ ///
+ /// List shared galleries by subscription id or tenant id.
+ ///
+ ///
+ /// The NextLink from the previous successful call to List operation.
+ ///
+ ///
+ /// Headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// A response object containing the response body and response headers.
+ ///
+ public async Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ if (nextPageLink == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink");
+ }
+ // Tracing
+ bool _shouldTrace = ServiceClientTracing.IsEnabled;
+ string _invocationId = null;
+ if (_shouldTrace)
+ {
+ _invocationId = ServiceClientTracing.NextInvocationId.ToString();
+ Dictionary tracingParameters = new Dictionary();
+ tracingParameters.Add("nextPageLink", nextPageLink);
+ tracingParameters.Add("cancellationToken", cancellationToken);
+ ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters);
+ }
+ // Construct URL
+ string _url = "{nextLink}";
+ _url = _url.Replace("{nextLink}", nextPageLink);
+ List _queryParameters = new List();
+ if (_queryParameters.Count > 0)
+ {
+ _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
+ }
+ // Create HTTP transport objects
+ var _httpRequest = new HttpRequestMessage();
+ HttpResponseMessage _httpResponse = null;
+ _httpRequest.Method = new HttpMethod("GET");
+ _httpRequest.RequestUri = new System.Uri(_url);
+ // Set Headers
+ if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value)
+ {
+ _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString());
+ }
+ if (Client.AcceptLanguage != null)
+ {
+ if (_httpRequest.Headers.Contains("accept-language"))
+ {
+ _httpRequest.Headers.Remove("accept-language");
+ }
+ _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage);
+ }
+
+
+ if (customHeaders != null)
+ {
+ foreach(var _header in customHeaders)
+ {
+ if (_httpRequest.Headers.Contains(_header.Key))
+ {
+ _httpRequest.Headers.Remove(_header.Key);
+ }
+ _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value);
+ }
+ }
+
+ // Serialize Request
+ string _requestContent = null;
+ // Set Credentials
+ if (Client.Credentials != null)
+ {
+ cancellationToken.ThrowIfCancellationRequested();
+ await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ }
+ // Send Request
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.SendRequest(_invocationId, _httpRequest);
+ }
+ cancellationToken.ThrowIfCancellationRequested();
+ _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse);
+ }
+ HttpStatusCode _statusCode = _httpResponse.StatusCode;
+ cancellationToken.ThrowIfCancellationRequested();
+ string _responseContent = null;
+ if ((int)_statusCode != 200)
+ {
+ var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ try
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ if (_errorBody != null)
+ {
+ ex = new CloudException(_errorBody.Message);
+ ex.Body = _errorBody;
+ }
+ }
+ catch (JsonException)
+ {
+ // Ignore the exception
+ }
+ ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
+ ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Error(_invocationId, ex);
+ }
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw ex;
+ }
+ // Create Result
+ var _result = new AzureOperationResponse>();
+ _result.Request = _httpRequest;
+ _result.Response = _httpResponse;
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ // Deserialize Response
+ if ((int)_statusCode == 200)
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ try
+ {
+ _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings);
+ }
+ catch (JsonException ex)
+ {
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw new SerializationException("Unable to deserialize the response.", _responseContent, ex);
+ }
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Exit(_invocationId, _result);
+ }
+ return _result;
+ }
+
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SharedGalleriesOperationsExtensions.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SharedGalleriesOperationsExtensions.cs
new file mode 100644
index 000000000000..fbc46821ac94
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SharedGalleriesOperationsExtensions.cs
@@ -0,0 +1,141 @@
+//
+// 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
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Azure;
+ using Models;
+ using System.Threading;
+ using System.Threading.Tasks;
+
+ ///
+ /// Extension methods for SharedGalleriesOperations.
+ ///
+ public static partial class SharedGalleriesOperationsExtensions
+ {
+ ///
+ /// List shared galleries by subscription id or tenant id.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// Resource location.
+ ///
+ ///
+ /// The query parameter to decide what shared galleries to fetch when doing
+ /// listing operations. Possible values include: 'tenant'
+ ///
+ public static IPage List(this ISharedGalleriesOperations operations, string location, string sharedTo = default(string))
+ {
+ return operations.ListAsync(location, sharedTo).GetAwaiter().GetResult();
+ }
+
+ ///
+ /// List shared galleries by subscription id or tenant id.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// Resource location.
+ ///
+ ///
+ /// The query parameter to decide what shared galleries to fetch when doing
+ /// listing operations. Possible values include: 'tenant'
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public static async Task> ListAsync(this ISharedGalleriesOperations operations, string location, string sharedTo = default(string), CancellationToken cancellationToken = default(CancellationToken))
+ {
+ using (var _result = await operations.ListWithHttpMessagesAsync(location, sharedTo, null, cancellationToken).ConfigureAwait(false))
+ {
+ return _result.Body;
+ }
+ }
+
+ ///
+ /// Get a shared gallery by subscription id or tenant id.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// Resource location.
+ ///
+ ///
+ /// The unique name of the Shared Gallery.
+ ///
+ public static SharedGallery Get(this ISharedGalleriesOperations operations, string location, string galleryUniqueName)
+ {
+ return operations.GetAsync(location, galleryUniqueName).GetAwaiter().GetResult();
+ }
+
+ ///
+ /// Get a shared gallery by subscription id or tenant id.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// Resource location.
+ ///
+ ///
+ /// The unique name of the Shared Gallery.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public static async Task GetAsync(this ISharedGalleriesOperations operations, string location, string galleryUniqueName, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ using (var _result = await operations.GetWithHttpMessagesAsync(location, galleryUniqueName, null, cancellationToken).ConfigureAwait(false))
+ {
+ return _result.Body;
+ }
+ }
+
+ ///
+ /// List shared galleries by subscription id or tenant id.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The NextLink from the previous successful call to List operation.
+ ///
+ public static IPage ListNext(this ISharedGalleriesOperations operations, string nextPageLink)
+ {
+ return operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult();
+ }
+
+ ///
+ /// List shared galleries by subscription id or tenant id.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The NextLink from the previous successful call to List operation.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public static async Task> ListNextAsync(this ISharedGalleriesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false))
+ {
+ return _result.Body;
+ }
+ }
+
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SharedGalleryImageVersionsOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SharedGalleryImageVersionsOperations.cs
new file mode 100644
index 000000000000..f86e48b89e02
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SharedGalleryImageVersionsOperations.cs
@@ -0,0 +1,656 @@
+//
+// 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
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Azure;
+ using Models;
+ using Newtonsoft.Json;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Linq;
+ using System.Net;
+ using System.Net.Http;
+ using System.Threading;
+ using System.Threading.Tasks;
+
+ ///
+ /// SharedGalleryImageVersionsOperations operations.
+ ///
+ internal partial class SharedGalleryImageVersionsOperations : IServiceOperations, ISharedGalleryImageVersionsOperations
+ {
+ ///
+ /// Initializes a new instance of the SharedGalleryImageVersionsOperations class.
+ ///
+ ///
+ /// Reference to the service client.
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ internal SharedGalleryImageVersionsOperations(ComputeManagementClient client)
+ {
+ if (client == null)
+ {
+ throw new System.ArgumentNullException("client");
+ }
+ Client = client;
+ }
+
+ ///
+ /// Gets a reference to the ComputeManagementClient
+ ///
+ public ComputeManagementClient Client { get; private set; }
+
+ ///
+ /// List shared gallery image versions by subscription id or tenant id.
+ ///
+ ///
+ /// Resource location.
+ ///
+ ///
+ /// The unique name of the Shared Gallery.
+ ///
+ ///
+ /// The name of the Shared Gallery Image Definition from which the Image
+ /// Versions are to be listed.
+ ///
+ ///
+ /// The query parameter to decide what shared galleries to fetch when doing
+ /// listing operations. Possible values include: 'tenant'
+ ///
+ ///
+ /// Headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// A response object containing the response body and response headers.
+ ///
+ public async Task>> ListWithHttpMessagesAsync(string location, string galleryUniqueName, string galleryImageName, string sharedTo = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ if (Client.SubscriptionId == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId");
+ }
+ if (location == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "location");
+ }
+ if (galleryUniqueName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "galleryUniqueName");
+ }
+ if (galleryImageName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "galleryImageName");
+ }
+ string apiVersion = "2020-09-30";
+ // Tracing
+ bool _shouldTrace = ServiceClientTracing.IsEnabled;
+ string _invocationId = null;
+ if (_shouldTrace)
+ {
+ _invocationId = ServiceClientTracing.NextInvocationId.ToString();
+ Dictionary tracingParameters = new Dictionary();
+ tracingParameters.Add("location", location);
+ tracingParameters.Add("apiVersion", apiVersion);
+ tracingParameters.Add("galleryUniqueName", galleryUniqueName);
+ tracingParameters.Add("galleryImageName", galleryImageName);
+ tracingParameters.Add("sharedTo", sharedTo);
+ tracingParameters.Add("cancellationToken", cancellationToken);
+ ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters);
+ }
+ // Construct URL
+ var _baseUrl = Client.BaseUri.AbsoluteUri;
+ var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName}/versions").ToString();
+ _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId));
+ _url = _url.Replace("{location}", System.Uri.EscapeDataString(location));
+ _url = _url.Replace("{galleryUniqueName}", System.Uri.EscapeDataString(galleryUniqueName));
+ _url = _url.Replace("{galleryImageName}", System.Uri.EscapeDataString(galleryImageName));
+ List _queryParameters = new List();
+ if (apiVersion != null)
+ {
+ _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion)));
+ }
+ if (sharedTo != null)
+ {
+ _queryParameters.Add(string.Format("sharedTo={0}", System.Uri.EscapeDataString(sharedTo)));
+ }
+ if (_queryParameters.Count > 0)
+ {
+ _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
+ }
+ // Create HTTP transport objects
+ var _httpRequest = new HttpRequestMessage();
+ HttpResponseMessage _httpResponse = null;
+ _httpRequest.Method = new HttpMethod("GET");
+ _httpRequest.RequestUri = new System.Uri(_url);
+ // Set Headers
+ if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value)
+ {
+ _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString());
+ }
+ if (Client.AcceptLanguage != null)
+ {
+ if (_httpRequest.Headers.Contains("accept-language"))
+ {
+ _httpRequest.Headers.Remove("accept-language");
+ }
+ _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage);
+ }
+
+
+ if (customHeaders != null)
+ {
+ foreach(var _header in customHeaders)
+ {
+ if (_httpRequest.Headers.Contains(_header.Key))
+ {
+ _httpRequest.Headers.Remove(_header.Key);
+ }
+ _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value);
+ }
+ }
+
+ // Serialize Request
+ string _requestContent = null;
+ // Set Credentials
+ if (Client.Credentials != null)
+ {
+ cancellationToken.ThrowIfCancellationRequested();
+ await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ }
+ // Send Request
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.SendRequest(_invocationId, _httpRequest);
+ }
+ cancellationToken.ThrowIfCancellationRequested();
+ _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse);
+ }
+ HttpStatusCode _statusCode = _httpResponse.StatusCode;
+ cancellationToken.ThrowIfCancellationRequested();
+ string _responseContent = null;
+ if ((int)_statusCode != 200)
+ {
+ var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ try
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ if (_errorBody != null)
+ {
+ ex = new CloudException(_errorBody.Message);
+ ex.Body = _errorBody;
+ }
+ }
+ catch (JsonException)
+ {
+ // Ignore the exception
+ }
+ ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
+ ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Error(_invocationId, ex);
+ }
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw ex;
+ }
+ // Create Result
+ var _result = new AzureOperationResponse>();
+ _result.Request = _httpRequest;
+ _result.Response = _httpResponse;
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ // Deserialize Response
+ if ((int)_statusCode == 200)
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ try
+ {
+ _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings);
+ }
+ catch (JsonException ex)
+ {
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw new SerializationException("Unable to deserialize the response.", _responseContent, ex);
+ }
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Exit(_invocationId, _result);
+ }
+ return _result;
+ }
+
+ ///
+ /// Get a shared gallery image version by subscription id or tenant id.
+ ///
+ ///
+ /// Resource location.
+ ///
+ ///
+ /// The unique name of the Shared Gallery.
+ ///
+ ///
+ /// The name of the Shared Gallery Image Definition from which the Image
+ /// Versions are to be listed.
+ ///
+ ///
+ /// The name of the gallery image version to be created. Needs to follow
+ /// semantic version name pattern: The allowed characters are digit and period.
+ /// Digits must be within the range of a 32-bit integer. Format:
+ /// <MajorVersion>.<MinorVersion>.<Patch>
+ ///
+ ///
+ /// Headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// A response object containing the response body and response headers.
+ ///
+ public async Task> GetWithHttpMessagesAsync(string location, string galleryUniqueName, string galleryImageName, string galleryImageVersionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ if (Client.SubscriptionId == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId");
+ }
+ if (location == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "location");
+ }
+ if (galleryUniqueName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "galleryUniqueName");
+ }
+ if (galleryImageName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "galleryImageName");
+ }
+ if (galleryImageVersionName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "galleryImageVersionName");
+ }
+ string apiVersion = "2020-09-30";
+ // Tracing
+ bool _shouldTrace = ServiceClientTracing.IsEnabled;
+ string _invocationId = null;
+ if (_shouldTrace)
+ {
+ _invocationId = ServiceClientTracing.NextInvocationId.ToString();
+ Dictionary tracingParameters = new Dictionary();
+ tracingParameters.Add("location", location);
+ tracingParameters.Add("apiVersion", apiVersion);
+ tracingParameters.Add("galleryUniqueName", galleryUniqueName);
+ tracingParameters.Add("galleryImageName", galleryImageName);
+ tracingParameters.Add("galleryImageVersionName", galleryImageVersionName);
+ tracingParameters.Add("cancellationToken", cancellationToken);
+ ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters);
+ }
+ // Construct URL
+ var _baseUrl = Client.BaseUri.AbsoluteUri;
+ var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName}/versions/{galleryImageVersionName}").ToString();
+ _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId));
+ _url = _url.Replace("{location}", System.Uri.EscapeDataString(location));
+ _url = _url.Replace("{galleryUniqueName}", System.Uri.EscapeDataString(galleryUniqueName));
+ _url = _url.Replace("{galleryImageName}", System.Uri.EscapeDataString(galleryImageName));
+ _url = _url.Replace("{galleryImageVersionName}", System.Uri.EscapeDataString(galleryImageVersionName));
+ List _queryParameters = new List();
+ if (apiVersion != null)
+ {
+ _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion)));
+ }
+ if (_queryParameters.Count > 0)
+ {
+ _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
+ }
+ // Create HTTP transport objects
+ var _httpRequest = new HttpRequestMessage();
+ HttpResponseMessage _httpResponse = null;
+ _httpRequest.Method = new HttpMethod("GET");
+ _httpRequest.RequestUri = new System.Uri(_url);
+ // Set Headers
+ if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value)
+ {
+ _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString());
+ }
+ if (Client.AcceptLanguage != null)
+ {
+ if (_httpRequest.Headers.Contains("accept-language"))
+ {
+ _httpRequest.Headers.Remove("accept-language");
+ }
+ _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage);
+ }
+
+
+ if (customHeaders != null)
+ {
+ foreach(var _header in customHeaders)
+ {
+ if (_httpRequest.Headers.Contains(_header.Key))
+ {
+ _httpRequest.Headers.Remove(_header.Key);
+ }
+ _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value);
+ }
+ }
+
+ // Serialize Request
+ string _requestContent = null;
+ // Set Credentials
+ if (Client.Credentials != null)
+ {
+ cancellationToken.ThrowIfCancellationRequested();
+ await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ }
+ // Send Request
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.SendRequest(_invocationId, _httpRequest);
+ }
+ cancellationToken.ThrowIfCancellationRequested();
+ _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse);
+ }
+ HttpStatusCode _statusCode = _httpResponse.StatusCode;
+ cancellationToken.ThrowIfCancellationRequested();
+ string _responseContent = null;
+ if ((int)_statusCode != 200)
+ {
+ var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ try
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ if (_errorBody != null)
+ {
+ ex = new CloudException(_errorBody.Message);
+ ex.Body = _errorBody;
+ }
+ }
+ catch (JsonException)
+ {
+ // Ignore the exception
+ }
+ ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
+ ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Error(_invocationId, ex);
+ }
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw ex;
+ }
+ // Create Result
+ var _result = new AzureOperationResponse();
+ _result.Request = _httpRequest;
+ _result.Response = _httpResponse;
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ // Deserialize Response
+ if ((int)_statusCode == 200)
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ try
+ {
+ _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ }
+ catch (JsonException ex)
+ {
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw new SerializationException("Unable to deserialize the response.", _responseContent, ex);
+ }
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Exit(_invocationId, _result);
+ }
+ return _result;
+ }
+
+ ///
+ /// List shared gallery image versions by subscription id or tenant id.
+ ///
+ ///
+ /// The NextLink from the previous successful call to List operation.
+ ///
+ ///
+ /// Headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// A response object containing the response body and response headers.
+ ///
+ public async Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ if (nextPageLink == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink");
+ }
+ // Tracing
+ bool _shouldTrace = ServiceClientTracing.IsEnabled;
+ string _invocationId = null;
+ if (_shouldTrace)
+ {
+ _invocationId = ServiceClientTracing.NextInvocationId.ToString();
+ Dictionary tracingParameters = new Dictionary();
+ tracingParameters.Add("nextPageLink", nextPageLink);
+ tracingParameters.Add("cancellationToken", cancellationToken);
+ ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters);
+ }
+ // Construct URL
+ string _url = "{nextLink}";
+ _url = _url.Replace("{nextLink}", nextPageLink);
+ List _queryParameters = new List();
+ if (_queryParameters.Count > 0)
+ {
+ _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
+ }
+ // Create HTTP transport objects
+ var _httpRequest = new HttpRequestMessage();
+ HttpResponseMessage _httpResponse = null;
+ _httpRequest.Method = new HttpMethod("GET");
+ _httpRequest.RequestUri = new System.Uri(_url);
+ // Set Headers
+ if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value)
+ {
+ _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString());
+ }
+ if (Client.AcceptLanguage != null)
+ {
+ if (_httpRequest.Headers.Contains("accept-language"))
+ {
+ _httpRequest.Headers.Remove("accept-language");
+ }
+ _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage);
+ }
+
+
+ if (customHeaders != null)
+ {
+ foreach(var _header in customHeaders)
+ {
+ if (_httpRequest.Headers.Contains(_header.Key))
+ {
+ _httpRequest.Headers.Remove(_header.Key);
+ }
+ _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value);
+ }
+ }
+
+ // Serialize Request
+ string _requestContent = null;
+ // Set Credentials
+ if (Client.Credentials != null)
+ {
+ cancellationToken.ThrowIfCancellationRequested();
+ await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ }
+ // Send Request
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.SendRequest(_invocationId, _httpRequest);
+ }
+ cancellationToken.ThrowIfCancellationRequested();
+ _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse);
+ }
+ HttpStatusCode _statusCode = _httpResponse.StatusCode;
+ cancellationToken.ThrowIfCancellationRequested();
+ string _responseContent = null;
+ if ((int)_statusCode != 200)
+ {
+ var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ try
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ if (_errorBody != null)
+ {
+ ex = new CloudException(_errorBody.Message);
+ ex.Body = _errorBody;
+ }
+ }
+ catch (JsonException)
+ {
+ // Ignore the exception
+ }
+ ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
+ ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Error(_invocationId, ex);
+ }
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw ex;
+ }
+ // Create Result
+ var _result = new AzureOperationResponse>();
+ _result.Request = _httpRequest;
+ _result.Response = _httpResponse;
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ // Deserialize Response
+ if ((int)_statusCode == 200)
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ try
+ {
+ _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings);
+ }
+ catch (JsonException ex)
+ {
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw new SerializationException("Unable to deserialize the response.", _responseContent, ex);
+ }
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Exit(_invocationId, _result);
+ }
+ return _result;
+ }
+
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SharedGalleryImageVersionsOperationsExtensions.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SharedGalleryImageVersionsOperationsExtensions.cs
new file mode 100644
index 000000000000..30ce93c9da32
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SharedGalleryImageVersionsOperationsExtensions.cs
@@ -0,0 +1,175 @@
+//
+// 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
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Azure;
+ using Models;
+ using System.Threading;
+ using System.Threading.Tasks;
+
+ ///
+ /// Extension methods for SharedGalleryImageVersionsOperations.
+ ///
+ public static partial class SharedGalleryImageVersionsOperationsExtensions
+ {
+ ///
+ /// List shared gallery image versions by subscription id or tenant id.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// Resource location.
+ ///
+ ///
+ /// The unique name of the Shared Gallery.
+ ///
+ ///
+ /// The name of the Shared Gallery Image Definition from which the Image
+ /// Versions are to be listed.
+ ///
+ ///
+ /// The query parameter to decide what shared galleries to fetch when doing
+ /// listing operations. Possible values include: 'tenant'
+ ///
+ public static IPage List(this ISharedGalleryImageVersionsOperations operations, string location, string galleryUniqueName, string galleryImageName, string sharedTo = default(string))
+ {
+ return operations.ListAsync(location, galleryUniqueName, galleryImageName, sharedTo).GetAwaiter().GetResult();
+ }
+
+ ///
+ /// List shared gallery image versions by subscription id or tenant id.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// Resource location.
+ ///
+ ///
+ /// The unique name of the Shared Gallery.
+ ///
+ ///
+ /// The name of the Shared Gallery Image Definition from which the Image
+ /// Versions are to be listed.
+ ///
+ ///
+ /// The query parameter to decide what shared galleries to fetch when doing
+ /// listing operations. Possible values include: 'tenant'
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public static async Task> ListAsync(this ISharedGalleryImageVersionsOperations operations, string location, string galleryUniqueName, string galleryImageName, string sharedTo = default(string), CancellationToken cancellationToken = default(CancellationToken))
+ {
+ using (var _result = await operations.ListWithHttpMessagesAsync(location, galleryUniqueName, galleryImageName, sharedTo, null, cancellationToken).ConfigureAwait(false))
+ {
+ return _result.Body;
+ }
+ }
+
+ ///
+ /// Get a shared gallery image version by subscription id or tenant id.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// Resource location.
+ ///
+ ///
+ /// The unique name of the Shared Gallery.
+ ///
+ ///
+ /// The name of the Shared Gallery Image Definition from which the Image
+ /// Versions are to be listed.
+ ///
+ ///
+ /// The name of the gallery image version to be created. Needs to follow
+ /// semantic version name pattern: The allowed characters are digit and period.
+ /// Digits must be within the range of a 32-bit integer. Format:
+ /// <MajorVersion>.<MinorVersion>.<Patch>
+ ///
+ public static SharedGalleryImageVersion Get(this ISharedGalleryImageVersionsOperations operations, string location, string galleryUniqueName, string galleryImageName, string galleryImageVersionName)
+ {
+ return operations.GetAsync(location, galleryUniqueName, galleryImageName, galleryImageVersionName).GetAwaiter().GetResult();
+ }
+
+ ///
+ /// Get a shared gallery image version by subscription id or tenant id.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// Resource location.
+ ///
+ ///
+ /// The unique name of the Shared Gallery.
+ ///
+ ///
+ /// The name of the Shared Gallery Image Definition from which the Image
+ /// Versions are to be listed.
+ ///
+ ///
+ /// The name of the gallery image version to be created. Needs to follow
+ /// semantic version name pattern: The allowed characters are digit and period.
+ /// Digits must be within the range of a 32-bit integer. Format:
+ /// <MajorVersion>.<MinorVersion>.<Patch>
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public static async Task GetAsync(this ISharedGalleryImageVersionsOperations operations, string location, string galleryUniqueName, string galleryImageName, string galleryImageVersionName, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ using (var _result = await operations.GetWithHttpMessagesAsync(location, galleryUniqueName, galleryImageName, galleryImageVersionName, null, cancellationToken).ConfigureAwait(false))
+ {
+ return _result.Body;
+ }
+ }
+
+ ///
+ /// List shared gallery image versions by subscription id or tenant id.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The NextLink from the previous successful call to List operation.
+ ///
+ public static IPage ListNext(this ISharedGalleryImageVersionsOperations operations, string nextPageLink)
+ {
+ return operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult();
+ }
+
+ ///
+ /// List shared gallery image versions by subscription id or tenant id.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The NextLink from the previous successful call to List operation.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public static async Task> ListNextAsync(this ISharedGalleryImageVersionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false))
+ {
+ return _result.Body;
+ }
+ }
+
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SharedGalleryImagesOperations.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SharedGalleryImagesOperations.cs
new file mode 100644
index 000000000000..e6d129ddf34d
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SharedGalleryImagesOperations.cs
@@ -0,0 +1,634 @@
+//
+// 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
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Azure;
+ using Models;
+ using Newtonsoft.Json;
+ using System.Collections;
+ using System.Collections.Generic;
+ using System.Linq;
+ using System.Net;
+ using System.Net.Http;
+ using System.Threading;
+ using System.Threading.Tasks;
+
+ ///
+ /// SharedGalleryImagesOperations operations.
+ ///
+ internal partial class SharedGalleryImagesOperations : IServiceOperations, ISharedGalleryImagesOperations
+ {
+ ///
+ /// Initializes a new instance of the SharedGalleryImagesOperations class.
+ ///
+ ///
+ /// Reference to the service client.
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ internal SharedGalleryImagesOperations(ComputeManagementClient client)
+ {
+ if (client == null)
+ {
+ throw new System.ArgumentNullException("client");
+ }
+ Client = client;
+ }
+
+ ///
+ /// Gets a reference to the ComputeManagementClient
+ ///
+ public ComputeManagementClient Client { get; private set; }
+
+ ///
+ /// List shared gallery images by subscription id or tenant id.
+ ///
+ ///
+ /// Resource location.
+ ///
+ ///
+ /// The unique name of the Shared Gallery.
+ ///
+ ///
+ /// The query parameter to decide what shared galleries to fetch when doing
+ /// listing operations. Possible values include: 'tenant'
+ ///
+ ///
+ /// Headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// A response object containing the response body and response headers.
+ ///
+ public async Task>> ListWithHttpMessagesAsync(string location, string galleryUniqueName, string sharedTo = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ if (Client.SubscriptionId == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId");
+ }
+ if (location == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "location");
+ }
+ if (galleryUniqueName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "galleryUniqueName");
+ }
+ string apiVersion = "2020-09-30";
+ // Tracing
+ bool _shouldTrace = ServiceClientTracing.IsEnabled;
+ string _invocationId = null;
+ if (_shouldTrace)
+ {
+ _invocationId = ServiceClientTracing.NextInvocationId.ToString();
+ Dictionary tracingParameters = new Dictionary();
+ tracingParameters.Add("location", location);
+ tracingParameters.Add("apiVersion", apiVersion);
+ tracingParameters.Add("galleryUniqueName", galleryUniqueName);
+ tracingParameters.Add("sharedTo", sharedTo);
+ tracingParameters.Add("cancellationToken", cancellationToken);
+ ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters);
+ }
+ // Construct URL
+ var _baseUrl = Client.BaseUri.AbsoluteUri;
+ var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images").ToString();
+ _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId));
+ _url = _url.Replace("{location}", System.Uri.EscapeDataString(location));
+ _url = _url.Replace("{galleryUniqueName}", System.Uri.EscapeDataString(galleryUniqueName));
+ List _queryParameters = new List();
+ if (apiVersion != null)
+ {
+ _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion)));
+ }
+ if (sharedTo != null)
+ {
+ _queryParameters.Add(string.Format("sharedTo={0}", System.Uri.EscapeDataString(sharedTo)));
+ }
+ if (_queryParameters.Count > 0)
+ {
+ _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
+ }
+ // Create HTTP transport objects
+ var _httpRequest = new HttpRequestMessage();
+ HttpResponseMessage _httpResponse = null;
+ _httpRequest.Method = new HttpMethod("GET");
+ _httpRequest.RequestUri = new System.Uri(_url);
+ // Set Headers
+ if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value)
+ {
+ _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString());
+ }
+ if (Client.AcceptLanguage != null)
+ {
+ if (_httpRequest.Headers.Contains("accept-language"))
+ {
+ _httpRequest.Headers.Remove("accept-language");
+ }
+ _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage);
+ }
+
+
+ if (customHeaders != null)
+ {
+ foreach(var _header in customHeaders)
+ {
+ if (_httpRequest.Headers.Contains(_header.Key))
+ {
+ _httpRequest.Headers.Remove(_header.Key);
+ }
+ _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value);
+ }
+ }
+
+ // Serialize Request
+ string _requestContent = null;
+ // Set Credentials
+ if (Client.Credentials != null)
+ {
+ cancellationToken.ThrowIfCancellationRequested();
+ await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ }
+ // Send Request
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.SendRequest(_invocationId, _httpRequest);
+ }
+ cancellationToken.ThrowIfCancellationRequested();
+ _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse);
+ }
+ HttpStatusCode _statusCode = _httpResponse.StatusCode;
+ cancellationToken.ThrowIfCancellationRequested();
+ string _responseContent = null;
+ if ((int)_statusCode != 200)
+ {
+ var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ try
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ if (_errorBody != null)
+ {
+ ex = new CloudException(_errorBody.Message);
+ ex.Body = _errorBody;
+ }
+ }
+ catch (JsonException)
+ {
+ // Ignore the exception
+ }
+ ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
+ ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Error(_invocationId, ex);
+ }
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw ex;
+ }
+ // Create Result
+ var _result = new AzureOperationResponse>();
+ _result.Request = _httpRequest;
+ _result.Response = _httpResponse;
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ // Deserialize Response
+ if ((int)_statusCode == 200)
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ try
+ {
+ _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings);
+ }
+ catch (JsonException ex)
+ {
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw new SerializationException("Unable to deserialize the response.", _responseContent, ex);
+ }
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Exit(_invocationId, _result);
+ }
+ return _result;
+ }
+
+ ///
+ /// Get a shared gallery image by subscription id or tenant id.
+ ///
+ ///
+ /// Resource location.
+ ///
+ ///
+ /// The unique name of the Shared Gallery.
+ ///
+ ///
+ /// The name of the Shared Gallery Image Definition from which the Image
+ /// Versions are to be listed.
+ ///
+ ///
+ /// Headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// A response object containing the response body and response headers.
+ ///
+ public async Task> GetWithHttpMessagesAsync(string location, string galleryUniqueName, string galleryImageName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ if (Client.SubscriptionId == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId");
+ }
+ if (location == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "location");
+ }
+ if (galleryUniqueName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "galleryUniqueName");
+ }
+ if (galleryImageName == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "galleryImageName");
+ }
+ string apiVersion = "2020-09-30";
+ // Tracing
+ bool _shouldTrace = ServiceClientTracing.IsEnabled;
+ string _invocationId = null;
+ if (_shouldTrace)
+ {
+ _invocationId = ServiceClientTracing.NextInvocationId.ToString();
+ Dictionary tracingParameters = new Dictionary();
+ tracingParameters.Add("location", location);
+ tracingParameters.Add("apiVersion", apiVersion);
+ tracingParameters.Add("galleryUniqueName", galleryUniqueName);
+ tracingParameters.Add("galleryImageName", galleryImageName);
+ tracingParameters.Add("cancellationToken", cancellationToken);
+ ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters);
+ }
+ // Construct URL
+ var _baseUrl = Client.BaseUri.AbsoluteUri;
+ var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName}").ToString();
+ _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId));
+ _url = _url.Replace("{location}", System.Uri.EscapeDataString(location));
+ _url = _url.Replace("{galleryUniqueName}", System.Uri.EscapeDataString(galleryUniqueName));
+ _url = _url.Replace("{galleryImageName}", System.Uri.EscapeDataString(galleryImageName));
+ List _queryParameters = new List();
+ if (apiVersion != null)
+ {
+ _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion)));
+ }
+ if (_queryParameters.Count > 0)
+ {
+ _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
+ }
+ // Create HTTP transport objects
+ var _httpRequest = new HttpRequestMessage();
+ HttpResponseMessage _httpResponse = null;
+ _httpRequest.Method = new HttpMethod("GET");
+ _httpRequest.RequestUri = new System.Uri(_url);
+ // Set Headers
+ if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value)
+ {
+ _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString());
+ }
+ if (Client.AcceptLanguage != null)
+ {
+ if (_httpRequest.Headers.Contains("accept-language"))
+ {
+ _httpRequest.Headers.Remove("accept-language");
+ }
+ _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage);
+ }
+
+
+ if (customHeaders != null)
+ {
+ foreach(var _header in customHeaders)
+ {
+ if (_httpRequest.Headers.Contains(_header.Key))
+ {
+ _httpRequest.Headers.Remove(_header.Key);
+ }
+ _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value);
+ }
+ }
+
+ // Serialize Request
+ string _requestContent = null;
+ // Set Credentials
+ if (Client.Credentials != null)
+ {
+ cancellationToken.ThrowIfCancellationRequested();
+ await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ }
+ // Send Request
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.SendRequest(_invocationId, _httpRequest);
+ }
+ cancellationToken.ThrowIfCancellationRequested();
+ _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse);
+ }
+ HttpStatusCode _statusCode = _httpResponse.StatusCode;
+ cancellationToken.ThrowIfCancellationRequested();
+ string _responseContent = null;
+ if ((int)_statusCode != 200)
+ {
+ var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ try
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ if (_errorBody != null)
+ {
+ ex = new CloudException(_errorBody.Message);
+ ex.Body = _errorBody;
+ }
+ }
+ catch (JsonException)
+ {
+ // Ignore the exception
+ }
+ ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
+ ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Error(_invocationId, ex);
+ }
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw ex;
+ }
+ // Create Result
+ var _result = new AzureOperationResponse();
+ _result.Request = _httpRequest;
+ _result.Response = _httpResponse;
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ // Deserialize Response
+ if ((int)_statusCode == 200)
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ try
+ {
+ _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ }
+ catch (JsonException ex)
+ {
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw new SerializationException("Unable to deserialize the response.", _responseContent, ex);
+ }
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Exit(_invocationId, _result);
+ }
+ return _result;
+ }
+
+ ///
+ /// List shared gallery images by subscription id or tenant id.
+ ///
+ ///
+ /// The NextLink from the previous successful call to List operation.
+ ///
+ ///
+ /// Headers that will be added to request.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ ///
+ /// Thrown when the operation returned an invalid status code
+ ///
+ ///
+ /// Thrown when unable to deserialize the response
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// Thrown when a required parameter is null
+ ///
+ ///
+ /// A response object containing the response body and response headers.
+ ///
+ public async Task>> ListNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ if (nextPageLink == null)
+ {
+ throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink");
+ }
+ // Tracing
+ bool _shouldTrace = ServiceClientTracing.IsEnabled;
+ string _invocationId = null;
+ if (_shouldTrace)
+ {
+ _invocationId = ServiceClientTracing.NextInvocationId.ToString();
+ Dictionary tracingParameters = new Dictionary();
+ tracingParameters.Add("nextPageLink", nextPageLink);
+ tracingParameters.Add("cancellationToken", cancellationToken);
+ ServiceClientTracing.Enter(_invocationId, this, "ListNext", tracingParameters);
+ }
+ // Construct URL
+ string _url = "{nextLink}";
+ _url = _url.Replace("{nextLink}", nextPageLink);
+ List _queryParameters = new List();
+ if (_queryParameters.Count > 0)
+ {
+ _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters);
+ }
+ // Create HTTP transport objects
+ var _httpRequest = new HttpRequestMessage();
+ HttpResponseMessage _httpResponse = null;
+ _httpRequest.Method = new HttpMethod("GET");
+ _httpRequest.RequestUri = new System.Uri(_url);
+ // Set Headers
+ if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value)
+ {
+ _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString());
+ }
+ if (Client.AcceptLanguage != null)
+ {
+ if (_httpRequest.Headers.Contains("accept-language"))
+ {
+ _httpRequest.Headers.Remove("accept-language");
+ }
+ _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage);
+ }
+
+
+ if (customHeaders != null)
+ {
+ foreach(var _header in customHeaders)
+ {
+ if (_httpRequest.Headers.Contains(_header.Key))
+ {
+ _httpRequest.Headers.Remove(_header.Key);
+ }
+ _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value);
+ }
+ }
+
+ // Serialize Request
+ string _requestContent = null;
+ // Set Credentials
+ if (Client.Credentials != null)
+ {
+ cancellationToken.ThrowIfCancellationRequested();
+ await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ }
+ // Send Request
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.SendRequest(_invocationId, _httpRequest);
+ }
+ cancellationToken.ThrowIfCancellationRequested();
+ _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false);
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse);
+ }
+ HttpStatusCode _statusCode = _httpResponse.StatusCode;
+ cancellationToken.ThrowIfCancellationRequested();
+ string _responseContent = null;
+ if ((int)_statusCode != 200)
+ {
+ var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode));
+ try
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings);
+ if (_errorBody != null)
+ {
+ ex = new CloudException(_errorBody.Message);
+ ex.Body = _errorBody;
+ }
+ }
+ catch (JsonException)
+ {
+ // Ignore the exception
+ }
+ ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent);
+ ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent);
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Error(_invocationId, ex);
+ }
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw ex;
+ }
+ // Create Result
+ var _result = new AzureOperationResponse>();
+ _result.Request = _httpRequest;
+ _result.Response = _httpResponse;
+ if (_httpResponse.Headers.Contains("x-ms-request-id"))
+ {
+ _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault();
+ }
+ // Deserialize Response
+ if ((int)_statusCode == 200)
+ {
+ _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false);
+ try
+ {
+ _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings);
+ }
+ catch (JsonException ex)
+ {
+ _httpRequest.Dispose();
+ if (_httpResponse != null)
+ {
+ _httpResponse.Dispose();
+ }
+ throw new SerializationException("Unable to deserialize the response.", _responseContent, ex);
+ }
+ }
+ if (_shouldTrace)
+ {
+ ServiceClientTracing.Exit(_invocationId, _result);
+ }
+ return _result;
+ }
+
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SharedGalleryImagesOperationsExtensions.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SharedGalleryImagesOperationsExtensions.cs
new file mode 100644
index 000000000000..6f7b97ca6e91
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/SharedGalleryImagesOperationsExtensions.cs
@@ -0,0 +1,155 @@
+//
+// 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
+{
+ using Microsoft.Rest;
+ using Microsoft.Rest.Azure;
+ using Models;
+ using System.Threading;
+ using System.Threading.Tasks;
+
+ ///
+ /// Extension methods for SharedGalleryImagesOperations.
+ ///
+ public static partial class SharedGalleryImagesOperationsExtensions
+ {
+ ///
+ /// List shared gallery images by subscription id or tenant id.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// Resource location.
+ ///
+ ///
+ /// The unique name of the Shared Gallery.
+ ///
+ ///
+ /// The query parameter to decide what shared galleries to fetch when doing
+ /// listing operations. Possible values include: 'tenant'
+ ///
+ public static IPage List(this ISharedGalleryImagesOperations operations, string location, string galleryUniqueName, string sharedTo = default(string))
+ {
+ return operations.ListAsync(location, galleryUniqueName, sharedTo).GetAwaiter().GetResult();
+ }
+
+ ///
+ /// List shared gallery images by subscription id or tenant id.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// Resource location.
+ ///
+ ///
+ /// The unique name of the Shared Gallery.
+ ///
+ ///
+ /// The query parameter to decide what shared galleries to fetch when doing
+ /// listing operations. Possible values include: 'tenant'
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public static async Task> ListAsync(this ISharedGalleryImagesOperations operations, string location, string galleryUniqueName, string sharedTo = default(string), CancellationToken cancellationToken = default(CancellationToken))
+ {
+ using (var _result = await operations.ListWithHttpMessagesAsync(location, galleryUniqueName, sharedTo, null, cancellationToken).ConfigureAwait(false))
+ {
+ return _result.Body;
+ }
+ }
+
+ ///
+ /// Get a shared gallery image by subscription id or tenant id.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// Resource location.
+ ///
+ ///
+ /// The unique name of the Shared Gallery.
+ ///
+ ///
+ /// The name of the Shared Gallery Image Definition from which the Image
+ /// Versions are to be listed.
+ ///
+ public static SharedGalleryImage Get(this ISharedGalleryImagesOperations operations, string location, string galleryUniqueName, string galleryImageName)
+ {
+ return operations.GetAsync(location, galleryUniqueName, galleryImageName).GetAwaiter().GetResult();
+ }
+
+ ///
+ /// Get a shared gallery image by subscription id or tenant id.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// Resource location.
+ ///
+ ///
+ /// The unique name of the Shared Gallery.
+ ///
+ ///
+ /// The name of the Shared Gallery Image Definition from which the Image
+ /// Versions are to be listed.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public static async Task GetAsync(this ISharedGalleryImagesOperations operations, string location, string galleryUniqueName, string galleryImageName, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ using (var _result = await operations.GetWithHttpMessagesAsync(location, galleryUniqueName, galleryImageName, null, cancellationToken).ConfigureAwait(false))
+ {
+ return _result.Body;
+ }
+ }
+
+ ///
+ /// List shared gallery images by subscription id or tenant id.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The NextLink from the previous successful call to List operation.
+ ///
+ public static IPage ListNext(this ISharedGalleryImagesOperations operations, string nextPageLink)
+ {
+ return operations.ListNextAsync(nextPageLink).GetAwaiter().GetResult();
+ }
+
+ ///
+ /// List shared gallery images by subscription id or tenant id.
+ ///
+ ///
+ /// The operations group for this extension method.
+ ///
+ ///
+ /// The NextLink from the previous successful call to List operation.
+ ///
+ ///
+ /// The cancellation token.
+ ///
+ public static async Task> ListNextAsync(this ISharedGalleryImagesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken))
+ {
+ using (var _result = await operations.ListNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false))
+ {
+ return _result.Body;
+ }
+ }
+
+ }
+}
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj b/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj
index c33fe8c3d81e..34300f44daf1 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj
@@ -9,18 +9,13 @@
Provides developers with libraries for the updated compute platform under Azure Resource manager to deploy virtual machine, virtual machine extensions and availability set management capabilities. Launch, restart, scale, capture and manage VMs, VM Extensions and more. Note: This client library is for Virtual Machines under Azure Resource Manager.
Development of this library has shifted focus to the Azure Unified SDK. The future development will be focused on "Azure.ResourceManager.Compute" (https://www.nuget.org/packages/Azure.ResourceManager.Compute/). Please see the package changelog for more information.
- 45.0.0.1
+ 46.0.0
Microsoft.Azure.Management.Compute
management;virtual machine;compute;
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/src/Properties/AssemblyInfo.cs b/sdk/compute/Microsoft.Azure.Management.Compute/src/Properties/AssemblyInfo.cs
index f1934ee5445c..cfae24418f59 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/src/Properties/AssemblyInfo.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/src/Properties/AssemblyInfo.cs
@@ -7,8 +7,8 @@
[assembly: AssemblyTitle("Microsoft Azure Compute Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Compute Resources.")]
-[assembly: AssemblyVersion("45.0.0.1")]
-[assembly: AssemblyFileVersion("45.0.0.1")]
+[assembly: AssemblyVersion("46.0.0")]
+[assembly: AssemblyFileVersion("46.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
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 02dae25d9f82..d181113821b2 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/GalleryTests.cs
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/GalleryTests.cs
@@ -345,6 +345,76 @@ public void GalleryApplicationVersion_CRUD_Tests()
}
}
+
+ [Fact]
+ public void Gallery_WithSharingProfile_CRUD_Tests()
+ {
+ using (MockContext context = MockContext.Start(this.GetType()))
+ {
+ EnsureClientsInitialized(context);
+ string rgName = ComputeManagementTestUtilities.GenerateName(ResourceGroupPrefix);
+
+ m_ResourcesClient.ResourceGroups.CreateOrUpdate(rgName, new ResourceGroup { Location = galleryHomeLocation });
+ Trace.TraceInformation("Created the resource group: " + rgName);
+
+ string galleryName = ComputeManagementTestUtilities.GenerateName(GalleryNamePrefix);
+ Gallery galleryIn = GetTestInputSharedGallery();
+ m_CrpClient.Galleries.CreateOrUpdate(rgName, galleryName, galleryIn);
+ Trace.TraceInformation(string.Format("Created the shared gallery: {0} in resource group: {1} with sharing profile permission: {2}",
+ galleryName, rgName, galleryIn.SharingProfile.Permissions));
+
+ Gallery galleryOut = m_CrpClient.Galleries.Get(rgName, galleryName);
+ Trace.TraceInformation("Got the gallery.");
+ Assert.NotNull(galleryOut);
+ ValidateGallery(galleryIn, galleryOut);
+
+ Trace.TraceInformation("Update the sharing profile via post, add the sharing profile groups.");
+ string newTenantId = "583d66a9-0041-4999-8838-75baece101d5";
+ SharingProfileGroup tenantGroups = new SharingProfileGroup()
+ {
+ Type = "AADTenants",
+ Ids = new List { newTenantId }
+
+ };
+
+ string newSubId = "640c5810-13bf-4b82-b94d-f38c2565e3bc";
+ SharingProfileGroup subGroups = new SharingProfileGroup()
+ {
+ Type = "Subscriptions",
+ Ids = new List { newSubId }
+
+ };
+
+ List groups = new List { tenantGroups, subGroups };
+ SharingUpdate sharingUpdate = new SharingUpdate()
+ {
+ OperationType = "Add",
+ Groups = groups
+ };
+
+ m_CrpClient.GallerySharingProfile.Update(rgName, galleryName,sharingUpdate);
+
+ Gallery galleryOutWithSharingProfile = m_CrpClient.Galleries.Get(rgName, galleryName, SelectPermissions.Permissions);
+ Trace.TraceInformation("Got the gallery");
+ Assert.NotNull(galleryOut);
+
+ ValidateSharingProfile(galleryIn, galleryOutWithSharingProfile, groups);
+
+ Trace.TraceInformation("Reset this gallery to private before deleting it.");
+ SharingUpdate resetPrivateUpdate = new SharingUpdate()
+ {
+ OperationType = "ResetToPrivate",
+ Groups = null
+ };
+
+ m_CrpClient.GallerySharingProfile.Update(rgName, galleryName, resetPrivateUpdate);
+
+ Trace.TraceInformation("Deleting this gallery.");
+ m_CrpClient.Galleries.Delete(rgName, galleryName);
+ // resource groups cleanup is taken cared by MockContext.Dispose() method.
+ }
+ }
+
private void ValidateGallery(Gallery galleryIn, Gallery galleryOut)
{
Assert.False(string.IsNullOrEmpty(galleryOut.ProvisioningState));
@@ -365,6 +435,42 @@ private void ValidateGallery(Gallery galleryIn, Gallery galleryOut)
Assert.False(string.IsNullOrEmpty(galleryOut?.Identifier?.UniqueName));
}
+ private void ValidateSharingProfile(Gallery galleryIn, Gallery galleryOut, List groups)
+ {
+ if(galleryIn.SharingProfile != null)
+ {
+ Assert.Equal(galleryIn.SharingProfile.Permissions, galleryOut.SharingProfile.Permissions);
+ Assert.Equal(groups.Count, galleryOut.SharingProfile.Groups.Count);
+
+ foreach (SharingProfileGroup sharingProfileGroup in galleryOut.SharingProfile.Groups)
+ {
+ if (sharingProfileGroup.Ids != null)
+ {
+ List outIds = sharingProfileGroup.Ids as List;
+ List inIds = null;
+
+ foreach(SharingProfileGroup inGroup in groups)
+ {
+ if(inGroup.Type == sharingProfileGroup.Type)
+ {
+ inIds = inGroup.Ids as List;
+ break;
+ }
+ }
+
+ Assert.NotNull(inIds);
+ Assert.Equal(inIds.Count, outIds.Count);
+
+ for(int i = 0; i < inIds.Count; i++)
+ {
+ Assert.Equal(outIds[i], inIds[i]);
+ }
+
+ }
+ }
+ }
+ }
+
private void ValidateGalleryImage(GalleryImage imageIn, GalleryImage imageOut)
{
Assert.False(string.IsNullOrEmpty(imageOut.ProvisioningState));
@@ -428,6 +534,19 @@ private Gallery GetTestInputGallery()
};
}
+ private Gallery GetTestInputSharedGallery()
+ {
+ return new Gallery
+ {
+ Location = galleryHomeLocation,
+ Description = "This is a sample gallery description",
+ SharingProfile = new SharingProfile
+ {
+ Permissions = "Groups"
+ }
+ };
+ }
+
private GalleryImage GetTestInputGalleryImage()
{
return new GalleryImage
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/SharedGalleryTests.cs b/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/SharedGalleryTests.cs
new file mode 100644
index 000000000000..f1160c5dad35
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/ScenarioTests/SharedGalleryTests.cs
@@ -0,0 +1,185 @@
+using Microsoft.Rest.ClientRuntime.Azure.TestFramework;
+using System;
+using System.Collections.Generic;
+using System.Text;
+using Xunit;
+using Microsoft.Azure.Management.ResourceManager.Models;
+using Microsoft.Azure.Management.ResourceManager;
+using System.Diagnostics;
+using Microsoft.Azure.Management.Compute.Models;
+using Microsoft.Rest.Azure;
+using System.Linq;
+using Microsoft.Azure.Management.Compute;
+
+
+namespace Compute.Tests
+{
+ public class SharedGalleryTests : VMTestBase
+ {
+ // these needs to be decided and created, especially subscription.
+ // two gallery shared to the tenant, but only one gallery shared to the sub
+ protected const string GalleryUniqueName = "97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV";
+ protected const string GalleryImageName = "jmaesscc";
+ protected const string GalleryImageVersionName = "1.0.0";
+
+ private string galleryAccessLocation = "eastus2euap";
+
+ [Fact]
+ public void SharedGallery_GetAndList_Tests()
+ {
+ using (MockContext context = MockContext.Start(this.GetType()))
+ {
+ EnsureClientsInitialized(context);
+
+ SharedGallery sharedGalleryOut = m_CrpClient.SharedGalleries.Get(galleryAccessLocation, GalleryUniqueName);
+ Trace.TraceInformation("Got the shared gallery {0} which is shared to current subscription.", GalleryUniqueName);
+ Assert.NotNull(sharedGalleryOut);
+ ValidateSharedGallery(sharedGalleryOut);
+
+
+ IPage sharedGalleriesList = m_CrpClient.SharedGalleries.List(galleryAccessLocation, "tenant");
+ Trace.TraceInformation("Got the shared galleries which are shared to tenant of current subscription.");
+
+ int count = sharedGalleriesList.Count();
+ Assert.Equal(1, count);
+
+ foreach(SharedGallery gallery in sharedGalleriesList)
+ {
+ if(gallery.Name == GalleryUniqueName)
+ {
+ ValidateSharedGallery(gallery);
+ break;
+ }
+ }
+
+ sharedGalleriesList = m_CrpClient.SharedGalleries.List(galleryAccessLocation);
+
+ count = sharedGalleriesList.Count();
+ Assert.Equal(1, count);
+ Trace.TraceInformation("Got the shared gallery {0} which is shared to current subscription.", GalleryUniqueName);
+
+ ValidateSharedGallery(sharedGalleriesList.First());
+
+ sharedGalleriesList = m_CrpClient.SharedGalleries.List(galleryAccessLocation, sharedTo: SharedToValues.Tenant);
+
+ count = sharedGalleriesList.Count();
+ Assert.Equal(1, count);
+ Trace.TraceInformation("Got the shared gallery {0} which is shared to current tenant.", GalleryUniqueName);
+
+ ValidateSharedGallery(sharedGalleriesList.First());
+
+ }
+ }
+
+ [Fact]
+ public void SharedGalleryImage_GetAndList_Tests()
+ {
+ using (MockContext context = MockContext.Start(this.GetType()))
+ {
+ EnsureClientsInitialized(context);
+
+ SharedGalleryImage sharedGalleryImageOut = m_CrpClient.SharedGalleryImages.Get(galleryAccessLocation, GalleryUniqueName, GalleryImageName);
+ Trace.TraceInformation("Got the shared gallery image {0} which is shared to current subscription.", GalleryImageName);
+ Assert.NotNull(sharedGalleryImageOut);
+
+ ValidateSharedGalleryImage(sharedGalleryImageOut);
+
+
+ IPage sharedGalleryImagesList = m_CrpClient.SharedGalleryImages.List(galleryAccessLocation, GalleryUniqueName, "tenant");
+ Trace.TraceInformation("Got the shared gallery images which are shared to tenant of current subscription.");
+
+ int count = sharedGalleryImagesList.Count();
+ Assert.Equal(1, count);
+
+ foreach (SharedGalleryImage galleryImage in sharedGalleryImagesList)
+ {
+ if (galleryImage.Name == GalleryImageName)
+ {
+ ValidateSharedGalleryImage(galleryImage);
+ break;
+ }
+ }
+
+ sharedGalleryImagesList = m_CrpClient.SharedGalleryImages.List(galleryAccessLocation, GalleryUniqueName);
+
+ count = sharedGalleryImagesList.Count();
+ Assert.Equal(1, count);
+ Trace.TraceInformation("Got the shared gallery {0} which is shared to current subscription.", GalleryUniqueName);
+
+ ValidateSharedGalleryImage(sharedGalleryImagesList.First());
+
+ sharedGalleryImagesList = m_CrpClient.SharedGalleryImages.List(galleryAccessLocation, GalleryUniqueName, sharedTo: SharedToValues.Tenant);
+
+ count = sharedGalleryImagesList.Count();
+ Assert.Equal(1, count);
+ Trace.TraceInformation("Got the shared gallery {0} which is shared to current tenant.", GalleryUniqueName);
+
+ ValidateSharedGalleryImage(sharedGalleryImagesList.First());
+ }
+ }
+
+ [Fact]
+ public void SharedGalleryImageVersion_GetAndList_Tests()
+ {
+ using (MockContext context = MockContext.Start(this.GetType()))
+ {
+ EnsureClientsInitialized(context);
+
+ SharedGalleryImageVersion sharedGalleryImageVersionOut = m_CrpClient.SharedGalleryImageVersions.Get(galleryAccessLocation, GalleryUniqueName, GalleryImageName, GalleryImageVersionName);
+ Trace.TraceInformation("Got the shared gallery image name {0} which is shared to current subscription.", GalleryImageVersionName);
+ Assert.NotNull(sharedGalleryImageVersionOut);
+ ValidateSharedGalleryImageVersion(sharedGalleryImageVersionOut);
+
+ IPage sharedGalleryImageVersionsList = m_CrpClient.SharedGalleryImageVersions.List(galleryAccessLocation, GalleryUniqueName, GalleryImageName, "tenant");
+ Trace.TraceInformation("Got the shared gallery image versions which are shared to tenant of current subscription.");
+
+ int count = sharedGalleryImageVersionsList.Count();
+ Assert.Equal(1, count);
+
+ foreach (SharedGalleryImageVersion galleryImageVersion in sharedGalleryImageVersionsList)
+ {
+ if (galleryImageVersion.Name == GalleryImageVersionName)
+ {
+ ValidateSharedGalleryImageVersion(galleryImageVersion);
+ break;
+ }
+ }
+
+ sharedGalleryImageVersionsList = m_CrpClient.SharedGalleryImageVersions.List(galleryAccessLocation, GalleryUniqueName, GalleryImageName);
+
+ count = sharedGalleryImageVersionsList.Count();
+ Assert.Equal(1, count);
+ Trace.TraceInformation("Got the shared gallery {0} which is shared to current subscription.", GalleryUniqueName);
+
+ ValidateSharedGalleryImageVersion(sharedGalleryImageVersionsList.First());
+
+ sharedGalleryImageVersionsList = m_CrpClient.SharedGalleryImageVersions.List(galleryAccessLocation, GalleryUniqueName, GalleryImageName,
+ sharedTo: SharedToValues.Tenant);
+
+ count = sharedGalleryImageVersionsList.Count();
+ Assert.Equal(1, count);
+ Trace.TraceInformation("Got the shared gallery {0} which is shared to current tenant.", GalleryUniqueName);
+
+ ValidateSharedGalleryImageVersion(sharedGalleryImageVersionsList.First());
+ }
+ }
+
+ private void ValidateSharedGallery(SharedGallery sharedGallery)
+ {
+ string expectedId = "/SharedGalleries/" + GalleryUniqueName;
+ Assert.Equal(expectedId, sharedGallery.UniqueId);
+ }
+
+ private void ValidateSharedGalleryImage(SharedGalleryImage sharedGalleryImage)
+ {
+ string expectedId = "/SharedGalleries/" + GalleryUniqueName + "/Images/" + GalleryImageName;
+ Assert.Equal(expectedId, sharedGalleryImage.UniqueId);
+ }
+
+ private void ValidateSharedGalleryImageVersion(SharedGalleryImageVersion sharedGalleryImageVersion)
+ {
+ string expectedId = "/SharedGalleries/" + GalleryUniqueName + "/Images/" + GalleryImageName + "/Versions/" + GalleryImageVersionName;
+ Assert.Equal(expectedId, sharedGalleryImageVersion.UniqueId);
+ }
+ }
+}
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 69323cc6aebd..b288095d3088 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,13 +1,13 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/galleryPsTestRg210?api-version=2017-05-10",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzIxMD9hcGktdmVyc2lvbj0yMDE3LTA1LTEw",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourcegroups/galleryPsTestRg9624?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk2MjQ/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"galleryPsTestRg210\": \"2021-02-04 22:19:01Z\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"tags\": {\r\n \"galleryPsTestRg9624\": \"2021-02-08 19:22:52Z\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "72ddd29e-09d0-4593-b53f-0463af476e4d"
+ "4c88c81e-d934-47a5-bb83-d10b54fcc381"
],
"Accept-Language": [
"en-US"
@@ -36,13 +36,13 @@
"1199"
],
"x-ms-request-id": [
- "12a0c5c0-6577-4893-8dae-d666d5cbe2a9"
+ "c2c60004-05a4-420c-bdea-97d2426d2de5"
],
"x-ms-correlation-request-id": [
- "12a0c5c0-6577-4893-8dae-d666d5cbe2a9"
+ "c2c60004-05a4-420c-bdea-97d2426d2de5"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T221905Z:12a0c5c0-6577-4893-8dae-d666d5cbe2a9"
+ "WESTUS:20210208T192255Z:c2c60004-05a4-420c-bdea-97d2426d2de5"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,7 +51,7 @@
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:19:04 GMT"
+ "Mon, 08 Feb 2021 19:22:54 GMT"
],
"Content-Length": [
"249"
@@ -63,17 +63,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210\",\r\n \"name\": \"galleryPsTestRg210\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"galleryPsTestRg210\": \"2021-02-04 22:19:01Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624\",\r\n \"name\": \"galleryPsTestRg9624\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"galleryPsTestRg9624\": \"2021-02-08 19:22:52Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Storage/storageAccounts/saforgallery9738?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzIxMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhZm9yZ2FsbGVyeTk3Mzg/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Storage/storageAccounts/saforgallery2295?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYWZvcmdhbGxlcnkyMjk1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"SoutheastAsia\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "5ab2f408-bbe6-4de6-a509-5b7f8b61e18c"
+ "42999a72-43da-44a6-b103-3db3330ea427"
],
"Accept-Language": [
"en-US"
@@ -99,13 +99,13 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/50870a7a-9863-463d-8335-40fb91fd7040?monitor=true&api-version=2015-06-15"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/2989c957-ea6b-4b74-95ab-37ef908d9873?monitor=true&api-version=2015-06-15"
],
"Retry-After": [
"17"
],
"x-ms-request-id": [
- "50870a7a-9863-463d-8335-40fb91fd7040"
+ "2989c957-ea6b-4b74-95ab-37ef908d9873"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -117,16 +117,16 @@
"1199"
],
"x-ms-correlation-request-id": [
- "0398d14c-a53b-4c2f-8a16-ea58dda37366"
+ "2f680037-514c-498f-8d12-11a5ce8c1fdd"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T221915Z:0398d14c-a53b-4c2f-8a16-ea58dda37366"
+ "WESTUS:20210208T192303Z:2f680037-514c-498f-8d12-11a5ce8c1fdd"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:19:14 GMT"
+ "Mon, 08 Feb 2021 19:23:02 GMT"
],
"Content-Type": [
"text/plain; charset=utf-8"
@@ -142,8 +142,8 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/50870a7a-9863-463d-8335-40fb91fd7040?monitor=true&api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvNTA4NzBhN2EtOTg2My00NjNkLTgzMzUtNDBmYjkxZmQ3MDQwP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Storage/locations/southeastasia/asyncoperations/2989c957-ea6b-4b74-95ab-37ef908d9873?monitor=true&api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9hc3luY29wZXJhdGlvbnMvMjk4OWM5NTctZWE2Yi00Yjc0LTk1YWItMzdlZjkwOGQ5ODczP21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
@@ -162,7 +162,7 @@
"no-cache"
],
"x-ms-request-id": [
- "583128a2-4a68-48fd-86d6-0b5a6ba00daf"
+ "1b37223b-3c2b-4287-9ddc-f750dcb3ae0e"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -174,16 +174,16 @@
"11999"
],
"x-ms-correlation-request-id": [
- "9264a454-2483-4fd8-a7ee-943665a9c71f"
+ "4194b7e7-88cf-4ffd-a20b-523f358020d2"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T221932Z:9264a454-2483-4fd8-a7ee-943665a9c71f"
+ "WESTUS:20210208T192321Z:4194b7e7-88cf-4ffd-a20b-523f358020d2"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:19:32 GMT"
+ "Mon, 08 Feb 2021 19:23:21 GMT"
],
"Content-Length": [
"95"
@@ -199,13 +199,13 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzIxMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "4cc0d46e-9a41-4227-8e97-7ad3555ea77b"
+ "6e1c19fe-06a2-4fcd-bbfd-3ee57d10e78c"
],
"Accept-Language": [
"en-US"
@@ -225,7 +225,7 @@
"no-cache"
],
"x-ms-request-id": [
- "129ff67a-b611-4c14-9ae8-085fa2b90db7"
+ "08fe4ffb-eaaa-4876-bc45-2673b5a9ee15"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -237,16 +237,16 @@
"11998"
],
"x-ms-correlation-request-id": [
- "65e61839-11ce-4ab1-9b07-3be535a57004"
+ "3c5eaadf-7421-4014-8c14-f73633a5e00b"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T221942Z:65e61839-11ce-4ab1-9b07-3be535a57004"
+ "WESTUS:20210208T192331Z:3c5eaadf-7421-4014-8c14-f73633a5e00b"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:19:42 GMT"
+ "Mon, 08 Feb 2021 19:23:31 GMT"
],
"Content-Length": [
"775"
@@ -258,17 +258,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Storage/storageAccounts/saforgallery9738\",\r\n \"name\": \"saforgallery9738\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-02-04T22:19:13.8941502Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saforgallery9738.blob.core.windows.net/\",\r\n \"queue\": \"https://saforgallery9738.queue.core.windows.net/\",\r\n \"table\": \"https://saforgallery9738.table.core.windows.net/\",\r\n \"file\": \"https://saforgallery9738.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Storage/storageAccounts/saforgallery2295\",\r\n \"name\": \"saforgallery2295\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-02-08T19:23:01.9718059Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saforgallery2295.blob.core.windows.net/\",\r\n \"queue\": \"https://saforgallery2295.queue.core.windows.net/\",\r\n \"table\": \"https://saforgallery2295.table.core.windows.net/\",\r\n \"file\": \"https://saforgallery2295.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Storage/storageAccounts/saforgallery9738?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzIxMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhZm9yZ2FsbGVyeTk3Mzg/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Storage/storageAccounts/saforgallery2295?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYWZvcmdhbGxlcnkyMjk1P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "985225ad-7580-4438-80d9-67c6dd597c0e"
+ "864568ce-c4aa-487e-a175-522894596052"
],
"Accept-Language": [
"en-US"
@@ -288,7 +288,7 @@
"no-cache"
],
"x-ms-request-id": [
- "6cf302af-5789-4310-9def-13ba3c29894a"
+ "8acc40d9-742b-4948-ab76-c3461d958325"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -300,16 +300,16 @@
"11997"
],
"x-ms-correlation-request-id": [
- "df483584-2282-4f47-a434-90bdf840e048"
+ "fab52b4e-e0f1-4d1d-8759-16a402643e2a"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T221943Z:df483584-2282-4f47-a434-90bdf840e048"
+ "WESTUS:20210208T192331Z:fab52b4e-e0f1-4d1d-8759-16a402643e2a"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:19:42 GMT"
+ "Mon, 08 Feb 2021 19:23:31 GMT"
],
"Content-Length": [
"763"
@@ -321,17 +321,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Storage/storageAccounts/saforgallery9738\",\r\n \"name\": \"saforgallery9738\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-02-04T22:19:13.8941502Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saforgallery9738.blob.core.windows.net/\",\r\n \"queue\": \"https://saforgallery9738.queue.core.windows.net/\",\r\n \"table\": \"https://saforgallery9738.table.core.windows.net/\",\r\n \"file\": \"https://saforgallery9738.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Storage/storageAccounts/saforgallery2295\",\r\n \"name\": \"saforgallery2295\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-02-08T19:23:01.9718059Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saforgallery2295.blob.core.windows.net/\",\r\n \"queue\": \"https://saforgallery2295.queue.core.windows.net/\",\r\n \"table\": \"https://saforgallery2295.table.core.windows.net/\",\r\n \"file\": \"https://saforgallery2295.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Storage/storageAccounts/saforgallery9738/listKeys?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzIxMC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhZm9yZ2FsbGVyeTk3MzgvbGlzdEtleXM/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Storage/storageAccounts/saforgallery2295/listKeys?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYWZvcmdhbGxlcnkyMjk1L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "POST",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "33b67c84-aab4-43ab-ab39-0dfa9aa74259"
+ "ee2e137f-42a4-4c8a-9b30-7ba0480d92dc"
],
"Accept-Language": [
"en-US"
@@ -351,7 +351,7 @@
"no-cache"
],
"x-ms-request-id": [
- "f1fe87c7-6775-472d-8c9c-26dbe51c54db"
+ "a85b88a0-8aa6-43d6-9070-2f0dff9ef0d3"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -363,16 +363,16 @@
"11999"
],
"x-ms-correlation-request-id": [
- "baf199b1-dfa1-4ece-b788-581c6c5ca030"
+ "8377464c-9bc3-49db-bd87-ddc0e49b7b58"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T221943Z:baf199b1-dfa1-4ece-b788-581c6c5ca030"
+ "WESTUS:20210208T192332Z:8377464c-9bc3-49db-bd87-ddc0e49b7b58"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:19:42 GMT"
+ "Mon, 08 Feb 2021 19:23:32 GMT"
],
"Content-Length": [
"197"
@@ -384,17 +384,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"key1\": \"VEyso8UqMtYUv9JTylSG42t97l3DNnQAR6jak2iwsNP0LkdkebqE3KiRSNyIJ8MYkhCT6+F0ziWo0/YCTmjVow==\",\r\n \"key2\": \"u8o0/dPLf6Z2rnBJPUXSES8xPdFdFzMdxNDRkm0d2ynKxTNb9HZ0B4JmXv/Plu1HZlsUOjBAI8nwz/qym8HBfQ==\"\r\n}",
+ "ResponseBody": "{\r\n \"key1\": \"CmtYFQXTnq9i/fGy0wZ6+srnkWEkv/101ArxDZFO+aoSEvBlxWqDQW9ojXXQdwlMPGWj9r5zmpnGlU7JrkXJ1Q==\",\r\n \"key2\": \"siKyGGTACI/P8ZUmzsCd6nBqnBcH7nZ95MIqJBKWuilzdxbNZHgzIe4J3fKn3WLun991wKkxFpuKGPNp0ZpRtQ==\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzIxMC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5ODM3OT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg1OTA/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\"\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "71ccd155-b974-4e76-a47d-611b3795ed89"
+ "65955a5f-1f2f-42b4-90eb-92b4ea99fc63"
],
"Accept-Language": [
"en-US"
@@ -402,8 +402,8 @@
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -420,7 +420,7 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/02b24b5f-632a-4ba8-be0b-31e2655acdcc?api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/fba9c352-7905-41db-9385-dfdceb7a7991?api-version=2020-09-30"
],
"x-ms-ratelimit-remaining-resource": [
"Microsoft.Compute/CreateUpdateGallery3Min;49,Microsoft.Compute/CreateUpdateGallery30Min;299"
@@ -429,10 +429,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "02b24b5f-632a-4ba8-be0b-31e2655acdcc"
+ "fba9c352-7905-41db-9385-dfdceb7a7991"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -442,19 +442,19 @@
"1199"
],
"x-ms-correlation-request-id": [
- "3ca867ef-adb6-4ec7-932b-3f29b72992c2"
+ "fd2f9540-bf31-466e-b5ea-d3c858b27610"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T221955Z:3ca867ef-adb6-4ec7-932b-3f29b72992c2"
+ "WESTUS:20210208T192342Z:fd2f9540-bf31-466e-b5ea-d3c858b27610"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:19:54 GMT"
+ "Mon, 08 Feb 2021 19:23:42 GMT"
],
"Content-Length": [
- "513"
+ "579"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -463,20 +463,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery8379\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY8379\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery8590\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY8590\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Private\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/02b24b5f-632a-4ba8-be0b-31e2655acdcc?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8wMmIyNGI1Zi02MzJhLTRiYTgtYmUwYi0zMWUyNjU1YWNkY2M/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/fba9c352-7905-41db-9385-dfdceb7a7991?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9mYmE5YzM1Mi03OTA1LTQxZGItOTM4NS1kZmRjZWI3YTc5OTE/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -487,35 +487,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1198,Microsoft.Compute/GetOperationStatus30Min;4198"
+ "Microsoft.Compute/GetOperationStatus3Min;1190,Microsoft.Compute/GetOperationStatus30Min;4153"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "0236d6c6-f3ba-4d53-add6-a3aab4db4c6e"
+ "4aa6c219-4454-4f4e-86af-1382da0ff15d"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11998"
],
"x-ms-correlation-request-id": [
- "d4c57097-4465-443d-9b8e-dad4e3e87fe1"
+ "d289ac04-20ef-447c-a0e8-7b81d67f6685"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222025Z:d4c57097-4465-443d-9b8e-dad4e3e87fe1"
+ "WESTUS:20210208T192413Z:d289ac04-20ef-447c-a0e8-7b81d67f6685"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:20:25 GMT"
+ "Mon, 08 Feb 2021 19:24:12 GMT"
],
"Content-Length": [
"183"
@@ -527,20 +527,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2021-02-04T22:19:52.5193491+00:00\",\r\n \"endTime\": \"2021-02-04T22:19:57.097562+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"02b24b5f-632a-4ba8-be0b-31e2655acdcc\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-02-08T11:23:40.6072646-08:00\",\r\n \"endTime\": \"2021-02-08T11:23:41.4822639-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"fba9c352-7905-41db-9385-dfdceb7a7991\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzIxMC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5ODM3OT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg1OTA/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -557,29 +557,29 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "6d8e1382-f0f6-4de8-85bc-7e471d497602"
+ "b6097bf3-025d-4c52-8d1a-0b7faf5d5f04"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
+ "11997"
],
"x-ms-correlation-request-id": [
- "bf0c2470-f17a-42e1-b7d4-e089e1457177"
+ "945f0877-d31b-45d6-ab82-8f470cdb988b"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222025Z:bf0c2470-f17a-42e1-b7d4-e089e1457177"
+ "WESTUS:20210208T192413Z:945f0877-d31b-45d6-ab82-8f470cdb988b"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:20:25 GMT"
+ "Mon, 08 Feb 2021 19:24:12 GMT"
],
"Content-Length": [
"514"
@@ -591,17 +591,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery8379\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY8379\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery8590\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY8590\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379/applications/galleryPsTestGalleryApplication2025?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzIxMC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5ODM3OS9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjIwMjU/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590/applications/galleryPsTestGalleryApplication8184?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg1OTAvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb244MTg0P2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This is the gallery application description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\",\r\n \"supportedOSType\": \"Windows\"\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "cdc09d57-a21b-4613-bdb7-802bc5946314"
+ "524c8028-9ea5-498b-95c2-f179ae8a26de"
],
"Accept-Language": [
"en-US"
@@ -609,8 +609,8 @@
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -633,10 +633,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "16d52740-d538-456b-87ef-dd2e986b8a45"
+ "a6ac87b9-2f8e-42c6-8f00-3816f2349e3c"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -646,16 +646,16 @@
"1198"
],
"x-ms-correlation-request-id": [
- "4dedb706-8cd2-4252-8faa-1a2fe0c63454"
+ "dbb88ee8-bee0-4cd3-97b4-5d609c419958"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222026Z:4dedb706-8cd2-4252-8faa-1a2fe0c63454"
+ "WESTUS:20210208T192413Z:dbb88ee8-bee0-4cd3-97b4-5d609c419958"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:20:25 GMT"
+ "Mon, 08 Feb 2021 19:24:13 GMT"
],
"Content-Length": [
"633"
@@ -667,20 +667,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication2025\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379/applications/galleryPsTestGalleryApplication2025\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"This is the gallery application description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication8184\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590/applications/galleryPsTestGalleryApplication8184\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"This is the gallery application description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379/applications/galleryPsTestGalleryApplication2025?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzIxMC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5ODM3OS9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjIwMjU/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590/applications/galleryPsTestGalleryApplication8184?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg1OTAvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb244MTg0P2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -697,29 +697,29 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "c849f950-25e0-4b1b-8154-6a468d02ad67"
+ "df5ca3d9-2459-4297-b8a4-d7fc453d5bf0"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
+ "11996"
],
"x-ms-correlation-request-id": [
- "3bc33eb7-312a-48d0-8edf-3ffeba406511"
+ "064dcd99-4255-40f6-a435-6eaa3e2b0453"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222056Z:3bc33eb7-312a-48d0-8edf-3ffeba406511"
+ "WESTUS:20210208T192444Z:064dcd99-4255-40f6-a435-6eaa3e2b0453"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:20:56 GMT"
+ "Mon, 08 Feb 2021 19:24:43 GMT"
],
"Content-Length": [
"633"
@@ -731,17 +731,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication2025\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379/applications/galleryPsTestGalleryApplication2025\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"This is the gallery application description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication8184\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590/applications/galleryPsTestGalleryApplication8184\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"This is the gallery application description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379/applications/galleryPsTestGalleryApplication2025/versions/1.0.0?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzIxMC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5ODM3OS9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjIwMjUvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590/applications/galleryPsTestGalleryApplication8184/versions/1.0.0?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg1OTAvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb244MTg0L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery9738.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=KB7lkpRJZ%2BNbjI8RUWjePth3aALbjRqp%2F5MdZ%2FjSkB4%3D&st=2021-02-03T22%3A19%3A44Z&se=2021-02-06T22%3A19%3A44Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"SoutheastAsia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"endOfLifeDate\": \"2021-02-14T00:00:00Z\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery2295.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=i%2FZftR0%2BcZaW%2FHqx6GCytHdp9rHt%2BodyL8wMxu0XyPk%3D&st=2021-02-07T19%3A23%3A34Z&se=2021-02-10T19%3A23%3A34Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"SoutheastAsia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"endOfLifeDate\": \"2021-02-18T08:00:00Z\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "868f40a6-a644-4413-8753-b9eaf7f465db"
+ "81ff979c-cd2c-4327-95d6-89c2d4f249f1"
],
"Accept-Language": [
"en-US"
@@ -749,14 +749,14 @@
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "833"
+ "835"
]
},
"ResponseHeaders": {
@@ -767,7 +767,7 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/05a1c1ee-3afd-40a5-a2ba-177f76da77cb?api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/c70badaa-9b94-49d9-86f0-8385a8304e5e?api-version=2020-09-30"
],
"x-ms-ratelimit-remaining-resource": [
"Microsoft.Compute/CreateUpdateGalleryApplicationVersion3Min;149,Microsoft.Compute/CreateUpdateGalleryApplicationVersion30Min;749"
@@ -776,10 +776,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "05a1c1ee-3afd-40a5-a2ba-177f76da77cb"
+ "c70badaa-9b94-49d9-86f0-8385a8304e5e"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -789,19 +789,19 @@
"1197"
],
"x-ms-correlation-request-id": [
- "37cb8d89-9312-46f0-8e7e-e186d92155d4"
+ "e7f3bd03-475a-47b3-98d5-c469c47fa859"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222057Z:37cb8d89-9312-46f0-8e7e-e186d92155d4"
+ "WESTUS:20210208T192445Z:e7f3bd03-475a-47b3-98d5-c469c47fa859"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:20:56 GMT"
+ "Mon, 08 Feb 2021 19:24:44 GMT"
],
"Content-Length": [
- "1316"
+ "1319"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -810,17 +810,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379/applications/galleryPsTestGalleryApplication2025/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery9738.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=KB7lkpRJZ%2BNbjI8RUWjePth3aALbjRqp%2F5MdZ%2FjSkB4%3D&st=2021-02-03T22%3A19%3A44Z&se=2021-02-06T22%3A19%3A44Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-02-04T22:20:56.832647+00:00\",\r\n \"endOfLifeDate\": \"2021-02-14T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590/applications/galleryPsTestGalleryApplication8184/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery2295.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=i%2FZftR0%2BcZaW%2FHqx6GCytHdp9rHt%2BodyL8wMxu0XyPk%3D&st=2021-02-07T19%3A23%3A34Z&se=2021-02-10T19%3A23%3A34Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-02-08T11:24:44.513999-08:00\",\r\n \"endOfLifeDate\": \"2021-02-18T00:00:00-08:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379/applications/galleryPsTestGalleryApplication2025/versions/1.0.0?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzIxMC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5ODM3OS9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjIwMjUvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590/applications/galleryPsTestGalleryApplication8184/versions/1.0.0?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg1OTAvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb244MTg0L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery9738.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=KB7lkpRJZ%2BNbjI8RUWjePth3aALbjRqp%2F5MdZ%2FjSkB4%3D&st=2021-02-03T22%3A19%3A44Z&se=2021-02-06T22%3A19%3A44Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"SoutheastAsia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"endOfLifeDate\": \"2021-05-15T00:00:00Z\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery2295.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=i%2FZftR0%2BcZaW%2FHqx6GCytHdp9rHt%2BodyL8wMxu0XyPk%3D&st=2021-02-07T19%3A23%3A34Z&se=2021-02-10T19%3A23%3A34Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"SoutheastAsia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"endOfLifeDate\": \"2021-05-19T07:00:00Z\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "2fea3e88-4070-4f67-986e-31c1493d8211"
+ "abfb47f8-1186-49dc-9153-f4de20b02f3f"
],
"Accept-Language": [
"en-US"
@@ -828,14 +828,14 @@
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "833"
+ "835"
]
},
"ResponseHeaders": {
@@ -846,7 +846,7 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/8d8caca9-68db-4963-9bba-9cc9184ced05?api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/cc35f8ed-c7ef-456f-b0b7-6521ed722d7f?api-version=2020-09-30"
],
"x-ms-ratelimit-remaining-resource": [
"Microsoft.Compute/CreateUpdateGalleryApplicationVersion3Min;149,Microsoft.Compute/CreateUpdateGalleryApplicationVersion30Min;748"
@@ -855,10 +855,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "8d8caca9-68db-4963-9bba-9cc9184ced05"
+ "cc35f8ed-c7ef-456f-b0b7-6521ed722d7f"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -868,19 +868,19 @@
"1196"
],
"x-ms-correlation-request-id": [
- "314361db-bcab-407b-88cf-829d498ce849"
+ "ec8b521d-ee36-4730-b628-e70ca9c7d175"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222531Z:314361db-bcab-407b-88cf-829d498ce849"
+ "WESTUS:20210208T192918Z:ec8b521d-ee36-4730-b628-e70ca9c7d175"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:25:31 GMT"
+ "Mon, 08 Feb 2021 19:29:17 GMT"
],
"Content-Length": [
- "1316"
+ "1319"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -889,20 +889,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379/applications/galleryPsTestGalleryApplication2025/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery9738.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=KB7lkpRJZ%2BNbjI8RUWjePth3aALbjRqp%2F5MdZ%2FjSkB4%3D&st=2021-02-03T22%3A19%3A44Z&se=2021-02-06T22%3A19%3A44Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-02-04T22:20:56.832647+00:00\",\r\n \"endOfLifeDate\": \"2021-05-15T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590/applications/galleryPsTestGalleryApplication8184/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery2295.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=i%2FZftR0%2BcZaW%2FHqx6GCytHdp9rHt%2BodyL8wMxu0XyPk%3D&st=2021-02-07T19%3A23%3A34Z&se=2021-02-10T19%3A23%3A34Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-02-08T11:24:44.513999-08:00\",\r\n \"endOfLifeDate\": \"2021-05-19T00:00:00-07:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/05a1c1ee-3afd-40a5-a2ba-177f76da77cb?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8wNWExYzFlZS0zYWZkLTQwYTUtYTJiYS0xNzdmNzZkYTc3Y2I/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/c70badaa-9b94-49d9-86f0-8385a8304e5e?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9jNzBiYWRhYS05Yjk0LTQ5ZDktODZmMC04Mzg1YTgzMDRlNWU/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -913,35 +913,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4196"
+ "Microsoft.Compute/GetOperationStatus3Min;1188,Microsoft.Compute/GetOperationStatus30Min;4148"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "7ccdccd4-11be-4ca1-afe3-3963217f7b23"
+ "71a5217b-4daf-4f25-ab61-4f17d11bbcb4"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11996"
+ "11995"
],
"x-ms-correlation-request-id": [
- "36cb13ac-f7b4-4f8b-82b3-d2988a62e7da"
+ "50588786-a4ea-48f8-a5dd-51317f788c6a"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222127Z:36cb13ac-f7b4-4f8b-82b3-d2988a62e7da"
+ "WESTUS:20210208T192515Z:50588786-a4ea-48f8-a5dd-51317f788c6a"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:21:26 GMT"
+ "Mon, 08 Feb 2021 19:25:14 GMT"
],
"Content-Length": [
"134"
@@ -953,20 +953,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2021-02-04T22:20:56.7232768+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"05a1c1ee-3afd-40a5-a2ba-177f76da77cb\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-02-08T11:24:44.4671096-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c70badaa-9b94-49d9-86f0-8385a8304e5e\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/05a1c1ee-3afd-40a5-a2ba-177f76da77cb?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8wNWExYzFlZS0zYWZkLTQwYTUtYTJiYS0xNzdmNzZkYTc3Y2I/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/c70badaa-9b94-49d9-86f0-8385a8304e5e?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9jNzBiYWRhYS05Yjk0LTQ5ZDktODZmMC04Mzg1YTgzMDRlNWU/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -977,35 +977,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1193,Microsoft.Compute/GetOperationStatus30Min;4193"
+ "Microsoft.Compute/GetOperationStatus3Min;1184,Microsoft.Compute/GetOperationStatus30Min;4143"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "0bce1408-a274-489d-ae73-7f74f650b9f1"
+ "c1d31e22-2bd3-43f4-851e-e60aeea89223"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11995"
+ "11994"
],
"x-ms-correlation-request-id": [
- "93f186c7-6db9-47df-898a-3f41ba632979"
+ "acf5a5fb-b550-4d0b-aecb-e1cf093b0c6a"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222157Z:93f186c7-6db9-47df-898a-3f41ba632979"
+ "WESTUS:20210208T192545Z:acf5a5fb-b550-4d0b-aecb-e1cf093b0c6a"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:21:56 GMT"
+ "Mon, 08 Feb 2021 19:25:45 GMT"
],
"Content-Length": [
"134"
@@ -1017,20 +1017,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2021-02-04T22:20:56.7232768+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"05a1c1ee-3afd-40a5-a2ba-177f76da77cb\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-02-08T11:24:44.4671096-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c70badaa-9b94-49d9-86f0-8385a8304e5e\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/05a1c1ee-3afd-40a5-a2ba-177f76da77cb?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8wNWExYzFlZS0zYWZkLTQwYTUtYTJiYS0xNzdmNzZkYTc3Y2I/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/c70badaa-9b94-49d9-86f0-8385a8304e5e?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9jNzBiYWRhYS05Yjk0LTQ5ZDktODZmMC04Mzg1YTgzMDRlNWU/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -1041,35 +1041,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1190,Microsoft.Compute/GetOperationStatus30Min;4190"
+ "Microsoft.Compute/GetOperationStatus3Min;1181,Microsoft.Compute/GetOperationStatus30Min;4138"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "74404788-cac0-4043-a39e-ca97f6a8110c"
+ "cba29e0c-be95-4bbc-8dbd-425d3e861131"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11994"
+ "11993"
],
"x-ms-correlation-request-id": [
- "30867b09-84b7-473f-a229-8ec7727d5277"
+ "15702a80-66d1-4b82-a2ce-639b461d43ea"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222228Z:30867b09-84b7-473f-a229-8ec7727d5277"
+ "WESTUS:20210208T192615Z:15702a80-66d1-4b82-a2ce-639b461d43ea"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:22:27 GMT"
+ "Mon, 08 Feb 2021 19:26:15 GMT"
],
"Content-Length": [
"134"
@@ -1081,20 +1081,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2021-02-04T22:20:56.7232768+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"05a1c1ee-3afd-40a5-a2ba-177f76da77cb\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-02-08T11:24:44.4671096-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c70badaa-9b94-49d9-86f0-8385a8304e5e\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/05a1c1ee-3afd-40a5-a2ba-177f76da77cb?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8wNWExYzFlZS0zYWZkLTQwYTUtYTJiYS0xNzdmNzZkYTc3Y2I/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/c70badaa-9b94-49d9-86f0-8385a8304e5e?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9jNzBiYWRhYS05Yjk0LTQ5ZDktODZmMC04Mzg1YTgzMDRlNWU/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -1105,35 +1105,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1187,Microsoft.Compute/GetOperationStatus30Min;4187"
+ "Microsoft.Compute/GetOperationStatus3Min;1179,Microsoft.Compute/GetOperationStatus30Min;4134"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "6cf79ea3-d9bc-42fa-a4ba-5a4ceded4794"
+ "342ea252-49f7-4c59-b4d9-836b350302ac"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11993"
+ "11992"
],
"x-ms-correlation-request-id": [
- "f1eaee7b-9e46-4990-b426-b7d6bd2cd165"
+ "8b890e0c-7524-4a28-a84a-dfe1ff1a42b7"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222258Z:f1eaee7b-9e46-4990-b426-b7d6bd2cd165"
+ "WESTUS:20210208T192645Z:8b890e0c-7524-4a28-a84a-dfe1ff1a42b7"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:22:58 GMT"
+ "Mon, 08 Feb 2021 19:26:45 GMT"
],
"Content-Length": [
"134"
@@ -1145,20 +1145,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2021-02-04T22:20:56.7232768+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"05a1c1ee-3afd-40a5-a2ba-177f76da77cb\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-02-08T11:24:44.4671096-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c70badaa-9b94-49d9-86f0-8385a8304e5e\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/05a1c1ee-3afd-40a5-a2ba-177f76da77cb?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8wNWExYzFlZS0zYWZkLTQwYTUtYTJiYS0xNzdmNzZkYTc3Y2I/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/c70badaa-9b94-49d9-86f0-8385a8304e5e?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9jNzBiYWRhYS05Yjk0LTQ5ZDktODZmMC04Mzg1YTgzMDRlNWU/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -1169,35 +1169,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1186,Microsoft.Compute/GetOperationStatus30Min;4184"
+ "Microsoft.Compute/GetOperationStatus3Min;1177,Microsoft.Compute/GetOperationStatus30Min;4129"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "891d6cda-c4c5-44a1-9f4b-072966d09f80"
+ "83ca1b7f-3c5a-4475-af45-045acf365f82"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11992"
+ "11991"
],
"x-ms-correlation-request-id": [
- "4a56c7af-c903-484f-baf6-1fcd23d8ded8"
+ "f5b0ec1f-d372-4ce0-a61e-c6c54d4bc5c2"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222328Z:4a56c7af-c903-484f-baf6-1fcd23d8ded8"
+ "WESTUS:20210208T192716Z:f5b0ec1f-d372-4ce0-a61e-c6c54d4bc5c2"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:23:28 GMT"
+ "Mon, 08 Feb 2021 19:27:15 GMT"
],
"Content-Length": [
"134"
@@ -1209,20 +1209,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2021-02-04T22:20:56.7232768+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"05a1c1ee-3afd-40a5-a2ba-177f76da77cb\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-02-08T11:24:44.4671096-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c70badaa-9b94-49d9-86f0-8385a8304e5e\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/05a1c1ee-3afd-40a5-a2ba-177f76da77cb?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8wNWExYzFlZS0zYWZkLTQwYTUtYTJiYS0xNzdmNzZkYTc3Y2I/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/c70badaa-9b94-49d9-86f0-8385a8304e5e?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9jNzBiYWRhYS05Yjk0LTQ5ZDktODZmMC04Mzg1YTgzMDRlNWU/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -1233,35 +1233,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4181"
+ "Microsoft.Compute/GetOperationStatus3Min;1174,Microsoft.Compute/GetOperationStatus30Min;4125"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "ec744ba7-537f-4121-a820-a5d6c57bee59"
+ "a2edaefa-6d98-4f69-8bdc-ac4412b3ad21"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11991"
+ "11990"
],
"x-ms-correlation-request-id": [
- "489e8ebd-a279-4e39-8548-32e3867f0606"
+ "9195da53-4633-4dcf-856c-9fbe9d4c948b"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222358Z:489e8ebd-a279-4e39-8548-32e3867f0606"
+ "WESTUS:20210208T192746Z:9195da53-4633-4dcf-856c-9fbe9d4c948b"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:23:58 GMT"
+ "Mon, 08 Feb 2021 19:27:46 GMT"
],
"Content-Length": [
"134"
@@ -1273,20 +1273,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2021-02-04T22:20:56.7232768+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"05a1c1ee-3afd-40a5-a2ba-177f76da77cb\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-02-08T11:24:44.4671096-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c70badaa-9b94-49d9-86f0-8385a8304e5e\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/05a1c1ee-3afd-40a5-a2ba-177f76da77cb?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8wNWExYzFlZS0zYWZkLTQwYTUtYTJiYS0xNzdmNzZkYTc3Y2I/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/c70badaa-9b94-49d9-86f0-8385a8304e5e?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9jNzBiYWRhYS05Yjk0LTQ5ZDktODZmMC04Mzg1YTgzMDRlNWU/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -1297,35 +1297,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4179"
+ "Microsoft.Compute/GetOperationStatus3Min;1175,Microsoft.Compute/GetOperationStatus30Min;4121"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "6fc0b8e7-0c6f-4d55-9086-f687a7888adc"
+ "d9b3976d-f83d-4f45-8a0b-55bfcd71cdac"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11990"
+ "11989"
],
"x-ms-correlation-request-id": [
- "fa9741e2-7930-4d5b-b7e3-301590a397bf"
+ "c05e7874-8f51-4ce7-bbb9-e4a6355f2328"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222428Z:fa9741e2-7930-4d5b-b7e3-301590a397bf"
+ "WESTUS:20210208T192816Z:c05e7874-8f51-4ce7-bbb9-e4a6355f2328"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:24:28 GMT"
+ "Mon, 08 Feb 2021 19:28:16 GMT"
],
"Content-Length": [
"134"
@@ -1337,20 +1337,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2021-02-04T22:20:56.7232768+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"05a1c1ee-3afd-40a5-a2ba-177f76da77cb\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-02-08T11:24:44.4671096-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c70badaa-9b94-49d9-86f0-8385a8304e5e\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/05a1c1ee-3afd-40a5-a2ba-177f76da77cb?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8wNWExYzFlZS0zYWZkLTQwYTUtYTJiYS0xNzdmNzZkYTc3Y2I/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/c70badaa-9b94-49d9-86f0-8385a8304e5e?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9jNzBiYWRhYS05Yjk0LTQ5ZDktODZmMC04Mzg1YTgzMDRlNWU/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -1361,35 +1361,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4176"
+ "Microsoft.Compute/GetOperationStatus3Min;1175,Microsoft.Compute/GetOperationStatus30Min;4117"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "95ab9d4b-b914-4a32-8e56-7d90963749cd"
+ "f8614f51-5d37-485f-9ba3-5d75afc14fb6"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11989"
+ "11988"
],
"x-ms-correlation-request-id": [
- "8460e8d4-540b-4eaf-8b4a-d2ac702f85a6"
+ "83c07451-1006-4eb2-8a4f-62c5f69b3e49"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222459Z:8460e8d4-540b-4eaf-8b4a-d2ac702f85a6"
+ "WESTUS:20210208T192846Z:83c07451-1006-4eb2-8a4f-62c5f69b3e49"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:24:58 GMT"
+ "Mon, 08 Feb 2021 19:28:46 GMT"
],
"Content-Length": [
"134"
@@ -1401,20 +1401,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2021-02-04T22:20:56.7232768+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"05a1c1ee-3afd-40a5-a2ba-177f76da77cb\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-02-08T11:24:44.4671096-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"c70badaa-9b94-49d9-86f0-8385a8304e5e\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/05a1c1ee-3afd-40a5-a2ba-177f76da77cb?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8wNWExYzFlZS0zYWZkLTQwYTUtYTJiYS0xNzdmNzZkYTc3Y2I/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/c70badaa-9b94-49d9-86f0-8385a8304e5e?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9jNzBiYWRhYS05Yjk0LTQ5ZDktODZmMC04Mzg1YTgzMDRlNWU/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -1425,35 +1425,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4173"
+ "Microsoft.Compute/GetOperationStatus3Min;1176,Microsoft.Compute/GetOperationStatus30Min;4113"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "d05ea746-2cdd-4a46-90ec-689b51fc5eaa"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11988"
+ "df51e33b-b6e3-4550-9804-f52e7cec7079"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11987"
+ ],
"x-ms-correlation-request-id": [
- "b3850eca-43aa-481c-b3ef-b5095de6912b"
+ "4686a73d-dff8-4b38-9834-ac759d8683d9"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222529Z:b3850eca-43aa-481c-b3ef-b5095de6912b"
+ "WESTUS:20210208T192917Z:4686a73d-dff8-4b38-9834-ac759d8683d9"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:25:29 GMT"
+ "Mon, 08 Feb 2021 19:29:16 GMT"
],
"Content-Length": [
"184"
@@ -1465,20 +1465,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2021-02-04T22:20:56.7232768+00:00\",\r\n \"endTime\": \"2021-02-04T22:25:27.1795883+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"05a1c1ee-3afd-40a5-a2ba-177f76da77cb\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-02-08T11:24:44.4671096-08:00\",\r\n \"endTime\": \"2021-02-08T11:29:14.8132594-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"c70badaa-9b94-49d9-86f0-8385a8304e5e\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379/applications/galleryPsTestGalleryApplication2025/versions/1.0.0?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzIxMC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5ODM3OS9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjIwMjUvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590/applications/galleryPsTestGalleryApplication8184/versions/1.0.0?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg1OTAvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb244MTg0L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -1495,32 +1495,32 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "a6be852d-1ef0-43bf-94b6-84bf4364ab06"
+ "506fcc8c-7264-46e3-81af-2645b43fedc7"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11987"
+ "11986"
],
"x-ms-correlation-request-id": [
- "471641ed-b417-423d-89f5-1aaa9ef319d3"
+ "e15e48d0-94ab-4b16-984a-99432f5ecce5"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222530Z:471641ed-b417-423d-89f5-1aaa9ef319d3"
+ "WESTUS:20210208T192917Z:e15e48d0-94ab-4b16-984a-99432f5ecce5"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:25:30 GMT"
+ "Mon, 08 Feb 2021 19:29:16 GMT"
],
"Content-Length": [
- "1317"
+ "1320"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1529,17 +1529,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379/applications/galleryPsTestGalleryApplication2025/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery9738.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=KB7lkpRJZ%2BNbjI8RUWjePth3aALbjRqp%2F5MdZ%2FjSkB4%3D&st=2021-02-03T22%3A19%3A44Z&se=2021-02-06T22%3A19%3A44Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-02-04T22:20:56.832647+00:00\",\r\n \"endOfLifeDate\": \"2021-02-14T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590/applications/galleryPsTestGalleryApplication8184/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery2295.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=i%2FZftR0%2BcZaW%2FHqx6GCytHdp9rHt%2BodyL8wMxu0XyPk%3D&st=2021-02-07T19%3A23%3A34Z&se=2021-02-10T19%3A23%3A34Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-02-08T11:24:44.513999-08:00\",\r\n \"endOfLifeDate\": \"2021-02-18T00:00:00-08:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379/applications/galleryPsTestGalleryApplication2025/versions/1.0.0?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzIxMC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5ODM3OS9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjIwMjUvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590/applications/galleryPsTestGalleryApplication8184/versions/1.0.0?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg1OTAvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb244MTg0L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "fe54a990-7faa-46a3-a5fd-3ff6676c267f"
+ "fd08c2d2-be1b-4a60-bec8-04398238b727"
],
"Accept-Language": [
"en-US"
@@ -1547,8 +1547,8 @@
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -1565,32 +1565,32 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "f52d5039-0dea-410b-9b6f-af6ccb719479"
+ "738a29c5-063c-43a4-aa49-c8a2d07798f0"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11986"
+ "11985"
],
"x-ms-correlation-request-id": [
- "7b0f2473-bf73-4f1a-bc1d-d9251b2e14d8"
+ "5a0f4cec-a3ee-430c-98a9-5930012b65b9"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222530Z:7b0f2473-bf73-4f1a-bc1d-d9251b2e14d8"
+ "WESTUS:20210208T192917Z:5a0f4cec-a3ee-430c-98a9-5930012b65b9"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:25:30 GMT"
+ "Mon, 08 Feb 2021 19:29:16 GMT"
],
"Content-Length": [
- "1317"
+ "1320"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1599,20 +1599,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379/applications/galleryPsTestGalleryApplication2025/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery9738.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=KB7lkpRJZ%2BNbjI8RUWjePth3aALbjRqp%2F5MdZ%2FjSkB4%3D&st=2021-02-03T22%3A19%3A44Z&se=2021-02-06T22%3A19%3A44Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-02-04T22:20:56.832647+00:00\",\r\n \"endOfLifeDate\": \"2021-02-14T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590/applications/galleryPsTestGalleryApplication8184/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery2295.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=i%2FZftR0%2BcZaW%2FHqx6GCytHdp9rHt%2BodyL8wMxu0XyPk%3D&st=2021-02-07T19%3A23%3A34Z&se=2021-02-10T19%3A23%3A34Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-02-08T11:24:44.513999-08:00\",\r\n \"endOfLifeDate\": \"2021-02-18T00:00:00-08:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379/applications/galleryPsTestGalleryApplication2025/versions/1.0.0?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzIxMC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5ODM3OS9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjIwMjUvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590/applications/galleryPsTestGalleryApplication8184/versions/1.0.0?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg1OTAvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb244MTg0L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -1629,32 +1629,32 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "49a81307-7557-4e88-af4b-0e284ec67706"
+ "9ceb3ee0-c482-4f2e-90a7-bd723524df97"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11978"
+ "11977"
],
"x-ms-correlation-request-id": [
- "6102372c-8b10-4c73-9325-a4827f397641"
+ "2c75b41b-9939-43e9-a4fe-0e77e6d5a207"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222833Z:6102372c-8b10-4c73-9325-a4827f397641"
+ "WESTUS:20210208T193220Z:2c75b41b-9939-43e9-a4fe-0e77e6d5a207"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:28:32 GMT"
+ "Mon, 08 Feb 2021 19:32:20 GMT"
],
"Content-Length": [
- "1317"
+ "1320"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1663,17 +1663,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379/applications/galleryPsTestGalleryApplication2025/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery9738.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=KB7lkpRJZ%2BNbjI8RUWjePth3aALbjRqp%2F5MdZ%2FjSkB4%3D&st=2021-02-03T22%3A19%3A44Z&se=2021-02-06T22%3A19%3A44Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-02-04T22:20:56.832647+00:00\",\r\n \"endOfLifeDate\": \"2021-05-15T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590/applications/galleryPsTestGalleryApplication8184/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery2295.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=i%2FZftR0%2BcZaW%2FHqx6GCytHdp9rHt%2BodyL8wMxu0XyPk%3D&st=2021-02-07T19%3A23%3A34Z&se=2021-02-10T19%3A23%3A34Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-02-08T11:24:44.513999-08:00\",\r\n \"endOfLifeDate\": \"2021-05-19T00:00:00-07:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379/applications/galleryPsTestGalleryApplication2025/versions/1.0.0?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzIxMC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5ODM3OS9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjIwMjUvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590/applications/galleryPsTestGalleryApplication8184/versions/1.0.0?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg1OTAvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb244MTg0L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "5cc2fe46-0e1a-4e6f-ade4-aa7a7f0a3184"
+ "76203de8-516d-4904-858e-cc1d08733371"
],
"Accept-Language": [
"en-US"
@@ -1681,8 +1681,8 @@
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -1699,32 +1699,32 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "4fd44c76-1e88-4e52-aa59-bab2cb0ec8b2"
+ "261e3101-3d65-48e0-ae74-a0d92d303d87"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11977"
+ "11976"
],
"x-ms-correlation-request-id": [
- "6af1f28d-5622-4179-944a-f8f88e757b03"
+ "7986a7f9-ec7e-4160-940f-2f04120ec76b"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222833Z:6af1f28d-5622-4179-944a-f8f88e757b03"
+ "WESTUS:20210208T193220Z:7986a7f9-ec7e-4160-940f-2f04120ec76b"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:28:33 GMT"
+ "Mon, 08 Feb 2021 19:32:20 GMT"
],
"Content-Length": [
- "1317"
+ "1320"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1733,17 +1733,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379/applications/galleryPsTestGalleryApplication2025/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery9738.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=KB7lkpRJZ%2BNbjI8RUWjePth3aALbjRqp%2F5MdZ%2FjSkB4%3D&st=2021-02-03T22%3A19%3A44Z&se=2021-02-06T22%3A19%3A44Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-02-04T22:20:56.832647+00:00\",\r\n \"endOfLifeDate\": \"2021-05-15T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590/applications/galleryPsTestGalleryApplication8184/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery2295.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=i%2FZftR0%2BcZaW%2FHqx6GCytHdp9rHt%2BodyL8wMxu0XyPk%3D&st=2021-02-07T19%3A23%3A34Z&se=2021-02-10T19%3A23%3A34Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-02-08T11:24:44.513999-08:00\",\r\n \"endOfLifeDate\": \"2021-05-19T00:00:00-07:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379/applications/galleryPsTestGalleryApplication2025/versions/1.0.0?$expand=ReplicationStatus&api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzIxMC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5ODM3OS9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjIwMjUvdmVyc2lvbnMvMS4wLjA/JGV4cGFuZD1SZXBsaWNhdGlvblN0YXR1cyZhcGktdmVyc2lvbj0yMDE5LTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590/applications/galleryPsTestGalleryApplication8184/versions/1.0.0?$expand=ReplicationStatus&api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg1OTAvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb244MTg0L3ZlcnNpb25zLzEuMC4wPyRleHBhbmQ9UmVwbGljYXRpb25TdGF0dXMmYXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "d63478c6-6dd0-4466-b492-b90e1e51cdea"
+ "e9a29d70-7cd0-4dd3-8df8-cbc8959b4e6a"
],
"Accept-Language": [
"en-US"
@@ -1751,8 +1751,8 @@
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -1769,32 +1769,32 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "871d5b75-69e4-4b7a-96d6-2e4907966a05"
+ "2b9c8b96-552a-42cb-9916-95a6f8cbd124"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11985"
+ "11984"
],
"x-ms-correlation-request-id": [
- "0515ca3d-8246-4b81-a5eb-4b6fbbb3711a"
+ "f36b1446-dda3-452b-a457-42562345c47d"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222531Z:0515ca3d-8246-4b81-a5eb-4b6fbbb3711a"
+ "WESTUS:20210208T192917Z:f36b1446-dda3-452b-a457-42562345c47d"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:25:30 GMT"
+ "Mon, 08 Feb 2021 19:29:17 GMT"
],
"Content-Length": [
- "1541"
+ "1544"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1803,20 +1803,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379/applications/galleryPsTestGalleryApplication2025/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery9738.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=KB7lkpRJZ%2BNbjI8RUWjePth3aALbjRqp%2F5MdZ%2FjSkB4%3D&st=2021-02-03T22%3A19%3A44Z&se=2021-02-06T22%3A19%3A44Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-02-04T22:20:56.832647+00:00\",\r\n \"endOfLifeDate\": \"2021-02-14T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"replicationStatus\": {\r\n \"aggregatedState\": \"Completed\",\r\n \"summary\": [\r\n {\r\n \"region\": \"southeastasia\",\r\n \"state\": \"Completed\",\r\n \"progress\": 100\r\n }\r\n ]\r\n }\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590/applications/galleryPsTestGalleryApplication8184/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/applications/versions\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"source\": {\r\n \"mediaLink\": \"https://saforgallery2295.blob.core.windows.net/sascontainer/test.txt?sv=2017-04-17&sr=b&sig=i%2FZftR0%2BcZaW%2FHqx6GCytHdp9rHt%2BodyL8wMxu0XyPk%3D&st=2021-02-07T19%3A23%3A34Z&se=2021-02-10T19%3A23%3A34Z&sp=rw\"\r\n },\r\n \"manageActions\": {\r\n \"install\": \"powershell -command \\\"Expand-Archive -Path test.zip -DestinationPath C:\\\\package\\\"\",\r\n \"remove\": \"del C:\\\\package \"\r\n },\r\n \"enableHealthCheck\": false,\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"Southeast Asia\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-02-08T11:24:44.513999-08:00\",\r\n \"endOfLifeDate\": \"2021-02-18T00:00:00-08:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"replicationStatus\": {\r\n \"aggregatedState\": \"Completed\",\r\n \"summary\": [\r\n {\r\n \"region\": \"southeastasia\",\r\n \"state\": \"Completed\",\r\n \"progress\": 100\r\n }\r\n ]\r\n }\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/8d8caca9-68db-4963-9bba-9cc9184ced05?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy84ZDhjYWNhOS02OGRiLTQ5NjMtOWJiYS05Y2M5MTg0Y2VkMDU/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/cc35f8ed-c7ef-456f-b0b7-6521ed722d7f?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9jYzM1ZjhlZC1jN2VmLTQ1NmYtYjBiNy02NTIxZWQ3MjJkN2Y/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -1827,35 +1827,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1186,Microsoft.Compute/GetOperationStatus30Min;4170"
+ "Microsoft.Compute/GetOperationStatus3Min;1175,Microsoft.Compute/GetOperationStatus30Min;4108"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "62274e9b-d174-4286-8e72-c7e23842df4f"
+ "cc1bf115-cda0-4fbc-af3a-6d3c8f04118b"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11983"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11984"
- ],
"x-ms-correlation-request-id": [
- "305e2390-51f9-4d05-972f-a3e2b1e91f9b"
+ "47e1bc94-8ee0-4829-b002-419ee842c470"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222601Z:305e2390-51f9-4d05-972f-a3e2b1e91f9b"
+ "WESTUS:20210208T192948Z:47e1bc94-8ee0-4829-b002-419ee842c470"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:26:01 GMT"
+ "Mon, 08 Feb 2021 19:29:47 GMT"
],
"Content-Length": [
"134"
@@ -1867,20 +1867,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2021-02-04T22:25:31.2734009+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8d8caca9-68db-4963-9bba-9cc9184ced05\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-02-08T11:29:18.1569617-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"cc35f8ed-c7ef-456f-b0b7-6521ed722d7f\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/8d8caca9-68db-4963-9bba-9cc9184ced05?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy84ZDhjYWNhOS02OGRiLTQ5NjMtOWJiYS05Y2M5MTg0Y2VkMDU/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/cc35f8ed-c7ef-456f-b0b7-6521ed722d7f?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9jYzM1ZjhlZC1jN2VmLTQ1NmYtYjBiNy02NTIxZWQ3MjJkN2Y/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -1891,35 +1891,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1186,Microsoft.Compute/GetOperationStatus30Min;4167"
+ "Microsoft.Compute/GetOperationStatus3Min;1175,Microsoft.Compute/GetOperationStatus30Min;4103"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "78298dc8-eb48-4a8c-9ffe-2d7684928a7a"
+ "60877ad8-4a88-4379-9b6c-ed0b5e439590"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11983"
+ "11982"
],
"x-ms-correlation-request-id": [
- "1d5aa1f2-2d43-4138-87d3-a53337d804b7"
+ "482c2357-37a0-42a5-9893-e72dc116cf9d"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222632Z:1d5aa1f2-2d43-4138-87d3-a53337d804b7"
+ "WESTUS:20210208T193019Z:482c2357-37a0-42a5-9893-e72dc116cf9d"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:26:31 GMT"
+ "Mon, 08 Feb 2021 19:30:19 GMT"
],
"Content-Length": [
"134"
@@ -1931,20 +1931,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2021-02-04T22:25:31.2734009+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8d8caca9-68db-4963-9bba-9cc9184ced05\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-02-08T11:29:18.1569617-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"cc35f8ed-c7ef-456f-b0b7-6521ed722d7f\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/8d8caca9-68db-4963-9bba-9cc9184ced05?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy84ZDhjYWNhOS02OGRiLTQ5NjMtOWJiYS05Y2M5MTg0Y2VkMDU/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/cc35f8ed-c7ef-456f-b0b7-6521ed722d7f?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9jYzM1ZjhlZC1jN2VmLTQ1NmYtYjBiNy02NTIxZWQ3MjJkN2Y/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -1955,35 +1955,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1186,Microsoft.Compute/GetOperationStatus30Min;4164"
+ "Microsoft.Compute/GetOperationStatus3Min;1174,Microsoft.Compute/GetOperationStatus30Min;4099"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "b608b17d-346e-4978-bf06-dc8f8f7343fd"
+ "86432e65-2c3d-4aaa-b016-62b74cbb9be3"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11982"
+ "11981"
],
"x-ms-correlation-request-id": [
- "ddb2d135-c013-4438-93fa-50568b70d7c7"
+ "02277262-f456-4f7e-a98e-13bb1259b766"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222702Z:ddb2d135-c013-4438-93fa-50568b70d7c7"
+ "WESTUS:20210208T193049Z:02277262-f456-4f7e-a98e-13bb1259b766"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:27:01 GMT"
+ "Mon, 08 Feb 2021 19:30:49 GMT"
],
"Content-Length": [
"134"
@@ -1995,20 +1995,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2021-02-04T22:25:31.2734009+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8d8caca9-68db-4963-9bba-9cc9184ced05\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-02-08T11:29:18.1569617-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"cc35f8ed-c7ef-456f-b0b7-6521ed722d7f\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/8d8caca9-68db-4963-9bba-9cc9184ced05?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy84ZDhjYWNhOS02OGRiLTQ5NjMtOWJiYS05Y2M5MTg0Y2VkMDU/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/cc35f8ed-c7ef-456f-b0b7-6521ed722d7f?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9jYzM1ZjhlZC1jN2VmLTQ1NmYtYjBiNy02NTIxZWQ3MjJkN2Y/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -2019,35 +2019,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1185,Microsoft.Compute/GetOperationStatus30Min;4161"
+ "Microsoft.Compute/GetOperationStatus3Min;1174,Microsoft.Compute/GetOperationStatus30Min;4094"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "ab733408-d6ef-4948-bab3-f7c1504dfbf9"
+ "017355e9-2e18-49a1-b2c9-4c0bfb92b31c"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11981"
+ "11980"
],
"x-ms-correlation-request-id": [
- "dbaec1bb-d46d-4ddf-8ffa-31dcd8d136d2"
+ "bc7cce41-a27a-46f3-825d-3bb92964ff73"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222732Z:dbaec1bb-d46d-4ddf-8ffa-31dcd8d136d2"
+ "WESTUS:20210208T193120Z:bc7cce41-a27a-46f3-825d-3bb92964ff73"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:27:32 GMT"
+ "Mon, 08 Feb 2021 19:31:19 GMT"
],
"Content-Length": [
"134"
@@ -2059,20 +2059,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2021-02-04T22:25:31.2734009+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8d8caca9-68db-4963-9bba-9cc9184ced05\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-02-08T11:29:18.1569617-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"cc35f8ed-c7ef-456f-b0b7-6521ed722d7f\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/8d8caca9-68db-4963-9bba-9cc9184ced05?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy84ZDhjYWNhOS02OGRiLTQ5NjMtOWJiYS05Y2M5MTg0Y2VkMDU/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/cc35f8ed-c7ef-456f-b0b7-6521ed722d7f?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9jYzM1ZjhlZC1jN2VmLTQ1NmYtYjBiNy02NTIxZWQ3MjJkN2Y/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -2083,35 +2083,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1185,Microsoft.Compute/GetOperationStatus30Min;4158"
+ "Microsoft.Compute/GetOperationStatus3Min;1174,Microsoft.Compute/GetOperationStatus30Min;4090"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "5a08a389-3dcf-403e-b346-0b174cab38f6"
+ "4b4d0380-272e-4882-a02a-f31f9fcafaf7"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11980"
+ "11979"
],
"x-ms-correlation-request-id": [
- "9e038583-285b-4f5f-8e1f-0457a5c35afd"
+ "34fd2c20-49c0-418f-b15a-bf92586551e6"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222802Z:9e038583-285b-4f5f-8e1f-0457a5c35afd"
+ "WESTUS:20210208T193150Z:34fd2c20-49c0-418f-b15a-bf92586551e6"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:28:02 GMT"
+ "Mon, 08 Feb 2021 19:31:49 GMT"
],
"Content-Length": [
"134"
@@ -2123,20 +2123,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2021-02-04T22:25:31.2734009+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"8d8caca9-68db-4963-9bba-9cc9184ced05\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-02-08T11:29:18.1569617-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"cc35f8ed-c7ef-456f-b0b7-6521ed722d7f\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/8d8caca9-68db-4963-9bba-9cc9184ced05?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy84ZDhjYWNhOS02OGRiLTQ5NjMtOWJiYS05Y2M5MTg0Y2VkMDU/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/cc35f8ed-c7ef-456f-b0b7-6521ed722d7f?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9jYzM1ZjhlZC1jN2VmLTQ1NmYtYjBiNy02NTIxZWQ3MjJkN2Y/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -2147,35 +2147,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1184,Microsoft.Compute/GetOperationStatus30Min;4155"
+ "Microsoft.Compute/GetOperationStatus3Min;1174,Microsoft.Compute/GetOperationStatus30Min;4085"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "da8fe1ab-5df1-4077-8658-840ff9b3a9b1"
+ "bd14c71d-8659-48ab-aa07-86a4389a0a7b"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11979"
+ "11978"
],
"x-ms-correlation-request-id": [
- "14570740-f354-4588-9224-e9bd71f2244c"
+ "98fdef4f-fc9b-4bf3-9e91-41ffee0a1c9f"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222833Z:14570740-f354-4588-9224-e9bd71f2244c"
+ "WESTUS:20210208T193220Z:98fdef4f-fc9b-4bf3-9e91-41ffee0a1c9f"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:28:32 GMT"
+ "Mon, 08 Feb 2021 19:32:20 GMT"
],
"Content-Length": [
"184"
@@ -2187,17 +2187,17 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2021-02-04T22:25:31.2734009+00:00\",\r\n \"endTime\": \"2021-02-04T22:28:31.4315932+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"8d8caca9-68db-4963-9bba-9cc9184ced05\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-02-08T11:29:18.1569617-08:00\",\r\n \"endTime\": \"2021-02-08T11:32:18.2987964-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"cc35f8ed-c7ef-456f-b0b7-6521ed722d7f\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379/applications/galleryPsTestGalleryApplication2025/versions/1.0.0?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzIxMC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5ODM3OS9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjIwMjUvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590/applications/galleryPsTestGalleryApplication8184/versions/1.0.0?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg1OTAvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb244MTg0L3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "a2341b45-de1c-42e0-acc7-55f6fb40e7c6"
+ "ca6342dc-4947-41e7-aeb4-5116ad78d017"
],
"Accept-Language": [
"en-US"
@@ -2205,8 +2205,8 @@
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -2217,10 +2217,10 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/ba21c145-9b37-4dea-ad55-a0809ed54215?monitor=true&api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/73b0e9a3-8362-4262-81ec-c0a3768997bd?monitor=true&api-version=2020-09-30"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/ba21c145-9b37-4dea-ad55-a0809ed54215?api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/73b0e9a3-8362-4262-81ec-c0a3768997bd?api-version=2020-09-30"
],
"x-ms-ratelimit-remaining-resource": [
"Microsoft.Compute/DeleteGalleryApplicationVersion3Min;149,Microsoft.Compute/DeleteGalleryApplicationVersion30Min;999"
@@ -2229,10 +2229,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "ba21c145-9b37-4dea-ad55-a0809ed54215"
+ "73b0e9a3-8362-4262-81ec-c0a3768997bd"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -2242,16 +2242,16 @@
"14999"
],
"x-ms-correlation-request-id": [
- "ffb38a49-df1a-4dab-b747-4c67a299ec93"
+ "6fc11401-c0aa-4b85-a085-37e7aa174838"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222833Z:ffb38a49-df1a-4dab-b747-4c67a299ec93"
+ "WESTUS:20210208T193221Z:6fc11401-c0aa-4b85-a085-37e7aa174838"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:28:33 GMT"
+ "Mon, 08 Feb 2021 19:32:21 GMT"
],
"Expires": [
"-1"
@@ -2264,16 +2264,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/ba21c145-9b37-4dea-ad55-a0809ed54215?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9iYTIxYzE0NS05YjM3LTRkZWEtYWQ1NS1hMDgwOWVkNTQyMTU/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/73b0e9a3-8362-4262-81ec-c0a3768997bd?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy83M2IwZTlhMy04MzYyLTQyNjItODFlYy1jMGEzNzY4OTk3YmQ/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -2284,35 +2284,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1184,Microsoft.Compute/GetOperationStatus30Min;4152"
+ "Microsoft.Compute/GetOperationStatus3Min;1174,Microsoft.Compute/GetOperationStatus30Min;4081"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "3747b2bd-1aea-4937-9935-bc22c6107b51"
+ "28fe8198-4b89-4791-ad2d-2b572c95566f"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11976"
+ "11975"
],
"x-ms-correlation-request-id": [
- "0b67cae0-8cc7-4a93-8000-178dc04ea51a"
+ "9f0232ed-f4c8-4296-8bf7-7505c2f969b1"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222904Z:0b67cae0-8cc7-4a93-8000-178dc04ea51a"
+ "WESTUS:20210208T193251Z:9f0232ed-f4c8-4296-8bf7-7505c2f969b1"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:29:03 GMT"
+ "Mon, 08 Feb 2021 19:32:51 GMT"
],
"Content-Length": [
"134"
@@ -2324,20 +2324,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2021-02-04T22:28:33.7909791+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ba21c145-9b37-4dea-ad55-a0809ed54215\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-02-08T11:32:21.1581909-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"73b0e9a3-8362-4262-81ec-c0a3768997bd\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/ba21c145-9b37-4dea-ad55-a0809ed54215?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9iYTIxYzE0NS05YjM3LTRkZWEtYWQ1NS1hMDgwOWVkNTQyMTU/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/73b0e9a3-8362-4262-81ec-c0a3768997bd?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy83M2IwZTlhMy04MzYyLTQyNjItODFlYy1jMGEzNzY4OTk3YmQ/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -2348,35 +2348,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1184,Microsoft.Compute/GetOperationStatus30Min;4149"
+ "Microsoft.Compute/GetOperationStatus3Min;1174,Microsoft.Compute/GetOperationStatus30Min;4076"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "601a851c-86ee-40f5-adaf-5a7a1ef925c1"
+ "7d1f5734-7677-4e80-9774-d72dfa3d523b"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11975"
+ "11974"
],
"x-ms-correlation-request-id": [
- "5222d240-b6c4-41bf-86b5-8e31fea9a817"
+ "db2e4e52-2083-444a-a1bd-c12e6221f888"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T222934Z:5222d240-b6c4-41bf-86b5-8e31fea9a817"
+ "WESTUS:20210208T193321Z:db2e4e52-2083-444a-a1bd-c12e6221f888"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:29:33 GMT"
+ "Mon, 08 Feb 2021 19:33:21 GMT"
],
"Content-Length": [
"134"
@@ -2388,20 +2388,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2021-02-04T22:28:33.7909791+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"ba21c145-9b37-4dea-ad55-a0809ed54215\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-02-08T11:32:21.1581909-08:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"73b0e9a3-8362-4262-81ec-c0a3768997bd\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/ba21c145-9b37-4dea-ad55-a0809ed54215?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9iYTIxYzE0NS05YjM3LTRkZWEtYWQ1NS1hMDgwOWVkNTQyMTU/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/73b0e9a3-8362-4262-81ec-c0a3768997bd?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy83M2IwZTlhMy04MzYyLTQyNjItODFlYy1jMGEzNzY4OTk3YmQ/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -2412,38 +2412,38 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1184,Microsoft.Compute/GetOperationStatus30Min;4146"
+ "Microsoft.Compute/GetOperationStatus3Min;1174,Microsoft.Compute/GetOperationStatus30Min;4072"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "72a54d1a-cafd-4ee7-854b-e5e05d99f920"
+ "06344c00-4f60-437c-87a9-7632874c44e4"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11974"
+ "11973"
],
"x-ms-correlation-request-id": [
- "2c7a4ef7-a1a0-4c3d-bed8-806bccd59fbd"
+ "9e43c6fa-6960-4aff-b447-a55b0294ba77"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T223004Z:2c7a4ef7-a1a0-4c3d-bed8-806bccd59fbd"
+ "WESTUS:20210208T193352Z:9e43c6fa-6960-4aff-b447-a55b0294ba77"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:30:04 GMT"
+ "Mon, 08 Feb 2021 19:33:51 GMT"
],
"Content-Length": [
- "184"
+ "183"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2452,20 +2452,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2021-02-04T22:28:33.7909791+00:00\",\r\n \"endTime\": \"2021-02-04T22:30:04.0732794+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ba21c145-9b37-4dea-ad55-a0809ed54215\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-02-08T11:32:21.1581909-08:00\",\r\n \"endTime\": \"2021-02-08T11:33:51.424434-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"73b0e9a3-8362-4262-81ec-c0a3768997bd\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/ba21c145-9b37-4dea-ad55-a0809ed54215?monitor=true&api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9iYTIxYzE0NS05YjM3LTRkZWEtYWQ1NS1hMDgwOWVkNTQyMTU/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/73b0e9a3-8362-4262-81ec-c0a3768997bd?monitor=true&api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy83M2IwZTlhMy04MzYyLTQyNjItODFlYy1jMGEzNzY4OTk3YmQ/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -2476,35 +2476,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4145"
+ "Microsoft.Compute/GetOperationStatus3Min;1173,Microsoft.Compute/GetOperationStatus30Min;4071"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "683a4d69-70fe-4b37-b365-bb37273b647a"
+ "77cd5542-fad5-4218-a5e0-5de015c404e9"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11973"
+ "11972"
],
"x-ms-correlation-request-id": [
- "2127f9e3-1414-4760-8659-5f18b9382e75"
+ "3cc82f2b-e263-490a-b662-951841dea810"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T223005Z:2127f9e3-1414-4760-8659-5f18b9382e75"
+ "WESTUS:20210208T193352Z:3cc82f2b-e263-490a-b662-951841dea810"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:30:04 GMT"
+ "Mon, 08 Feb 2021 19:33:51 GMT"
],
"Expires": [
"-1"
@@ -2517,13 +2517,13 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379/applications/galleryPsTestGalleryApplication2025?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzIxMC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5ODM3OS9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjIwMjU/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590/applications/galleryPsTestGalleryApplication8184?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg1OTAvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb244MTg0P2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "1d9ba671-fdf0-401b-b9b1-8abf1b8efbdc"
+ "cd307ffb-28f2-4af4-b7ba-867a004750d9"
],
"Accept-Language": [
"en-US"
@@ -2531,8 +2531,8 @@
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -2549,10 +2549,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "a80f7a08-5a33-476b-a2d2-bcf2a41e3558"
+ "5ec5144e-92c0-4700-bef1-514852a6fb69"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -2562,16 +2562,16 @@
"14998"
],
"x-ms-correlation-request-id": [
- "f674d341-13f5-4254-81c2-8a8e0eb6e89d"
+ "9e0cde8c-6771-49c8-ae52-ba37ca1362c7"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T223005Z:f674d341-13f5-4254-81c2-8a8e0eb6e89d"
+ "WESTUS:20210208T193352Z:9e0cde8c-6771-49c8-ae52-ba37ca1362c7"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:30:05 GMT"
+ "Mon, 08 Feb 2021 19:33:51 GMT"
],
"Expires": [
"-1"
@@ -2584,13 +2584,13 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg210/providers/Microsoft.Compute/galleries/galleryPsTestGallery8379?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzIxMC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5ODM3OT9hcGktdmVyc2lvbj0yMDE5LTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg9624/providers/Microsoft.Compute/galleries/galleryPsTestGallery8590?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzk2MjQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTg1OTA/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "45012cb9-27d9-4ff4-aef6-3b24b75b223d"
+ "fa83fe19-3829-46d6-bc03-aadae83fac89"
],
"Accept-Language": [
"en-US"
@@ -2598,8 +2598,8 @@
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -2610,22 +2610,22 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/d207ac44-f76d-4c2e-ad39-ad9b58841364?monitor=true&api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/1c0d3f22-7bed-4649-98d7-ee78c6592faf?monitor=true&api-version=2020-09-30"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/d207ac44-f76d-4c2e-ad39-ad9b58841364?api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/1c0d3f22-7bed-4649-98d7-ee78c6592faf?api-version=2020-09-30"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/DeleteGallery3Min;49,Microsoft.Compute/DeleteGallery30Min;299"
+ "Microsoft.Compute/DeleteGallery3Min;49,Microsoft.Compute/DeleteGallery30Min;847"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "d207ac44-f76d-4c2e-ad39-ad9b58841364"
+ "1c0d3f22-7bed-4649-98d7-ee78c6592faf"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -2635,16 +2635,16 @@
"14997"
],
"x-ms-correlation-request-id": [
- "4cfbb89c-267a-4233-98ce-a71d0319c3f7"
+ "2a80e253-af19-4f20-a565-4f1efc8b0c21"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T223008Z:4cfbb89c-267a-4233-98ce-a71d0319c3f7"
+ "WESTUS:20210208T193353Z:2a80e253-af19-4f20-a565-4f1efc8b0c21"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:30:08 GMT"
+ "Mon, 08 Feb 2021 19:33:53 GMT"
],
"Expires": [
"-1"
@@ -2657,16 +2657,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/d207ac44-f76d-4c2e-ad39-ad9b58841364?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9kMjA3YWM0NC1mNzZkLTRjMmUtYWQzOS1hZDliNTg4NDEzNjQ/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/1c0d3f22-7bed-4649-98d7-ee78c6592faf?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8xYzBkM2YyMi03YmVkLTQ2NDktOThkNy1lZTc4YzY1OTJmYWY/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -2677,35 +2677,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1183,Microsoft.Compute/GetOperationStatus30Min;4142"
+ "Microsoft.Compute/GetOperationStatus3Min;1173,Microsoft.Compute/GetOperationStatus30Min;4066"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "9ec8e753-903e-40c3-ad82-94c1ba49d301"
+ "5ebe96a4-f151-470f-a85a-9fb9bad57583"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11972"
+ "11971"
],
"x-ms-correlation-request-id": [
- "ba9b8331-b264-4729-bea6-31adc0e46e01"
+ "ff580130-214a-4189-a2f1-a89f14604445"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T223038Z:ba9b8331-b264-4729-bea6-31adc0e46e01"
+ "WESTUS:20210208T193423Z:ff580130-214a-4189-a2f1-a89f14604445"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:30:37 GMT"
+ "Mon, 08 Feb 2021 19:34:23 GMT"
],
"Content-Length": [
"184"
@@ -2717,20 +2717,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2021-02-04T22:30:06.7451868+00:00\",\r\n \"endTime\": \"2021-02-04T22:30:09.1045865+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d207ac44-f76d-4c2e-ad39-ad9b58841364\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-02-08T11:33:53.6119587-08:00\",\r\n \"endTime\": \"2021-02-08T11:33:54.3463112-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1c0d3f22-7bed-4649-98d7-ee78c6592faf\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/d207ac44-f76d-4c2e-ad39-ad9b58841364?monitor=true&api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9kMjA3YWM0NC1mNzZkLTRjMmUtYWQzOS1hZDliNTg4NDEzNjQ/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/1c0d3f22-7bed-4649-98d7-ee78c6592faf?monitor=true&api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8xYzBkM2YyMi03YmVkLTQ2NDktOThkNy1lZTc4YzY1OTJmYWY/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
"FxVersion/4.6.29518.01",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/43.0.0.1"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
]
},
"ResponseHeaders": {
@@ -2741,35 +2741,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1182,Microsoft.Compute/GetOperationStatus30Min;4141"
+ "Microsoft.Compute/GetOperationStatus3Min;1172,Microsoft.Compute/GetOperationStatus30Min;4065"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132455689784305581"
+ "060de95e-c116-496e-9451-1806a389aa56_132514796471520745,060de95e-c116-496e-9451-1806a389aa56_132514796471520745"
],
"x-ms-request-id": [
- "a8e68a6d-cdea-42dc-a27b-e19abc60bb71"
+ "596e3af0-f613-4ee1-a262-b2398629e782"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11971"
+ "11970"
],
"x-ms-correlation-request-id": [
- "f1fd3607-929c-49f3-83e2-ab74888086cb"
+ "9a916cb1-4235-465c-b077-8ddeef573712"
],
"x-ms-routing-request-id": [
- "EASTUS2:20210204T223038Z:f1fd3607-929c-49f3-83e2-ab74888086cb"
+ "WESTUS:20210208T193424Z:9a916cb1-4235-465c-b077-8ddeef573712"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Thu, 04 Feb 2021 22:30:38 GMT"
+ "Mon, 08 Feb 2021 19:34:23 GMT"
],
"Expires": [
"-1"
@@ -2784,17 +2784,17 @@
],
"Names": {
"GalleryApplicationVersion_CRUD_Tests": [
- "galleryPsTestRg210",
- "psTestSourceApplication8404",
- "galleryPsTestGallery8379",
- "galleryPsTestGalleryApplication2025"
+ "galleryPsTestRg9624",
+ "psTestSourceApplication1861",
+ "galleryPsTestGallery8590",
+ "galleryPsTestGalleryApplication8184"
],
"CreateApplicationMediaLink": [
- "saforgallery9738",
- "asforgallery2532"
+ "saforgallery2295",
+ "asforgallery2247"
]
},
"Variables": {
- "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871"
+ "SubscriptionId": "97f78232-382b-46a7-8a72-964d692c4f3f"
}
}
\ No newline at end of file
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryApplication_CRUD_Tests.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryApplication_CRUD_Tests.json
index 3e0cb9eae1a8..c1ae13c4abc6 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryApplication_CRUD_Tests.json
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryApplication_CRUD_Tests.json
@@ -1,21 +1,21 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/galleryPsTestRg8010?api-version=2017-05-10",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzgwMTA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourcegroups/galleryPsTestRg581?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU4MT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"SoutheastAsia\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "9a02ddd8-bd77-4030-bda3-34d56b563987"
+ "b3e689bb-5a03-4c2e-b6ad-62a751feef96"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
"Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
],
"Content-Type": [
@@ -33,16 +33,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1198"
+ "1199"
],
"x-ms-request-id": [
- "ab2f2ee3-8430-4320-a282-0f3486e4e7c8"
+ "68187e8d-9b77-47f7-af46-ae161143b334"
],
"x-ms-correlation-request-id": [
- "ab2f2ee3-8430-4320-a282-0f3486e4e7c8"
+ "68187e8d-9b77-47f7-af46-ae161143b334"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T233721Z:ab2f2ee3-8430-4320-a282-0f3486e4e7c8"
+ "WESTCENTRALUS:20210330T003304Z:68187e8d-9b77-47f7-af46-ae161143b334"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,10 +51,10 @@
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:37:21 GMT"
+ "Tue, 30 Mar 2021 00:33:03 GMT"
],
"Content-Length": [
- "198"
+ "196"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -63,26 +63,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8010\",\r\n \"name\": \"galleryPsTestRg8010\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg581\",\r\n \"name\": \"galleryPsTestRg581\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8010/providers/Microsoft.Compute/galleries/galleryPsTestGallery3521?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzgwMTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjE/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg581/providers/Microsoft.Compute/galleries/galleryPsTestGallery4899?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NDg5OT9hcGktdmVyc2lvbj0yMDIwLTA5LTMw",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\"\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "44e0b70a-aaea-4f49-a3bb-383be4e1ea78"
+ "eaeb2444-c2df-4a1f-a63e-7c30bbeb912e"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -99,7 +99,7 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/20b9476c-15c2-4463-a12f-6626b70c6318?api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/bcf1cfa3-a935-452e-a6e8-f8e4279a0eb8?api-version=2020-09-30"
],
"x-ms-ratelimit-remaining-resource": [
"Microsoft.Compute/CreateUpdateGallery3Min;49,Microsoft.Compute/CreateUpdateGallery30Min;299"
@@ -108,10 +108,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132494674941394909,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132494674941394909"
+ "060de95e-c116-496e-9451-1806a389aa56_132573019786508288,060de95e-c116-496e-9451-1806a389aa56_132573019786508288"
],
"x-ms-request-id": [
- "20b9476c-15c2-4463-a12f-6626b70c6318"
+ "bcf1cfa3-a935-452e-a6e8-f8e4279a0eb8"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -121,19 +121,19 @@
"1199"
],
"x-ms-correlation-request-id": [
- "b75be299-c34b-4cdd-9090-4819ec213762"
+ "a6ef7ebc-0601-4471-b7fd-ba41266da851"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T233855Z:b75be299-c34b-4cdd-9090-4819ec213762"
+ "WESTCENTRALUS:20210330T003312Z:a6ef7ebc-0601-4471-b7fd-ba41266da851"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:38:55 GMT"
+ "Tue, 30 Mar 2021 00:33:12 GMT"
],
"Content-Length": [
- "514"
+ "578"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -142,20 +142,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery3521\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8010/providers/Microsoft.Compute/galleries/galleryPsTestGallery3521\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY3521\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery4899\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg581/providers/Microsoft.Compute/galleries/galleryPsTestGallery4899\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY4899\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Private\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/20b9476c-15c2-4463-a12f-6626b70c6318?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8yMGI5NDc2Yy0xNWMyLTQ0NjMtYTEyZi02NjI2YjcwYzYzMTg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/bcf1cfa3-a935-452e-a6e8-f8e4279a0eb8?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy9iY2YxY2ZhMy1hOTM1LTQ1MmUtYTZlOC1mOGU0Mjc5YTBlYjg/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -172,10 +172,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132494674941394909,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132494674941394909"
+ "060de95e-c116-496e-9451-1806a389aa56_132573019786508288,060de95e-c116-496e-9451-1806a389aa56_132573019786508288"
],
"x-ms-request-id": [
- "9d4bfff8-1b02-469a-a8cf-a5eed4ecb8f8"
+ "8246d725-f1e9-4466-b6ce-7e0f48acc751"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -185,16 +185,16 @@
"11999"
],
"x-ms-correlation-request-id": [
- "6d1ff207-c1f4-48f6-b7d9-48a24e750f53"
+ "561d379f-df4b-4696-ba8c-f7e5f0e61549"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234008Z:6d1ff207-c1f4-48f6-b7d9-48a24e750f53"
+ "WESTCENTRALUS:20210330T003343Z:561d379f-df4b-4696-ba8c-f7e5f0e61549"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:40:08 GMT"
+ "Tue, 30 Mar 2021 00:33:42 GMT"
],
"Content-Length": [
"184"
@@ -206,20 +206,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:38:53.0568604+00:00\",\r\n \"endTime\": \"2020-12-29T23:38:53.9787548+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"20b9476c-15c2-4463-a12f-6626b70c6318\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:33:11.0763732-07:00\",\r\n \"endTime\": \"2021-03-29T17:33:11.9826422-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"bcf1cfa3-a935-452e-a6e8-f8e4279a0eb8\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8010/providers/Microsoft.Compute/galleries/galleryPsTestGallery3521?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzgwMTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjE/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg581/providers/Microsoft.Compute/galleries/galleryPsTestGallery4899?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NDg5OT9hcGktdmVyc2lvbj0yMDIwLTA5LTMw",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -230,16 +230,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetGallery3Min;345,Microsoft.Compute/GetGallery30Min;2495"
+ "Microsoft.Compute/GetGallery3Min;346,Microsoft.Compute/GetGallery30Min;2496"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132494674941394909,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132494674941394909"
+ "060de95e-c116-496e-9451-1806a389aa56_132573019786508288,060de95e-c116-496e-9451-1806a389aa56_132573019786508288"
],
"x-ms-request-id": [
- "15793772-c2fe-4197-a774-7b2be61e30e2"
+ "c660b8f4-e132-42b2-81f6-6f4fdbc25237"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -249,19 +249,19 @@
"11998"
],
"x-ms-correlation-request-id": [
- "cc6baf7d-04bd-43ba-9d20-2355b4ca7475"
+ "7e8f5a79-7190-4f64-ad16-7ce6e59ee038"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234042Z:cc6baf7d-04bd-43ba-9d20-2355b4ca7475"
+ "WESTCENTRALUS:20210330T003343Z:7e8f5a79-7190-4f64-ad16-7ce6e59ee038"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:40:42 GMT"
+ "Tue, 30 Mar 2021 00:33:42 GMT"
],
"Content-Length": [
- "515"
+ "514"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -270,26 +270,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery3521\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8010/providers/Microsoft.Compute/galleries/galleryPsTestGallery3521\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY3521\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery4899\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg581/providers/Microsoft.Compute/galleries/galleryPsTestGallery4899\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY4899\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8010/providers/Microsoft.Compute/galleries/galleryPsTestGallery3521/applications/galleryPsTestGalleryApplication3293?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzgwMTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjEvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb24zMjkzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg581/providers/Microsoft.Compute/galleries/galleryPsTestGallery4899/applications/galleryPsTestGalleryApplication5395?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NDg5OS9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjUzOTU/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This is the gallery application description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\",\r\n \"supportedOSType\": \"Windows\"\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "4af21b3f-ecd1-416b-9209-17ed15fc348f"
+ "45293549-c092-4976-9ba2-adcf63807446"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -312,32 +312,32 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132494674941394909,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132494674941394909"
+ "060de95e-c116-496e-9451-1806a389aa56_132573019786508288,060de95e-c116-496e-9451-1806a389aa56_132573019786508288"
],
"x-ms-request-id": [
- "2fc00f34-7739-4210-8992-f58011ca5c79"
+ "525a09a9-feb0-4653-b0ae-f09e12d44933"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1199"
+ "1198"
],
"x-ms-correlation-request-id": [
- "3c617e63-3c9e-4d1c-acf6-3fdc02e3733f"
+ "588dced9-67bd-4088-8f95-cdf9ac3d14d2"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234133Z:3c617e63-3c9e-4d1c-acf6-3fdc02e3733f"
+ "WESTCENTRALUS:20210330T003343Z:588dced9-67bd-4088-8f95-cdf9ac3d14d2"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:41:32 GMT"
+ "Tue, 30 Mar 2021 00:33:43 GMT"
],
"Content-Length": [
- "634"
+ "633"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -346,26 +346,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication3293\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8010/providers/Microsoft.Compute/galleries/galleryPsTestGallery3521/applications/galleryPsTestGalleryApplication3293\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"This is the gallery application description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication5395\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg581/providers/Microsoft.Compute/galleries/galleryPsTestGallery4899/applications/galleryPsTestGalleryApplication5395\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"This is the gallery application description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8010/providers/Microsoft.Compute/galleries/galleryPsTestGallery3521/applications/galleryPsTestGalleryApplication3293?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzgwMTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjEvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb24zMjkzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg581/providers/Microsoft.Compute/galleries/galleryPsTestGallery4899/applications/galleryPsTestGalleryApplication5395?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NDg5OS9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjUzOTU/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"Updated description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\",\r\n \"supportedOSType\": \"Windows\"\r\n },\r\n \"location\": \"SoutheastAsia\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "dc2a70ff-7add-496a-bce9-b770e5c2594f"
+ "bdaa94c2-4067-4175-96d1-9b99928e5226"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -388,32 +388,32 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132494674941394909,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132494674941394909"
+ "060de95e-c116-496e-9451-1806a389aa56_132573019786508288,060de95e-c116-496e-9451-1806a389aa56_132573019786508288"
],
"x-ms-request-id": [
- "000b4e8e-0925-4ea3-9eac-c6734214c47d"
+ "688db625-2e80-4ee1-b4da-8c972250c3d3"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-writes": [
- "1198"
+ "1197"
],
"x-ms-correlation-request-id": [
- "f7724ba8-2a2a-4c2f-aae7-12c745e904e0"
+ "173221b2-12bd-48a8-9258-f9535ef16ffd"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234203Z:f7724ba8-2a2a-4c2f-aae7-12c745e904e0"
+ "WESTCENTRALUS:20210330T003414Z:173221b2-12bd-48a8-9258-f9535ef16ffd"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:42:03 GMT"
+ "Tue, 30 Mar 2021 00:34:14 GMT"
],
"Content-Length": [
- "610"
+ "609"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -422,20 +422,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication3293\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8010/providers/Microsoft.Compute/galleries/galleryPsTestGallery3521/applications/galleryPsTestGalleryApplication3293\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"Updated description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication5395\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg581/providers/Microsoft.Compute/galleries/galleryPsTestGallery4899/applications/galleryPsTestGalleryApplication5395\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"Updated description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8010/providers/Microsoft.Compute/galleries/galleryPsTestGallery3521/applications/galleryPsTestGalleryApplication3293?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzgwMTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjEvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb24zMjkzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg581/providers/Microsoft.Compute/galleries/galleryPsTestGallery4899/applications/galleryPsTestGalleryApplication5395?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NDg5OS9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjUzOTU/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -452,10 +452,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132494674941394909,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132494674941394909"
+ "060de95e-c116-496e-9451-1806a389aa56_132573019786508288,060de95e-c116-496e-9451-1806a389aa56_132573019786508288"
],
"x-ms-request-id": [
- "a0e51d44-4aaf-412e-b793-23f38b53079e"
+ "06051a85-b957-4d45-b6fc-8cdd2465cba2"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -465,19 +465,19 @@
"11997"
],
"x-ms-correlation-request-id": [
- "2e657f3d-d43f-4f4a-a5d9-dfe0760c8058"
+ "49f419ae-2b71-4c05-a8e0-03568f518a3c"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234203Z:2e657f3d-d43f-4f4a-a5d9-dfe0760c8058"
+ "WESTCENTRALUS:20210330T003414Z:49f419ae-2b71-4c05-a8e0-03568f518a3c"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:42:02 GMT"
+ "Tue, 30 Mar 2021 00:34:13 GMT"
],
"Content-Length": [
- "634"
+ "633"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -486,26 +486,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication3293\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8010/providers/Microsoft.Compute/galleries/galleryPsTestGallery3521/applications/galleryPsTestGalleryApplication3293\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"This is the gallery application description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication5395\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg581/providers/Microsoft.Compute/galleries/galleryPsTestGallery4899/applications/galleryPsTestGalleryApplication5395\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"This is the gallery application description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8010/providers/Microsoft.Compute/galleries/galleryPsTestGallery3521/applications/galleryPsTestGalleryApplication3293?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzgwMTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjEvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb24zMjkzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg581/providers/Microsoft.Compute/galleries/galleryPsTestGallery4899/applications/galleryPsTestGalleryApplication5395?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NDg5OS9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjUzOTU/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "e6b7e6fd-f880-4f7a-915d-06e6df2e5a97"
+ "471d6ca3-fdc9-4760-8830-05b9f66658c5"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -522,10 +522,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132494674941394909,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132494674941394909"
+ "060de95e-c116-496e-9451-1806a389aa56_132573019786508288,060de95e-c116-496e-9451-1806a389aa56_132573019786508288"
],
"x-ms-request-id": [
- "f852f84e-a270-466c-91e8-ef492d0c2eac"
+ "ffd5ea9b-6091-4c73-b135-c8756a23433a"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -535,19 +535,19 @@
"11996"
],
"x-ms-correlation-request-id": [
- "e5c8242a-3c0f-4200-9236-780c141f81cc"
+ "a83d1c58-a4c4-4012-ab65-1b4face6a322"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234203Z:e5c8242a-3c0f-4200-9236-780c141f81cc"
+ "WESTCENTRALUS:20210330T003414Z:a83d1c58-a4c4-4012-ab65-1b4face6a322"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:42:02 GMT"
+ "Tue, 30 Mar 2021 00:34:13 GMT"
],
"Content-Length": [
- "634"
+ "633"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -556,26 +556,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication3293\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8010/providers/Microsoft.Compute/galleries/galleryPsTestGallery3521/applications/galleryPsTestGalleryApplication3293\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"This is the gallery application description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication5395\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg581/providers/Microsoft.Compute/galleries/galleryPsTestGallery4899/applications/galleryPsTestGalleryApplication5395\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"This is the gallery application description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8010/providers/Microsoft.Compute/galleries/galleryPsTestGallery3521/applications/galleryPsTestGalleryApplication3293?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzgwMTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjEvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb24zMjkzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg581/providers/Microsoft.Compute/galleries/galleryPsTestGallery4899/applications/galleryPsTestGalleryApplication5395?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NDg5OS9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjUzOTU/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "b3fe1340-c25a-4845-ac11-da0fef057a5c"
+ "311cbecb-abad-423a-bbad-f2d58e2bae4a"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -592,10 +592,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132494674941394909,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132494674941394909"
+ "060de95e-c116-496e-9451-1806a389aa56_132573019786508288,060de95e-c116-496e-9451-1806a389aa56_132573019786508288"
],
"x-ms-request-id": [
- "b901edb0-554c-4cc6-9e75-b03eb6078334"
+ "d267568c-f2e7-4368-8041-77145ad45525"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -605,19 +605,19 @@
"11995"
],
"x-ms-correlation-request-id": [
- "18f6d7a4-6647-4c43-a918-c3156aa4410a"
+ "6aaebe1b-0944-4b89-b771-e0dc70b2da78"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234204Z:18f6d7a4-6647-4c43-a918-c3156aa4410a"
+ "WESTCENTRALUS:20210330T003414Z:6aaebe1b-0944-4b89-b771-e0dc70b2da78"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:42:03 GMT"
+ "Tue, 30 Mar 2021 00:34:14 GMT"
],
"Content-Length": [
- "610"
+ "609"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -626,26 +626,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication3293\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8010/providers/Microsoft.Compute/galleries/galleryPsTestGallery3521/applications/galleryPsTestGalleryApplication3293\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"Updated description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryApplication5395\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg581/providers/Microsoft.Compute/galleries/galleryPsTestGallery4899/applications/galleryPsTestGalleryApplication5395\",\r\n \"type\": \"Microsoft.Compute/galleries/applications\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"supportedOSType\": \"Windows\",\r\n \"description\": \"Updated description.\",\r\n \"eula\": \"This is the gallery application EULA.\",\r\n \"privacyStatementUri\": \"www.privacystatement.com\",\r\n \"releaseNoteUri\": \"www.releasenote.com\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8010/providers/Microsoft.Compute/galleries/galleryPsTestGallery3521/applications/galleryPsTestGalleryApplication3293?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzgwMTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjEvYXBwbGljYXRpb25zL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5QXBwbGljYXRpb24zMjkzP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg581/providers/Microsoft.Compute/galleries/galleryPsTestGallery4899/applications/galleryPsTestGalleryApplication5395?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NDg5OS9hcHBsaWNhdGlvbnMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlBcHBsaWNhdGlvbjUzOTU/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "f1a12d03-2b89-4cf0-aa12-bea89769c2aa"
+ "5c6302a6-1e1c-41bb-aec9-173d4d334aa5"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -662,10 +662,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132494674941394909,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132494674941394909"
+ "060de95e-c116-496e-9451-1806a389aa56_132573019786508288,060de95e-c116-496e-9451-1806a389aa56_132573019786508288"
],
"x-ms-request-id": [
- "0d8b8c78-1546-44cb-9a09-3747065b56bd"
+ "cbe602ca-947a-457a-b3d5-810ada530ae5"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -675,16 +675,16 @@
"14999"
],
"x-ms-correlation-request-id": [
- "2cde3625-1bdd-4049-acc7-6956070cba71"
+ "04b0e9f7-a911-46e7-9e84-0107fd01d0aa"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234204Z:2cde3625-1bdd-4049-acc7-6956070cba71"
+ "WESTCENTRALUS:20210330T003415Z:04b0e9f7-a911-46e7-9e84-0107fd01d0aa"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:42:03 GMT"
+ "Tue, 30 Mar 2021 00:34:14 GMT"
],
"Expires": [
"-1"
@@ -697,22 +697,22 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8010/providers/Microsoft.Compute/galleries/galleryPsTestGallery3521?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzgwMTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM1MjE/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg581/providers/Microsoft.Compute/galleries/galleryPsTestGallery4899?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU4MS9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NDg5OT9hcGktdmVyc2lvbj0yMDIwLTA5LTMw",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "4caeef53-4fcb-49b3-ad6b-db181a1660a9"
+ "876a9764-6c8e-480d-b4f1-3145f23c3437"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -723,22 +723,22 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/9f8859b8-81b6-48a5-abae-602f73e9de62?monitor=true&api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/160b0f51-0401-4e6b-bc23-a07c7ab52937?monitor=true&api-version=2020-09-30"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/9f8859b8-81b6-48a5-abae-602f73e9de62?api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/160b0f51-0401-4e6b-bc23-a07c7ab52937?api-version=2020-09-30"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/DeleteGallery3Min;49,Microsoft.Compute/DeleteGallery30Min;299"
+ "Microsoft.Compute/DeleteGallery3Min;49,Microsoft.Compute/DeleteGallery30Min;899"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132494674941394909,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132494674941394909"
+ "060de95e-c116-496e-9451-1806a389aa56_132573019786508288,060de95e-c116-496e-9451-1806a389aa56_132573019786508288"
],
"x-ms-request-id": [
- "9f8859b8-81b6-48a5-abae-602f73e9de62"
+ "160b0f51-0401-4e6b-bc23-a07c7ab52937"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -748,16 +748,16 @@
"14998"
],
"x-ms-correlation-request-id": [
- "a7ed0622-0a3c-4969-a5fb-5a8d8d1d307f"
+ "2ba9e383-4b16-4566-9ce8-9b2f0f2697dd"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234205Z:a7ed0622-0a3c-4969-a5fb-5a8d8d1d307f"
+ "WESTCENTRALUS:20210330T003416Z:2ba9e383-4b16-4566-9ce8-9b2f0f2697dd"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:42:05 GMT"
+ "Tue, 30 Mar 2021 00:34:15 GMT"
],
"Expires": [
"-1"
@@ -770,16 +770,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/9f8859b8-81b6-48a5-abae-602f73e9de62?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy85Zjg4NTliOC04MWI2LTQ4YTUtYWJhZS02MDJmNzNlOWRlNjI/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/160b0f51-0401-4e6b-bc23-a07c7ab52937?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8xNjBiMGY1MS0wNDAxLTRlNmItYmMyMy1hMDdjN2FiNTI5Mzc/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -790,16 +790,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1197,Microsoft.Compute/GetOperationStatus30Min;4196"
+ "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4196"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132494674941394909,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132494674941394909"
+ "060de95e-c116-496e-9451-1806a389aa56_132573019786508288,060de95e-c116-496e-9451-1806a389aa56_132573019786508288"
],
"x-ms-request-id": [
- "0e57ddcd-edd2-4439-924f-b6dd70377039"
+ "a87417f1-ceb8-43e1-aa82-379a42802a0e"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -809,16 +809,16 @@
"11994"
],
"x-ms-correlation-request-id": [
- "a31b35d3-80de-4a1d-b27e-5e6e235ce31e"
+ "8733e8a3-ba22-46fc-85c6-938f66367dd5"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234236Z:a31b35d3-80de-4a1d-b27e-5e6e235ce31e"
+ "WESTCENTRALUS:20210330T003446Z:8733e8a3-ba22-46fc-85c6-938f66367dd5"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:42:36 GMT"
+ "Tue, 30 Mar 2021 00:34:45 GMT"
],
"Content-Length": [
"184"
@@ -830,20 +830,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:42:05.7607852+00:00\",\r\n \"endTime\": \"2020-12-29T23:42:06.4639173+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"9f8859b8-81b6-48a5-abae-602f73e9de62\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:34:15.8580901-07:00\",\r\n \"endTime\": \"2021-03-29T17:34:16.1550054-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"160b0f51-0401-4e6b-bc23-a07c7ab52937\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/southeastasia/capsOperations/9f8859b8-81b6-48a5-abae-602f73e9de62?monitor=true&api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy85Zjg4NTliOC04MWI2LTQ4YTUtYWJhZS02MDJmNzNlOWRlNjI/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/southeastasia/capsOperations/160b0f51-0401-4e6b-bc23-a07c7ab52937?monitor=true&api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvc291dGhlYXN0YXNpYS9jYXBzT3BlcmF0aW9ucy8xNjBiMGY1MS0wNDAxLTRlNmItYmMyMy1hMDdjN2FiNTI5Mzc/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -854,16 +854,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4195"
+ "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4195"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132494674941394909,adca2259-35bd-4fa3-8e2f-6c63ec822b0d_132494674941394909"
+ "060de95e-c116-496e-9451-1806a389aa56_132573019786508288,060de95e-c116-496e-9451-1806a389aa56_132573019786508288"
],
"x-ms-request-id": [
- "26373249-3296-4738-ad3a-88c7a31aefd4"
+ "22449719-0535-4b90-b10d-8b3f5c1cc351"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -873,16 +873,16 @@
"11993"
],
"x-ms-correlation-request-id": [
- "438dd96d-c14a-4919-9e71-e663c4c8347c"
+ "772155e1-ee94-4bc4-9160-38d2318d95f9"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234236Z:438dd96d-c14a-4919-9e71-e663c4c8347c"
+ "WESTCENTRALUS:20210330T003446Z:772155e1-ee94-4bc4-9160-38d2318d95f9"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:42:36 GMT"
+ "Tue, 30 Mar 2021 00:34:45 GMT"
],
"Expires": [
"-1"
@@ -897,12 +897,12 @@
],
"Names": {
"GalleryApplication_CRUD_Tests": [
- "galleryPsTestRg8010",
- "galleryPsTestGallery3521",
- "galleryPsTestGalleryApplication3293"
+ "galleryPsTestRg581",
+ "galleryPsTestGallery4899",
+ "galleryPsTestGalleryApplication5395"
]
},
"Variables": {
- "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871"
+ "SubscriptionId": "97f78232-382b-46a7-8a72-964d692c4f3f"
}
}
\ No newline at end of file
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryImageVersion_CRUD_Tests.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryImageVersion_CRUD_Tests.json
index 27b0dd563487..ec0741bacfe7 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryImageVersion_CRUD_Tests.json
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryImageVersion_CRUD_Tests.json
@@ -1,22 +1,22 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2020-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIwLTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/publishers/MicrosoftWindowsServer/artifacttypes/vmimage/offers/WindowsServer/skus/2012-R2-Datacenter/versions?$top=1&api-version=2020-12-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9wdWJsaXNoZXJzL01pY3Jvc29mdFdpbmRvd3NTZXJ2ZXIvYXJ0aWZhY3R0eXBlcy92bWltYWdlL29mZmVycy9XaW5kb3dzU2VydmVyL3NrdXMvMjAxMi1SMi1EYXRhY2VudGVyL3ZlcnNpb25zPyR0b3A9MSZhcGktdmVyc2lvbj0yMDIwLTEyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "a7dbe446-3b95-4dd7-a82e-a23a3f6f0b64"
+ "73465510-f472-43b5-bdce-53bf7e0585b5"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -26,33 +26,36 @@
"Pragma": [
"no-cache"
],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/ListVMImagesVersionsFromLocation3Min;15999,Microsoft.Compute/ListVMImagesVersionsFromLocation30Min;43999"
+ ],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "19a6b8e7-2f9b-4b25-aea4-718323f85895_132490221280846781"
+ "19a6b8e7-2f9b-4b25-aea4-718323f85895_132573950891713657"
],
"x-ms-request-id": [
- "312c4f1c-c9c5-41e6-a311-239d0bc9b439"
+ "047fa7b1-ba0f-4c50-88ea-041849c4156e"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "11987"
],
"x-ms-correlation-request-id": [
- "d9aaea15-4e75-4b5b-86ea-385c9636b8ea"
+ "807bda28-87c0-4964-b627-847d84397d59"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234242Z:d9aaea15-4e75-4b5b-86ea-385c9636b8ea"
+ "WESTCENTRALUS:20210330T003452Z:807bda28-87c0-4964-b627-847d84397d59"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:42:41 GMT"
+ "Tue, 30 Mar 2021 00:34:51 GMT"
],
"Content-Length": [
"309"
@@ -64,32 +67,32 @@
"-1"
]
},
- "ResponseBody": "[\r\n {\r\n \"location\": \"eastus2\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/Providers/Microsoft.Compute/Locations/eastus2/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]",
+ "ResponseBody": "[\r\n {\r\n \"location\": \"eastus2\",\r\n \"name\": \"4.127.20180315\",\r\n \"id\": \"/Subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/Providers/Microsoft.Compute/Locations/eastus2/Publishers/MicrosoftWindowsServer/ArtifactTypes/VMImage/Offers/WindowsServer/Skus/2012-R2-Datacenter/Versions/4.127.20180315\"\r\n }\r\n]",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/galleryPsTestRg3456?api-version=2017-05-10",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourcegroups/galleryPsTestRg184?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4ND9hcGktdmVyc2lvbj0yMDE3LTA1LTEw",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg3456\": \"2020-12-29 23:42:42Z\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg184\": \"2021-03-30 00:34:52Z\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "74df70c6-60c1-4d49-83f6-57ed2164683c"
+ "421e3516-4772-46ed-a9dc-a3a032658853"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
"Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "99"
+ "98"
]
},
"ResponseHeaders": {
@@ -103,13 +106,13 @@
"1199"
],
"x-ms-request-id": [
- "a9ca63b9-e546-4359-9e4d-c2a141a3ffd7"
+ "0e92a003-3ac9-49f7-8dc4-1b33667133de"
],
"x-ms-correlation-request-id": [
- "a9ca63b9-e546-4359-9e4d-c2a141a3ffd7"
+ "0e92a003-3ac9-49f7-8dc4-1b33667133de"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234242Z:a9ca63b9-e546-4359-9e4d-c2a141a3ffd7"
+ "WESTCENTRALUS:20210330T003453Z:0e92a003-3ac9-49f7-8dc4-1b33667133de"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -118,10 +121,10 @@
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:42:41 GMT"
+ "Tue, 30 Mar 2021 00:34:52 GMT"
],
"Content-Length": [
- "246"
+ "243"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -130,32 +133,32 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456\",\r\n \"name\": \"galleryPsTestRg3456\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg3456\": \"2020-12-29 23:42:42Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184\",\r\n \"name\": \"galleryPsTestRg184\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg184\": \"2021-03-30 00:34:52Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/galleryPsTestRg3456?api-version=2017-05-10",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTY/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourcegroups/galleryPsTestRg184?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4ND9hcGktdmVyc2lvbj0yMDE3LTA1LTEw",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg3456\": \"2020-12-29 23:43:10Z\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg184\": \"2021-03-30 00:35:27Z\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "1620b2bd-d48e-4492-a695-473c38d766f3"
+ "3cedbef1-10ad-40cc-b10d-a29d6dbc8fb0"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
"Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "99"
+ "98"
]
},
"ResponseHeaders": {
@@ -169,13 +172,13 @@
"1198"
],
"x-ms-request-id": [
- "5b3e0983-b882-4270-b6f3-fe28427029f8"
+ "98315546-ff98-4f54-9200-ccdbc8ee781e"
],
"x-ms-correlation-request-id": [
- "5b3e0983-b882-4270-b6f3-fe28427029f8"
+ "98315546-ff98-4f54-9200-ccdbc8ee781e"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234310Z:5b3e0983-b882-4270-b6f3-fe28427029f8"
+ "WESTCENTRALUS:20210330T003527Z:98315546-ff98-4f54-9200-ccdbc8ee781e"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -184,10 +187,10 @@
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:43:10 GMT"
+ "Tue, 30 Mar 2021 00:35:27 GMT"
],
"Content-Length": [
- "246"
+ "243"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -196,25 +199,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456\",\r\n \"name\": \"galleryPsTestRg3456\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg3456\": \"2020-12-29 23:43:10Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184\",\r\n \"name\": \"galleryPsTestRg184\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"galleryPsTestRg184\": \"2021-03-30 00:35:27Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Storage/storageAccounts/saforgallery1318?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYWZvcmdhbGxlcnkxMzE4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Storage/storageAccounts/saforgallery1715?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhZm9yZ2FsbGVyeTE3MTU/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": [
- "9f960c4e-b8fb-4550-8222-ee9fcb87b220"
+ "c000ba66-2808-408a-99cf-162e2aeb69a8"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
"Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0"
],
"Content-Type": [
@@ -232,13 +235,13 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ea4289e-f349-4dfd-ba88-cd85f37a6766?monitor=true&api-version=2015-06-15"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2f3f6ce5-7a2a-44c1-ac05-1d100c398686?monitor=true&api-version=2015-06-15"
],
"Retry-After": [
"17"
],
"x-ms-request-id": [
- "5ea4289e-f349-4dfd-ba88-cd85f37a6766"
+ "2f3f6ce5-7a2a-44c1-ac05-1d100c398686"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -250,16 +253,16 @@
"1199"
],
"x-ms-correlation-request-id": [
- "f77fa898-25be-45f2-bb02-0858fa7f837e"
+ "834a4dfa-7694-47c6-b849-b53ca5ddf178"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234243Z:f77fa898-25be-45f2-bb02-0858fa7f837e"
+ "WESTCENTRALUS:20210330T003459Z:834a4dfa-7694-47c6-b849-b53ca5ddf178"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:42:42 GMT"
+ "Tue, 30 Mar 2021 00:34:58 GMT"
],
"Content-Type": [
"text/plain; charset=utf-8"
@@ -275,15 +278,15 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5ea4289e-f349-4dfd-ba88-cd85f37a6766?monitor=true&api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvNWVhNDI4OWUtZjM0OS00ZGZkLWJhODgtY2Q4NWYzN2E2NzY2P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2f3f6ce5-7a2a-44c1-ac05-1d100c398686?monitor=true&api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMi9hc3luY29wZXJhdGlvbnMvMmYzZjZjZTUtN2EyYS00NGMxLWFjMDUtMWQxMDBjMzk4Njg2P21vbml0b3I9dHJ1ZSZhcGktdmVyc2lvbj0yMDE1LTA2LTE1",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
"Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0"
]
},
@@ -295,7 +298,7 @@
"no-cache"
],
"x-ms-request-id": [
- "fb4cab53-bd56-4189-b3a3-5da8b7725199"
+ "06c8f2bd-5860-491a-8131-1bff27087912"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -307,16 +310,16 @@
"11999"
],
"x-ms-correlation-request-id": [
- "f9f7fa73-5193-4499-b810-dab69c34f06e"
+ "9c0560cf-51f0-4425-993c-2b6c3742f727"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234300Z:f9f7fa73-5193-4499-b810-dab69c34f06e"
+ "WESTCENTRALUS:20210330T003516Z:9c0560cf-51f0-4425-993c-2b6c3742f727"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:43:00 GMT"
+ "Tue, 30 Mar 2021 00:35:15 GMT"
],
"Content-Length": [
"89"
@@ -332,21 +335,21 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE1LTA2LTE1",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Storage/storageAccounts?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzP2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "cda1783b-54e6-4f9a-ae49-5647c60addd1"
+ "4754f62b-d4b2-4ce6-ae30-9238bda64df0"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
"Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0"
]
},
@@ -358,7 +361,7 @@
"no-cache"
],
"x-ms-request-id": [
- "99e94d5f-ab79-4a61-8061-e198eb94c374"
+ "d2c324a9-8b49-4da0-9f46-e178c7796f91"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -370,19 +373,19 @@
"11998"
],
"x-ms-correlation-request-id": [
- "ad9e4560-1a39-43cb-93c7-3f64ad77544a"
+ "1f9d438d-aa97-4acf-96fd-986b0197fcac"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234310Z:ad9e4560-1a39-43cb-93c7-3f64ad77544a"
+ "WESTCENTRALUS:20210330T003526Z:1f9d438d-aa97-4acf-96fd-986b0197fcac"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:43:10 GMT"
+ "Tue, 30 Mar 2021 00:35:26 GMT"
],
"Content-Length": [
- "765"
+ "764"
],
"Content-Type": [
"application/json"
@@ -391,25 +394,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Storage/storageAccounts/saforgallery1318\",\r\n \"name\": \"saforgallery1318\",\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\": \"2020-12-29T23:42:42.9923549Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saforgallery1318.blob.core.windows.net/\",\r\n \"queue\": \"https://saforgallery1318.queue.core.windows.net/\",\r\n \"table\": \"https://saforgallery1318.table.core.windows.net/\",\r\n \"file\": \"https://saforgallery1318.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Storage/storageAccounts/saforgallery1715\",\r\n \"name\": \"saforgallery1715\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-03-30T00:34:55.778176Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saforgallery1715.blob.core.windows.net/\",\r\n \"queue\": \"https://saforgallery1715.queue.core.windows.net/\",\r\n \"table\": \"https://saforgallery1715.table.core.windows.net/\",\r\n \"file\": \"https://saforgallery1715.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Storage/storageAccounts/saforgallery1318?api-version=2015-06-15",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zYWZvcmdhbGxlcnkxMzE4P2FwaS12ZXJzaW9uPTIwMTUtMDYtMTU=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Storage/storageAccounts/saforgallery1715?api-version=2015-06-15",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3NhZm9yZ2FsbGVyeTE3MTU/YXBpLXZlcnNpb249MjAxNS0wNi0xNQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "322241be-19cb-4e56-ae3b-3c36e42b6baf"
+ "af3962c8-fe4b-474d-9b6c-f4f634f5df56"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
"Microsoft.Azure.Management.Storage.StorageManagementClient/4.0.0.0"
]
},
@@ -421,7 +424,7 @@
"no-cache"
],
"x-ms-request-id": [
- "abe052d5-c2f9-4a92-ae9d-a85bb733b754"
+ "bb4a167e-ef12-4b01-a082-e0d4be994788"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -433,19 +436,19 @@
"11997"
],
"x-ms-correlation-request-id": [
- "83d052ae-1a8a-41a4-ad13-69033bde410b"
+ "743b5f1e-3fca-4d3a-8313-a4ff0510326a"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234310Z:83d052ae-1a8a-41a4-ad13-69033bde410b"
+ "WESTCENTRALUS:20210330T003526Z:743b5f1e-3fca-4d3a-8313-a4ff0510326a"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:43:10 GMT"
+ "Tue, 30 Mar 2021 00:35:26 GMT"
],
"Content-Length": [
- "753"
+ "752"
],
"Content-Type": [
"application/json"
@@ -454,25 +457,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Storage/storageAccounts/saforgallery1318\",\r\n \"name\": \"saforgallery1318\",\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\": \"2020-12-29T23:42:42.9923549Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saforgallery1318.blob.core.windows.net/\",\r\n \"queue\": \"https://saforgallery1318.queue.core.windows.net/\",\r\n \"table\": \"https://saforgallery1318.table.core.windows.net/\",\r\n \"file\": \"https://saforgallery1318.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Storage/storageAccounts/saforgallery1715\",\r\n \"name\": \"saforgallery1715\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2021-03-30T00:34:55.778176Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://saforgallery1715.blob.core.windows.net/\",\r\n \"queue\": \"https://saforgallery1715.queue.core.windows.net/\",\r\n \"table\": \"https://saforgallery1715.table.core.windows.net/\",\r\n \"file\": \"https://saforgallery1715.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/publicIPAddresses/pip216?api-version=2019-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDIxNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/publicIPAddresses/pip6852?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwNjg1Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1668\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5334\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "8797a666-b3d3-412c-b365-4edc3514f5bc"
+ "b49e2923-635d-43c7-aa8f-171f6c035eb6"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
"Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0"
],
"Content-Type": [
@@ -493,19 +496,19 @@
"1"
],
"x-ms-request-id": [
- "34dc82ac-f610-4a90-9b98-e1eac417ac9e"
+ "4e20b2cd-e8a9-4592-a64f-4744da29bd6b"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/34dc82ac-f610-4a90-9b98-e1eac417ac9e?api-version=2019-09-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Network/locations/eastus2/operations/4e20b2cd-e8a9-4592-a64f-4744da29bd6b?api-version=2019-09-01"
],
"x-ms-correlation-request-id": [
- "21a3a71c-e57a-4480-8a4d-9e18bd172ba4"
+ "8a94f563-2e78-4311-8483-87bb3eaf73fe"
],
"Azure-AsyncNotification": [
"Enabled"
],
"x-ms-arm-service-request-id": [
- "a21ecac6-05ac-4fa7-9e45-c7de9361a195"
+ "3ced8896-f4e7-4fb9-b712-c6114a40f669"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -518,16 +521,16 @@
"1199"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234311Z:21a3a71c-e57a-4480-8a4d-9e18bd172ba4"
+ "WESTCENTRALUS:20210330T003531Z:8a94f563-2e78-4311-8483-87bb3eaf73fe"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:43:10 GMT"
+ "Tue, 30 Mar 2021 00:35:30 GMT"
],
"Content-Length": [
- "761"
+ "762"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -536,19 +539,19 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"pip216\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/publicIPAddresses/pip216\",\r\n \"etag\": \"W/\\\"19405c34-0540-470a-ab7b-79a6bf265a9a\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"ab3e032e-25c8-4808-bd9a-93b80d6bd212\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1668\",\r\n \"fqdn\": \"dn1668.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"pip6852\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/publicIPAddresses/pip6852\",\r\n \"etag\": \"W/\\\"f2dc6d82-ff26-4c63-a745-6491cf2a180b\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"39669029-b2be-4fd2-9639-da0258fb62d8\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5334\",\r\n \"fqdn\": \"dn5334.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/34dc82ac-f610-4a90-9b98-e1eac417ac9e?api-version=2019-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzM0ZGM4MmFjLWY2MTAtNGE5MC05Yjk4LWUxZWFjNDE3YWM5ZT9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Network/locations/eastus2/operations/4e20b2cd-e8a9-4592-a64f-4744da29bd6b?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRlMjBiMmNkLWU4YTktNDU5Mi1hNjRmLTQ3NDRkYTI5YmQ2Yj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
"Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0"
]
},
@@ -559,14 +562,17 @@
"Pragma": [
"no-cache"
],
+ "Retry-After": [
+ "2"
+ ],
"x-ms-request-id": [
- "d7a9ac88-749b-4fa8-9d16-6bf496ba83e4"
+ "5c3bc8d1-ecbc-4244-b3d7-ce4a1472ccbb"
],
"x-ms-correlation-request-id": [
- "3cdd3dab-9b60-4c52-a948-1c27b6e0564e"
+ "61660eb2-ac3f-4607-8c78-fb3977453120"
],
"x-ms-arm-service-request-id": [
- "85d6aad9-95cd-4b63-9cc8-ecf04e884d9b"
+ "ebda1a2c-d40d-4beb-8cd0-6926be1b99b1"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -579,13 +585,74 @@
"11999"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234312Z:3cdd3dab-9b60-4c52-a948-1c27b6e0564e"
+ "WESTCENTRALUS:20210330T003532Z:61660eb2-ac3f-4607-8c78-fb3977453120"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Tue, 30 Mar 2021 00:35:31 GMT"
+ ],
+ "Content-Length": [
+ "30"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"status\": \"InProgress\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Network/locations/eastus2/operations/4e20b2cd-e8a9-4592-a64f-4744da29bd6b?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzRlMjBiMmNkLWU4YTktNDU5Mi1hNjRmLTQ3NDRkYTI5YmQ2Yj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29812.02",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "d10fe274-1589-41c4-b918-ca7f7e3bafda"
+ ],
+ "x-ms-correlation-request-id": [
+ "494bcc37-1202-462c-84b6-ec958f9559db"
+ ],
+ "x-ms-arm-service-request-id": [
+ "bebfcb80-4081-4d85-a0fd-f0761a733c5e"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20210330T003534Z:494bcc37-1202-462c-84b6-ec958f9559db"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:43:11 GMT"
+ "Tue, 30 Mar 2021 00:35:33 GMT"
],
"Content-Length": [
"29"
@@ -601,15 +668,15 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/publicIPAddresses/pip216?api-version=2019-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDIxNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/publicIPAddresses/pip6852?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwNjg1Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
"Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0"
]
},
@@ -621,16 +688,16 @@
"no-cache"
],
"ETag": [
- "W/\"0cca0118-63af-4698-90ca-48ff79d8036a\""
+ "W/\"8674ee42-d091-466e-8fb4-26eab3839b8b\""
],
"x-ms-request-id": [
- "b9ec6f77-7b87-4730-9597-7625da9d0f1d"
+ "5aeb8c04-c5ae-4147-8274-97f09b17f87a"
],
"x-ms-correlation-request-id": [
- "a0dd04f9-0ba9-435c-913a-5892864a8ea2"
+ "65da5833-abd3-46d7-bb79-e5752f903c77"
],
"x-ms-arm-service-request-id": [
- "51312bde-20c9-4012-a691-7284e0032de9"
+ "4d41aef0-fe94-4bdd-9edd-93623fa89ff0"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -640,19 +707,19 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
+ "11997"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234312Z:a0dd04f9-0ba9-435c-913a-5892864a8ea2"
+ "WESTCENTRALUS:20210330T003534Z:65da5833-abd3-46d7-bb79-e5752f903c77"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:43:11 GMT"
+ "Tue, 30 Mar 2021 00:35:33 GMT"
],
"Content-Length": [
- "762"
+ "763"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -661,25 +728,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"pip216\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/publicIPAddresses/pip216\",\r\n \"etag\": \"W/\\\"0cca0118-63af-4698-90ca-48ff79d8036a\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ab3e032e-25c8-4808-bd9a-93b80d6bd212\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1668\",\r\n \"fqdn\": \"dn1668.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"pip6852\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/publicIPAddresses/pip6852\",\r\n \"etag\": \"W/\\\"8674ee42-d091-466e-8fb4-26eab3839b8b\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"39669029-b2be-4fd2-9639-da0258fb62d8\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5334\",\r\n \"fqdn\": \"dn5334.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/publicIPAddresses/pip216?api-version=2019-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3B1YmxpY0lQQWRkcmVzc2VzL3BpcDIxNj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/publicIPAddresses/pip6852?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvcHVibGljSVBBZGRyZXNzZXMvcGlwNjg1Mj9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "99b25544-51ad-4db3-b541-2447df4cefbd"
+ "decf3401-4390-40d1-a0cd-b910fa5f34df"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
"Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0"
]
},
@@ -691,16 +758,16 @@
"no-cache"
],
"ETag": [
- "W/\"0cca0118-63af-4698-90ca-48ff79d8036a\""
+ "W/\"8674ee42-d091-466e-8fb4-26eab3839b8b\""
],
"x-ms-request-id": [
- "76b2bf02-b948-4435-a3e3-17c783b3466d"
+ "318452b3-8aaf-4c0b-9508-1fbec10dbfd8"
],
"x-ms-correlation-request-id": [
- "24221121-400d-4a5a-a35e-3082205da368"
+ "619e1fbc-6c0b-4c7f-8622-7c2e4e789ed6"
],
"x-ms-arm-service-request-id": [
- "85f86a22-7ed4-40c5-9bb8-3abbbdad5fd0"
+ "7470b26a-3d69-4c76-8778-73b0e3fd3ac0"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -710,19 +777,19 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
+ "11996"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234312Z:24221121-400d-4a5a-a35e-3082205da368"
+ "WESTCENTRALUS:20210330T003534Z:619e1fbc-6c0b-4c7f-8622-7c2e4e789ed6"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:43:12 GMT"
+ "Tue, 30 Mar 2021 00:35:33 GMT"
],
"Content-Length": [
- "762"
+ "763"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -731,32 +798,32 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"pip216\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/publicIPAddresses/pip216\",\r\n \"etag\": \"W/\\\"0cca0118-63af-4698-90ca-48ff79d8036a\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"ab3e032e-25c8-4808-bd9a-93b80d6bd212\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn1668\",\r\n \"fqdn\": \"dn1668.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"pip6852\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/publicIPAddresses/pip6852\",\r\n \"etag\": \"W/\\\"8674ee42-d091-466e-8fb4-26eab3839b8b\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"39669029-b2be-4fd2-9639-da0258fb62d8\",\r\n \"publicIPAddressVersion\": \"IPv4\",\r\n \"publicIPAllocationMethod\": \"Dynamic\",\r\n \"idleTimeoutInMinutes\": 4,\r\n \"dnsSettings\": {\r\n \"domainNameLabel\": \"dn5334\",\r\n \"fqdn\": \"dn5334.eastus2.cloudapp.azure.com\"\r\n },\r\n \"ipTags\": []\r\n },\r\n \"type\": \"Microsoft.Network/publicIPAddresses\",\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/virtualNetworks/vn1856?api-version=2019-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE4NTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/virtualNetworks/vn2860?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMjg2MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn9850\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\"\r\n },\r\n \"name\": \"sn62\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "923e2803-fc7a-49ec-8c88-5cc50795556c"
+ "df557e7b-2f11-4c1a-96ba-b7b354363912"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
"Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "396"
+ "394"
]
},
"ResponseHeaders": {
@@ -770,19 +837,19 @@
"3"
],
"x-ms-request-id": [
- "7c1cade0-fbe5-42e9-ba41-04282d585864"
+ "5420b46d-77eb-415a-b147-9d51132cf268"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/7c1cade0-fbe5-42e9-ba41-04282d585864?api-version=2019-09-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Network/locations/eastus2/operations/5420b46d-77eb-415a-b147-9d51132cf268?api-version=2019-09-01"
],
"x-ms-correlation-request-id": [
- "fd345e35-3f78-4fb6-a253-553b6d3979f0"
+ "dd04da60-c467-4363-b390-d9f8d02b7d6f"
],
"Azure-AsyncNotification": [
"Enabled"
],
"x-ms-arm-service-request-id": [
- "1b0a6726-1595-4fa9-8d3f-dc163869a7ae"
+ "66c9d9c0-1b67-46d3-848c-8fcb852df5d9"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -795,16 +862,16 @@
"1198"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234313Z:fd345e35-3f78-4fb6-a253-553b6d3979f0"
+ "WESTCENTRALUS:20210330T003536Z:dd04da60-c467-4363-b390-d9f8d02b7d6f"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:43:12 GMT"
+ "Tue, 30 Mar 2021 00:35:35 GMT"
],
"Content-Length": [
- "1361"
+ "1321"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -813,19 +880,19 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"vn1856\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/virtualNetworks/vn1856\",\r\n \"etag\": \"W/\\\"df060142-47b8-4c97-9d21-7b7e6184e16a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"8e0e4797-8cab-4bf2-a58c-4a5e3b90c757\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9850\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/virtualNetworks/vn1856/subnets/sn9850\",\r\n \"etag\": \"W/\\\"df060142-47b8-4c97-9d21-7b7e6184e16a\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"vn2860\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/virtualNetworks/vn2860\",\r\n \"etag\": \"W/\\\"602cb3e9-fa80-4e7d-bc2b-e3f7e2e04273\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": \"cad3fc27-466b-4e39-ab01-4aa4f114bf61\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn62\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/virtualNetworks/vn2860/subnets/sn62\",\r\n \"etag\": \"W/\\\"602cb3e9-fa80-4e7d-bc2b-e3f7e2e04273\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/7c1cade0-fbe5-42e9-ba41-04282d585864?api-version=2019-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzdjMWNhZGUwLWZiZTUtNDJlOS1iYTQxLTA0MjgyZDU4NTg2ND9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Network/locations/eastus2/operations/5420b46d-77eb-415a-b147-9d51132cf268?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzU0MjBiNDZkLTc3ZWItNDE1YS1iMTQ3LTlkNTExMzJjZjI2OD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
"Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0"
]
},
@@ -837,13 +904,13 @@
"no-cache"
],
"x-ms-request-id": [
- "6db88a8f-dc18-4449-a12e-6707cfd39be7"
+ "6d397363-c694-403f-830e-7501d2a21f25"
],
"x-ms-correlation-request-id": [
- "e80574e0-2f23-46b5-8ea9-e0534fa89d83"
+ "6840688e-ca49-42ec-ad11-4d962a2d6d1a"
],
"x-ms-arm-service-request-id": [
- "6c50c3d0-b4dc-4380-a4a9-b6f2046e5238"
+ "b03e3bfd-1612-48a9-ae54-19f0af734597"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -853,16 +920,16 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11996"
+ "11995"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234316Z:e80574e0-2f23-46b5-8ea9-e0534fa89d83"
+ "WESTCENTRALUS:20210330T003539Z:6840688e-ca49-42ec-ad11-4d962a2d6d1a"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:43:15 GMT"
+ "Tue, 30 Mar 2021 00:35:38 GMT"
],
"Content-Length": [
"29"
@@ -878,15 +945,15 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/virtualNetworks/vn1856?api-version=2019-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE4NTY/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/virtualNetworks/vn2860?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMjg2MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
"Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0"
]
},
@@ -898,16 +965,16 @@
"no-cache"
],
"ETag": [
- "W/\"acaf2aa3-8c38-4256-9492-e75345d48aea\""
+ "W/\"7ef882e9-155c-4980-9f4a-d36b1851f8de\""
],
"x-ms-request-id": [
- "1d3f6f7c-e56b-4b8a-8003-5a33a62d2a7a"
+ "a6262256-98ac-4189-9df5-d9af2bc3d335"
],
"x-ms-correlation-request-id": [
- "7b87deae-ea2b-4112-b272-eef3d94a9eeb"
+ "b0c07e79-5501-4ce6-8c77-dc268e776ac6"
],
"x-ms-arm-service-request-id": [
- "a36c7d19-89d2-4827-840e-9edd00d65ae5"
+ "5f279d08-cbd7-4b7e-82a2-1ffede7e1c78"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -917,19 +984,19 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11995"
+ "11994"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234316Z:7b87deae-ea2b-4112-b272-eef3d94a9eeb"
+ "WESTCENTRALUS:20210330T003539Z:b0c07e79-5501-4ce6-8c77-dc268e776ac6"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:43:15 GMT"
+ "Tue, 30 Mar 2021 00:35:38 GMT"
],
"Content-Length": [
- "1363"
+ "1323"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -938,25 +1005,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"vn1856\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/virtualNetworks/vn1856\",\r\n \"etag\": \"W/\\\"acaf2aa3-8c38-4256-9492-e75345d48aea\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"8e0e4797-8cab-4bf2-a58c-4a5e3b90c757\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn9850\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/virtualNetworks/vn1856/subnets/sn9850\",\r\n \"etag\": \"W/\\\"acaf2aa3-8c38-4256-9492-e75345d48aea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\": false\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"vn2860\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/virtualNetworks/vn2860\",\r\n \"etag\": \"W/\\\"7ef882e9-155c-4980-9f4a-d36b1851f8de\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"cad3fc27-466b-4e39-ab01-4aa4f114bf61\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": [\r\n \"10.1.1.1\",\r\n \"10.1.2.4\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"sn62\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/virtualNetworks/vn2860/subnets/sn62\",\r\n \"etag\": \"W/\\\"7ef882e9-155c-4980-9f4a-d36b1851f8de\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/virtualNetworks/vn1856/subnets/sn9850?api-version=2019-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bjE4NTYvc3VibmV0cy9zbjk4NTA/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/virtualNetworks/vn2860/subnets/sn62?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvdmlydHVhbE5ldHdvcmtzL3ZuMjg2MC9zdWJuZXRzL3NuNjI/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "58ef9c89-0c5d-4ea6-946d-cd17eefa0d39"
+ "7fe2e7e6-6ff2-46c2-a255-84b6ec2e7f3b"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
"Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0"
]
},
@@ -968,16 +1035,16 @@
"no-cache"
],
"ETag": [
- "W/\"acaf2aa3-8c38-4256-9492-e75345d48aea\""
+ "W/\"7ef882e9-155c-4980-9f4a-d36b1851f8de\""
],
"x-ms-request-id": [
- "36ccfd39-2997-4505-87ba-870d862f42a3"
+ "539db42b-47fa-46a7-b3a8-b60ac8452463"
],
"x-ms-correlation-request-id": [
- "6a8f3c7d-0bed-4524-b97f-88dff57f1e33"
+ "5cf1f27e-3def-48d0-8ccc-e93764410b16"
],
"x-ms-arm-service-request-id": [
- "f8d6e6da-1cad-49a6-bfe1-0cab4abafa83"
+ "29b87132-ec47-4f78-8507-1e3bc05ae118"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -987,19 +1054,19 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11994"
+ "11993"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234316Z:6a8f3c7d-0bed-4524-b97f-88dff57f1e33"
+ "WESTCENTRALUS:20210330T003539Z:5cf1f27e-3def-48d0-8ccc-e93764410b16"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:43:15 GMT"
+ "Tue, 30 Mar 2021 00:35:38 GMT"
],
"Content-Length": [
- "529"
+ "524"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1008,32 +1075,32 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"sn9850\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/virtualNetworks/vn1856/subnets/sn9850\",\r\n \"etag\": \"W/\\\"acaf2aa3-8c38-4256-9492-e75345d48aea\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"sn62\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/virtualNetworks/vn2860/subnets/sn62\",\r\n \"etag\": \"W/\\\"7ef882e9-155c-4980-9f4a-d36b1851f8de\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/networkInterfaces/nic8164?api-version=2019-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzgxNjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/networkInterfaces/nic5370?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNTM3MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn9850\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/virtualNetworks/vn1856/subnets/sn9850\"\r\n }\r\n },\r\n \"name\": \"ip4131\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"ipConfigurations\": [\r\n {\r\n \"properties\": {\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"name\": \"sn62\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/virtualNetworks/vn2860/subnets/sn62\"\r\n }\r\n },\r\n \"name\": \"ip3834\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "fd019c76-7ab4-4f4b-80c7-360d26d4236a"
+ "1813232f-f54f-4edd-bc4d-781b5bfbfddd"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
"Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "748"
+ "743"
]
},
"ResponseHeaders": {
@@ -1044,19 +1111,19 @@
"no-cache"
],
"x-ms-request-id": [
- "17cc2e2b-c0d5-4330-8c3c-b2981f1f3b44"
+ "9b5418dd-a6db-421f-8615-b6c36db8b1fe"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Network/locations/eastus2/operations/17cc2e2b-c0d5-4330-8c3c-b2981f1f3b44?api-version=2019-09-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Network/locations/eastus2/operations/9b5418dd-a6db-421f-8615-b6c36db8b1fe?api-version=2019-09-01"
],
"x-ms-correlation-request-id": [
- "621cfcef-2d32-45ae-93b4-6971dbed7c2b"
+ "a6603648-97c0-4d5d-a751-3917cf623f26"
],
"Azure-AsyncNotification": [
"Enabled"
],
"x-ms-arm-service-request-id": [
- "214c8d3d-b5b6-421e-81ed-047be51a4e15"
+ "9ad719a3-a80b-4349-b6e7-a5f82a015eee"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1069,16 +1136,16 @@
"1197"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234316Z:621cfcef-2d32-45ae-93b4-6971dbed7c2b"
+ "WESTCENTRALUS:20210330T003541Z:a6603648-97c0-4d5d-a751-3917cf623f26"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:43:16 GMT"
+ "Tue, 30 Mar 2021 00:35:40 GMT"
],
"Content-Length": [
- "1643"
+ "1638"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1087,19 +1154,19 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"nic8164\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/networkInterfaces/nic8164\",\r\n \"etag\": \"W/\\\"f3ef3fee-ab5f-41b1-b785-23c7d3a066eb\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"aeb8576b-4afd-419e-b6fb-60e265a94695\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4131\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/networkInterfaces/nic8164/ipConfigurations/ip4131\",\r\n \"etag\": \"W/\\\"f3ef3fee-ab5f-41b1-b785-23c7d3a066eb\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/virtualNetworks/vn1856/subnets/sn9850\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"s3dq3dvlrtzexjmmjjpdxeghkh.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"nic5370\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/networkInterfaces/nic5370\",\r\n \"etag\": \"W/\\\"4617c98c-eff8-4222-bcca-6889d90f72c9\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"16b954dc-0a13-4082-a8c7-2428003526e5\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3834\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/networkInterfaces/nic5370/ipConfigurations/ip3834\",\r\n \"etag\": \"W/\\\"4617c98c-eff8-4222-bcca-6889d90f72c9\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/virtualNetworks/vn2860/subnets/sn62\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"e54nhstliy2u3kybjkspcff5mb.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/networkInterfaces/nic8164?api-version=2019-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzgxNjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/networkInterfaces/nic5370?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNTM3MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
"Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0"
]
},
@@ -1111,16 +1178,16 @@
"no-cache"
],
"ETag": [
- "W/\"f3ef3fee-ab5f-41b1-b785-23c7d3a066eb\""
+ "W/\"4617c98c-eff8-4222-bcca-6889d90f72c9\""
],
"x-ms-request-id": [
- "bc47e961-dfa5-477b-b82e-041fd2c767cd"
+ "39ae8e02-d54c-41b0-a224-8a099b7f53ae"
],
"x-ms-correlation-request-id": [
- "a99d858e-17b0-4530-a4a3-a64389ae888d"
+ "fdd86278-535d-4748-9b56-eeffe886d391"
],
"x-ms-arm-service-request-id": [
- "8b099dae-576c-4c54-a815-f6aef257f053"
+ "fc9f891c-7f89-4df2-bc28-57b3b4ab174d"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1130,19 +1197,19 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11993"
+ "11992"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234316Z:a99d858e-17b0-4530-a4a3-a64389ae888d"
+ "WESTCENTRALUS:20210330T003541Z:fdd86278-535d-4748-9b56-eeffe886d391"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:43:16 GMT"
+ "Tue, 30 Mar 2021 00:35:40 GMT"
],
"Content-Length": [
- "1643"
+ "1638"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1151,25 +1218,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"nic8164\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/networkInterfaces/nic8164\",\r\n \"etag\": \"W/\\\"f3ef3fee-ab5f-41b1-b785-23c7d3a066eb\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"aeb8576b-4afd-419e-b6fb-60e265a94695\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4131\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/networkInterfaces/nic8164/ipConfigurations/ip4131\",\r\n \"etag\": \"W/\\\"f3ef3fee-ab5f-41b1-b785-23c7d3a066eb\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/virtualNetworks/vn1856/subnets/sn9850\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"s3dq3dvlrtzexjmmjjpdxeghkh.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"nic5370\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/networkInterfaces/nic5370\",\r\n \"etag\": \"W/\\\"4617c98c-eff8-4222-bcca-6889d90f72c9\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"16b954dc-0a13-4082-a8c7-2428003526e5\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3834\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/networkInterfaces/nic5370/ipConfigurations/ip3834\",\r\n \"etag\": \"W/\\\"4617c98c-eff8-4222-bcca-6889d90f72c9\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/virtualNetworks/vn2860/subnets/sn62\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"e54nhstliy2u3kybjkspcff5mb.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/networkInterfaces/nic8164?api-version=2019-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL25ldHdvcmtJbnRlcmZhY2VzL25pYzgxNjQ/YXBpLXZlcnNpb249MjAxOS0wOS0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/networkInterfaces/nic5370?api-version=2019-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0Lk5ldHdvcmsvbmV0d29ya0ludGVyZmFjZXMvbmljNTM3MD9hcGktdmVyc2lvbj0yMDE5LTA5LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "6f0a65d9-6d33-45fa-a442-ffd0a705fe79"
+ "21d5ebb9-58be-4a25-b1d9-3d05985f815b"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
"Microsoft.Azure.Management.Network.NetworkManagementClient/19.17.1.0"
]
},
@@ -1181,16 +1248,16 @@
"no-cache"
],
"ETag": [
- "W/\"f3ef3fee-ab5f-41b1-b785-23c7d3a066eb\""
+ "W/\"4617c98c-eff8-4222-bcca-6889d90f72c9\""
],
"x-ms-request-id": [
- "ce29b587-4cb8-465a-b885-30aceec4e7af"
+ "c1105b89-6707-4ab7-8c64-0833104fa684"
],
"x-ms-correlation-request-id": [
- "98c99a15-2d7f-4924-9302-1a082f683f75"
+ "2c5801f8-e579-45e9-854d-13bfd7636ad8"
],
"x-ms-arm-service-request-id": [
- "02c0ade4-cbaf-4681-92e7-123f4924d5eb"
+ "24d98a07-ef30-4a9a-8cec-c819aa2547fa"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1200,19 +1267,19 @@
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11992"
+ "11991"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234316Z:98c99a15-2d7f-4924-9302-1a082f683f75"
+ "WESTCENTRALUS:20210330T003541Z:2c5801f8-e579-45e9-854d-13bfd7636ad8"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:43:16 GMT"
+ "Tue, 30 Mar 2021 00:35:40 GMT"
],
"Content-Length": [
- "1643"
+ "1638"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1221,26 +1288,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"nic8164\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/networkInterfaces/nic8164\",\r\n \"etag\": \"W/\\\"f3ef3fee-ab5f-41b1-b785-23c7d3a066eb\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"aeb8576b-4afd-419e-b6fb-60e265a94695\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip4131\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/networkInterfaces/nic8164/ipConfigurations/ip4131\",\r\n \"etag\": \"W/\\\"f3ef3fee-ab5f-41b1-b785-23c7d3a066eb\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/virtualNetworks/vn1856/subnets/sn9850\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"s3dq3dvlrtzexjmmjjpdxeghkh.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"nic5370\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/networkInterfaces/nic5370\",\r\n \"etag\": \"W/\\\"4617c98c-eff8-4222-bcca-6889d90f72c9\\\"\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": \"16b954dc-0a13-4082-a8c7-2428003526e5\",\r\n \"ipConfigurations\": [\r\n {\r\n \"name\": \"ip3834\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/networkInterfaces/nic5370/ipConfigurations/ip3834\",\r\n \"etag\": \"W/\\\"4617c98c-eff8-4222-bcca-6889d90f72c9\\\"\",\r\n \"type\": \"Microsoft.Network/networkInterfaces/ipConfigurations\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"privateIPAddress\": \"10.0.0.4\",\r\n \"privateIPAllocationMethod\": \"Dynamic\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/virtualNetworks/vn2860/subnets/sn62\"\r\n },\r\n \"primary\": true,\r\n \"privateIPAddressVersion\": \"IPv4\"\r\n }\r\n }\r\n ],\r\n \"dnsSettings\": {\r\n \"dnsServers\": [],\r\n \"appliedDnsServers\": [],\r\n \"internalDomainNameSuffix\": \"e54nhstliy2u3kybjkspcff5mb.cx.internal.cloudapp.net\"\r\n },\r\n \"enableAcceleratedNetworking\": false,\r\n \"enableIPForwarding\": false,\r\n \"hostedWorkloads\": [],\r\n \"tapConfigurations\": []\r\n },\r\n \"type\": \"Microsoft.Network/networkInterfaces\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/availabilitySets/asforgallery7657?api-version=2020-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2F2YWlsYWJpbGl0eVNldHMvYXNmb3JnYWxsZXJ5NzY1Nz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/availabilitySets/asforgallery8439?api-version=2020-12-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvYXZhaWxhYmlsaXR5U2V0cy9hc2ZvcmdhbGxlcnk4NDM5P2FwaS12ZXJzaW9uPTIwMjAtMTItMDE=",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "7f079ac0-3d75-4e1e-8dd5-a61fdd27ffed"
+ "bc1d3aa7-7da9-4496-ba95-9109c604eb7a"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1263,7 +1330,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "f391a74f-f0c4-44c5-9406-b08f7080ee32"
+ "626ff073-1365-4eb8-8606-f3f7f73ba28b"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -1273,19 +1340,19 @@
"1199"
],
"x-ms-correlation-request-id": [
- "635bc121-05a2-4167-8c56-090ddaabe547"
+ "f8e02b1e-31e6-4811-9138-d35b1b57684f"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234317Z:635bc121-05a2-4167-8c56-090ddaabe547"
+ "WESTCENTRALUS:20210330T003544Z:f8e02b1e-31e6-4811-9138-d35b1b57684f"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:43:16 GMT"
+ "Tue, 30 Mar 2021 00:35:44 GMT"
],
"Content-Length": [
- "464"
+ "463"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1294,32 +1361,32 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"asforgallery7657\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/availabilitySets/asforgallery7657\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"asforgallery8439\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/availabilitySets/asforgallery8439\",\r\n \"type\": \"Microsoft.Compute/availabilitySets\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"platformUpdateDomainCount\": 5,\r\n \"platformFaultDomainCount\": 3\r\n },\r\n \"sku\": {\r\n \"name\": \"Classic\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/virtualMachines/vm6476?api-version=2020-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY0NzY/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/virtualMachines/vm6537?api-version=2020-12-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjUzNz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://saforgallery1318.blob.core.windows.net/crptestar1538/oscrptestar3673.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/networkInterfaces/nic8164\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/availabilitySets/asforgallery7657\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"name\": \"test\",\r\n \"vhd\": {\r\n \"uri\": \"https://saforgallery1715.blob.core.windows.net/crptestar9300/oscrptestar8986.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"createOption\": \"FromImage\"\r\n }\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"adminPassword\": \"[PLACEHOLDEr1]\"\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/networkInterfaces/nic5370\"\r\n }\r\n ]\r\n },\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/availabilitySets/asforgallery8439\"\r\n }\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "38088b0f-e98c-47a6-a709-46cc282cc07a"
+ "07ba0ca5-fa64-4f58-85b3-0ff5ca4321a1"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "1239"
+ "1237"
]
},
"ResponseHeaders": {
@@ -1333,7 +1400,7 @@
"10"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e8226df0-b0af-44d2-b59e-9858b68a34fe?api-version=2020-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/b6904e8d-f1ae-4ae1-94ad-34efac2d8331?api-version=2020-12-01"
],
"Azure-AsyncNotification": [
"Enabled"
@@ -1345,7 +1412,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "e8226df0-b0af-44d2-b59e-9858b68a34fe"
+ "b6904e8d-f1ae-4ae1-94ad-34efac2d8331"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -1355,19 +1422,19 @@
"1198"
],
"x-ms-correlation-request-id": [
- "a21d84d2-673a-481a-9b00-cb9eb4698cdc"
+ "814e4562-3eda-4c3d-928f-99652e86cf07"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234318Z:a21d84d2-673a-481a-9b00-cb9eb4698cdc"
+ "WESTCENTRALUS:20210330T003546Z:814e4562-3eda-4c3d-928f-99652e86cf07"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:43:17 GMT"
+ "Tue, 30 Mar 2021 00:35:46 GMT"
],
"Content-Length": [
- "1853"
+ "1968"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1376,20 +1443,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"vm6476\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/virtualMachines/vm6476\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5a9331a4-2832-47a0-adac-a4b763648c02\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/availabilitySets/ASFORGALLERY7657\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://saforgallery1318.blob.core.windows.net/crptestar1538/oscrptestar3673.vhd\"\r\n },\r\n \"caching\": \"None\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/networkInterfaces/nic8164\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"vm6537\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/virtualMachines/vm6537\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"dcb840be-2ab4-4156-b04a-7ef28a1ced09\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/availabilitySets/ASFORGALLERY8439\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://saforgallery1715.blob.core.windows.net/crptestar9300/oscrptestar8986.vhd\"\r\n },\r\n \"caching\": \"None\"\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/networkInterfaces/nic5370\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e8226df0-b0af-44d2-b59e-9858b68a34fe?api-version=2020-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2U4MjI2ZGYwLWIwYWYtNDRkMi1iNTllLTk4NThiNjhhMzRmZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/b6904e8d-f1ae-4ae1-94ad-34efac2d8331?api-version=2020-12-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2I2OTA0ZThkLWYxYWUtNGFlMS05NGFkLTM0ZWZhYzJkODMzMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -1403,96 +1470,35 @@
"50"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29999"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-request-id": [
- "08953334-422e-4708-97c2-f175303241ab"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
- ],
- "x-ms-correlation-request-id": [
- "9d47da7f-d9ef-4ebc-9d3a-ee66f8515f72"
- ],
- "x-ms-routing-request-id": [
- "EASTUS2:20201229T234328Z:9d47da7f-d9ef-4ebc-9d3a-ee66f8515f72"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Tue, 29 Dec 2020 23:43:27 GMT"
- ],
- "Content-Length": [
- "133"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:43:17.714223+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e8226df0-b0af-44d2-b59e-9858b68a34fe\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e8226df0-b0af-44d2-b59e-9858b68a34fe?api-version=2020-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2U4MjI2ZGYwLWIwYWYtNDRkMi1iNTllLTk4NThiNjhhMzRmZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.29321.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29998"
+ "Microsoft.Compute/GetOperation3Min;14999,Microsoft.Compute/GetOperation30Min;29996"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "46b7d981-509d-4d1d-8b31-4791f5d330a3"
+ "d0261339-d4ca-4a99-bbec-c73f4e191f17"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11997"
+ "11986"
],
"x-ms-correlation-request-id": [
- "dfa4a073-6a17-4536-a0a4-3c8bf9af2dad"
+ "57c81df2-896d-4dd0-84aa-924684bc4fc6"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234418Z:dfa4a073-6a17-4536-a0a4-3c8bf9af2dad"
+ "WESTCENTRALUS:20210330T003556Z:57c81df2-896d-4dd0-84aa-924684bc4fc6"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:44:18 GMT"
+ "Tue, 30 Mar 2021 00:35:56 GMT"
],
"Content-Length": [
- "133"
+ "134"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1501,20 +1507,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:43:17.714223+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e8226df0-b0af-44d2-b59e-9858b68a34fe\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:35:45.6338616-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6904e8d-f1ae-4ae1-94ad-34efac2d8331\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e8226df0-b0af-44d2-b59e-9858b68a34fe?api-version=2020-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2U4MjI2ZGYwLWIwYWYtNDRkMi1iNTllLTk4NThiNjhhMzRmZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/b6904e8d-f1ae-4ae1-94ad-34efac2d8331?api-version=2020-12-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2I2OTA0ZThkLWYxYWUtNGFlMS05NGFkLTM0ZWZhYzJkODMzMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -1525,35 +1531,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29997"
+ "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29995"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "ea8b9648-1108-46c8-9f48-205d17c2fe72"
+ "f1a26458-edf3-4df2-9b68-c67655d5f210"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11996"
+ "11984"
],
"x-ms-correlation-request-id": [
- "c5251b59-b6a1-4b8d-a6ed-1da5babdb994"
+ "5e2f7248-72d8-4439-87a5-bd24ba0aaefe"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234508Z:c5251b59-b6a1-4b8d-a6ed-1da5babdb994"
+ "WESTCENTRALUS:20210330T003646Z:5e2f7248-72d8-4439-87a5-bd24ba0aaefe"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:45:07 GMT"
+ "Tue, 30 Mar 2021 00:36:46 GMT"
],
"Content-Length": [
- "133"
+ "134"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1562,20 +1568,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:43:17.714223+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e8226df0-b0af-44d2-b59e-9858b68a34fe\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:35:45.6338616-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6904e8d-f1ae-4ae1-94ad-34efac2d8331\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e8226df0-b0af-44d2-b59e-9858b68a34fe?api-version=2020-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2U4MjI2ZGYwLWIwYWYtNDRkMi1iNTllLTk4NThiNjhhMzRmZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/b6904e8d-f1ae-4ae1-94ad-34efac2d8331?api-version=2020-12-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2I2OTA0ZThkLWYxYWUtNGFlMS05NGFkLTM0ZWZhYzJkODMzMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -1586,35 +1592,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29995"
+ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29994"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "4cd5b431-1c39-4f9c-9612-d4f9b0f9814a"
+ "7f03b02a-e109-4d9e-b02b-c9cfefcdd7a5"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11995"
+ "11983"
],
"x-ms-correlation-request-id": [
- "a7a46b81-8c29-4005-aae0-52504cbe42a8"
+ "0708cdec-c6a7-4d94-9aad-ef564adbf0d9"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234558Z:a7a46b81-8c29-4005-aae0-52504cbe42a8"
+ "WESTCENTRALUS:20210330T003736Z:0708cdec-c6a7-4d94-9aad-ef564adbf0d9"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:45:57 GMT"
+ "Tue, 30 Mar 2021 00:37:36 GMT"
],
"Content-Length": [
- "133"
+ "134"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1623,20 +1629,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:43:17.714223+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e8226df0-b0af-44d2-b59e-9858b68a34fe\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:35:45.6338616-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"b6904e8d-f1ae-4ae1-94ad-34efac2d8331\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e8226df0-b0af-44d2-b59e-9858b68a34fe?api-version=2020-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2U4MjI2ZGYwLWIwYWYtNDRkMi1iNTllLTk4NThiNjhhMzRmZT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/b6904e8d-f1ae-4ae1-94ad-34efac2d8331?api-version=2020-12-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2I2OTA0ZThkLWYxYWUtNGFlMS05NGFkLTM0ZWZhYzJkODMzMT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -1647,35 +1653,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29993"
+ "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29991"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "5f84f741-ba02-4b5f-aebb-0d4d629a3f1e"
+ "3a8a1f2f-9f9a-4fcd-ad28-8c6d11d1ccd4"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11994"
+ "11982"
],
"x-ms-correlation-request-id": [
- "d74c803b-478b-48e0-868c-2d529c3f28fd"
+ "00b0b76c-f188-4f9e-8ce8-583f2d0920a7"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234648Z:d74c803b-478b-48e0-868c-2d529c3f28fd"
+ "WESTCENTRALUS:20210330T003827Z:00b0b76c-f188-4f9e-8ce8-583f2d0920a7"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:46:47 GMT"
+ "Tue, 30 Mar 2021 00:38:26 GMT"
],
"Content-Length": [
- "183"
+ "184"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1684,20 +1690,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:43:17.714223+00:00\",\r\n \"endTime\": \"2020-12-29T23:46:32.5280297+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e8226df0-b0af-44d2-b59e-9858b68a34fe\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:35:45.6338616-07:00\",\r\n \"endTime\": \"2021-03-29T17:38:22.8218451-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b6904e8d-f1ae-4ae1-94ad-34efac2d8331\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/virtualMachines/vm6476?api-version=2020-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY0NzY/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/virtualMachines/vm6537?api-version=2020-12-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjUzNz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -1708,35 +1714,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/LowCostGet3Min;3997,Microsoft.Compute/LowCostGet30Min;31997"
+ "Microsoft.Compute/LowCostGet3Min;3992,Microsoft.Compute/LowCostGet30Min;31938"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "fb146809-8f71-4645-b9fe-851b4b83217d"
+ "8c09460b-673f-4705-96cb-38c7beaa74f1"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11993"
+ "11981"
],
"x-ms-correlation-request-id": [
- "0d5c1846-fc9b-494d-a9ca-dc6c5d1c379f"
+ "9b2e8993-5893-4b46-8476-96fcf5b3916d"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234648Z:0d5c1846-fc9b-494d-a9ca-dc6c5d1c379f"
+ "WESTCENTRALUS:20210330T003827Z:9b2e8993-5893-4b46-8476-96fcf5b3916d"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:46:47 GMT"
+ "Tue, 30 Mar 2021 00:38:26 GMT"
],
"Content-Length": [
- "1882"
+ "1997"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1745,26 +1751,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"vm6476\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/virtualMachines/vm6476\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5a9331a4-2832-47a0-adac-a4b763648c02\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/availabilitySets/ASFORGALLERY7657\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://saforgallery1318.blob.core.windows.net/crptestar1538/oscrptestar3673.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/networkInterfaces/nic8164\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"vm6537\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/virtualMachines/vm6537\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"dcb840be-2ab4-4156-b04a-7ef28a1ced09\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/availabilitySets/ASFORGALLERY8439\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://saforgallery1715.blob.core.windows.net/crptestar9300/oscrptestar8986.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/networkInterfaces/nic5370\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/virtualMachines/vm6476?api-version=2020-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY0NzY/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/virtualMachines/vm6537?api-version=2020-12-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjUzNz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "fdf7ee60-1cf1-4103-b3fb-3123eccfca0f"
+ "8802c738-8ba1-4520-b526-b0e16a7fc6d4"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -1775,35 +1781,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/LowCostGet3Min;3996,Microsoft.Compute/LowCostGet30Min;31996"
+ "Microsoft.Compute/LowCostGet3Min;3991,Microsoft.Compute/LowCostGet30Min;31937"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "6b50f6b3-c9d9-44a7-9084-9d223bdd578a"
+ "0fa403bd-36dd-470e-b4c3-e147e746b322"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11992"
+ "11980"
],
"x-ms-correlation-request-id": [
- "aec3e857-d5a6-49e0-93fc-61d3c77b9601"
+ "30efde36-76ec-4e5f-83b6-35e0fba715af"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234648Z:aec3e857-d5a6-49e0-93fc-61d3c77b9601"
+ "WESTCENTRALUS:20210330T003827Z:30efde36-76ec-4e5f-83b6-35e0fba715af"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:46:47 GMT"
+ "Tue, 30 Mar 2021 00:38:26 GMT"
],
"Content-Length": [
- "1882"
+ "1997"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1812,26 +1818,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"vm6476\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/virtualMachines/vm6476\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"5a9331a4-2832-47a0-adac-a4b763648c02\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/availabilitySets/ASFORGALLERY7657\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://saforgallery1318.blob.core.windows.net/crptestar1538/oscrptestar3673.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Network/networkInterfaces/nic8164\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"vm6537\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/virtualMachines/vm6537\",\r\n \"type\": \"Microsoft.Compute/virtualMachines\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\",\r\n \"azsecpack\": \"nonprod\",\r\n \"platformsettings.host_environment.service.platform_optedin_for_rootcerts\": \"true\"\r\n },\r\n \"properties\": {\r\n \"vmId\": \"dcb840be-2ab4-4156-b04a-7ef28a1ced09\",\r\n \"availabilitySet\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/availabilitySets/ASFORGALLERY8439\"\r\n },\r\n \"hardwareProfile\": {\r\n \"vmSize\": \"Standard_A1_v2\"\r\n },\r\n \"storageProfile\": {\r\n \"imageReference\": {\r\n \"publisher\": \"MicrosoftWindowsServer\",\r\n \"offer\": \"WindowsServer\",\r\n \"sku\": \"2012-R2-Datacenter\",\r\n \"version\": \"4.127.20180315\",\r\n \"exactVersion\": \"4.127.20180315\"\r\n },\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"name\": \"test\",\r\n \"createOption\": \"FromImage\",\r\n \"vhd\": {\r\n \"uri\": \"https://saforgallery1715.blob.core.windows.net/crptestar9300/oscrptestar8986.vhd\"\r\n },\r\n \"caching\": \"None\",\r\n \"diskSizeGB\": 127\r\n },\r\n \"dataDisks\": []\r\n },\r\n \"osProfile\": {\r\n \"computerName\": \"Test\",\r\n \"adminUsername\": \"Foo12\",\r\n \"windowsConfiguration\": {\r\n \"provisionVMAgent\": true,\r\n \"enableAutomaticUpdates\": true,\r\n \"patchSettings\": {\r\n \"patchMode\": \"AutomaticByOS\"\r\n }\r\n },\r\n \"secrets\": [],\r\n \"allowExtensionOperations\": true,\r\n \"requireGuestProvisionSignal\": true\r\n },\r\n \"networkProfile\": {\r\n \"networkInterfaces\": [\r\n {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Network/networkInterfaces/nic5370\"\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/images/psTestSourceImage6907?api-version=2020-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTY5MDc/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/images/psTestSourceImage5220?api-version=2020-12-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaW1hZ2VzL3BzVGVzdFNvdXJjZUltYWdlNTIyMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"blobUri\": \"https://saforgallery1318.blob.core.windows.net/crptestar1538/oscrptestar3673.vhd\"\r\n },\r\n \"zoneResilient\": true\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"blobUri\": \"https://saforgallery1715.blob.core.windows.net/crptestar9300/oscrptestar8986.vhd\"\r\n },\r\n \"zoneResilient\": true\r\n },\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "6043b1fb-5473-4aab-bb32-03a9342c6ed6"
+ "4d6140f6-4fe0-4153-88c0-8051d88da1c8"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1848,7 +1854,7 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e2d1def6-7df3-4c5e-9d0f-66b33365248b?api-version=2020-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/3287f8bb-ebcc-4302-a2a5-70f9248b0055?api-version=2020-12-01"
],
"Azure-AsyncNotification": [
"Enabled"
@@ -1860,7 +1866,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "e2d1def6-7df3-4c5e-9d0f-66b33365248b"
+ "3287f8bb-ebcc-4302-a2a5-70f9248b0055"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -1870,19 +1876,19 @@
"1197"
],
"x-ms-correlation-request-id": [
- "2a059683-1532-4c3b-860b-a2dfb168fecc"
+ "e33cd110-40c6-42e6-90f7-d0453c9f2218"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234653Z:2a059683-1532-4c3b-860b-a2dfb168fecc"
+ "WESTCENTRALUS:20210330T003834Z:e33cd110-40c6-42e6-90f7-d0453c9f2218"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:46:52 GMT"
+ "Tue, 30 Mar 2021 00:38:33 GMT"
],
"Content-Length": [
- "767"
+ "766"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1891,20 +1897,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"psTestSourceImage6907\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/images/psTestSourceImage6907\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"blobUri\": \"https://saforgallery1318.blob.core.windows.net/crptestar1538/oscrptestar3673.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [],\r\n \"zoneResilient\": true\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"psTestSourceImage5220\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/images/psTestSourceImage5220\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"blobUri\": \"https://saforgallery1715.blob.core.windows.net/crptestar9300/oscrptestar8986.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [],\r\n \"zoneResilient\": true\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e2d1def6-7df3-4c5e-9d0f-66b33365248b?api-version=2020-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2UyZDFkZWY2LTdkZjMtNGM1ZS05ZDBmLTY2YjMzMzY1MjQ4Yj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/3287f8bb-ebcc-4302-a2a5-70f9248b0055?api-version=2020-12-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzMyODdmOGJiLWViY2MtNDMwMi1hMmE1LTcwZjkyNDhiMDA1NT9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -1915,35 +1921,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29991"
+ "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29989"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "37a7345d-f416-47a9-a07f-c5f7b8b8a0f4"
+ "06594650-fe58-4002-96e9-450fac89284b"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11991"
+ "11979"
],
"x-ms-correlation-request-id": [
- "c14d7838-0f2b-42ae-8125-b7cbbb9b38bd"
+ "a011678c-bfb4-444e-9fef-8d24d0e780a8"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234723Z:c14d7838-0f2b-42ae-8125-b7cbbb9b38bd"
+ "WESTCENTRALUS:20210330T003904Z:a011678c-bfb4-444e-9fef-8d24d0e780a8"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:47:23 GMT"
+ "Tue, 30 Mar 2021 00:39:03 GMT"
],
"Content-Length": [
- "183"
+ "184"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1952,20 +1958,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:46:48.6218945+00:00\",\r\n \"endTime\": \"2020-12-29T23:46:58.856326+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e2d1def6-7df3-4c5e-9d0f-66b33365248b\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:38:28.6343477-07:00\",\r\n \"endTime\": \"2021-03-29T17:38:38.8531906-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"3287f8bb-ebcc-4302-a2a5-70f9248b0055\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/images/psTestSourceImage6907?api-version=2020-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTY5MDc/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/images/psTestSourceImage5220?api-version=2020-12-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaW1hZ2VzL3BzVGVzdFNvdXJjZUltYWdlNTIyMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -1982,29 +1988,29 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "50fa16d0-60fe-4fda-af62-748671cb3861"
+ "6ecc1b7a-87d8-49e3-8f70-a0e3f1560b70"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11990"
+ "11978"
],
"x-ms-correlation-request-id": [
- "d71881ef-5623-4db8-aa8c-0ecb645912f6"
+ "1dc2b275-ae35-49de-a83a-cb02f47dda62"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234723Z:d71881ef-5623-4db8-aa8c-0ecb645912f6"
+ "WESTCENTRALUS:20210330T003904Z:1dc2b275-ae35-49de-a83a-cb02f47dda62"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:47:23 GMT"
+ "Tue, 30 Mar 2021 00:39:03 GMT"
],
"Content-Length": [
- "796"
+ "795"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2013,26 +2019,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"psTestSourceImage6907\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/images/psTestSourceImage6907\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://saforgallery1318.blob.core.windows.net/crptestar1538/oscrptestar3673.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [],\r\n \"zoneResilient\": true\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"psTestSourceImage5220\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/images/psTestSourceImage5220\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://saforgallery1715.blob.core.windows.net/crptestar9300/oscrptestar8986.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [],\r\n \"zoneResilient\": true\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/images/psTestSourceImage6907?api-version=2020-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTY5MDc/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/images/psTestSourceImage5220?api-version=2020-12-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaW1hZ2VzL3BzVGVzdFNvdXJjZUltYWdlNTIyMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "10ca0e44-6299-468a-b145-b5a6a23f3064"
+ "fe013f24-e3aa-4ef0-b1c1-580205fda648"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -2049,29 +2055,29 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "be44d774-e92d-433a-8a8e-bb3d4a35d8c5"
+ "8b64171d-b524-4223-81a1-1c759f2df97a"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11989"
+ "11977"
],
"x-ms-correlation-request-id": [
- "20ab7cff-0016-4b34-9d7a-e15114a89220"
+ "94dafbd9-ee95-4038-9dce-959b786a44c5"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234723Z:20ab7cff-0016-4b34-9d7a-e15114a89220"
+ "WESTCENTRALUS:20210330T003904Z:94dafbd9-ee95-4038-9dce-959b786a44c5"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:47:23 GMT"
+ "Tue, 30 Mar 2021 00:39:04 GMT"
],
"Content-Length": [
- "796"
+ "795"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2080,26 +2086,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"psTestSourceImage6907\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/images/psTestSourceImage6907\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://saforgallery1318.blob.core.windows.net/crptestar1538/oscrptestar3673.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [],\r\n \"zoneResilient\": true\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"psTestSourceImage5220\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/images/psTestSourceImage5220\",\r\n \"type\": \"Microsoft.Compute/images\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"RG\": \"rg\",\r\n \"testTag\": \"1\"\r\n },\r\n \"properties\": {\r\n \"storageProfile\": {\r\n \"osDisk\": {\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"diskSizeGB\": 127,\r\n \"blobUri\": \"https://saforgallery1715.blob.core.windows.net/crptestar9300/oscrptestar8986.vhd\",\r\n \"caching\": \"None\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"dataDisks\": [],\r\n \"zoneResilient\": true\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"hyperVGeneration\": \"V1\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQ1NTg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NzMzNj9hcGktdmVyc2lvbj0yMDIwLTA5LTMw",
"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": [
- "d56697f1-b536-4f30-bc35-4a8d0b63a17f"
+ "9611021c-61be-4593-a945-9a44a094d5e2"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2116,7 +2122,7 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/d4e16266-689e-4284-9286-e96993d51ca0?api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/239e5b85-c319-405a-a0e4-7d66df5d4785?api-version=2020-09-30"
],
"x-ms-ratelimit-remaining-resource": [
"Microsoft.Compute/CreateUpdateGallery3Min;49,Microsoft.Compute/CreateUpdateGallery30Min;298"
@@ -2125,10 +2131,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "d4e16266-689e-4284-9286-e96993d51ca0"
+ "239e5b85-c319-405a-a0e4-7d66df5d4785"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -2138,19 +2144,19 @@
"1196"
],
"x-ms-correlation-request-id": [
- "751d921b-c2ed-4869-8611-f23520ddee7b"
+ "71a70e2e-0a98-4258-8613-79401c9c622a"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234724Z:751d921b-c2ed-4869-8611-f23520ddee7b"
+ "WESTCENTRALUS:20210330T003906Z:71a70e2e-0a98-4258-8613-79401c9c622a"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:47:24 GMT"
+ "Tue, 30 Mar 2021 00:39:05 GMT"
],
"Content-Length": [
- "508"
+ "572"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2159,20 +2165,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery4558\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY4558\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery7336\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336\",\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-GALLERYPSTESTGALLERY7336\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Private\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/d4e16266-689e-4284-9286-e96993d51ca0?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9kNGUxNjI2Ni02ODllLTQyODQtOTI4Ni1lOTY5OTNkNTFjYTA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/239e5b85-c319-405a-a0e4-7d66df5d4785?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8yMzllNWI4NS1jMzE5LTQwNWEtYTBlNC03ZDY2ZGY1ZDQ3ODU/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -2189,29 +2195,29 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "015cb1ad-22fd-4683-b2d1-04ba5d2ff0e2"
+ "c00183ce-7d9c-4e63-9049-3cf0e33b18f9"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11988"
+ "11976"
],
"x-ms-correlation-request-id": [
- "ae832ed9-c675-4730-973d-8b65cf12713e"
+ "f00c96fa-2440-4bdc-a2a5-d92a6360cdcd"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234754Z:ae832ed9-c675-4730-973d-8b65cf12713e"
+ "WESTCENTRALUS:20210330T003936Z:f00c96fa-2440-4bdc-a2a5-d92a6360cdcd"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:47:54 GMT"
+ "Tue, 30 Mar 2021 00:39:35 GMT"
],
"Content-Length": [
"184"
@@ -2223,20 +2229,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:47:24.1682296+00:00\",\r\n \"endTime\": \"2020-12-29T23:47:24.3869715+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d4e16266-689e-4284-9286-e96993d51ca0\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:39:05.9664537-07:00\",\r\n \"endTime\": \"2021-03-29T17:39:06.2164623-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"239e5b85-c319-405a-a0e4-7d66df5d4785\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQ1NTg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NzMzNj9hcGktdmVyc2lvbj0yMDIwLTA5LTMw",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -2247,38 +2253,38 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetGallery3Min;345,Microsoft.Compute/GetGallery30Min;2489"
+ "Microsoft.Compute/GetGallery3Min;346,Microsoft.Compute/GetGallery30Min;2489"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "f0cc0211-ed45-486b-9626-9d9ea7401d60"
+ "aed17cbd-f93e-4efa-834a-27a47a0e22ea"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11987"
+ "11975"
],
"x-ms-correlation-request-id": [
- "a7fdb04a-dd48-47e4-a688-84563efd81a9"
+ "7aa9bdda-1f56-42d3-8413-8b1e500b8785"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234754Z:a7fdb04a-dd48-47e4-a688-84563efd81a9"
+ "WESTCENTRALUS:20210330T003936Z:7aa9bdda-1f56-42d3-8413-8b1e500b8785"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:47:54 GMT"
+ "Tue, 30 Mar 2021 00:39:35 GMT"
],
"Content-Length": [
- "509"
+ "508"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2287,26 +2293,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery4558\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY4558\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery7336\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336\",\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-GALLERYPSTESTGALLERY7336\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558/images/galleryPsTestGalleryImage8450?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQ1NTgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4NDUwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336/images/galleryPsTestGalleryImage1821?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NzMzNi9pbWFnZXMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlJbWFnZTE4MjE/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This is the gallery image description.\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "34291d96-7e96-4ac7-9053-c61a5999eb09"
+ "b1e35076-98b2-4ea7-8455-d882e56cf67b"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2323,7 +2329,7 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/56c10767-d40b-431c-b0df-132ab45bf663?api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/bc54027c-b599-4b1b-921c-6425dddd7d5e?api-version=2020-09-30"
],
"x-ms-ratelimit-remaining-resource": [
"Microsoft.Compute/CreateUpdateGalleryImage3Min;149,Microsoft.Compute/CreateUpdateGalleryImage30Min;747"
@@ -2332,10 +2338,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "56c10767-d40b-431c-b0df-132ab45bf663"
+ "bc54027c-b599-4b1b-921c-6425dddd7d5e"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -2345,19 +2351,19 @@
"1195"
],
"x-ms-correlation-request-id": [
- "f27e0e30-fa5d-4d44-9d54-2dc28707e180"
+ "ae05fe0e-0825-4c87-a809-6968353457d2"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234754Z:f27e0e30-fa5d-4d44-9d54-2dc28707e180"
+ "WESTCENTRALUS:20210330T003938Z:ae05fe0e-0825-4c87-a809-6968353457d2"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:47:54 GMT"
+ "Tue, 30 Mar 2021 00:39:37 GMT"
],
"Content-Length": [
- "646"
+ "645"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2366,20 +2372,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage8450\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558/images/galleryPsTestGalleryImage8450\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"description\": \"This is the gallery image description.\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage1821\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336/images/galleryPsTestGalleryImage1821\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"description\": \"This is the gallery image description.\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/56c10767-d40b-431c-b0df-132ab45bf663?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81NmMxMDc2Ny1kNDBiLTQzMWMtYjBkZi0xMzJhYjQ1YmY2NjM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/bc54027c-b599-4b1b-921c-6425dddd7d5e?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9iYzU0MDI3Yy1iNTk5LTRiMWItOTIxYy02NDI1ZGRkZDdkNWU/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -2396,32 +2402,32 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "0c1599d3-1e25-4452-b038-4b9f4b48c3b0"
+ "44a3665e-4780-4621-bdf6-5b6dc6956e13"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11986"
+ "11974"
],
"x-ms-correlation-request-id": [
- "46f19806-ab81-468d-9c18-0c294ccf55b7"
+ "101b265d-b1b3-413a-9eab-d041a5fa2e54"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234824Z:46f19806-ab81-468d-9c18-0c294ccf55b7"
+ "WESTCENTRALUS:20210330T004008Z:101b265d-b1b3-413a-9eab-d041a5fa2e54"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:48:24 GMT"
+ "Tue, 30 Mar 2021 00:40:08 GMT"
],
"Content-Length": [
- "184"
+ "183"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2430,20 +2436,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:47:54.5746535+00:00\",\r\n \"endTime\": \"2020-12-29T23:47:54.6684079+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"56c10767-d40b-431c-b0df-132ab45bf663\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:39:37.5773501-07:00\",\r\n \"endTime\": \"2021-03-29T17:39:37.717982-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"bc54027c-b599-4b1b-921c-6425dddd7d5e\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558/images/galleryPsTestGalleryImage8450?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQ1NTgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4NDUwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336/images/galleryPsTestGalleryImage1821?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NzMzNi9pbWFnZXMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlJbWFnZTE4MjE/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -2454,38 +2460,38 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetGalleryImage3Min;594,Microsoft.Compute/GetGalleryImage30Min;2981"
+ "Microsoft.Compute/GetGalleryImage3Min;596,Microsoft.Compute/GetGalleryImage30Min;2983"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "b7a7b344-dfab-4b77-96ef-6a3842febf41"
+ "e4d9d0d0-1dd5-4ffe-b0b0-10df4c6f17ee"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11985"
+ "11973"
],
"x-ms-correlation-request-id": [
- "2e144ff7-8b98-411c-80c7-3b847f5a21c4"
+ "5061a076-9f4c-4170-bd1c-12c76c33b1f5"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234824Z:2e144ff7-8b98-411c-80c7-3b847f5a21c4"
+ "WESTCENTRALUS:20210330T004008Z:5061a076-9f4c-4170-bd1c-12c76c33b1f5"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:48:24 GMT"
+ "Tue, 30 Mar 2021 00:40:08 GMT"
],
"Content-Length": [
- "647"
+ "646"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2494,32 +2500,32 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage8450\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558/images/galleryPsTestGalleryImage8450\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"This is the gallery image description.\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage1821\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336/images/galleryPsTestGalleryImage1821\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"This is the gallery image description.\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558/images/galleryPsTestGalleryImage8450/versions/1.0.0?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQ1NTgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4NDUwL3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336/images/galleryPsTestGalleryImage1821/versions/1.0.0?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NzMzNi9pbWFnZXMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlJbWFnZTE4MjEvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"eastus2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"endOfLifeDate\": \"2021-01-08T00:00:00Z\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/images/psTestSourceImage6907\"\r\n }\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"eastus2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"endOfLifeDate\": \"2021-04-08T07:00:00Z\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/images/psTestSourceImage5220\"\r\n }\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "f18e2c06-35ea-407d-a48a-9ab4bcd3bd1f"
+ "c64be93c-95e0-4bbe-8cb0-1b89bb7d608d"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "603"
+ "602"
]
},
"ResponseHeaders": {
@@ -2533,7 +2539,7 @@
"60"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/5ce55a4f-d509-4c2b-a050-811305a4b1c6?api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/82e09f14-222f-4754-bb6a-a531b5026f3d?api-version=2020-09-30"
],
"x-ms-ratelimit-remaining-resource": [
"Microsoft.Compute/CreateUpdateGalleryImageVersion3Min;374,Microsoft.Compute/CreateUpdateGalleryImageVersion30Min;1199"
@@ -2542,10 +2548,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "5ce55a4f-d509-4c2b-a050-811305a4b1c6"
+ "82e09f14-222f-4754-bb6a-a531b5026f3d"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -2555,19 +2561,19 @@
"1194"
],
"x-ms-correlation-request-id": [
- "4ea9e746-f0ed-4ec4-b644-efb42d52b445"
+ "a49bb406-bac1-4373-96be-9757f1de0a83"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234825Z:4ea9e746-f0ed-4ec4-b644-efb42d52b445"
+ "WESTCENTRALUS:20210330T004009Z:a49bb406-bac1-4373-96be-9757f1de0a83"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:48:24 GMT"
+ "Tue, 30 Mar 2021 00:40:09 GMT"
],
"Content-Length": [
- "1036"
+ "1034"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2576,32 +2582,32 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558/images/galleryPsTestGalleryImage8450/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"endOfLifeDate\": \"2021-01-08T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/images/psTestSourceImage6907\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336/images/galleryPsTestGalleryImage1821/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-03-29T17:40:09.0320568-07:00\",\r\n \"endOfLifeDate\": \"2021-04-08T00:00:00-07:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/images/psTestSourceImage5220\"\r\n }\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558/images/galleryPsTestGalleryImage8450/versions/1.0.0?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQ1NTgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4NDUwL3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336/images/galleryPsTestGalleryImage1821/versions/1.0.0?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NzMzNi9pbWFnZXMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlJbWFnZTE4MjEvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"eastus2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"endOfLifeDate\": \"2021-04-09T00:00:00Z\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/images/psTestSourceImage6907\"\r\n }\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"eastus2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"endOfLifeDate\": \"2021-07-07T07:00:00Z\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/images/psTestSourceImage5220\"\r\n }\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "594d06c9-c272-4319-9036-a04abf501cbf"
+ "6694425e-98ee-4837-af7e-edfbce31a682"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "603"
+ "602"
]
},
"ResponseHeaders": {
@@ -2615,7 +2621,7 @@
"60"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/21d6ba07-b268-4d59-a7dd-0ad6522a9235?api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/771470a3-3857-40c0-86c0-36e74515495f?api-version=2020-09-30"
],
"x-ms-ratelimit-remaining-resource": [
"Microsoft.Compute/CreateUpdateGalleryImageVersion3Min;374,Microsoft.Compute/CreateUpdateGalleryImageVersion30Min;1198"
@@ -2624,10 +2630,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "21d6ba07-b268-4d59-a7dd-0ad6522a9235"
+ "771470a3-3857-40c0-86c0-36e74515495f"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -2637,19 +2643,19 @@
"1193"
],
"x-ms-correlation-request-id": [
- "5d328092-bfc0-42ea-8271-4c4d29ec6f17"
+ "d6c3b571-8017-417c-9052-d6ad62ca4c30"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T000526Z:5d328092-bfc0-42ea-8271-4c4d29ec6f17"
+ "WESTCENTRALUS:20210330T004812Z:d6c3b571-8017-417c-9052-d6ad62ca4c30"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:05:25 GMT"
+ "Tue, 30 Mar 2021 00:48:12 GMT"
],
"Content-Length": [
- "1150"
+ "1148"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -2658,20 +2664,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558/images/galleryPsTestGalleryImage8450/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"endOfLifeDate\": \"2021-04-09T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/images/psTestSourceImage6907\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336/images/galleryPsTestGalleryImage1821/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-03-29T17:40:09.0320568-07:00\",\r\n \"endOfLifeDate\": \"2021-07-07T00:00:00-07:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/images/psTestSourceImage5220\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Updating\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/5ce55a4f-d509-4c2b-a050-811305a4b1c6?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81Y2U1NWE0Zi1kNTA5LTRjMmItYTA1MC04MTEzMDVhNGIxYzY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/82e09f14-222f-4754-bb6a-a531b5026f3d?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy84MmUwOWYxNC0yMjJmLTQ3NTQtYmI2YS1hNTMxYjUwMjZmM2Q/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -2691,29 +2697,29 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "f347a5a4-fcf8-47ce-8c8d-2aef65f62eed"
+ "5d2c4b54-6191-4a08-9fb6-c2f290e45980"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11984"
+ "11972"
],
"x-ms-correlation-request-id": [
- "acbd62b9-833c-49cc-9a81-3ab97a3c23e9"
+ "d9d63729-c342-47f4-b397-9ad2f0574eae"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T234925Z:acbd62b9-833c-49cc-9a81-3ab97a3c23e9"
+ "WESTCENTRALUS:20210330T004110Z:d9d63729-c342-47f4-b397-9ad2f0574eae"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:49:24 GMT"
+ "Tue, 30 Mar 2021 00:41:09 GMT"
],
"Content-Length": [
"134"
@@ -2725,20 +2731,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5ce55a4f-d509-4c2b-a050-811305a4b1c6\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:40:09.0320568-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"82e09f14-222f-4754-bb6a-a531b5026f3d\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/5ce55a4f-d509-4c2b-a050-811305a4b1c6?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81Y2U1NWE0Zi1kNTA5LTRjMmItYTA1MC04MTEzMDVhNGIxYzY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/82e09f14-222f-4754-bb6a-a531b5026f3d?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy84MmUwOWYxNC0yMjJmLTQ3NTQtYmI2YS1hNTMxYjUwMjZmM2Q/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -2752,35 +2758,35 @@
"60"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1193,Microsoft.Compute/GetOperationStatus30Min;4181"
+ "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4181"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "06c50a95-b697-4e0a-be15-a867503d7f49"
+ "3ce56025-3f81-425c-93b8-136de17ca9cc"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11983"
+ "11971"
],
"x-ms-correlation-request-id": [
- "cde11155-1520-41af-86bf-ca1d1578cd31"
+ "037f7d40-ce09-4f8b-9cfc-8690b48ffb7c"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T235025Z:cde11155-1520-41af-86bf-ca1d1578cd31"
+ "WESTCENTRALUS:20210330T004210Z:037f7d40-ce09-4f8b-9cfc-8690b48ffb7c"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:50:25 GMT"
+ "Tue, 30 Mar 2021 00:42:10 GMT"
],
"Content-Length": [
"134"
@@ -2792,20 +2798,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5ce55a4f-d509-4c2b-a050-811305a4b1c6\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:40:09.0320568-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"82e09f14-222f-4754-bb6a-a531b5026f3d\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/5ce55a4f-d509-4c2b-a050-811305a4b1c6?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81Y2U1NWE0Zi1kNTA5LTRjMmItYTA1MC04MTEzMDVhNGIxYzY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/82e09f14-222f-4754-bb6a-a531b5026f3d?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy84MmUwOWYxNC0yMjJmLTQ3NTQtYmI2YS1hNTMxYjUwMjZmM2Q/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -2825,29 +2831,29 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "7c229263-caaf-4102-9870-ffe5cef15947"
+ "22387701-ca1a-40bf-854e-fd109b5c9c4a"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11982"
+ "11970"
],
"x-ms-correlation-request-id": [
- "3aa16909-d9dd-451c-86d2-3a384ddc43cf"
+ "b36783ef-c75c-46eb-b450-b4711612292b"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T235125Z:3aa16909-d9dd-451c-86d2-3a384ddc43cf"
+ "WESTCENTRALUS:20210330T004310Z:b36783ef-c75c-46eb-b450-b4711612292b"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:51:24 GMT"
+ "Tue, 30 Mar 2021 00:43:09 GMT"
],
"Content-Length": [
"134"
@@ -2859,20 +2865,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5ce55a4f-d509-4c2b-a050-811305a4b1c6\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:40:09.0320568-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"82e09f14-222f-4754-bb6a-a531b5026f3d\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/5ce55a4f-d509-4c2b-a050-811305a4b1c6?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81Y2U1NWE0Zi1kNTA5LTRjMmItYTA1MC04MTEzMDVhNGIxYzY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/82e09f14-222f-4754-bb6a-a531b5026f3d?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy84MmUwOWYxNC0yMjJmLTQ3NTQtYmI2YS1hNTMxYjUwMjZmM2Q/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -2892,29 +2898,29 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "5ef711c2-71b5-484f-870d-1253abc84920"
+ "d395bce7-c80f-42e0-908b-717b986371e1"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11981"
+ "11969"
],
"x-ms-correlation-request-id": [
- "8f2a8762-8350-44f8-bf44-7d236729f3e8"
+ "2ccf64e2-c9a8-40d0-a056-6c5bfb2d72a9"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T235225Z:8f2a8762-8350-44f8-bf44-7d236729f3e8"
+ "WESTCENTRALUS:20210330T004410Z:2ccf64e2-c9a8-40d0-a056-6c5bfb2d72a9"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:52:25 GMT"
+ "Tue, 30 Mar 2021 00:44:10 GMT"
],
"Content-Length": [
"134"
@@ -2926,20 +2932,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5ce55a4f-d509-4c2b-a050-811305a4b1c6\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:40:09.0320568-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"82e09f14-222f-4754-bb6a-a531b5026f3d\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/5ce55a4f-d509-4c2b-a050-811305a4b1c6?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81Y2U1NWE0Zi1kNTA5LTRjMmItYTA1MC04MTEzMDVhNGIxYzY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/82e09f14-222f-4754-bb6a-a531b5026f3d?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy84MmUwOWYxNC0yMjJmLTQ3NTQtYmI2YS1hNTMxYjUwMjZmM2Q/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -2959,29 +2965,29 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "b63b55a8-34a4-4ed7-9d5c-90e2f1be6eeb"
+ "e781504a-4553-40d3-aa37-c26a33d4fe73"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11980"
+ "11968"
],
"x-ms-correlation-request-id": [
- "09e83ad1-cce0-44d3-bfe8-e68112b88fa9"
+ "bb14fa95-d226-4391-a4ae-4dc7f7297895"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T235325Z:09e83ad1-cce0-44d3-bfe8-e68112b88fa9"
+ "WESTCENTRALUS:20210330T004511Z:bb14fa95-d226-4391-a4ae-4dc7f7297895"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:53:24 GMT"
+ "Tue, 30 Mar 2021 00:45:10 GMT"
],
"Content-Length": [
"134"
@@ -2993,20 +2999,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5ce55a4f-d509-4c2b-a050-811305a4b1c6\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:40:09.0320568-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"82e09f14-222f-4754-bb6a-a531b5026f3d\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/5ce55a4f-d509-4c2b-a050-811305a4b1c6?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81Y2U1NWE0Zi1kNTA5LTRjMmItYTA1MC04MTEzMDVhNGIxYzY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/82e09f14-222f-4754-bb6a-a531b5026f3d?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy84MmUwOWYxNC0yMjJmLTQ3NTQtYmI2YS1hNTMxYjUwMjZmM2Q/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -3026,29 +3032,29 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "7a2b0e71-c908-43d0-b448-82278a47ce22"
+ "1b586c2d-ca10-4a08-9a5e-5e6847b714ea"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11979"
+ "11967"
],
"x-ms-correlation-request-id": [
- "33934445-7f8e-469d-8eb0-afa2e2b44fcd"
+ "bc655927-d8f7-49e2-bcd7-bf3f70b9d1d8"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T235425Z:33934445-7f8e-469d-8eb0-afa2e2b44fcd"
+ "WESTCENTRALUS:20210330T004611Z:bc655927-d8f7-49e2-bcd7-bf3f70b9d1d8"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:54:25 GMT"
+ "Tue, 30 Mar 2021 00:46:10 GMT"
],
"Content-Length": [
"134"
@@ -3060,20 +3066,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5ce55a4f-d509-4c2b-a050-811305a4b1c6\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:40:09.0320568-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"82e09f14-222f-4754-bb6a-a531b5026f3d\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/5ce55a4f-d509-4c2b-a050-811305a4b1c6?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81Y2U1NWE0Zi1kNTA5LTRjMmItYTA1MC04MTEzMDVhNGIxYzY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/82e09f14-222f-4754-bb6a-a531b5026f3d?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy84MmUwOWYxNC0yMjJmLTQ3NTQtYmI2YS1hNTMxYjUwMjZmM2Q/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -3093,29 +3099,29 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "d80314eb-dca2-4096-a1f1-0a6ae2cfeb04"
+ "0577ecf9-f758-4df0-8419-7e861a0376eb"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11978"
+ "11966"
],
"x-ms-correlation-request-id": [
- "84c3b496-c02b-4778-84c9-d43671474d6f"
+ "837011dd-0237-4929-b76b-b2d1f37b58f0"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T235525Z:84c3b496-c02b-4778-84c9-d43671474d6f"
+ "WESTCENTRALUS:20210330T004711Z:837011dd-0237-4929-b76b-b2d1f37b58f0"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:55:24 GMT"
+ "Tue, 30 Mar 2021 00:47:10 GMT"
],
"Content-Length": [
"134"
@@ -3127,20 +3133,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5ce55a4f-d509-4c2b-a050-811305a4b1c6\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:40:09.0320568-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"82e09f14-222f-4754-bb6a-a531b5026f3d\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/5ce55a4f-d509-4c2b-a050-811305a4b1c6?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81Y2U1NWE0Zi1kNTA5LTRjMmItYTA1MC04MTEzMDVhNGIxYzY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/82e09f14-222f-4754-bb6a-a531b5026f3d?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy84MmUwOWYxNC0yMjJmLTQ3NTQtYmI2YS1hNTMxYjUwMjZmM2Q/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -3150,9 +3156,6 @@
"Pragma": [
"no-cache"
],
- "Retry-After": [
- "60"
- ],
"x-ms-ratelimit-remaining-resource": [
"Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4169"
],
@@ -3160,32 +3163,32 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "0afd0246-714a-45f1-99a0-00610a6457ce"
+ "6bfb0fe7-3cd2-4dc4-8473-d5d390dac249"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11977"
+ "11965"
],
"x-ms-correlation-request-id": [
- "e3237c6e-9ac5-4496-be41-166791d27b09"
+ "5472d2ac-2193-446d-b747-2e941bb0e92f"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T235625Z:e3237c6e-9ac5-4496-be41-166791d27b09"
+ "WESTCENTRALUS:20210330T004811Z:5472d2ac-2193-446d-b747-2e941bb0e92f"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:56:25 GMT"
+ "Tue, 30 Mar 2021 00:48:11 GMT"
],
"Content-Length": [
- "134"
+ "184"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -3194,20 +3197,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5ce55a4f-d509-4c2b-a050-811305a4b1c6\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:40:09.0320568-07:00\",\r\n \"endTime\": \"2021-03-29T17:47:39.9451295-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"82e09f14-222f-4754-bb6a-a531b5026f3d\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/5ce55a4f-d509-4c2b-a050-811305a4b1c6?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81Y2U1NWE0Zi1kNTA5LTRjMmItYTA1MC04MTEzMDVhNGIxYzY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336/images/galleryPsTestGalleryImage1821/versions/1.0.0?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NzMzNi9pbWFnZXMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlJbWFnZTE4MjEvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -3217,42 +3220,39 @@
"Pragma": [
"no-cache"
],
- "Retry-After": [
- "60"
- ],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4167"
+ "Microsoft.Compute/GetGalleryImageVersion3Min;1999,Microsoft.Compute/GetGalleryImageVersion30Min;9997"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "f79b90f7-811c-4b14-9a19-6b9715dd9349"
+ "0ffbcd9a-e0f3-467d-93ed-f8b38a2b56e7"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11976"
+ "11964"
],
"x-ms-correlation-request-id": [
- "1539a0b4-2522-4177-8397-c675adc050c5"
+ "8c264555-f4d2-4e22-a6e5-1625cd6885f9"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T235725Z:1539a0b4-2522-4177-8397-c675adc050c5"
+ "WESTCENTRALUS:20210330T004812Z:8c264555-f4d2-4e22-a6e5-1625cd6885f9"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:57:25 GMT"
+ "Tue, 30 Mar 2021 00:48:11 GMT"
],
"Content-Length": [
- "134"
+ "1149"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -3261,20 +3261,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5ce55a4f-d509-4c2b-a050-811305a4b1c6\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336/images/galleryPsTestGalleryImage1821/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-03-29T17:40:09.0320568-07:00\",\r\n \"endOfLifeDate\": \"2021-04-08T00:00:00-07:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/images/psTestSourceImage5220\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/5ce55a4f-d509-4c2b-a050-811305a4b1c6?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81Y2U1NWE0Zi1kNTA5LTRjMmItYTA1MC04MTEzMDVhNGIxYzY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336/images/galleryPsTestGalleryImage1821/versions/1.0.0?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NzMzNi9pbWFnZXMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlJbWFnZTE4MjEvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "5e12b366-a924-4c31-b80d-3ab295b65ce5"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -3284,42 +3290,39 @@
"Pragma": [
"no-cache"
],
- "Retry-After": [
- "60"
- ],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4165"
+ "Microsoft.Compute/GetGalleryImageVersion3Min;1998,Microsoft.Compute/GetGalleryImageVersion30Min;9996"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "d0f1b8c7-419f-4984-9c5a-28236dba323d"
+ "9a2117bc-358d-4997-9159-502e3abef6bf"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11975"
+ "11963"
],
"x-ms-correlation-request-id": [
- "a2e6d87b-d467-4c60-b91d-f1f87e6e55fd"
+ "1e6ba88a-ab1f-4f18-a38a-4ca431eb61ce"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T235825Z:a2e6d87b-d467-4c60-b91d-f1f87e6e55fd"
+ "WESTCENTRALUS:20210330T004812Z:1e6ba88a-ab1f-4f18-a38a-4ca431eb61ce"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:58:25 GMT"
+ "Tue, 30 Mar 2021 00:48:11 GMT"
],
"Content-Length": [
- "134"
+ "1149"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -3328,20 +3331,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5ce55a4f-d509-4c2b-a050-811305a4b1c6\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336/images/galleryPsTestGalleryImage1821/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-03-29T17:40:09.0320568-07:00\",\r\n \"endOfLifeDate\": \"2021-04-08T00:00:00-07:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/images/psTestSourceImage5220\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/5ce55a4f-d509-4c2b-a050-811305a4b1c6?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81Y2U1NWE0Zi1kNTA5LTRjMmItYTA1MC04MTEzMDVhNGIxYzY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336/images/galleryPsTestGalleryImage1821/versions/1.0.0?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NzMzNi9pbWFnZXMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlJbWFnZTE4MjEvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -3351,42 +3354,39 @@
"Pragma": [
"no-cache"
],
- "Retry-After": [
- "60"
- ],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4163"
+ "Microsoft.Compute/GetGalleryImageVersion3Min;1999,Microsoft.Compute/GetGalleryImageVersion30Min;9991"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "48fe48f7-e23f-477c-aac6-5f2bd27edbbb"
+ "4585b92f-6bf2-463d-a50d-416b8be4c204"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11974"
+ "11957"
],
"x-ms-correlation-request-id": [
- "0832f326-2bef-47dc-a47f-daccd7d094bf"
+ "201e8294-da7c-4d90-9546-5dbd70e9d0d0"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T235925Z:0832f326-2bef-47dc-a47f-daccd7d094bf"
+ "WESTCENTRALUS:20210330T005113Z:201e8294-da7c-4d90-9546-5dbd70e9d0d0"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:59:25 GMT"
+ "Tue, 30 Mar 2021 00:51:13 GMT"
],
"Content-Length": [
- "134"
+ "1149"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -3395,20 +3395,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5ce55a4f-d509-4c2b-a050-811305a4b1c6\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336/images/galleryPsTestGalleryImage1821/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-03-29T17:40:09.0320568-07:00\",\r\n \"endOfLifeDate\": \"2021-07-07T00:00:00-07:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/images/psTestSourceImage5220\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/5ce55a4f-d509-4c2b-a050-811305a4b1c6?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81Y2U1NWE0Zi1kNTA5LTRjMmItYTA1MC04MTEzMDVhNGIxYzY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336/images/galleryPsTestGalleryImage1821/versions/1.0.0?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NzMzNi9pbWFnZXMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlJbWFnZTE4MjEvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "2e6ff09a-db54-4ab6-b518-a62f8e4c6da9"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -3418,42 +3424,39 @@
"Pragma": [
"no-cache"
],
- "Retry-After": [
- "60"
- ],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4161"
+ "Microsoft.Compute/GetGalleryImageVersion3Min;1998,Microsoft.Compute/GetGalleryImageVersion30Min;9990"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "8838d11b-c283-486b-908f-f8f054e8d139"
+ "cfa5c826-2c69-445c-97a8-8bc4d9e98648"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11973"
+ "11956"
],
"x-ms-correlation-request-id": [
- "baa34559-3991-4f38-bafb-0d0d46e90622"
+ "9cee09e0-5011-482e-b90f-c92fb01d3a97"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T000025Z:baa34559-3991-4f38-bafb-0d0d46e90622"
+ "WESTCENTRALUS:20210330T005113Z:9cee09e0-5011-482e-b90f-c92fb01d3a97"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:00:25 GMT"
+ "Tue, 30 Mar 2021 00:51:13 GMT"
],
"Content-Length": [
- "134"
+ "1149"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -3462,20 +3465,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5ce55a4f-d509-4c2b-a050-811305a4b1c6\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336/images/galleryPsTestGalleryImage1821/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-03-29T17:40:09.0320568-07:00\",\r\n \"endOfLifeDate\": \"2021-07-07T00:00:00-07:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/images/psTestSourceImage5220\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/5ce55a4f-d509-4c2b-a050-811305a4b1c6?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81Y2U1NWE0Zi1kNTA5LTRjMmItYTA1MC04MTEzMDVhNGIxYzY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336/images/galleryPsTestGalleryImage1821/versions/1.0.0?$expand=ReplicationStatus&api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NzMzNi9pbWFnZXMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlJbWFnZTE4MjEvdmVyc2lvbnMvMS4wLjA/JGV4cGFuZD1SZXBsaWNhdGlvblN0YXR1cyZhcGktdmVyc2lvbj0yMDIwLTA5LTMw",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "66283d14-f3ec-4e12-bd21-fc4433b0092d"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -3485,42 +3494,39 @@
"Pragma": [
"no-cache"
],
- "Retry-After": [
- "60"
- ],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4159"
+ "Microsoft.Compute/GetGalleryImageVersion3Min;1997,Microsoft.Compute/GetGalleryImageVersion30Min;9995"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "e44728c1-2f24-4fd8-96da-2ea3591e35a7"
+ "1a605b2d-e664-4757-aa94-ff26116cbdc8"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11972"
+ "11962"
],
"x-ms-correlation-request-id": [
- "43daabac-ba9a-45e2-ad1f-a1c75fe8bbbd"
+ "5fc7d112-b129-4601-b348-090b750775ce"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T000125Z:43daabac-ba9a-45e2-ad1f-a1c75fe8bbbd"
+ "WESTCENTRALUS:20210330T004812Z:5fc7d112-b129-4601-b348-090b750775ce"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:01:25 GMT"
+ "Tue, 30 Mar 2021 00:48:11 GMT"
],
"Content-Length": [
- "134"
+ "1367"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -3529,20 +3535,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5ce55a4f-d509-4c2b-a050-811305a4b1c6\"\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336/images/galleryPsTestGalleryImage1821/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-03-29T17:40:09.0320568-07:00\",\r\n \"endOfLifeDate\": \"2021-04-08T00:00:00-07:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/images/psTestSourceImage5220\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"replicationStatus\": {\r\n \"aggregatedState\": \"Completed\",\r\n \"summary\": [\r\n {\r\n \"region\": \"eastus2\",\r\n \"state\": \"Completed\",\r\n \"progress\": 100\r\n }\r\n ]\r\n }\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/5ce55a4f-d509-4c2b-a050-811305a4b1c6?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81Y2U1NWE0Zi1kNTA5LTRjMmItYTA1MC04MTEzMDVhNGIxYzY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/771470a3-3857-40c0-86c0-36e74515495f?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy83NzE0NzBhMy0zODU3LTQwYzAtODZjMC0zNmU3NDUxNTQ5NWY/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -3556,38 +3562,38 @@
"60"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4157"
+ "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4166"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "152943ae-4efc-4823-adfd-23d147dfc8af"
+ "a97735af-a714-433e-b5f9-8d608f8c32b2"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11971"
+ "11960"
],
"x-ms-correlation-request-id": [
- "dfd42034-748a-43db-bdf5-40efbdbe89d1"
+ "1dd98996-2c6e-42ab-9379-479b5b722523"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T000225Z:dfd42034-748a-43db-bdf5-40efbdbe89d1"
+ "WESTCENTRALUS:20210330T004912Z:1dd98996-2c6e-42ab-9379-479b5b722523"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:02:25 GMT"
+ "Tue, 30 Mar 2021 00:49:12 GMT"
],
"Content-Length": [
- "134"
+ "132"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -3596,20 +3602,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5ce55a4f-d509-4c2b-a050-811305a4b1c6\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:48:12.49366-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"771470a3-3857-40c0-86c0-36e74515495f\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/5ce55a4f-d509-4c2b-a050-811305a4b1c6?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81Y2U1NWE0Zi1kNTA5LTRjMmItYTA1MC04MTEzMDVhNGIxYzY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/771470a3-3857-40c0-86c0-36e74515495f?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy83NzE0NzBhMy0zODU3LTQwYzAtODZjMC0zNmU3NDUxNTQ5NWY/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -3623,38 +3629,38 @@
"60"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4155"
+ "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4165"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "fa0c86bc-17cb-4eb3-861f-63f80d7cfc71"
+ "9536e0d6-29d4-40fc-a5b7-772008c1eadb"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11970"
+ "11959"
],
"x-ms-correlation-request-id": [
- "2173c8ab-7ac4-4c4e-ad1c-f82b05d3f400"
+ "aab1b4fd-34e3-446f-b091-fe04befcfe28"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T000325Z:2173c8ab-7ac4-4c4e-ad1c-f82b05d3f400"
+ "WESTCENTRALUS:20210330T005013Z:aab1b4fd-34e3-446f-b091-fe04befcfe28"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:03:25 GMT"
+ "Tue, 30 Mar 2021 00:50:12 GMT"
],
"Content-Length": [
- "134"
+ "132"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -3663,20 +3669,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5ce55a4f-d509-4c2b-a050-811305a4b1c6\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:48:12.49366-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"771470a3-3857-40c0-86c0-36e74515495f\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/5ce55a4f-d509-4c2b-a050-811305a4b1c6?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81Y2U1NWE0Zi1kNTA5LTRjMmItYTA1MC04MTEzMDVhNGIxYzY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/771470a3-3857-40c0-86c0-36e74515495f?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy83NzE0NzBhMy0zODU3LTQwYzAtODZjMC0zNmU3NDUxNTQ5NWY/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -3686,42 +3692,39 @@
"Pragma": [
"no-cache"
],
- "Retry-After": [
- "60"
- ],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4153"
+ "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4163"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "a1a483db-8a2b-4517-b07b-5d76a4ab47d2"
+ "b466853e-4600-4271-b547-1d38d5598938"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11969"
+ "11958"
],
"x-ms-correlation-request-id": [
- "2eba5283-9751-4570-80cf-1b20a4dc4d45"
+ "6e0d4d9f-055e-4f27-89fe-252afbcd7bb6"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T000425Z:2eba5283-9751-4570-80cf-1b20a4dc4d45"
+ "WESTCENTRALUS:20210330T005113Z:6e0d4d9f-055e-4f27-89fe-252afbcd7bb6"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:04:25 GMT"
+ "Tue, 30 Mar 2021 00:51:13 GMT"
],
"Content-Length": [
- "134"
+ "181"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -3730,20 +3733,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"5ce55a4f-d509-4c2b-a050-811305a4b1c6\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:48:12.49366-07:00\",\r\n \"endTime\": \"2021-03-29T17:50:42.673053-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"771470a3-3857-40c0-86c0-36e74515495f\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/5ce55a4f-d509-4c2b-a050-811305a4b1c6?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy81Y2U1NWE0Zi1kNTA5LTRjMmItYTA1MC04MTEzMDVhNGIxYzY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336/images/galleryPsTestGalleryImage1821/versions?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NzMzNi9pbWFnZXMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlJbWFnZTE4MjEvdmVyc2lvbnM/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
+ "x-ms-client-request-id": [
+ "b4bb00d2-56ad-4a5c-96ff-580bc5d7b8d8"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -3753,660 +3762,69 @@
"Pragma": [
"no-cache"
],
- "x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4163"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
+ "x-ms-original-request-ids": [
+ "91ddd66a-2d90-497f-8f9d-b9095a91e201",
+ "90faba52-f65f-442b-9f1f-c29e2166cd36",
+ "ea31edc6-5a54-46a3-9184-f1394cb12636",
+ "9c1e8d25-3af7-425b-9d89-aaabfe74b19a",
+ "2f199568-d017-46a4-a4a3-10defe78a6e5",
+ "a468e87d-5095-4bb9-973c-a9c693c576b4",
+ "7ed2a8cd-2f1f-4ac9-838f-29ec238e7c12",
+ "5e579bb5-08a5-4cea-8684-4d5e8eb5f611",
+ "876f6c2b-df83-44a7-ae08-d360011b928a",
+ "73343bee-8995-4dec-83d0-bf3c34f96334",
+ "83a2e3eb-5d0e-4939-a3ad-01fa1cdf8c23",
+ "b1d3c0c0-e28b-4689-80d6-ff7468c8a30b",
+ "74dbd1df-bc61-4f2f-97b5-e2c8c2f50228",
+ "d0852742-6d3e-4fa3-bac0-7cddceb28232",
+ "2d4ac9ee-8e2f-4956-becf-816c5d6ba7fc",
+ "0df3b4ce-64ee-4c4b-8464-6352249ff510",
+ "72e7489b-fdc2-47e7-90d2-cdfef16763fb",
+ "20150a9a-394a-40d9-8f52-74afb2e52ef4",
+ "e55767ed-8f78-4f03-92f5-605f6f58fc17",
+ "fa662831-90cc-4428-83b0-7e7af9a52b33",
+ "3b988eab-a0e5-4b39-8c84-54d5bd4d0c00",
+ "4f4594c8-db06-4fb1-ae77-3876c9ab191a",
+ "d5ecd06c-9025-4b9a-9fa6-4603bbabd4d4",
+ "acee1951-7e78-4dfe-8173-1d10572e3f9b",
+ "8499dba7-f2f3-4d8b-9666-0d4d62b6c41a",
+ "54f8461e-6613-441f-93e1-b50611273e3a",
+ "ab038cb3-e7a1-46a5-b95e-d090037d0abc",
+ "9d7a956d-24fa-48b6-b871-2aee48855374",
+ "52f36638-2b7c-425d-a68a-1cc20c7db7ad",
+ "56335b49-9726-4236-968b-32c3d4729025",
+ "765e454a-7446-495d-8d45-a319c9cf97af",
+ "b78ac503-977a-452a-a613-52cf48b37021",
+ "a345b7a9-a014-418e-954c-2232f606b8bd",
+ "c7119e19-73e0-4f77-a86f-6b6deed839d8",
+ "6cbe060b-c961-4eda-801e-51ec387828bd",
+ "a74bbbf9-1bde-4dd9-8afc-4aa4b2436ef4",
+ "0c494131-525b-4911-b4da-d3253584f139",
+ "7568325e-0117-4146-a1e6-c2e600f042c8",
+ "03334dfb-e9f9-4d52-9e8e-9f2612fc2e23",
+ "8a8d8f06-873d-4969-b440-63b83121f46f",
+ "c5833d90-01f7-4912-85e9-8354b0eb00a6",
+ "af3df702-b746-4825-b26b-fdb292498862",
+ "da42899d-1fcc-471b-b1db-91f865cb0ad2",
+ "ac5c55ab-421d-46bf-adae-ecac9bf15114",
+ "6b42783c-b865-4fa3-994f-80c9a2c53000",
+ "36bb7770-26c0-4a39-8177-71f19ad62021",
+ "4df41766-8586-448a-8d41-bc8ff4b60614",
+ "d5464538-37cb-4f18-8bf1-13866dd50dac",
+ "c9709a98-3e74-4313-b4d5-3939f4e09494",
+ "d4751b47-07f9-4fb0-a81e-fb7d8a034a4a"
],
- "x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11955"
],
"x-ms-request-id": [
- "063559ad-348e-479b-adee-85711c4aef6e"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11968"
- ],
- "x-ms-correlation-request-id": [
- "241ddc51-1f1d-43a9-9347-25653277933d"
- ],
- "x-ms-routing-request-id": [
- "EASTUS2:20201230T000526Z:241ddc51-1f1d-43a9-9347-25653277933d"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Wed, 30 Dec 2020 00:05:25 GMT"
- ],
- "Content-Length": [
- "182"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"endTime\": \"2020-12-30T00:04:55.70622+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"5ce55a4f-d509-4c2b-a050-811305a4b1c6\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558/images/galleryPsTestGalleryImage8450/versions/1.0.0?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQ1NTgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4NDUwL3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.29321.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetGalleryImageVersion3Min;1999,Microsoft.Compute/GetGalleryImageVersion30Min;9997"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
- ],
- "x-ms-request-id": [
- "e0a32e0c-1319-4323-bc5d-0123f12607f6"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11967"
- ],
- "x-ms-correlation-request-id": [
- "b6bf33d6-a61f-4f58-ab5f-d3eff11b7cb8"
- ],
- "x-ms-routing-request-id": [
- "EASTUS2:20201230T000526Z:b6bf33d6-a61f-4f58-ab5f-d3eff11b7cb8"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Wed, 30 Dec 2020 00:05:25 GMT"
- ],
- "Content-Length": [
- "1151"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558/images/galleryPsTestGalleryImage8450/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"endOfLifeDate\": \"2021-01-08T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/images/psTestSourceImage6907\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558/images/galleryPsTestGalleryImage8450/versions/1.0.0?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQ1NTgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4NDUwL3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "bed35fd6-6d11-4dbc-8a09-c4519b314bd9"
- ],
- "Accept-Language": [
- "en-US"
- ],
- "User-Agent": [
- "FxVersion/4.6.29321.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetGalleryImageVersion3Min;1998,Microsoft.Compute/GetGalleryImageVersion30Min;9996"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
- ],
- "x-ms-request-id": [
- "6bb791cb-d91b-482a-b9a7-215127cd3cd0"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11966"
- ],
- "x-ms-correlation-request-id": [
- "44ac6269-1fb1-449a-ad11-8ef2cc5460d8"
- ],
- "x-ms-routing-request-id": [
- "EASTUS2:20201230T000526Z:44ac6269-1fb1-449a-ad11-8ef2cc5460d8"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Wed, 30 Dec 2020 00:05:25 GMT"
- ],
- "Content-Length": [
- "1151"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558/images/galleryPsTestGalleryImage8450/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"endOfLifeDate\": \"2021-01-08T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/images/psTestSourceImage6907\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558/images/galleryPsTestGalleryImage8450/versions/1.0.0?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQ1NTgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4NDUwL3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.29321.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetGalleryImageVersion3Min;1997,Microsoft.Compute/GetGalleryImageVersion30Min;9991"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
- ],
- "x-ms-request-id": [
- "b1317f67-7aa7-481b-8e1c-fb83f76c5e09"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11961"
- ],
- "x-ms-correlation-request-id": [
- "6cddd302-78e0-4f93-b9d4-6e4589b56454"
- ],
- "x-ms-routing-request-id": [
- "EASTUS2:20201230T000826Z:6cddd302-78e0-4f93-b9d4-6e4589b56454"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Wed, 30 Dec 2020 00:08:26 GMT"
- ],
- "Content-Length": [
- "1151"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558/images/galleryPsTestGalleryImage8450/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"endOfLifeDate\": \"2021-04-09T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/images/psTestSourceImage6907\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558/images/galleryPsTestGalleryImage8450/versions/1.0.0?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQ1NTgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4NDUwL3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "652fcb82-4d61-4bb8-957c-4a7e4f4ad4bb"
- ],
- "Accept-Language": [
- "en-US"
- ],
- "User-Agent": [
- "FxVersion/4.6.29321.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetGalleryImageVersion3Min;1996,Microsoft.Compute/GetGalleryImageVersion30Min;9990"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
- ],
- "x-ms-request-id": [
- "3fea76c5-c69c-418e-b7d4-1aac8a4b69d7"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11960"
- ],
- "x-ms-correlation-request-id": [
- "4e17fc41-3e49-4d5f-8f92-426354e0762d"
- ],
- "x-ms-routing-request-id": [
- "EASTUS2:20201230T000826Z:4e17fc41-3e49-4d5f-8f92-426354e0762d"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Wed, 30 Dec 2020 00:08:26 GMT"
- ],
- "Content-Length": [
- "1151"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558/images/galleryPsTestGalleryImage8450/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"endOfLifeDate\": \"2021-04-09T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/images/psTestSourceImage6907\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558/images/galleryPsTestGalleryImage8450/versions/1.0.0?$expand=ReplicationStatus&api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQ1NTgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4NDUwL3ZlcnNpb25zLzEuMC4wPyRleHBhbmQ9UmVwbGljYXRpb25TdGF0dXMmYXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "ea28505d-0601-48c5-8c70-9a4937361e09"
- ],
- "Accept-Language": [
- "en-US"
- ],
- "User-Agent": [
- "FxVersion/4.6.29321.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetGalleryImageVersion3Min;1997,Microsoft.Compute/GetGalleryImageVersion30Min;9995"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
- ],
- "x-ms-request-id": [
- "b583de3c-fbf8-4f49-9ce4-7f7715c54909"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11965"
- ],
- "x-ms-correlation-request-id": [
- "d7d72ec4-7b3d-4460-94fd-39289a6ec7eb"
- ],
- "x-ms-routing-request-id": [
- "EASTUS2:20201230T000526Z:d7d72ec4-7b3d-4460-94fd-39289a6ec7eb"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Wed, 30 Dec 2020 00:05:25 GMT"
- ],
- "Content-Length": [
- "1369"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558/images/galleryPsTestGalleryImage8450/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"endOfLifeDate\": \"2021-01-08T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/images/psTestSourceImage6907\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"replicationStatus\": {\r\n \"aggregatedState\": \"Completed\",\r\n \"summary\": [\r\n {\r\n \"region\": \"eastus2\",\r\n \"state\": \"Completed\",\r\n \"progress\": 100\r\n }\r\n ]\r\n }\r\n }\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/21d6ba07-b268-4d59-a7dd-0ad6522a9235?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8yMWQ2YmEwNy1iMjY4LTRkNTktYTdkZC0wYWQ2NTIyYTkyMzU/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.29321.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "60"
- ],
- "x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1193,Microsoft.Compute/GetOperationStatus30Min;4160"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
- ],
- "x-ms-request-id": [
- "f1091653-a552-428b-a360-c7d21610168a"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11964"
- ],
- "x-ms-correlation-request-id": [
- "444db810-61e2-4a0e-82ee-452462438ab0"
- ],
- "x-ms-routing-request-id": [
- "EASTUS2:20201230T000626Z:444db810-61e2-4a0e-82ee-452462438ab0"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Wed, 30 Dec 2020 00:06:26 GMT"
- ],
- "Content-Length": [
- "134"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-30T00:05:26.4095475+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"21d6ba07-b268-4d59-a7dd-0ad6522a9235\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/21d6ba07-b268-4d59-a7dd-0ad6522a9235?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8yMWQ2YmEwNy1iMjY4LTRkNTktYTdkZC0wYWQ2NTIyYTkyMzU/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.29321.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "Retry-After": [
- "60"
- ],
- "x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4159"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
- ],
- "x-ms-request-id": [
- "eaec4ed3-e973-443e-b525-8c7e132961a1"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11963"
- ],
- "x-ms-correlation-request-id": [
- "acde2369-c3e9-4da6-a98b-a77c7cede228"
- ],
- "x-ms-routing-request-id": [
- "EASTUS2:20201230T000726Z:acde2369-c3e9-4da6-a98b-a77c7cede228"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Wed, 30 Dec 2020 00:07:25 GMT"
- ],
- "Content-Length": [
- "134"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-30T00:05:26.4095475+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"21d6ba07-b268-4d59-a7dd-0ad6522a9235\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/21d6ba07-b268-4d59-a7dd-0ad6522a9235?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8yMWQ2YmEwNy1iMjY4LTRkNTktYTdkZC0wYWQ2NTIyYTkyMzU/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.29321.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4157"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
- ],
- "x-ms-request-id": [
- "2ee22a02-540c-4617-a772-8f3ae853b2ae"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11962"
- ],
- "x-ms-correlation-request-id": [
- "e2611874-dbd5-495f-a37b-cac4be3184d4"
- ],
- "x-ms-routing-request-id": [
- "EASTUS2:20201230T000826Z:e2611874-dbd5-495f-a37b-cac4be3184d4"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Wed, 30 Dec 2020 00:08:26 GMT"
- ],
- "Content-Length": [
- "184"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-30T00:05:26.4095475+00:00\",\r\n \"endTime\": \"2020-12-30T00:07:56.5511276+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"21d6ba07-b268-4d59-a7dd-0ad6522a9235\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558/images/galleryPsTestGalleryImage8450/versions?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQ1NTgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4NDUwL3ZlcnNpb25zP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "x-ms-client-request-id": [
- "53a0c67a-0306-43cc-9b3d-266f294b40dd"
- ],
- "Accept-Language": [
- "en-US"
- ],
- "User-Agent": [
- "FxVersion/4.6.29321.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-original-request-ids": [
- "7dd9c212-9464-4bc3-b473-12212cecd456",
- "af24d48c-c23d-4782-a34c-e15c157ffbd9",
- "5604249a-df4c-4e41-bd3c-288380cd0c03",
- "19825a25-0f57-4d0d-ac88-33ee9cc22d36",
- "996eab24-9a4c-49fe-a097-5132e6814d42",
- "a9bf44cb-0123-433c-9ab8-2de8e3e10813",
- "f5b5dedd-4394-4fc6-ad45-0df55de41b52",
- "0a15d5a4-a178-4b80-966f-2551d6ced7e8",
- "dffd0f24-aa85-48e7-a247-8ac04b3005fb",
- "b11b32c4-5673-4713-8b48-15a0b094127b",
- "44c4865c-86a1-4d42-b1ab-2080c5a865d5",
- "04f6f92c-4e79-4992-b483-ac82460fec38",
- "139e344e-c7bc-4c2f-a726-cde0caceb1a0",
- "9a8e4c15-77bb-4d49-afaa-c55a4ae07a65",
- "28abf03b-3fde-408f-8fae-0c31b4f834c4",
- "d2e9c77d-de5b-42ce-bc3c-48067ea894b2",
- "5914b20e-ea50-474c-9311-2dfb121796d1",
- "fa39ca41-2fa8-47ac-bf32-c803154db4a9",
- "e1264ea8-17b9-4e13-94f1-ec749aeee008",
- "3edc188c-40ab-4099-9d42-3b08283c37a7",
- "ab4b26c6-691e-4fd3-8236-1a3dd21baeb6",
- "1146dfa4-dfbb-448a-b494-710d48943121",
- "9950c54b-defb-4703-a1ea-0e0e4254f390",
- "4f7c76e9-68db-4d20-9623-6d766a2a3258",
- "d4bf08fc-a6c9-4f11-8935-f60f7b5de7d0",
- "c0649881-26c8-4ba5-ab64-a141f5357377",
- "780842da-573e-439c-a396-956d653422a4",
- "96e0e38b-0707-433a-b743-42f7ef5ba4d9",
- "2c671cd3-83da-458b-bf78-101805305344",
- "0556f560-1466-4c41-8c12-2cfb924ffb2d",
- "267646c3-a9a2-4e38-95e0-ea848d111c24",
- "223e119a-38e7-44e4-a151-8343e64f9b1e",
- "59cce149-3a78-4807-88cb-448bc2cc8622",
- "33174218-ff67-4056-b7af-80f3c706e6a3",
- "d7e76c57-4786-47f3-9194-9e67e1cd17eb"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11959"
- ],
- "x-ms-request-id": [
- "d1c1ebb7-c9f3-4fe1-9f73-9a8b2f9fee6f"
+ "f6944d91-d99c-4851-af73-bb48e504e563"
],
"x-ms-correlation-request-id": [
- "d1c1ebb7-c9f3-4fe1-9f73-9a8b2f9fee6f"
+ "f6944d91-d99c-4851-af73-bb48e504e563"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T000827Z:d1c1ebb7-c9f3-4fe1-9f73-9a8b2f9fee6f"
+ "WESTCENTRALUS:20210330T005115Z:f6944d91-d99c-4851-af73-bb48e504e563"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -4415,7 +3833,7 @@
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:08:27 GMT"
+ "Tue, 30 Mar 2021 00:51:14 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -4424,29 +3842,29 @@
"-1"
],
"Content-Length": [
- "900"
+ "898"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558/images/galleryPsTestGalleryImage8450/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2020-12-29T23:48:25.0279844+00:00\",\r\n \"endOfLifeDate\": \"2021-04-09T00:00:00+00:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/images/psTestSourceImage6907\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"1.0.0\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336/images/galleryPsTestGalleryImage1821/versions/1.0.0\",\r\n \"type\": \"Microsoft.Compute/galleries/images/versions\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"publishingProfile\": {\r\n \"targetRegions\": [\r\n {\r\n \"name\": \"East US 2\",\r\n \"regionalReplicaCount\": 1,\r\n \"storageAccountType\": \"Standard_LRS\"\r\n }\r\n ],\r\n \"replicaCount\": 1,\r\n \"excludeFromLatest\": false,\r\n \"publishedDate\": \"2021-03-29T17:40:09.0320568-07:00\",\r\n \"endOfLifeDate\": \"2021-07-07T00:00:00-07:00\",\r\n \"storageAccountType\": \"Standard_LRS\"\r\n },\r\n \"storageProfile\": {\r\n \"source\": {\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/images/psTestSourceImage5220\"\r\n },\r\n \"osDiskImage\": {\r\n \"sizeInGB\": 127,\r\n \"hostCaching\": \"None\",\r\n \"source\": {}\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558/images/galleryPsTestGalleryImage8450/versions?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQ1NTgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4NDUwL3ZlcnNpb25zP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336/images/galleryPsTestGalleryImage1821/versions?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NzMzNi9pbWFnZXMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlJbWFnZTE4MjEvdmVyc2lvbnM/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "6fcf9f7d-a1d9-4f57-a72b-855fdc810861"
+ "4b880ad6-1330-48e7-a6c9-b620b616337d"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -4457,53 +3875,68 @@
"no-cache"
],
"x-ms-original-request-ids": [
- "2840b33a-a30d-465d-8af0-85fe7bb6da97",
- "20b456d0-5d85-4ec0-b39a-da2d10d57919",
- "43811165-5c74-49c5-9a0d-357435f89bdc",
- "3f6132df-564c-4469-8079-42804d7482b2",
- "d90202bd-27c5-442c-9411-9e87affbeb56",
- "c8a28768-3d91-4613-ad17-a2ee8f16ed4b",
- "89157d40-346c-4b1a-af4d-1b3535821b1e",
- "075699b8-9181-4777-848b-cae5ab597e6e",
- "290cb0f4-7012-4010-9f5d-dc9148f43538",
- "179c91f0-3156-4d5a-a93c-f53629a91135",
- "4e03f72b-7867-4f12-b042-1571b0c8543b",
- "6d0b9f19-480d-4f6a-8f78-2436b60d98c9",
- "370e3eb1-2825-4058-8935-0c9b2b5ef951",
- "c4aa99fc-69b1-48c7-a637-7c4b149e3ad9",
- "6103c668-554a-4334-9131-2ffabb326d56",
- "1febc4ff-52b1-4079-aa34-f29969d6af39",
- "52ebe286-0e03-4f5f-b9c5-d7d93392a10b",
- "61a8d4c0-7ea8-4c8f-9377-63050a8809ad",
- "67d6b104-9b70-4ebe-b04c-486c67cee0e8",
- "331683cf-acf1-4521-8523-a2f72510eb86",
- "a020479c-c64f-4b82-b0e4-4cd77233a019",
- "9c48cc16-d46f-4a12-947b-97f058229bb0",
- "406be3bb-ac9c-422f-ad3a-923e594c3d48",
- "dd737028-2010-4690-bae7-e9f9555670c1",
- "180cfef4-f094-477a-b1bb-5b5e8f405290",
- "93c5d512-6df3-412e-8b98-cd4c4384ecf3",
- "e1810760-0200-45cf-b974-9f1b7b546d33",
- "2faaaa07-d5c7-4696-a1fa-b7b5685b0198",
- "fa018643-f308-4bed-962f-55db3600b265",
- "8e7a817f-990f-43c4-9fae-ff94810c62f2",
- "7ca4fa7e-5962-47d3-89b4-4143d5051ef3",
- "309d2f5a-c555-46e7-8954-7d01b3382b42",
- "e4164c7e-a88f-40c7-91b5-dada423a3445",
- "f705ef3e-2856-4778-956a-07a3b77494f2",
- "50e5f578-7540-42a1-9963-c634fc185eb5"
+ "06c0c42d-06ef-4c1c-bed1-7ff07016ea0f",
+ "f264b21b-abca-4ff7-8bbf-d8e7bb154b29",
+ "ff19fc1a-05d0-496f-a224-17112d2d006d",
+ "63a3c3c4-d008-45bc-a099-2d6812bf1b4a",
+ "5f7aebae-c913-4664-ba44-fc187bda525c",
+ "a9856cf6-b4d1-4b68-afc3-6f144f682937",
+ "716c6c17-23d7-4264-a6ce-3e7c91c7b123",
+ "1ee1f46a-e4f1-456a-baf6-e7ab686d5588",
+ "7e8bfd8d-d0ec-4dbb-a02a-e5ccc83002ed",
+ "9e29b633-f6f9-4e8c-a8f4-02eab56aadb2",
+ "3b8bd67e-e471-4866-982b-c98bc7ab2b08",
+ "85fe9947-4e20-4a89-ad71-8e7dc145fa7a",
+ "07268a4c-c2e5-4288-a4cf-aff74ae51bf3",
+ "066b830a-60a1-4b96-9e41-53893e4e9d2c",
+ "3cb249a6-30af-49b4-9cb1-c569f3e22931",
+ "8bdd943f-aa03-47e9-b904-d2a5467a1ae3",
+ "a3971dc9-01ae-45f1-9f97-5152b1de3369",
+ "0667eb92-60fa-42de-b546-f26e9f51f7cf",
+ "8be7dfb3-713b-47f0-9ac1-1a8aa5bfe95d",
+ "659e862d-94dc-45e2-a48c-a0910520ddd3",
+ "d6162d61-898c-4467-a575-1015248d00cd",
+ "5f30ee0a-a8f3-4910-9bd2-c011d400bcec",
+ "d2b05000-441d-446d-bbe6-ce5aeadd4d50",
+ "47999664-033f-4556-8b87-5fc22f1858f6",
+ "9f248a30-ec60-45f6-8669-f0d9920dde20",
+ "643665fb-67ab-4e4a-9ff2-66f58efffce3",
+ "d316c096-d4eb-4465-aa37-0e78f116972d",
+ "74fac789-01fa-41d3-ae4c-4319f3a97eeb",
+ "6730044e-2c58-41e8-95cc-bdaf13c8a4d5",
+ "33815a9d-6a1b-4b6c-a74f-761027a7a1e8",
+ "17e7c4fc-d10f-49d2-8cb0-b6646add7884",
+ "bf499909-6acb-45dc-867b-29db914689f0",
+ "f4dd49ac-1b9d-4bbc-a9fd-db7a4a748129",
+ "c23778cb-81bf-47ee-99df-57a9758d62d7",
+ "b6cd24a2-c717-4583-b0ed-0824ac845e88",
+ "440c4611-d899-4cf7-907e-0ff150e03c7a",
+ "6460d98c-0d82-4951-94ad-e986d5bf5449",
+ "4845e974-d3bd-42bb-b3ef-76eaff408701",
+ "637632f6-0f70-415e-a2fd-03d6adfcda63",
+ "490c760f-46d9-4a6d-9b32-116e9120ea83",
+ "bc06ead3-6aea-41a2-b6c3-ce2b0b833b91",
+ "6f465e98-a8ac-4aa7-870a-4d98097b3203",
+ "07141745-13f2-4686-af61-a04cd7fa76b9",
+ "4fa499ef-3815-45f5-962f-9dbc23929744",
+ "fb788512-4da3-4199-b44e-ce15683ce5c8",
+ "d950c3c5-ae2f-45ac-901c-7bdb0099fb8d",
+ "8a1f75bd-a82d-44cd-be63-d80b3600495b",
+ "9095300e-8dad-49e9-8b57-238e19c622a5",
+ "76740775-4085-4ba0-a9c6-2bd063d7ebef",
+ "2532e76d-c212-4c25-ac95-338d809cbf14"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11955"
+ "11951"
],
"x-ms-request-id": [
- "13b37548-b61a-43ac-a265-e03c17755b98"
+ "dc07964d-78c8-45b7-a1d4-67ca26ac8203"
],
"x-ms-correlation-request-id": [
- "13b37548-b61a-43ac-a265-e03c17755b98"
+ "dc07964d-78c8-45b7-a1d4-67ca26ac8203"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T001029Z:13b37548-b61a-43ac-a265-e03c17755b98"
+ "WESTCENTRALUS:20210330T005316Z:dc07964d-78c8-45b7-a1d4-67ca26ac8203"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -4512,7 +3945,7 @@
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:10:28 GMT"
+ "Tue, 30 Mar 2021 00:53:15 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -4528,22 +3961,22 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558/images/galleryPsTestGalleryImage8450/versions/1.0.0?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQ1NTgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4NDUwL3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336/images/galleryPsTestGalleryImage1821/versions/1.0.0?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NzMzNi9pbWFnZXMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlJbWFnZTE4MjEvdmVyc2lvbnMvMS4wLjA/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "11f32edf-53c6-4809-83c4-052d1502130a"
+ "48172619-e2c5-4a41-b373-2dd2c4e2d7ef"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -4554,13 +3987,13 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e84fc24e-fa9c-4a7e-a5f2-8f61b0603800?monitor=true&api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/03f88459-aa29-4790-b1d0-44d22d67b744?monitor=true&api-version=2020-09-30"
],
"Retry-After": [
"60"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e84fc24e-fa9c-4a7e-a5f2-8f61b0603800?api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/03f88459-aa29-4790-b1d0-44d22d67b744?api-version=2020-09-30"
],
"x-ms-ratelimit-remaining-resource": [
"Microsoft.Compute/DeleteGalleryImageVersion3Min;149,Microsoft.Compute/DeleteGalleryImageVersion30Min;999"
@@ -4569,10 +4002,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "e84fc24e-fa9c-4a7e-a5f2-8f61b0603800"
+ "03f88459-aa29-4790-b1d0-44d22d67b744"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -4582,16 +4015,16 @@
"14999"
],
"x-ms-correlation-request-id": [
- "0ea7969a-e673-4f90-af9d-91d7a3d10c2b"
+ "f0b6a164-0de2-4398-b15a-2e7b69f291a3"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T000827Z:0ea7969a-e673-4f90-af9d-91d7a3d10c2b"
+ "WESTCENTRALUS:20210330T005115Z:f0b6a164-0de2-4398-b15a-2e7b69f291a3"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:08:27 GMT"
+ "Tue, 30 Mar 2021 00:51:15 GMT"
],
"Expires": [
"-1"
@@ -4604,16 +4037,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e84fc24e-fa9c-4a7e-a5f2-8f61b0603800?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lODRmYzI0ZS1mYTljLTRhN2UtYTVmMi04ZjYxYjA2MDM4MDA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/03f88459-aa29-4790-b1d0-44d22d67b744?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8wM2Y4ODQ1OS1hYTI5LTQ3OTAtYjFkMC00NGQyMmQ2N2I3NDQ/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -4627,35 +4060,35 @@
"60"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4155"
+ "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4161"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "7d4accea-ea35-4b25-9f62-00125a4af138"
+ "1d4a4ecc-21ed-4572-8d8f-e5f252716045"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11958"
+ "11954"
],
"x-ms-correlation-request-id": [
- "97901cb6-a397-4cc6-86a9-d76bd6d51c0b"
+ "db2cf31d-6ed8-41dd-9aa7-1098a5aaf1f9"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T000927Z:97901cb6-a397-4cc6-86a9-d76bd6d51c0b"
+ "WESTCENTRALUS:20210330T005215Z:db2cf31d-6ed8-41dd-9aa7-1098a5aaf1f9"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:09:27 GMT"
+ "Tue, 30 Mar 2021 00:52:14 GMT"
],
"Content-Length": [
"134"
@@ -4667,20 +4100,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-30T00:08:27.8950824+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"e84fc24e-fa9c-4a7e-a5f2-8f61b0603800\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:51:15.2527556-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"03f88459-aa29-4790-b1d0-44d22d67b744\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e84fc24e-fa9c-4a7e-a5f2-8f61b0603800?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lODRmYzI0ZS1mYTljLTRhN2UtYTVmMi04ZjYxYjA2MDM4MDA/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/03f88459-aa29-4790-b1d0-44d22d67b744?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8wM2Y4ODQ1OS1hYTI5LTQ3OTAtYjFkMC00NGQyMmQ2N2I3NDQ/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -4691,35 +4124,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4153"
+ "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4159"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "a36e2b2a-50fd-495c-a460-a5865d6150ff"
+ "2a44645f-fc75-4119-9b08-4e6304c97ac0"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11957"
+ "11953"
],
"x-ms-correlation-request-id": [
- "a49354aa-a2b5-4991-a792-f7cc3b9da4aa"
+ "1c114005-42db-4a8d-932f-6bd27ec7fb0e"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T001028Z:a49354aa-a2b5-4991-a792-f7cc3b9da4aa"
+ "WESTCENTRALUS:20210330T005315Z:1c114005-42db-4a8d-932f-6bd27ec7fb0e"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:10:27 GMT"
+ "Tue, 30 Mar 2021 00:53:15 GMT"
],
"Content-Length": [
"184"
@@ -4731,20 +4164,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-30T00:08:27.8950824+00:00\",\r\n \"endTime\": \"2020-12-30T00:09:58.1144169+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e84fc24e-fa9c-4a7e-a5f2-8f61b0603800\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:51:15.2527556-07:00\",\r\n \"endTime\": \"2021-03-29T17:52:45.4758353-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"03f88459-aa29-4790-b1d0-44d22d67b744\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e84fc24e-fa9c-4a7e-a5f2-8f61b0603800?monitor=true&api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lODRmYzI0ZS1mYTljLTRhN2UtYTVmMi04ZjYxYjA2MDM4MDA/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/03f88459-aa29-4790-b1d0-44d22d67b744?monitor=true&api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8wM2Y4ODQ1OS1hYTI5LTQ3OTAtYjFkMC00NGQyMmQ2N2I3NDQ/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -4755,35 +4188,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4152"
+ "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4158"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "8a7f6ed7-fecd-422f-8268-c73c10e70a24"
+ "ceec3f40-53c6-44ea-bc49-255a5205affa"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11956"
+ "11952"
],
"x-ms-correlation-request-id": [
- "84ecf812-a8f8-4f39-9629-c43b25dda176"
+ "b08c9310-5080-4643-afc1-b39d8a1e96b5"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T001028Z:84ecf812-a8f8-4f39-9629-c43b25dda176"
+ "WESTCENTRALUS:20210330T005315Z:b08c9310-5080-4643-afc1-b39d8a1e96b5"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:10:27 GMT"
+ "Tue, 30 Mar 2021 00:53:15 GMT"
],
"Expires": [
"-1"
@@ -4796,22 +4229,22 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/images/psTestSourceImage6907?api-version=2020-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTY5MDc/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/images/psTestSourceImage5220?api-version=2020-12-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaW1hZ2VzL3BzVGVzdFNvdXJjZUltYWdlNTIyMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "c51d337f-e4a7-4787-adaf-22e72ce72b89"
+ "a5a56ca6-6f2b-48a0-863f-c5310a8b5cbc"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -4822,10 +4255,10 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e386c191-40ee-4e26-9478-b50658ffba1d?monitor=true&api-version=2020-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/80d3eb80-d334-4059-b0ef-5047e6873d92?monitor=true&api-version=2020-12-01"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e386c191-40ee-4e26-9478-b50658ffba1d?api-version=2020-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/80d3eb80-d334-4059-b0ef-5047e6873d92?api-version=2020-12-01"
],
"Azure-AsyncNotification": [
"Enabled"
@@ -4837,7 +4270,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "e386c191-40ee-4e26-9478-b50658ffba1d"
+ "80d3eb80-d334-4059-b0ef-5047e6873d92"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -4847,16 +4280,16 @@
"14999"
],
"x-ms-correlation-request-id": [
- "5950e199-a6e7-4f09-9cc1-76f81aa075b7"
+ "0b0976c8-d141-49b4-9dc5-4fe32e21b0f0"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T001529Z:5950e199-a6e7-4f09-9cc1-76f81aa075b7"
+ "WESTCENTRALUS:20210330T005816Z:0b0976c8-d141-49b4-9dc5-4fe32e21b0f0"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:15:29 GMT"
+ "Tue, 30 Mar 2021 00:58:16 GMT"
],
"Expires": [
"-1"
@@ -4869,22 +4302,22 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/images/psTestSourceImage6907?api-version=2020-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2ltYWdlcy9wc1Rlc3RTb3VyY2VJbWFnZTY5MDc/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/images/psTestSourceImage5220?api-version=2020-12-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvaW1hZ2VzL3BzVGVzdFNvdXJjZUltYWdlNTIyMD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "f22342e7-8f16-4c24-b5fa-16e0264da132"
+ "771bbe26-10bd-4c5d-ad49-6e87f108d764"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -4898,13 +4331,13 @@
"14994"
],
"x-ms-request-id": [
- "c3022d88-b7c6-45e8-a317-d22fc1e60dd9"
+ "b0975df0-4833-4a68-9ce9-1f6326a746e4"
],
"x-ms-correlation-request-id": [
- "c3022d88-b7c6-45e8-a317-d22fc1e60dd9"
+ "b0975df0-4833-4a68-9ce9-1f6326a746e4"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T001810Z:c3022d88-b7c6-45e8-a317-d22fc1e60dd9"
+ "WESTCENTRALUS:20210330T010028Z:b0975df0-4833-4a68-9ce9-1f6326a746e4"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -4913,7 +4346,7 @@
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:18:09 GMT"
+ "Tue, 30 Mar 2021 01:00:28 GMT"
],
"Expires": [
"-1"
@@ -4923,16 +4356,16 @@
"StatusCode": 204
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e386c191-40ee-4e26-9478-b50658ffba1d?api-version=2020-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2UzODZjMTkxLTQwZWUtNGUyNi05NDc4LWI1MDY1OGZmYmExZD9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/80d3eb80-d334-4059-b0ef-5047e6873d92?api-version=2020-12-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzgwZDNlYjgwLWQzMzQtNDA1OS1iMGVmLTUwNDdlNjg3M2Q5Mj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -4943,13 +4376,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperation3Min;14998,Microsoft.Compute/GetOperation30Min;29986"
+ "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29972"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "797a274a-5cbb-44ee-8d93-f987b44aac6e"
+ "809320a9-21a0-4647-b37a-e77ecbc39d30"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -4959,16 +4392,16 @@
"11999"
],
"x-ms-correlation-request-id": [
- "c4d80123-7de5-4376-8e68-6e2e065c64f8"
+ "6a49486b-b7c3-41af-81f9-14e040201754"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T001559Z:c4d80123-7de5-4376-8e68-6e2e065c64f8"
+ "WESTCENTRALUS:20210330T005846Z:6a49486b-b7c3-41af-81f9-14e040201754"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:15:59 GMT"
+ "Tue, 30 Mar 2021 00:58:45 GMT"
],
"Content-Length": [
"184"
@@ -4980,20 +4413,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-30T00:15:29.5080304+00:00\",\r\n \"endTime\": \"2020-12-30T00:15:34.6330717+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e386c191-40ee-4e26-9478-b50658ffba1d\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:58:16.5000741-07:00\",\r\n \"endTime\": \"2021-03-29T17:58:21.5626011-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"80d3eb80-d334-4059-b0ef-5047e6873d92\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/e386c191-40ee-4e26-9478-b50658ffba1d?monitor=true&api-version=2020-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2UzODZjMTkxLTQwZWUtNGUyNi05NDc4LWI1MDY1OGZmYmExZD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMC0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/80d3eb80-d334-4059-b0ef-5047e6873d92?monitor=true&api-version=2020-12-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzgwZDNlYjgwLWQzMzQtNDA1OS1iMGVmLTUwNDdlNjg3M2Q5Mj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMC0xMi0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -5004,13 +4437,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperation3Min;14997,Microsoft.Compute/GetOperation30Min;29985"
+ "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29971"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "86e534f0-547b-4c25-bd73-1206ecdd8618"
+ "959d08de-73b6-49d6-8cba-6bf6cee686c3"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -5020,16 +4453,16 @@
"11998"
],
"x-ms-correlation-request-id": [
- "01afbb3b-0716-46b2-9d04-0ed66e0de8ec"
+ "91baa7ef-d6cf-42a0-92ba-3c5d12af54ba"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T001559Z:01afbb3b-0716-46b2-9d04-0ed66e0de8ec"
+ "WESTCENTRALUS:20210330T005846Z:91baa7ef-d6cf-42a0-92ba-3c5d12af54ba"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:15:59 GMT"
+ "Tue, 30 Mar 2021 00:58:46 GMT"
],
"Expires": [
"-1"
@@ -5042,22 +4475,22 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/virtualMachines/vm6476?api-version=2020-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY0NzY/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/virtualMachines/vm6537?api-version=2020-12-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjUzNz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "e58ae474-5f4d-4608-8442-a74c336ddbcc"
+ "e453b337-fbed-46b5-8ac6-98d150c65a12"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -5068,13 +4501,13 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fca3f835-45e6-47dd-8234-cb79db28c44f?monitor=true&api-version=2020-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/7d31d2ce-431d-4e8d-8415-e97da4afb64c?monitor=true&api-version=2020-12-01"
],
"Retry-After": [
"10"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fca3f835-45e6-47dd-8234-cb79db28c44f?api-version=2020-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/7d31d2ce-431d-4e8d-8415-e97da4afb64c?api-version=2020-12-01"
],
"Azure-AsyncNotification": [
"Enabled"
@@ -5086,7 +4519,7 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "fca3f835-45e6-47dd-8234-cb79db28c44f"
+ "7d31d2ce-431d-4e8d-8415-e97da4afb64c"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -5096,16 +4529,16 @@
"14998"
],
"x-ms-correlation-request-id": [
- "c73b0aad-65db-4480-bf03-0026627295e0"
+ "21159874-2c95-4bcc-a269-873b82c5e912"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T001559Z:c73b0aad-65db-4480-bf03-0026627295e0"
+ "WESTCENTRALUS:20210330T005847Z:21159874-2c95-4bcc-a269-873b82c5e912"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:15:59 GMT"
+ "Tue, 30 Mar 2021 00:58:46 GMT"
],
"Expires": [
"-1"
@@ -5118,22 +4551,22 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/virtualMachines/vm6476?api-version=2020-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL3ZpcnR1YWxNYWNoaW5lcy92bTY0NzY/YXBpLXZlcnNpb249MjAyMC0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/virtualMachines/vm6537?api-version=2020-12-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvdmlydHVhbE1hY2hpbmVzL3ZtNjUzNz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "15f7caef-c3f4-4036-ac84-e14beff455f0"
+ "d05fd9ca-58df-4c9d-a0ce-42ab55e35e72"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -5147,13 +4580,13 @@
"14995"
],
"x-ms-request-id": [
- "84392efe-8295-4359-bb2c-03a9cfe814fd"
+ "7b411995-4b66-4ea6-9e60-989063efc618"
],
"x-ms-correlation-request-id": [
- "84392efe-8295-4359-bb2c-03a9cfe814fd"
+ "7b411995-4b66-4ea6-9e60-989063efc618"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T001810Z:84392efe-8295-4359-bb2c-03a9cfe814fd"
+ "WESTCENTRALUS:20210330T010028Z:7b411995-4b66-4ea6-9e60-989063efc618"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -5162,7 +4595,7 @@
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:18:09 GMT"
+ "Tue, 30 Mar 2021 01:00:28 GMT"
],
"Expires": [
"-1"
@@ -5172,16 +4605,16 @@
"StatusCode": 204
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fca3f835-45e6-47dd-8234-cb79db28c44f?api-version=2020-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZjYTNmODM1LTQ1ZTYtNDdkZC04MjM0LWNiNzlkYjI4YzQ0Zj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/7d31d2ce-431d-4e8d-8415-e97da4afb64c?api-version=2020-12-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzdkMzFkMmNlLTQzMWQtNGU4ZC04NDE1LWU5N2RhNGFmYjY0Yz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -5195,13 +4628,13 @@
"30"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperation3Min;14996,Microsoft.Compute/GetOperation30Min;29984"
+ "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29970"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "9854cc26-9d50-41d1-94ff-df3bf5c7bd66"
+ "80d144de-af6f-4505-ba6d-43ee619104f1"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -5211,16 +4644,16 @@
"11997"
],
"x-ms-correlation-request-id": [
- "7c481160-8d5a-44ef-909b-eb56bd7211db"
+ "e26d6b1a-3258-49bb-931b-e1b4ce352387"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T001609Z:7c481160-8d5a-44ef-909b-eb56bd7211db"
+ "WESTCENTRALUS:20210330T005857Z:e26d6b1a-3258-49bb-931b-e1b4ce352387"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:16:09 GMT"
+ "Tue, 30 Mar 2021 00:58:56 GMT"
],
"Content-Length": [
"134"
@@ -5232,20 +4665,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-30T00:15:59.6644906+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fca3f835-45e6-47dd-8234-cb79db28c44f\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:58:46.9534636-07:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"7d31d2ce-431d-4e8d-8415-e97da4afb64c\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fca3f835-45e6-47dd-8234-cb79db28c44f?api-version=2020-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZjYTNmODM1LTQ1ZTYtNDdkZC04MjM0LWNiNzlkYjI4YzQ0Zj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/7d31d2ce-431d-4e8d-8415-e97da4afb64c?api-version=2020-12-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzdkMzFkMmNlLTQzMWQtNGU4ZC04NDE1LWU5N2RhNGFmYjY0Yz9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -5256,13 +4689,13 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperation3Min;14995,Microsoft.Compute/GetOperation30Min;29983"
+ "Microsoft.Compute/GetOperation3Min;14994,Microsoft.Compute/GetOperation30Min;29968"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "c0bc9d1c-4b76-42fb-a196-dbe8b9d4bba4"
+ "11f184e8-aee2-4944-a066-2fa46a049a4a"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -5272,77 +4705,16 @@
"11996"
],
"x-ms-correlation-request-id": [
- "74d30413-179e-4266-8139-8a76835d9d8b"
- ],
- "x-ms-routing-request-id": [
- "EASTUS2:20201230T001639Z:74d30413-179e-4266-8139-8a76835d9d8b"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "Date": [
- "Wed, 30 Dec 2020 00:16:38 GMT"
- ],
- "Content-Length": [
- "134"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
- ]
- },
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-30T00:15:59.6644906+00:00\",\r\n \"status\": \"InProgress\",\r\n \"name\": \"fca3f835-45e6-47dd-8234-cb79db28c44f\"\r\n}",
- "StatusCode": 200
- },
- {
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fca3f835-45e6-47dd-8234-cb79db28c44f?api-version=2020-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZjYTNmODM1LTQ1ZTYtNDdkZC04MjM0LWNiNzlkYjI4YzQ0Zj9hcGktdmVyc2lvbj0yMDIwLTEyLTAx",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.29321.03",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-cache"
- ],
- "Pragma": [
- "no-cache"
- ],
- "x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29981"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "x-ms-request-id": [
- "8da7832e-230e-489f-b56b-e5efcc47c320"
- ],
- "Server": [
- "Microsoft-HTTPAPI/2.0",
- "Microsoft-HTTPAPI/2.0"
- ],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11995"
- ],
- "x-ms-correlation-request-id": [
- "f096a6e3-7fe7-4245-bd1e-28de992034d8"
+ "e2a9993f-ffa4-48a8-a017-4985542181d4"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T001709Z:f096a6e3-7fe7-4245-bd1e-28de992034d8"
+ "WESTCENTRALUS:20210330T005927Z:e2a9993f-ffa4-48a8-a017-4985542181d4"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:17:09 GMT"
+ "Tue, 30 Mar 2021 00:59:26 GMT"
],
"Content-Length": [
"184"
@@ -5354,20 +4726,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-30T00:15:59.6644906+00:00\",\r\n \"endTime\": \"2020-12-30T00:16:59.1336332+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"fca3f835-45e6-47dd-8234-cb79db28c44f\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:58:46.9534636-07:00\",\r\n \"endTime\": \"2021-03-29T17:59:20.4536236-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"7d31d2ce-431d-4e8d-8415-e97da4afb64c\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/operations/fca3f835-45e6-47dd-8234-cb79db28c44f?monitor=true&api-version=2020-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zL2ZjYTNmODM1LTQ1ZTYtNDdkZC04MjM0LWNiNzlkYjI4YzQ0Zj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMC0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/operations/7d31d2ce-431d-4e8d-8415-e97da4afb64c?monitor=true&api-version=2020-12-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9vcGVyYXRpb25zLzdkMzFkMmNlLTQzMWQtNGU4ZC04NDE1LWU5N2RhNGFmYjY0Yz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAyMC0xMi0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -5378,32 +4750,32 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperation3Min;14992,Microsoft.Compute/GetOperation30Min;29980"
+ "Microsoft.Compute/GetOperation3Min;14993,Microsoft.Compute/GetOperation30Min;29967"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-request-id": [
- "fa0eb9a9-4971-483b-8d59-d5b529433c3e"
+ "2c9a8c08-ef0d-445e-939e-49b6e49aaa67"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11994"
+ "11995"
],
"x-ms-correlation-request-id": [
- "51764428-a4ce-43ba-8a51-f13249d8733d"
+ "3a5d198d-0240-43b4-b568-cc9f93d7e464"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T001709Z:51764428-a4ce-43ba-8a51-f13249d8733d"
+ "WESTCENTRALUS:20210330T005927Z:3a5d198d-0240-43b4-b568-cc9f93d7e464"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:17:09 GMT"
+ "Tue, 30 Mar 2021 00:59:26 GMT"
],
"Expires": [
"-1"
@@ -5416,22 +4788,22 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558/images/galleryPsTestGalleryImage8450?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQ1NTgvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2U4NDUwP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336/images/galleryPsTestGalleryImage1821?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NzMzNi9pbWFnZXMvZ2FsbGVyeVBzVGVzdEdhbGxlcnlJbWFnZTE4MjE/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "ddf4af1f-a7b1-4c94-bc54-94a6eb7fd714"
+ "aa40cf79-a27c-4a97-a711-97c9920ab66f"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -5442,22 +4814,22 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/fd91c908-1217-4841-be30-9cedcb1fd359?monitor=true&api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/fc9e26d6-2109-48fb-8c6d-f73a6095c760?monitor=true&api-version=2020-09-30"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/fd91c908-1217-4841-be30-9cedcb1fd359?api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/fc9e26d6-2109-48fb-8c6d-f73a6095c760?api-version=2020-09-30"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/DeleteGalleryImage3Min;49,Microsoft.Compute/DeleteGalleryImage30Min;299"
+ "Microsoft.Compute/DeleteGalleryImage3Min;49,Microsoft.Compute/DeleteGalleryImage30Min;298"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "fd91c908-1217-4841-be30-9cedcb1fd359"
+ "fc9e26d6-2109-48fb-8c6d-f73a6095c760"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -5467,16 +4839,16 @@
"14997"
],
"x-ms-correlation-request-id": [
- "7441e6c6-1b7a-4c28-b2cf-8319da0de87b"
+ "43bab369-0bcc-4817-a492-6f691f7fd441"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T001709Z:7441e6c6-1b7a-4c28-b2cf-8319da0de87b"
+ "WESTCENTRALUS:20210330T005927Z:43bab369-0bcc-4817-a492-6f691f7fd441"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:17:09 GMT"
+ "Tue, 30 Mar 2021 00:59:27 GMT"
],
"Expires": [
"-1"
@@ -5489,16 +4861,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/fd91c908-1217-4841-be30-9cedcb1fd359?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9mZDkxYzkwOC0xMjE3LTQ4NDEtYmUzMC05Y2VkY2IxZmQzNTk/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/fc9e26d6-2109-48fb-8c6d-f73a6095c760?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9mYzllMjZkNi0yMTA5LTQ4ZmItOGM2ZC1mNzNhNjA5NWM3NjA/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -5515,29 +4887,29 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "6706bfc5-15f0-4baa-8847-4e6d1facd350"
+ "e5aafe2b-22ba-4b05-9a40-b9f2483b6ca5"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11993"
+ "11994"
],
"x-ms-correlation-request-id": [
- "8351ce75-6896-4980-9edf-5d8befd8ce29"
+ "700420f7-37a2-4c26-a9ae-405ddcdf2596"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T001740Z:8351ce75-6896-4980-9edf-5d8befd8ce29"
+ "WESTCENTRALUS:20210330T005957Z:700420f7-37a2-4c26-a9ae-405ddcdf2596"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:17:39 GMT"
+ "Tue, 30 Mar 2021 00:59:56 GMT"
],
"Content-Length": [
"184"
@@ -5549,20 +4921,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-30T00:17:09.9454866+00:00\",\r\n \"endTime\": \"2020-12-30T00:17:10.1954854+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"fd91c908-1217-4841-be30-9cedcb1fd359\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:59:27.6983467-07:00\",\r\n \"endTime\": \"2021-03-29T17:59:27.9483586-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"fc9e26d6-2109-48fb-8c6d-f73a6095c760\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/fd91c908-1217-4841-be30-9cedcb1fd359?monitor=true&api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9mZDkxYzkwOC0xMjE3LTQ4NDEtYmUzMC05Y2VkY2IxZmQzNTk/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/fc9e26d6-2109-48fb-8c6d-f73a6095c760?monitor=true&api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9mYzllMjZkNi0yMTA5LTQ4ZmItOGM2ZC1mNzNhNjA5NWM3NjA/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -5579,29 +4951,29 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "3b5e3c30-e0f4-48be-b8df-d299c268595f"
+ "2806e29a-0394-4f60-b7f5-5bd67d8e6f44"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11992"
+ "11993"
],
"x-ms-correlation-request-id": [
- "70d0f213-6ce0-4e52-9a7a-9c4ecb05e724"
+ "af2793fb-cbf3-4d0e-b41c-553bd7726bff"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T001740Z:70d0f213-6ce0-4e52-9a7a-9c4ecb05e724"
+ "WESTCENTRALUS:20210330T005957Z:af2793fb-cbf3-4d0e-b41c-553bd7726bff"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:17:39 GMT"
+ "Tue, 30 Mar 2021 00:59:57 GMT"
],
"Expires": [
"-1"
@@ -5614,22 +4986,22 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg3456/providers/Microsoft.Compute/galleries/galleryPsTestGallery4558?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM0NTYvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQ1NTg/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg184/providers/Microsoft.Compute/galleries/galleryPsTestGallery7336?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzE4NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbXB1dGUvZ2FsbGVyaWVzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5NzMzNj9hcGktdmVyc2lvbj0yMDIwLTA5LTMw",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "46f8b207-69ed-4d09-849e-fa006f91267d"
+ "65ef7c92-30aa-42a6-a467-aabaa81491c3"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -5640,22 +5012,22 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/00dee36a-6566-4436-a350-4f9165c4a3ef?monitor=true&api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/a6443a9a-d259-4451-9c9e-8ef27b8a1aa5?monitor=true&api-version=2020-09-30"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/00dee36a-6566-4436-a350-4f9165c4a3ef?api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/a6443a9a-d259-4451-9c9e-8ef27b8a1aa5?api-version=2020-09-30"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/DeleteGallery3Min;49,Microsoft.Compute/DeleteGallery30Min;299"
+ "Microsoft.Compute/DeleteGallery3Min;49,Microsoft.Compute/DeleteGallery30Min;898"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "00dee36a-6566-4436-a350-4f9165c4a3ef"
+ "a6443a9a-d259-4451-9c9e-8ef27b8a1aa5"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -5665,16 +5037,16 @@
"14996"
],
"x-ms-correlation-request-id": [
- "61992b22-3377-47cd-9991-7559591cf309"
+ "54e6fef7-8d2a-4042-8a4f-f86d0018c167"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T001740Z:61992b22-3377-47cd-9991-7559591cf309"
+ "WESTCENTRALUS:20210330T005958Z:54e6fef7-8d2a-4042-8a4f-f86d0018c167"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:17:39 GMT"
+ "Tue, 30 Mar 2021 00:59:57 GMT"
],
"Expires": [
"-1"
@@ -5687,16 +5059,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/00dee36a-6566-4436-a350-4f9165c4a3ef?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8wMGRlZTM2YS02NTY2LTQ0MzYtYTM1MC00ZjkxNjVjNGEzZWY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/a6443a9a-d259-4451-9c9e-8ef27b8a1aa5?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9hNjQ0M2E5YS1kMjU5LTQ0NTEtOWM5ZS04ZWYyN2I4YTFhYTU/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -5707,35 +5079,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4152"
+ "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4164"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "12c3dee0-e701-4793-9927-01d67dd46562"
+ "cdae2c8e-430f-467d-8800-6c558861b570"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11991"
+ "11992"
],
"x-ms-correlation-request-id": [
- "be808c35-7164-4d47-bd75-2497a7dad156"
+ "01f6638d-7408-4a35-b038-9cd5c80c762c"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T001810Z:be808c35-7164-4d47-bd75-2497a7dad156"
+ "WESTCENTRALUS:20210330T010028Z:01f6638d-7408-4a35-b038-9cd5c80c762c"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:18:09 GMT"
+ "Tue, 30 Mar 2021 01:00:28 GMT"
],
"Content-Length": [
"184"
@@ -5747,20 +5119,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-30T00:17:40.1175566+00:00\",\r\n \"endTime\": \"2020-12-30T00:17:40.1956783+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"00dee36a-6566-4436-a350-4f9165c4a3ef\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:59:58.2000505-07:00\",\r\n \"endTime\": \"2021-03-29T17:59:58.3092431-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a6443a9a-d259-4451-9c9e-8ef27b8a1aa5\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/00dee36a-6566-4436-a350-4f9165c4a3ef?monitor=true&api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8wMGRlZTM2YS02NTY2LTQ0MzYtYTM1MC00ZjkxNjVjNGEzZWY/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/a6443a9a-d259-4451-9c9e-8ef27b8a1aa5?monitor=true&api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9hNjQ0M2E5YS1kMjU5LTQ0NTEtOWM5ZS04ZWYyN2I4YTFhYTU/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -5771,35 +5143,35 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4151"
+ "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4163"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "36133e8b-9a78-4a37-b537-e7521da292ab"
+ "43c5808c-1e26-4e58-b9d9-29f1c6507ddf"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11990"
+ "11991"
],
"x-ms-correlation-request-id": [
- "bd8f35be-380d-4484-9839-c7856d247513"
+ "a1474673-9909-484a-a172-25d0a13770e2"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T001810Z:bd8f35be-380d-4484-9839-c7856d247513"
+ "WESTCENTRALUS:20210330T010028Z:a1474673-9909-484a-a172-25d0a13770e2"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:18:09 GMT"
+ "Tue, 30 Mar 2021 01:00:28 GMT"
],
"Expires": [
"-1"
@@ -5814,36 +5186,36 @@
],
"Names": {
"GalleryImageVersion_CRUD_Tests": [
- "galleryPsTestRg3456",
- "psTestSourceImage6907",
- "galleryPsTestGallery4558",
- "galleryPsTestGalleryImage8450"
+ "galleryPsTestRg184",
+ "psTestSourceImage5220",
+ "galleryPsTestGallery7336",
+ "galleryPsTestGalleryImage1821"
],
"CreateCRPImage": [
- "saforgallery1318",
- "asforgallery7657"
+ "saforgallery1715",
+ "asforgallery8439"
],
"CreatePublicIP": [
- "pip216",
- "dn1668"
+ "pip6852",
+ "dn5334"
],
"CreateVNET": [
- "vn1856",
- "sn9850"
+ "vn2860",
+ "sn62"
],
"CreateNIC": [
- "nic8164",
- "ip4131"
+ "nic5370",
+ "ip3834"
],
"CreateDefaultVMInput": [
- "crptestar1538",
- "crptestar1679",
- "crptestar3673",
- "vm6476",
- "Microsoft.Compute/virtualMachines6763"
+ "crptestar9300",
+ "crptestar4963",
+ "crptestar8986",
+ "vm6537",
+ "Microsoft.Compute/virtualMachines5602"
]
},
"Variables": {
- "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871"
+ "SubscriptionId": "97f78232-382b-46a7-8a72-964d692c4f3f"
}
}
\ No newline at end of file
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryImage_CRUD_Tests.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryImage_CRUD_Tests.json
index dace5513e558..8e8e4092014a 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryImage_CRUD_Tests.json
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/GalleryImage_CRUD_Tests.json
@@ -1,21 +1,21 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/galleryPsTestRg5640?api-version=2017-05-10",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU2NDA/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourcegroups/galleryPsTestRg3662?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NjI/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "b967ca2f-0ca9-46b9-af7d-c3e346fb43ee"
+ "bd719d5a-43f2-4619-b9c1-355ca2d29bfa"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
"Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
],
"Content-Type": [
@@ -36,13 +36,13 @@
"1199"
],
"x-ms-request-id": [
- "ed59ca63-d65c-472e-94a4-5e727b3cea5e"
+ "7788b0c4-8b8b-4619-9c1c-c3825686133a"
],
"x-ms-correlation-request-id": [
- "ed59ca63-d65c-472e-94a4-5e727b3cea5e"
+ "7788b0c4-8b8b-4619-9c1c-c3825686133a"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T233445Z:ed59ca63-d65c-472e-94a4-5e727b3cea5e"
+ "WESTCENTRALUS:20210330T003020Z:7788b0c4-8b8b-4619-9c1c-c3825686133a"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,7 +51,7 @@
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:34:44 GMT"
+ "Tue, 30 Mar 2021 00:30:20 GMT"
],
"Content-Length": [
"192"
@@ -63,26 +63,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5640\",\r\n \"name\": \"galleryPsTestRg5640\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3662\",\r\n \"name\": \"galleryPsTestRg3662\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5640/providers/Microsoft.Compute/galleries/galleryPsTestGallery81?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU2NDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTgxP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3662/providers/Microsoft.Compute/galleries/galleryPsTestGallery4084?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQwODQ/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"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": [
- "49b4c138-a1b1-4407-b6d7-178735829233"
+ "97dcf5a5-cac3-46e1-9cf3-6bfc7091d6d6"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -99,7 +99,7 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e43110b8-4e9c-4dd5-863d-553e412e266f?api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/f6f59423-1631-4584-b669-0905838575d3?api-version=2020-09-30"
],
"x-ms-ratelimit-remaining-resource": [
"Microsoft.Compute/CreateUpdateGallery3Min;49,Microsoft.Compute/CreateUpdateGallery30Min;299"
@@ -108,10 +108,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "e43110b8-4e9c-4dd5-863d-553e412e266f"
+ "f6f59423-1631-4584-b669-0905838575d3"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -121,19 +121,19 @@
"1199"
],
"x-ms-correlation-request-id": [
- "f55c7685-ee5e-4319-87c6-f0c8e484b651"
+ "aa712780-bfd8-45bc-b1ae-24487091e09d"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T233445Z:f55c7685-ee5e-4319-87c6-f0c8e484b651"
+ "WESTCENTRALUS:20210330T003023Z:aa712780-bfd8-45bc-b1ae-24487091e09d"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:34:45 GMT"
+ "Tue, 30 Mar 2021 00:30:23 GMT"
],
"Content-Length": [
- "502"
+ "573"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -142,20 +142,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery81\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5640/providers/Microsoft.Compute/galleries/galleryPsTestGallery81\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY81\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery4084\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3662/providers/Microsoft.Compute/galleries/galleryPsTestGallery4084\",\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-GALLERYPSTESTGALLERY4084\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Private\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e43110b8-4e9c-4dd5-863d-553e412e266f?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lNDMxMTBiOC00ZTljLTRkZDUtODYzZC01NTNlNDEyZTI2NmY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/f6f59423-1631-4584-b669-0905838575d3?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9mNmY1OTQyMy0xNjMxLTQ1ODQtYjY2OS0wOTA1ODM4NTc1ZDM/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -172,10 +172,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "a0160974-fbf7-4050-b902-4b2152964cbf"
+ "30edf1f0-6df2-4929-a456-c09a9cea9813"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -185,16 +185,16 @@
"11999"
],
"x-ms-correlation-request-id": [
- "72c07875-a7e1-4399-9351-0cb5ed5735b1"
+ "e5868bac-3837-45b5-a74b-f717dc7ee0cf"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T233515Z:72c07875-a7e1-4399-9351-0cb5ed5735b1"
+ "WESTCENTRALUS:20210330T003053Z:e5868bac-3837-45b5-a74b-f717dc7ee0cf"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:35:15 GMT"
+ "Tue, 30 Mar 2021 00:30:53 GMT"
],
"Content-Length": [
"184"
@@ -206,20 +206,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:34:45.4134691+00:00\",\r\n \"endTime\": \"2020-12-29T23:34:45.6322288+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e43110b8-4e9c-4dd5-863d-553e412e266f\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:30:22.9096043-07:00\",\r\n \"endTime\": \"2021-03-29T17:30:23.1752386-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"f6f59423-1631-4584-b669-0905838575d3\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5640/providers/Microsoft.Compute/galleries/galleryPsTestGallery81?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU2NDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTgxP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3662/providers/Microsoft.Compute/galleries/galleryPsTestGallery4084?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQwODQ/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -236,10 +236,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "200d8b4f-7143-41dc-b341-da1b7fa4bf2e"
+ "005ad22c-6b91-4cd7-9a45-9f2a697629c7"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -249,19 +249,19 @@
"11998"
],
"x-ms-correlation-request-id": [
- "e9d90fa8-6750-4966-8fcf-da991e4ea231"
+ "61464ea8-8794-4776-8279-31048999c5f8"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T233515Z:e9d90fa8-6750-4966-8fcf-da991e4ea231"
+ "WESTCENTRALUS:20210330T003053Z:61464ea8-8794-4776-8279-31048999c5f8"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:35:15 GMT"
+ "Tue, 30 Mar 2021 00:30:53 GMT"
],
"Content-Length": [
- "503"
+ "509"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -270,26 +270,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery81\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5640/providers/Microsoft.Compute/galleries/galleryPsTestGallery81\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY81\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery4084\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3662/providers/Microsoft.Compute/galleries/galleryPsTestGallery4084\",\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-GALLERYPSTESTGALLERY4084\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5640/providers/Microsoft.Compute/galleries/galleryPsTestGallery81/images/galleryPsTestGalleryImage8452?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU2NDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTgxL2ltYWdlcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeUltYWdlODQ1Mj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3662/providers/Microsoft.Compute/galleries/galleryPsTestGallery4084/images/galleryPsTestGalleryImage2946?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQwODQvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2UyOTQ2P2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This is the gallery image description.\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "9b50dae5-17e7-4253-a074-940309815869"
+ "6a82ee8e-c390-4aec-a76c-859f4dbbaf63"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -306,7 +306,7 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/77b15d95-5c1e-4243-b34a-c42bdda5f0bb?api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/1cf6bdb4-a359-44a4-a602-d2cb37285f11?api-version=2020-09-30"
],
"x-ms-ratelimit-remaining-resource": [
"Microsoft.Compute/CreateUpdateGalleryImage3Min;149,Microsoft.Compute/CreateUpdateGalleryImage30Min;749"
@@ -315,10 +315,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "77b15d95-5c1e-4243-b34a-c42bdda5f0bb"
+ "1cf6bdb4-a359-44a4-a602-d2cb37285f11"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -328,19 +328,19 @@
"1198"
],
"x-ms-correlation-request-id": [
- "2fc9a287-9ec3-4e3f-baaf-f76ae96373cc"
+ "4144e73f-2ecb-4d04-b252-44b6b0de2e88"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T233516Z:2fc9a287-9ec3-4e3f-baaf-f76ae96373cc"
+ "WESTCENTRALUS:20210330T003055Z:4144e73f-2ecb-4d04-b252-44b6b0de2e88"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:35:15 GMT"
+ "Tue, 30 Mar 2021 00:30:54 GMT"
],
"Content-Length": [
- "644"
+ "646"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -349,26 +349,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage8452\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5640/providers/Microsoft.Compute/galleries/galleryPsTestGallery81/images/galleryPsTestGalleryImage8452\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"description\": \"This is the gallery image description.\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage2946\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3662/providers/Microsoft.Compute/galleries/galleryPsTestGallery4084/images/galleryPsTestGalleryImage2946\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Creating\",\r\n \"description\": \"This is the gallery image description.\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5640/providers/Microsoft.Compute/galleries/galleryPsTestGallery81/images/galleryPsTestGalleryImage8452?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU2NDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTgxL2ltYWdlcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeUltYWdlODQ1Mj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3662/providers/Microsoft.Compute/galleries/galleryPsTestGallery4084/images/galleryPsTestGalleryImage2946?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQwODQvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2UyOTQ2P2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"Updated description.\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "f0e4a2be-942d-4b15-ab2f-b3cab241eb46"
+ "b56f5945-8cb3-4d7b-8022-15f63a34b9bb"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -385,7 +385,7 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e5e8c419-d651-499b-a9b7-637d99cbbeee?api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/ad096088-219a-45b5-bad1-304e874fe70d?api-version=2020-09-30"
],
"x-ms-ratelimit-remaining-resource": [
"Microsoft.Compute/CreateUpdateGalleryImage3Min;148,Microsoft.Compute/CreateUpdateGalleryImage30Min;748"
@@ -394,10 +394,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "e5e8c419-d651-499b-a9b7-637d99cbbeee"
+ "ad096088-219a-45b5-bad1-304e874fe70d"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -407,19 +407,19 @@
"1197"
],
"x-ms-correlation-request-id": [
- "62e19667-8af7-45f5-a5e5-4905252aae47"
+ "0ff2a68c-016e-420a-8ac5-943b28dcb320"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T233546Z:62e19667-8af7-45f5-a5e5-4905252aae47"
+ "WESTCENTRALUS:20210330T003126Z:0ff2a68c-016e-420a-8ac5-943b28dcb320"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:35:45 GMT"
+ "Tue, 30 Mar 2021 00:31:25 GMT"
],
"Content-Length": [
- "626"
+ "628"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -428,20 +428,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage8452\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5640/providers/Microsoft.Compute/galleries/galleryPsTestGallery81/images/galleryPsTestGalleryImage8452\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Updated description.\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage2946\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3662/providers/Microsoft.Compute/galleries/galleryPsTestGallery4084/images/galleryPsTestGalleryImage2946\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Updating\",\r\n \"description\": \"Updated description.\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/77b15d95-5c1e-4243-b34a-c42bdda5f0bb?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy83N2IxNWQ5NS01YzFlLTQyNDMtYjM0YS1jNDJiZGRhNWYwYmI/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/1cf6bdb4-a359-44a4-a602-d2cb37285f11?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8xY2Y2YmRiNC1hMzU5LTQ0YTQtYTYwMi1kMmNiMzcyODVmMTE/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -458,10 +458,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "3f82dea3-f202-4fbc-9b95-8f6a3e3300b2"
+ "81d980e7-8eb8-42a2-a6cb-4852162a8f2c"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -471,16 +471,16 @@
"11997"
],
"x-ms-correlation-request-id": [
- "5668f074-f367-4095-83b3-97e6e538b8b3"
+ "b4cb0216-b5ca-4a4d-aebc-253ef0623067"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T233546Z:5668f074-f367-4095-83b3-97e6e538b8b3"
+ "WESTCENTRALUS:20210330T003125Z:b4cb0216-b5ca-4a4d-aebc-253ef0623067"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:35:45 GMT"
+ "Tue, 30 Mar 2021 00:31:24 GMT"
],
"Content-Length": [
"184"
@@ -492,20 +492,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:35:15.8824239+00:00\",\r\n \"endTime\": \"2020-12-29T23:35:15.9761804+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"77b15d95-5c1e-4243-b34a-c42bdda5f0bb\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:30:54.8487085-07:00\",\r\n \"endTime\": \"2021-03-29T17:30:54.9737186-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1cf6bdb4-a359-44a4-a602-d2cb37285f11\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5640/providers/Microsoft.Compute/galleries/galleryPsTestGallery81/images/galleryPsTestGalleryImage8452?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU2NDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTgxL2ltYWdlcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeUltYWdlODQ1Mj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3662/providers/Microsoft.Compute/galleries/galleryPsTestGallery4084/images/galleryPsTestGalleryImage2946?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQwODQvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2UyOTQ2P2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -516,16 +516,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetGalleryImage3Min;595,Microsoft.Compute/GetGalleryImage30Min;2995"
+ "Microsoft.Compute/GetGalleryImage3Min;596,Microsoft.Compute/GetGalleryImage30Min;2996"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "625b4d34-1027-4dc3-ad19-831754a09057"
+ "74043a61-7d46-48c2-ac81-fe9f4a20c634"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -535,19 +535,19 @@
"11996"
],
"x-ms-correlation-request-id": [
- "ffa460e7-c4ed-4f6c-980a-a47ccd06e91f"
+ "675ff97d-f948-4a8d-a370-184968c3af0d"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T233546Z:ffa460e7-c4ed-4f6c-980a-a47ccd06e91f"
+ "WESTCENTRALUS:20210330T003125Z:675ff97d-f948-4a8d-a370-184968c3af0d"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:35:45 GMT"
+ "Tue, 30 Mar 2021 00:31:24 GMT"
],
"Content-Length": [
- "645"
+ "647"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -556,26 +556,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage8452\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5640/providers/Microsoft.Compute/galleries/galleryPsTestGallery81/images/galleryPsTestGalleryImage8452\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"This is the gallery image description.\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage2946\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3662/providers/Microsoft.Compute/galleries/galleryPsTestGallery4084/images/galleryPsTestGalleryImage2946\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"This is the gallery image description.\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5640/providers/Microsoft.Compute/galleries/galleryPsTestGallery81/images/galleryPsTestGalleryImage8452?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU2NDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTgxL2ltYWdlcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeUltYWdlODQ1Mj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3662/providers/Microsoft.Compute/galleries/galleryPsTestGallery4084/images/galleryPsTestGalleryImage2946?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQwODQvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2UyOTQ2P2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "f878e3ee-df71-4ff8-96a0-622628efe7a5"
+ "23ec12b0-5a03-4bce-b427-49ab224f219c"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -586,16 +586,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetGalleryImage3Min;594,Microsoft.Compute/GetGalleryImage30Min;2994"
+ "Microsoft.Compute/GetGalleryImage3Min;595,Microsoft.Compute/GetGalleryImage30Min;2995"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "09a1b386-bbc7-4c0b-afab-ad8a2e9c658b"
+ "696611b3-5000-4715-ae6d-d6b0047ffe85"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -605,19 +605,19 @@
"11995"
],
"x-ms-correlation-request-id": [
- "4d149d79-a002-40e7-8208-6381371e5c3f"
+ "64500e5e-6742-4895-be3c-b21836ae0d38"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T233546Z:4d149d79-a002-40e7-8208-6381371e5c3f"
+ "WESTCENTRALUS:20210330T003125Z:64500e5e-6742-4895-be3c-b21836ae0d38"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:35:45 GMT"
+ "Tue, 30 Mar 2021 00:31:24 GMT"
],
"Content-Length": [
- "645"
+ "647"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -626,20 +626,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage8452\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5640/providers/Microsoft.Compute/galleries/galleryPsTestGallery81/images/galleryPsTestGalleryImage8452\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"This is the gallery image description.\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage2946\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3662/providers/Microsoft.Compute/galleries/galleryPsTestGallery4084/images/galleryPsTestGalleryImage2946\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"This is the gallery image description.\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5640/providers/Microsoft.Compute/galleries/galleryPsTestGallery81/images/galleryPsTestGalleryImage8452?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU2NDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTgxL2ltYWdlcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeUltYWdlODQ1Mj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3662/providers/Microsoft.Compute/galleries/galleryPsTestGallery4084/images/galleryPsTestGalleryImage2946?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQwODQvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2UyOTQ2P2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -656,10 +656,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "466c9f87-73e3-4231-adb9-e7e8ef7285c1"
+ "77cc8645-42ad-4145-a607-a61f2d6a1354"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -669,19 +669,19 @@
"11993"
],
"x-ms-correlation-request-id": [
- "74bbd53b-b5b5-4695-aa92-390de0675501"
+ "fe504057-92fd-481c-9f8f-5f3431c0777f"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T233616Z:74bbd53b-b5b5-4695-aa92-390de0675501"
+ "WESTCENTRALUS:20210330T003156Z:fe504057-92fd-481c-9f8f-5f3431c0777f"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:36:16 GMT"
+ "Tue, 30 Mar 2021 00:31:56 GMT"
],
"Content-Length": [
- "627"
+ "629"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -690,26 +690,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage8452\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5640/providers/Microsoft.Compute/galleries/galleryPsTestGallery81/images/galleryPsTestGalleryImage8452\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Updated description.\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage2946\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3662/providers/Microsoft.Compute/galleries/galleryPsTestGallery4084/images/galleryPsTestGalleryImage2946\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Updated description.\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5640/providers/Microsoft.Compute/galleries/galleryPsTestGallery81/images/galleryPsTestGalleryImage8452?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU2NDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTgxL2ltYWdlcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeUltYWdlODQ1Mj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3662/providers/Microsoft.Compute/galleries/galleryPsTestGallery4084/images/galleryPsTestGalleryImage2946?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQwODQvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2UyOTQ2P2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "d4f0c4ce-331f-40af-ab91-c87ded57b87a"
+ "c57aba4a-6c0f-4598-803c-e134770a0e27"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -726,10 +726,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "dea0241c-1978-4e06-8622-f2eb3f628943"
+ "0e016bd2-04d4-43b5-81ab-a5f37e9bf39d"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -739,19 +739,19 @@
"11992"
],
"x-ms-correlation-request-id": [
- "99809664-5b3b-40ac-8599-5f369fc2836b"
+ "4d0f8c86-0e00-485d-9568-58719adcef9f"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T233616Z:99809664-5b3b-40ac-8599-5f369fc2836b"
+ "WESTCENTRALUS:20210330T003156Z:4d0f8c86-0e00-485d-9568-58719adcef9f"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:36:16 GMT"
+ "Tue, 30 Mar 2021 00:31:56 GMT"
],
"Content-Length": [
- "627"
+ "629"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -760,20 +760,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage8452\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5640/providers/Microsoft.Compute/galleries/galleryPsTestGallery81/images/galleryPsTestGalleryImage8452\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Updated description.\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGalleryImage2946\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3662/providers/Microsoft.Compute/galleries/galleryPsTestGallery4084/images/galleryPsTestGalleryImage2946\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Updated description.\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e5e8c419-d651-499b-a9b7-637d99cbbeee?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lNWU4YzQxOS1kNjUxLTQ5OWItYTliNy02MzdkOTljYmJlZWU/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/ad096088-219a-45b5-bad1-304e874fe70d?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9hZDA5NjA4OC0yMTlhLTQ1YjUtYmFkMS0zMDRlODc0ZmU3MGQ/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -790,10 +790,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "31e39a3d-1398-4c32-befb-b7976163ffa6"
+ "77b3c9ee-1c89-4a13-89fe-3bdcfccb9056"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -803,16 +803,16 @@
"11994"
],
"x-ms-correlation-request-id": [
- "8392ad39-b0eb-4cc4-b9fd-e8d0a175c931"
+ "932d6d6d-356d-4533-8ac3-41a1aa498eff"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T233616Z:8392ad39-b0eb-4cc4-b9fd-e8d0a175c931"
+ "WESTCENTRALUS:20210330T003156Z:932d6d6d-356d-4533-8ac3-41a1aa498eff"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:36:16 GMT"
+ "Tue, 30 Mar 2021 00:31:56 GMT"
],
"Content-Length": [
"184"
@@ -824,26 +824,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:35:46.2263675+00:00\",\r\n \"endTime\": \"2020-12-29T23:35:46.2732428+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e5e8c419-d651-499b-a9b7-637d99cbbeee\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:31:26.0533913-07:00\",\r\n \"endTime\": \"2021-03-29T17:31:26.1002908-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ad096088-219a-45b5-bad1-304e874fe70d\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5640/providers/Microsoft.Compute/galleries/galleryPsTestGallery81/images?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU2NDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTgxL2ltYWdlcz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3662/providers/Microsoft.Compute/galleries/galleryPsTestGallery4084/images?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQwODQvaW1hZ2VzP2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "d12c2cd3-5273-4c2a-979e-6d6931716d27"
+ "c58df58b-195a-4c0b-8359-8211a9e58247"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -854,53 +854,68 @@
"no-cache"
],
"x-ms-original-request-ids": [
- "30537e3d-f920-485f-a148-a96423a03e92",
- "d0d12003-b0ee-4636-86b0-7dce6525a271",
- "e18d2a28-ca98-424e-afd5-c42e9a915583",
- "2ba22419-27a0-4d7e-a124-0eb9fc2fede7",
- "3875a189-7862-46f7-bdda-b5c7c48b22ac",
- "8a72de9c-6886-40a9-b6f3-ba9caeaa1055",
- "0a57fe68-b4a2-4ca5-a107-dc97ff248b3f",
- "6d5d2b05-d124-4b05-aeb2-a32efe3cce1a",
- "2aff9655-d736-4b1b-9a6e-5fd598587175",
- "37818da0-3acb-41b2-bd44-b3e818834347",
- "c06f89e8-a9f3-4b8f-acdb-d4c4b69daca0",
- "46869005-ca87-4282-a389-aed96d2284f5",
- "d317318c-b00e-46f8-bec4-82a4916c954a",
- "0f1bbfda-c877-4920-b8fc-9997ffe1fe86",
- "6658e333-93c4-41e5-b22f-066958b40868",
- "a58598f6-2818-4aa9-9d3d-98d18386c324",
- "11855463-624b-4fca-8ac1-93a24801ef22",
- "1c596f89-64d5-46f1-8f2c-dff26c52d905",
- "8374223f-4cfe-4d71-ab98-ba2fc75b95da",
- "cdf4178f-1b80-47bc-b1d8-cebe91d1fd9d",
- "13e08234-7f53-4aeb-b441-0d1d5b33d12f",
- "baaad835-4158-4250-9a44-b6632a6e792f",
- "f195c97a-d4d7-47ac-8cf3-d686e3e68f03",
- "c2cce342-3d2b-4052-aba3-de4234452076",
- "5ffef51a-e496-45b7-aa8a-901edbd66cae",
- "038989fa-c061-46e0-9153-e158e26e6f07",
- "fd06d8a0-dfbc-490d-ab22-d8a116f33203",
- "55abad74-7dce-404b-95bc-dbaf12cbfe65",
- "e9a2edb9-10b6-4f99-aa5b-987f876546b0",
- "60f5cbeb-c9d3-4538-9edb-917a3259199d",
- "8f588b51-533b-43c9-aa0d-2493d738bf2b",
- "3b317fd8-92a8-4bd7-aa57-fc4c8788bf23",
- "ceac900d-b0fb-49ca-8531-cd2536858811",
- "128ae8a9-e69c-478d-84b7-c7ae1b013f20",
- "01756979-ac08-48e8-8b16-8b348a07cada"
+ "7f2c7015-bdf9-4eac-8e61-336e0133332a",
+ "939d4f4e-2750-4cf3-b04b-a8a7ffe14c29",
+ "45dd67b2-3bf9-4450-9008-f7e31d1bb0d6",
+ "e81f1d4e-dca5-4a1b-b4d2-6270536a5ccf",
+ "60d6d4ce-780d-4eb7-b295-083076a48af8",
+ "cd64a982-9dd9-4dd2-a526-1f01aa9f5be3",
+ "48ce51e4-747c-492c-ad2e-39ec5a7a8280",
+ "d946243b-00f7-4673-9d80-15baf337b19a",
+ "06667bf3-d1df-4730-9141-c5eb55ea5f1c",
+ "c959509b-fd4d-4e11-9cf2-3dab9ccf9ff9",
+ "7321b794-91e6-4768-a270-0832c988aa60",
+ "e98dc138-33ed-426a-b978-c91366a71374",
+ "2892a751-7cf3-4c0e-99af-9e01d37b3b21",
+ "363ec6a5-97de-4da8-ac5c-751279a9ac62",
+ "55362031-90b7-4831-b855-bbc393da05b9",
+ "c244dc5b-d12b-4b58-9de2-18c453e6e61d",
+ "cfb1f62c-26e2-4ea0-b837-183e967f9724",
+ "6d14fd8d-a466-4e76-aead-02f61da8f187",
+ "45507692-7c92-41b5-8e5b-c1c1daf46c8b",
+ "3968e46a-a118-4cee-81cd-91dd20983d61",
+ "1ccefe90-6238-4a9d-8984-9362cff4ad0b",
+ "0887e70e-de47-4567-9e36-2499345d8994",
+ "c3496548-a9f2-402c-b850-d2c1acfdb50e",
+ "13926ef1-e94f-4748-9045-85cfae10c09c",
+ "ec9bbe02-0181-4169-b926-0ba81d5b629d",
+ "8087d8b6-2a86-4758-821e-727ccba762f6",
+ "dd1ca9d4-1567-4da1-85dd-6293dd39dd52",
+ "44d24dbd-12f7-4c51-817a-b211ba59e68a",
+ "aef13326-61d4-4a72-b96f-ebf1746f07d5",
+ "f301d2e1-4548-43ce-8a5a-70c8e59e2e8c",
+ "a44901ef-1171-43e8-a406-e3f69d7fb369",
+ "c81a6f18-4c37-4b04-b7ec-8bc8fcb5fe34",
+ "cab2af6c-7f3e-4c63-a0dc-4095be2e7dcf",
+ "ca1943f9-b364-4c7a-9b12-ebcde6184eec",
+ "13e5c473-4479-49f6-9254-1c8267e9cbea",
+ "8d6b42ff-231e-4f1a-bd3c-d24ff715b712",
+ "9293bf6e-e38e-426c-b9bf-fe46265e804e",
+ "8edd141d-9a7b-42ae-a518-51ae26c9199d",
+ "8db6a9f6-5ef5-4cae-b00a-a89cbe866adf",
+ "3e9fc789-899a-4775-9a2c-81e193ac6609",
+ "9a2a32c7-ab26-4ed3-85bc-a63b18128e63",
+ "72e382bc-332d-40ab-a998-c3690ef988f2",
+ "ce6b8a65-03e9-486c-8935-8d2f17bd3c4c",
+ "398c5e10-7c8e-4d6c-b631-4689f544aa76",
+ "3442f2c8-440c-4813-9730-3693186ea3e2",
+ "46a8919d-1b15-4cd8-b87f-08777e5a31dd",
+ "30f7c851-4064-4acf-a4e2-b5996579ccfc",
+ "7fbfcacf-b658-4828-8f0a-55f1e1b5035a",
+ "87d72af8-5bf3-40a9-baad-23eece758f00",
+ "6246f1d8-3ab4-4c90-840f-2df79304d90a"
],
"x-ms-ratelimit-remaining-subscription-reads": [
"11991"
],
"x-ms-request-id": [
- "ad77d987-ee3d-4c04-bea6-9521d33ab2da"
+ "b6c8d24d-7a88-4610-959a-7a2f34bbf769"
],
"x-ms-correlation-request-id": [
- "ad77d987-ee3d-4c04-bea6-9521d33ab2da"
+ "b6c8d24d-7a88-4610-959a-7a2f34bbf769"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T233617Z:ad77d987-ee3d-4c04-bea6-9521d33ab2da"
+ "WESTCENTRALUS:20210330T003158Z:b6c8d24d-7a88-4610-959a-7a2f34bbf769"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -909,7 +924,7 @@
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:36:17 GMT"
+ "Tue, 30 Mar 2021 00:31:58 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -918,29 +933,29 @@
"-1"
],
"Content-Length": [
- "533"
+ "535"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"galleryPsTestGalleryImage8452\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5640/providers/Microsoft.Compute/galleries/galleryPsTestGallery81/images/galleryPsTestGalleryImage8452\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Updated description.\"\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"galleryPsTestGalleryImage2946\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3662/providers/Microsoft.Compute/galleries/galleryPsTestGallery4084/images/galleryPsTestGalleryImage2946\",\r\n \"type\": \"Microsoft.Compute/galleries/images\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"hyperVGeneration\": \"V1\",\r\n \"osType\": \"Windows\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"testPub\",\r\n \"offer\": \"testOffer\",\r\n \"sku\": \"testSku\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"description\": \"Updated description.\"\r\n }\r\n }\r\n ]\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5640/providers/Microsoft.Compute/galleries/galleryPsTestGallery81/images?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU2NDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTgxL2ltYWdlcz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3662/providers/Microsoft.Compute/galleries/galleryPsTestGallery4084/images?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQwODQvaW1hZ2VzP2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "0874232c-47e6-451d-b0a9-99c627f066bf"
+ "8f022918-8123-46a8-a538-db13a4bd1305"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -951,53 +966,68 @@
"no-cache"
],
"x-ms-original-request-ids": [
- "82fee48e-6822-4007-8461-c663e937705c",
- "7ce25afa-78ae-43ab-b3fc-b4cbc16749e5",
- "c38e0a10-e58d-4e3c-8820-79002cef4bf6",
- "ed055a46-0bbf-4ba7-80bd-b916c0680762",
- "9057c96d-807a-4c3a-baf2-da8cfe907753",
- "3eded975-6568-4d93-aaaa-8bba8557781e",
- "8d7ceb6c-42f1-486c-8b9d-ee0393cd49c2",
- "bc2b68c9-adf8-49d9-9a86-780d262b7f88",
- "8e827522-c1fe-4203-9bed-e802fa1a8540",
- "f06cacbc-2365-4f07-ae9c-50a5d047cf48",
- "a0809153-35a8-4f9d-a48f-87dcd0a2eeff",
- "0856d6e7-8eb8-409f-90c7-d5c2758b06cc",
- "28037522-9684-450b-8d10-e1111a958b1b",
- "6987f742-63f9-4d53-b321-16547e5fc2d8",
- "cf36bdcb-4dfa-4c51-bcad-8a831a2ae2df",
- "33f3d836-9917-404f-ab33-fe37ed8db484",
- "7eb10472-61e6-4afa-bfd4-69ebd611a49a",
- "b1591e1f-82b4-4c01-9bf0-d9a12637d4d9",
- "cea23dc3-2aea-4afe-8630-7eb273f35ec3",
- "f34c0799-5750-4a75-9655-b9d2fa5d03fa",
- "4fb89cf8-2304-4a7c-a4be-c927306f91ec",
- "37ad61fa-d085-49f9-94f0-f2e32cd1f508",
- "06a33a6f-4f76-48e0-930a-b69cace348da",
- "1d14bc38-99cf-45bb-9ec8-ccd342310bb7",
- "a660d260-c26a-4ef8-a278-da39a6088026",
- "2cabc7ad-8f65-4359-95ff-497099a8e0df",
- "e594c2b9-1226-4bfe-bb80-a77dd917c4b4",
- "03c71cdd-5536-458b-a5a5-3c9ba5c839e5",
- "072ae558-4b4e-4d8c-874d-c2657ee363b6",
- "6a23a9a1-5275-4711-89fc-4326860f7052",
- "3398613d-82f3-4030-81b6-4a104987450a",
- "88adde55-40a8-49de-adc7-f8d048d2884c",
- "eabbc5eb-f657-4ebc-8006-4df714e7de00",
- "8d74f632-40fa-405c-a812-766305c086cb",
- "a673ca31-d29a-4961-a9dc-d0df2e5a7739"
+ "18a6f3b7-9b51-429e-bcba-f71a2801c8a7",
+ "fb4c2043-f610-42dd-ae45-15320f14a841",
+ "dea208be-6943-4cc7-a63e-d147d077ca4f",
+ "18421ac2-3db4-4580-9dd9-fa93ec56d8e8",
+ "ca7e79db-a346-41fd-9fe4-bfa614990fd4",
+ "9604b9fb-c89c-4641-ac29-c99d7f4d2777",
+ "76401c73-2d21-4b8d-ba8b-6ea88fc98496",
+ "22330706-1f41-4838-853f-fed0164bd99a",
+ "c7bcc6dd-0821-4248-bd4f-666b6e7e431d",
+ "4f84c9f0-09a0-43f9-bcbf-4a3fb49a120a",
+ "2abdc18c-d130-49b2-81e7-bc44c122e40d",
+ "4428fcc6-3d42-4b5c-bdb2-32c2d831ef00",
+ "c8d65c54-f1fe-4c94-b54a-3b7cbfd31a47",
+ "4ad65a00-f075-4f8a-ba70-667e5c06516e",
+ "b1006d96-c687-4ee7-8967-cc31c7c80f86",
+ "d53e9d74-e7db-4ee5-ad83-9a8db7d97a9e",
+ "01d50017-218b-45ef-b25d-5808da0ce107",
+ "8f4a3539-038b-4cb6-837a-0f8df96be17f",
+ "44bfcafa-e49d-424a-8164-e36569b721f0",
+ "521f707d-9280-4714-b9d0-31e6217b54ba",
+ "dbf370e9-b8b4-469c-a867-5b23a46ac496",
+ "97039a6e-2716-4c4e-94f1-e266ce889bb7",
+ "450953aa-0a32-47b8-a8a5-6f0a2e9369b4",
+ "fe5e41a9-2059-4887-8948-48c0b80df3b3",
+ "5119c52f-22b3-4612-87b1-146d4892e535",
+ "c25a929c-83f4-4c3b-8f9c-2d814e68cbe8",
+ "23f9b9ec-5dd5-4931-84d0-3e4e50bd9aa1",
+ "73dd6001-0281-4c6d-8b4d-3d7771ddef02",
+ "434b3dcc-5ac3-4916-b6a3-803ed41be715",
+ "2623d3ec-c6c7-41d4-9fdd-d40a2325f800",
+ "70500cd1-aba2-4b9a-91a0-76528f574dd9",
+ "6825873c-b194-4762-8619-5f5159a5d29e",
+ "e80a3c53-310c-4a47-b98a-27e24289e908",
+ "e0b6ff93-3681-4813-b528-dfd80c09dd6e",
+ "dfc7e765-8070-405a-b9a0-856bfa39f7a0",
+ "25ab8b50-8832-4a3e-8a9c-e9b783430b61",
+ "34082ba5-db0c-4ffd-83b5-c4e85c93de74",
+ "7b208b76-e2d4-4806-a4a3-b45d31184c65",
+ "75ea24cc-020a-49bf-918b-d0f56726e350",
+ "db9c0425-326f-4615-90f9-a8acb616e128",
+ "891261e5-172b-46e2-8d83-e1c7fa15a040",
+ "02206967-154c-429b-9acd-0b46a54ab909",
+ "97ef8d48-168b-423b-869f-788e700d5f53",
+ "f9297426-cc82-4e55-a7fa-31c0c652bb1f",
+ "c2ace901-dab1-4654-a840-6c03113a69f2",
+ "f984b93d-0f89-4375-83ad-2174cc9f97c9",
+ "fec44e56-2125-4805-9cde-62c5e1be6939",
+ "5a435372-74cf-4618-afaa-3e09cf435ffe",
+ "135d3f88-8977-4ce9-86e4-e39060629e7b",
+ "6e544124-2ffb-4c53-abbc-27b6be0f1bb3"
],
"x-ms-ratelimit-remaining-subscription-reads": [
"11988"
],
"x-ms-request-id": [
- "f82de536-a511-4f98-8149-ac27c4a45fd4"
+ "717b6a96-3ee1-4577-ab9f-ca8424108f0c"
],
"x-ms-correlation-request-id": [
- "f82de536-a511-4f98-8149-ac27c4a45fd4"
+ "717b6a96-3ee1-4577-ab9f-ca8424108f0c"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T233647Z:f82de536-a511-4f98-8149-ac27c4a45fd4"
+ "WESTCENTRALUS:20210330T003229Z:717b6a96-3ee1-4577-ab9f-ca8424108f0c"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1006,7 +1036,7 @@
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:36:47 GMT"
+ "Tue, 30 Mar 2021 00:32:28 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1022,22 +1052,22 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5640/providers/Microsoft.Compute/galleries/galleryPsTestGallery81/images/galleryPsTestGalleryImage8452?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU2NDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTgxL2ltYWdlcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeUltYWdlODQ1Mj9hcGktdmVyc2lvbj0yMDE5LTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3662/providers/Microsoft.Compute/galleries/galleryPsTestGallery4084/images/galleryPsTestGalleryImage2946?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQwODQvaW1hZ2VzL2dhbGxlcnlQc1Rlc3RHYWxsZXJ5SW1hZ2UyOTQ2P2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "c37666f0-8fcf-474a-977f-c71dcc0a6efc"
+ "f5574352-1785-4f4d-b940-6daaead7e66b"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -1048,10 +1078,10 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/1366a334-d54d-4f20-8db0-30dbeca882e7?monitor=true&api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/a92f53a0-2d79-4f9b-b3dd-0b11c53457aa?monitor=true&api-version=2020-09-30"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/1366a334-d54d-4f20-8db0-30dbeca882e7?api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/a92f53a0-2d79-4f9b-b3dd-0b11c53457aa?api-version=2020-09-30"
],
"x-ms-ratelimit-remaining-resource": [
"Microsoft.Compute/DeleteGalleryImage3Min;49,Microsoft.Compute/DeleteGalleryImage30Min;299"
@@ -1060,10 +1090,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "1366a334-d54d-4f20-8db0-30dbeca882e7"
+ "a92f53a0-2d79-4f9b-b3dd-0b11c53457aa"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -1073,16 +1103,16 @@
"14999"
],
"x-ms-correlation-request-id": [
- "29475397-3b32-46c8-8215-a0ae61011dad"
+ "fc30c80a-4481-44e3-af6c-19083bd45154"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T233617Z:29475397-3b32-46c8-8215-a0ae61011dad"
+ "WESTCENTRALUS:20210330T003158Z:fc30c80a-4481-44e3-af6c-19083bd45154"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:36:17 GMT"
+ "Tue, 30 Mar 2021 00:31:58 GMT"
],
"Expires": [
"-1"
@@ -1095,16 +1125,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/1366a334-d54d-4f20-8db0-30dbeca882e7?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8xMzY2YTMzNC1kNTRkLTRmMjAtOGRiMC0zMGRiZWNhODgyZTc/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/a92f53a0-2d79-4f9b-b3dd-0b11c53457aa?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9hOTJmNTNhMC0yZDc5LTRmOWItYjNkZC0wYjExYzUzNDU3YWE/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -1121,10 +1151,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "07b66a07-f68b-4660-b99c-bb13fe887fd5"
+ "ee2eef9c-4e55-4a5f-8ec4-e16f0fcf79a8"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -1134,16 +1164,16 @@
"11990"
],
"x-ms-correlation-request-id": [
- "d3e046ef-6f27-467f-9de1-79cbe88459b3"
+ "64ebfc01-693e-4ce9-b62f-59cb4046f856"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T233647Z:d3e046ef-6f27-467f-9de1-79cbe88459b3"
+ "WESTCENTRALUS:20210330T003228Z:64ebfc01-693e-4ce9-b62f-59cb4046f856"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:36:47 GMT"
+ "Tue, 30 Mar 2021 00:32:28 GMT"
],
"Content-Length": [
"184"
@@ -1155,20 +1185,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:36:17.5859426+00:00\",\r\n \"endTime\": \"2020-12-29T23:36:17.7109491+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"1366a334-d54d-4f20-8db0-30dbeca882e7\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:31:58.4454898-07:00\",\r\n \"endTime\": \"2021-03-29T17:31:58.5704922-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a92f53a0-2d79-4f9b-b3dd-0b11c53457aa\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/1366a334-d54d-4f20-8db0-30dbeca882e7?monitor=true&api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8xMzY2YTMzNC1kNTRkLTRmMjAtOGRiMC0zMGRiZWNhODgyZTc/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/a92f53a0-2d79-4f9b-b3dd-0b11c53457aa?monitor=true&api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9hOTJmNTNhMC0yZDc5LTRmOWItYjNkZC0wYjExYzUzNDU3YWE/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -1185,10 +1215,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "2759b52d-36b0-4395-86ee-a7a706c7fde3"
+ "d4d35f25-277c-4e4c-9b74-12de11a93622"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -1198,16 +1228,16 @@
"11989"
],
"x-ms-correlation-request-id": [
- "e0fa41f4-8bfb-4e9a-a5c7-c7c80bab5d0e"
+ "7703c646-0162-45d9-8e4d-14acaa7bac32"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T233647Z:e0fa41f4-8bfb-4e9a-a5c7-c7c80bab5d0e"
+ "WESTCENTRALUS:20210330T003228Z:7703c646-0162-45d9-8e4d-14acaa7bac32"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:36:47 GMT"
+ "Tue, 30 Mar 2021 00:32:28 GMT"
],
"Expires": [
"-1"
@@ -1220,22 +1250,22 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg5640/providers/Microsoft.Compute/galleries/galleryPsTestGallery81?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzU2NDAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTgxP2FwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3662/providers/Microsoft.Compute/galleries/galleryPsTestGallery4084?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTQwODQ/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "51af9c89-4636-42ea-960a-99606186a365"
+ "081d962c-c4c0-42ab-92ac-5cec56cd20cf"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -1246,22 +1276,22 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/4382b4ea-f81b-484f-a4a3-4efe5993cacd?monitor=true&api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/d8dd9798-92ac-4f0c-a3c7-999bbda97aa1?monitor=true&api-version=2020-09-30"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/4382b4ea-f81b-484f-a4a3-4efe5993cacd?api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/d8dd9798-92ac-4f0c-a3c7-999bbda97aa1?api-version=2020-09-30"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/DeleteGallery3Min;49,Microsoft.Compute/DeleteGallery30Min;299"
+ "Microsoft.Compute/DeleteGallery3Min;49,Microsoft.Compute/DeleteGallery30Min;899"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "4382b4ea-f81b-484f-a4a3-4efe5993cacd"
+ "d8dd9798-92ac-4f0c-a3c7-999bbda97aa1"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -1271,16 +1301,16 @@
"14998"
],
"x-ms-correlation-request-id": [
- "93a2efb5-3b70-4501-9194-c73425dea1ea"
+ "78a58e9d-05d7-4cea-9f45-e79f5880c18b"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T233648Z:93a2efb5-3b70-4501-9194-c73425dea1ea"
+ "WESTCENTRALUS:20210330T003229Z:78a58e9d-05d7-4cea-9f45-e79f5880c18b"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:36:47 GMT"
+ "Tue, 30 Mar 2021 00:32:29 GMT"
],
"Expires": [
"-1"
@@ -1293,16 +1323,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/4382b4ea-f81b-484f-a4a3-4efe5993cacd?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy80MzgyYjRlYS1mODFiLTQ4NGYtYTRhMy00ZWZlNTk5M2NhY2Q/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/d8dd9798-92ac-4f0c-a3c7-999bbda97aa1?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9kOGRkOTc5OC05MmFjLTRmMGMtYTNjNy05OTliYmRhOTdhYTE/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -1319,29 +1349,29 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "791c15ba-b474-4f3c-94a7-df5639f2e591"
+ "e666a3ea-d160-47fb-9d46-a5209dd96cf3"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11987"
+ "11986"
],
"x-ms-correlation-request-id": [
- "1ddb6665-bc36-4bdd-959c-b8e50608f392"
+ "b93731ea-ab5f-4ec6-814d-377e847edd6f"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T233718Z:1ddb6665-bc36-4bdd-959c-b8e50608f392"
+ "WESTCENTRALUS:20210330T003259Z:b93731ea-ab5f-4ec6-814d-377e847edd6f"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:37:17 GMT"
+ "Tue, 30 Mar 2021 00:32:59 GMT"
],
"Content-Length": [
"184"
@@ -1353,20 +1383,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-29T23:36:48.0392216+00:00\",\r\n \"endTime\": \"2020-12-29T23:36:48.1329748+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"4382b4ea-f81b-484f-a4a3-4efe5993cacd\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T17:32:29.3221954-07:00\",\r\n \"endTime\": \"2021-03-29T17:32:29.4472755-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d8dd9798-92ac-4f0c-a3c7-999bbda97aa1\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/4382b4ea-f81b-484f-a4a3-4efe5993cacd?monitor=true&api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy80MzgyYjRlYS1mODFiLTQ4NGYtYTRhMy00ZWZlNTk5M2NhY2Q/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/d8dd9798-92ac-4f0c-a3c7-999bbda97aa1?monitor=true&api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9kOGRkOTc5OC05MmFjLTRmMGMtYTNjNy05OTliYmRhOTdhYTE/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -1383,29 +1413,29 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "658aa28c-9faf-4c3e-aaa8-a5d636bc824a"
+ "277be90c-a4cc-46e5-87b9-3280f8b36c88"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
"Microsoft-HTTPAPI/2.0"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11986"
+ "11985"
],
"x-ms-correlation-request-id": [
- "7cf8cdf9-726d-4075-bf3b-e98d051e8349"
+ "14c64489-7d36-4004-abb5-a5954f92f677"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201229T233718Z:7cf8cdf9-726d-4075-bf3b-e98d051e8349"
+ "WESTCENTRALUS:20210330T003259Z:14c64489-7d36-4004-abb5-a5954f92f677"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Tue, 29 Dec 2020 23:37:17 GMT"
+ "Tue, 30 Mar 2021 00:32:59 GMT"
],
"Expires": [
"-1"
@@ -1420,12 +1450,12 @@
],
"Names": {
"GalleryImage_CRUD_Tests": [
- "galleryPsTestRg5640",
- "galleryPsTestGallery81",
- "galleryPsTestGalleryImage8452"
+ "galleryPsTestRg3662",
+ "galleryPsTestGallery4084",
+ "galleryPsTestGalleryImage2946"
]
},
"Variables": {
- "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871"
+ "SubscriptionId": "97f78232-382b-46a7-8a72-964d692c4f3f"
}
}
\ No newline at end of file
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/Gallery_CRUD_Tests.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/Gallery_CRUD_Tests.json
index 0654bbcfe852..fbc97f15d467 100644
--- a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/Gallery_CRUD_Tests.json
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/Gallery_CRUD_Tests.json
@@ -1,21 +1,21 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/galleryPsTestRg8531?api-version=2017-05-10",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzg1MzE/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourcegroups/galleryPsTestRg3658?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NTg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "4c40ac40-2294-4071-be89-77ce691a4df7"
+ "d21c7324-01e6-463f-a783-2eadef6be5b9"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
"Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
],
"Content-Type": [
@@ -36,13 +36,13 @@
"1199"
],
"x-ms-request-id": [
- "49f104da-14c4-4898-b1f8-3c0905e6feb3"
+ "47c19756-8875-415d-a2cc-9f41a8c09d06"
],
"x-ms-correlation-request-id": [
- "49f104da-14c4-4898-b1f8-3c0905e6feb3"
+ "47c19756-8875-415d-a2cc-9f41a8c09d06"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T002010Z:49f104da-14c4-4898-b1f8-3c0905e6feb3"
+ "WESTUS:20210330T010032Z:47c19756-8875-415d-a2cc-9f41a8c09d06"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -51,7 +51,7 @@
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:20:10 GMT"
+ "Tue, 30 Mar 2021 01:00:32 GMT"
],
"Content-Length": [
"192"
@@ -63,26 +63,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8531\",\r\n \"name\": \"galleryPsTestRg8531\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3658\",\r\n \"name\": \"galleryPsTestRg3658\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8531/providers/Microsoft.Compute/galleries/galleryPsTestGallery3433?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzg1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM0MzM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3658/providers/Microsoft.Compute/galleries/galleryPsTestGallery1299?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTEyOTk/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"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": [
- "6af2fa77-c051-4402-a2bc-949d5b61ce7b"
+ "688abc9d-4499-460a-aec9-40283bd9441e"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -99,19 +99,19 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/857542df-5c56-4dc7-a389-3a2b4c857535?api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/14f6e75a-b430-4c40-87ba-5448b6214b35?api-version=2020-09-30"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/CreateUpdateGallery3Min;49,Microsoft.Compute/CreateUpdateGallery30Min;299"
+ "Microsoft.Compute/CreateUpdateGallery3Min;49,Microsoft.Compute/CreateUpdateGallery30Min;298"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "857542df-5c56-4dc7-a389-3a2b4c857535"
+ "14f6e75a-b430-4c40-87ba-5448b6214b35"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -121,19 +121,19 @@
"1199"
],
"x-ms-correlation-request-id": [
- "ab0093fe-3fe4-4dfb-9dd2-4bbbb5279f6a"
+ "8b861719-086c-4b57-a64b-691c459725a8"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T002011Z:ab0093fe-3fe4-4dfb-9dd2-4bbbb5279f6a"
+ "WESTUS:20210330T010035Z:8b861719-086c-4b57-a64b-691c459725a8"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:20:11 GMT"
+ "Tue, 30 Mar 2021 01:00:35 GMT"
],
"Content-Length": [
- "508"
+ "573"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -142,26 +142,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery3433\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8531/providers/Microsoft.Compute/galleries/galleryPsTestGallery3433\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY3433\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery1299\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3658/providers/Microsoft.Compute/galleries/galleryPsTestGallery1299\",\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-GALLERYPSTESTGALLERY1299\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Private\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8531/providers/Microsoft.Compute/galleries/galleryPsTestGallery3433?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzg1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM0MzM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3658/providers/Microsoft.Compute/galleries/galleryPsTestGallery1299?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTEyOTk/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This is an updated description\"\r\n },\r\n \"location\": \"eastus2\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "458f66fe-b550-4811-8a3e-c8c0447ba2f1"
+ "1d35e011-114a-4e56-a0b7-1bed504182fd"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -178,19 +178,19 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/17c22a9e-9f03-4fb6-95c1-08070d9518f5?api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/6aa0310d-11ff-4b7c-958e-a27a13c90ece?api-version=2020-09-30"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/CreateUpdateGallery3Min;48,Microsoft.Compute/CreateUpdateGallery30Min;298"
+ "Microsoft.Compute/CreateUpdateGallery3Min;48,Microsoft.Compute/CreateUpdateGallery30Min;297"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "17c22a9e-9f03-4fb6-95c1-08070d9518f5"
+ "6aa0310d-11ff-4b7c-958e-a27a13c90ece"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -200,19 +200,19 @@
"1198"
],
"x-ms-correlation-request-id": [
- "7a0d65d6-948c-48c0-9178-19d2b03975d8"
+ "ec511fc9-ffc9-46d8-8bc0-f083d4f1baae"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T002042Z:7a0d65d6-948c-48c0-9178-19d2b03975d8"
+ "WESTUS:20210330T010106Z:ec511fc9-ffc9-46d8-8bc0-f083d4f1baae"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:20:41 GMT"
+ "Tue, 30 Mar 2021 01:01:05 GMT"
],
"Content-Length": [
- "503"
+ "568"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -221,20 +221,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery3433\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8531/providers/Microsoft.Compute/galleries/galleryPsTestGallery3433\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY3433\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery1299\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3658/providers/Microsoft.Compute/galleries/galleryPsTestGallery1299\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY1299\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Private\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/857542df-5c56-4dc7-a389-3a2b4c857535?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy84NTc1NDJkZi01YzU2LTRkYzctYTM4OS0zYTJiNGM4NTc1MzU/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/14f6e75a-b430-4c40-87ba-5448b6214b35?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy8xNGY2ZTc1YS1iNDMwLTRjNDAtODdiYS01NDQ4YjYyMTRiMzU/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -245,16 +245,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4159"
+ "Microsoft.Compute/GetOperationStatus3Min;1192,Microsoft.Compute/GetOperationStatus30Min;4161"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "590c6b9d-2e89-4118-bc15-2f0b4c7d8623"
+ "fcad369e-7188-4e71-8b4b-0308b66907a6"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -264,19 +264,19 @@
"11999"
],
"x-ms-correlation-request-id": [
- "f63fdc3a-86a2-4529-97ea-dc28bc147cce"
+ "ff7fc37f-df9d-4937-90aa-81e6da54bcbb"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T002041Z:f63fdc3a-86a2-4529-97ea-dc28bc147cce"
+ "WESTUS:20210330T010105Z:ff7fc37f-df9d-4937-90aa-81e6da54bcbb"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:20:41 GMT"
+ "Tue, 30 Mar 2021 01:01:05 GMT"
],
"Content-Length": [
- "184"
+ "183"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -285,20 +285,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-30T00:20:11.6028992+00:00\",\r\n \"endTime\": \"2020-12-30T00:20:11.7747741+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"857542df-5c56-4dc7-a389-3a2b4c857535\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T18:00:35.1392098-07:00\",\r\n \"endTime\": \"2021-03-29T18:00:35.248592-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"14f6e75a-b430-4c40-87ba-5448b6214b35\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8531/providers/Microsoft.Compute/galleries/galleryPsTestGallery3433?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzg1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM0MzM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3658/providers/Microsoft.Compute/galleries/galleryPsTestGallery1299?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTEyOTk/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -309,16 +309,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetGallery3Min;347,Microsoft.Compute/GetGallery30Min;2493"
+ "Microsoft.Compute/GetGallery3Min;344,Microsoft.Compute/GetGallery30Min;2483"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "bb2fef69-ae73-4bed-bc8b-dc176ebacd56"
+ "a0c5a9cf-a8d3-4331-8c76-e14f641ad514"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -328,16 +328,16 @@
"11998"
],
"x-ms-correlation-request-id": [
- "05f114b2-cfd5-4e8e-b74e-4543b460f8d7"
+ "4da8dde3-641c-4dad-81c7-b3e768009e1a"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T002041Z:05f114b2-cfd5-4e8e-b74e-4543b460f8d7"
+ "WESTUS:20210330T010105Z:4da8dde3-641c-4dad-81c7-b3e768009e1a"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:20:41 GMT"
+ "Tue, 30 Mar 2021 01:01:05 GMT"
],
"Content-Length": [
"509"
@@ -349,26 +349,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery3433\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8531/providers/Microsoft.Compute/galleries/galleryPsTestGallery3433\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY3433\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery1299\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3658/providers/Microsoft.Compute/galleries/galleryPsTestGallery1299\",\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-GALLERYPSTESTGALLERY1299\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8531/providers/Microsoft.Compute/galleries/galleryPsTestGallery3433?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzg1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM0MzM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3658/providers/Microsoft.Compute/galleries/galleryPsTestGallery1299?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTEyOTk/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "762b6d9d-6a50-4841-9758-0abb760c2dfd"
+ "23e68ba8-f395-4858-a250-22a18e35900c"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -379,16 +379,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetGallery3Min;346,Microsoft.Compute/GetGallery30Min;2492"
+ "Microsoft.Compute/GetGallery3Min;343,Microsoft.Compute/GetGallery30Min;2482"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "52616f61-2af9-42f8-99a5-4ae0e46370b2"
+ "2fbe6c47-fa8e-433d-9b3f-b41c0cd2de08"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -398,16 +398,16 @@
"11997"
],
"x-ms-correlation-request-id": [
- "a17f7c89-c42d-4c59-b155-afd1319f3722"
+ "eed467fd-eeb5-4484-8878-f8fad17d3aea"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T002041Z:a17f7c89-c42d-4c59-b155-afd1319f3722"
+ "WESTUS:20210330T010106Z:eed467fd-eeb5-4484-8878-f8fad17d3aea"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:20:41 GMT"
+ "Tue, 30 Mar 2021 01:01:05 GMT"
],
"Content-Length": [
"509"
@@ -419,20 +419,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery3433\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8531/providers/Microsoft.Compute/galleries/galleryPsTestGallery3433\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY3433\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery1299\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3658/providers/Microsoft.Compute/galleries/galleryPsTestGallery1299\",\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-GALLERYPSTESTGALLERY1299\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8531/providers/Microsoft.Compute/galleries/galleryPsTestGallery3433?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzg1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM0MzM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3658/providers/Microsoft.Compute/galleries/galleryPsTestGallery1299?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTEyOTk/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -443,16 +443,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetGallery3Min;345,Microsoft.Compute/GetGallery30Min;2491"
+ "Microsoft.Compute/GetGallery3Min;342,Microsoft.Compute/GetGallery30Min;2481"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "a8cc2904-3bb4-4d15-8882-f9907bcb4335"
+ "31b1cbed-567d-473f-b6d0-553615d02a8d"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -462,16 +462,16 @@
"11996"
],
"x-ms-correlation-request-id": [
- "7353fbc3-881b-4109-a71a-dca1619a3aad"
+ "14770c38-8b27-4ce2-9382-a8ed1e9d027f"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T002042Z:7353fbc3-881b-4109-a71a-dca1619a3aad"
+ "WESTUS:20210330T010106Z:14770c38-8b27-4ce2-9382-a8ed1e9d027f"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:20:41 GMT"
+ "Tue, 30 Mar 2021 01:01:06 GMT"
],
"Content-Length": [
"503"
@@ -483,26 +483,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery3433\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8531/providers/Microsoft.Compute/galleries/galleryPsTestGallery3433\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY3433\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery1299\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3658/providers/Microsoft.Compute/galleries/galleryPsTestGallery1299\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY1299\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8531/providers/Microsoft.Compute/galleries/galleryPsTestGallery3433?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzg1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM0MzM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3658/providers/Microsoft.Compute/galleries/galleryPsTestGallery1299?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTEyOTk/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "5167d7d3-f644-45ae-a7d7-89ed61e26daf"
+ "c7d5902c-0443-46c5-92dd-acd45308b13c"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -513,16 +513,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetGallery3Min;344,Microsoft.Compute/GetGallery30Min;2490"
+ "Microsoft.Compute/GetGallery3Min;341,Microsoft.Compute/GetGallery30Min;2480"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "60b1a1d1-ae68-4450-8da6-b4c4603545d3"
+ "52c258fb-cd4e-4e36-8485-50cdfa4b05d0"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -532,16 +532,16 @@
"11995"
],
"x-ms-correlation-request-id": [
- "fc011377-7645-456e-be85-1084b781f750"
+ "b9d3369c-9b49-4b70-9bce-b00925075e95"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T002042Z:fc011377-7645-456e-be85-1084b781f750"
+ "WESTUS:20210330T010106Z:b9d3369c-9b49-4b70-9bce-b00925075e95"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:20:41 GMT"
+ "Tue, 30 Mar 2021 01:01:06 GMT"
],
"Content-Length": [
"503"
@@ -553,25 +553,25 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery3433\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8531/providers/Microsoft.Compute/galleries/galleryPsTestGallery3433\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY3433\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery1299\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3658/providers/Microsoft.Compute/galleries/galleryPsTestGallery1299\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY1299\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourcegroups/galleryPsTestRg8531New?api-version=2017-05-10",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzg1MzFOZXc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourcegroups/galleryPsTestRg3658New?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NThOZXc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "6102e693-360c-439c-beb0-8882e7a35503"
+ "043a69f7-a991-4934-82c6-c4877cf82754"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
"Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
],
"Content-Type": [
@@ -592,13 +592,13 @@
"1198"
],
"x-ms-request-id": [
- "59322f21-60e7-4702-ba3e-884a1ab44393"
+ "8a4980f5-8994-4e88-be90-081abe4d1300"
],
"x-ms-correlation-request-id": [
- "59322f21-60e7-4702-ba3e-884a1ab44393"
+ "8a4980f5-8994-4e88-be90-081abe4d1300"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T002042Z:59322f21-60e7-4702-ba3e-884a1ab44393"
+ "WESTUS:20210330T010107Z:8a4980f5-8994-4e88-be90-081abe4d1300"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -607,7 +607,7 @@
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:20:42 GMT"
+ "Tue, 30 Mar 2021 01:01:06 GMT"
],
"Content-Length": [
"198"
@@ -619,26 +619,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8531New\",\r\n \"name\": \"galleryPsTestRg8531New\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3658New\",\r\n \"name\": \"galleryPsTestRg3658New\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8531New/providers/Microsoft.Compute/galleries/galleryPsTestGallery3433New?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzg1MzFOZXcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM0MzNOZXc/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3658New/providers/Microsoft.Compute/galleries/galleryPsTestGallery1299New?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NThOZXcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTEyOTlOZXc/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This is an updated description\"\r\n },\r\n \"location\": \"eastus2\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "d9286546-46ed-48f7-aab2-0f082e02d720"
+ "6d7b60b0-7bb6-489b-b526-908d380764d3"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -655,19 +655,19 @@
"no-cache"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/654cecbd-91f7-44cd-a207-692475b20f85?api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/a5089f24-a00a-4351-80f6-14edbda3696a?api-version=2020-09-30"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/CreateUpdateGallery3Min;47,Microsoft.Compute/CreateUpdateGallery30Min;297"
+ "Microsoft.Compute/CreateUpdateGallery3Min;47,Microsoft.Compute/CreateUpdateGallery30Min;296"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "654cecbd-91f7-44cd-a207-692475b20f85"
+ "a5089f24-a00a-4351-80f6-14edbda3696a"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -677,19 +677,19 @@
"1197"
],
"x-ms-correlation-request-id": [
- "19be7f50-4868-475e-8ad3-e874b40e76ba"
+ "221d11a8-e4cb-4105-bc87-4ce6a8465616"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T002052Z:19be7f50-4868-475e-8ad3-e874b40e76ba"
+ "WESTUS:20210330T010119Z:221d11a8-e4cb-4105-bc87-4ce6a8465616"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:20:52 GMT"
+ "Tue, 30 Mar 2021 01:01:18 GMT"
],
"Content-Length": [
- "514"
+ "579"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -698,20 +698,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery3433New\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8531New/providers/Microsoft.Compute/galleries/galleryPsTestGallery3433New\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY3433NEW\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery1299New\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3658New/providers/Microsoft.Compute/galleries/galleryPsTestGallery1299New\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY1299NEW\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Private\"\r\n },\r\n \"provisioningState\": \"Creating\"\r\n }\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/654cecbd-91f7-44cd-a207-692475b20f85?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy82NTRjZWNiZC05MWY3LTQ0Y2QtYTIwNy02OTI0NzViMjBmODU/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/a5089f24-a00a-4351-80f6-14edbda3696a?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9hNTA4OWYyNC1hMDBhLTQzNTEtODBmNi0xNGVkYmRhMzY5NmE/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -722,16 +722,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4157"
+ "Microsoft.Compute/GetOperationStatus3Min;1190,Microsoft.Compute/GetOperationStatus30Min;4159"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "fe65129f-9fb8-4bdc-bd5b-c921c36a4662"
+ "0c2114a7-9aad-47ff-af30-58fad2d0f915"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -741,16 +741,16 @@
"11994"
],
"x-ms-correlation-request-id": [
- "f21c8b0a-54c6-47c2-abc2-56d4b1e0ce97"
+ "743cee55-35f3-4f57-9406-56179999e3a4"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T002122Z:f21c8b0a-54c6-47c2-abc2-56d4b1e0ce97"
+ "WESTUS:20210330T010149Z:743cee55-35f3-4f57-9406-56179999e3a4"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:21:22 GMT"
+ "Tue, 30 Mar 2021 01:01:48 GMT"
],
"Content-Length": [
"184"
@@ -762,20 +762,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-30T00:20:52.5562893+00:00\",\r\n \"endTime\": \"2020-12-30T00:20:52.6500409+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"654cecbd-91f7-44cd-a207-692475b20f85\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T18:01:18.5632801-07:00\",\r\n \"endTime\": \"2021-03-29T18:01:18.6726601-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"a5089f24-a00a-4351-80f6-14edbda3696a\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8531New/providers/Microsoft.Compute/galleries/galleryPsTestGallery3433New?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzg1MzFOZXcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM0MzNOZXc/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3658New/providers/Microsoft.Compute/galleries/galleryPsTestGallery1299New?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NThOZXcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTEyOTlOZXc/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -786,16 +786,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetGallery3Min;337,Microsoft.Compute/GetGallery30Min;2483"
+ "Microsoft.Compute/GetGallery3Min;335,Microsoft.Compute/GetGallery30Min;2474"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "fd5e9d1d-1659-4ac9-a9f1-3d38b96df27a"
+ "a964f3ef-cebd-46c9-b25f-10cf15cbb5cc"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -805,16 +805,16 @@
"11993"
],
"x-ms-correlation-request-id": [
- "3b2f9096-aa23-4609-8396-2e2d93b8e2e6"
+ "025db2f5-5d5f-4713-b74a-3a2dbc20f9f9"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T002122Z:3b2f9096-aa23-4609-8396-2e2d93b8e2e6"
+ "WESTUS:20210330T010149Z:025db2f5-5d5f-4713-b74a-3a2dbc20f9f9"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:21:22 GMT"
+ "Tue, 30 Mar 2021 01:01:48 GMT"
],
"Content-Length": [
"515"
@@ -826,26 +826,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery3433New\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8531New/providers/Microsoft.Compute/galleries/galleryPsTestGallery3433New\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY3433NEW\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery1299New\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3658New/providers/Microsoft.Compute/galleries/galleryPsTestGallery1299New\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY1299NEW\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8531/providers/Microsoft.Compute/galleries?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzg1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3658/providers/Microsoft.Compute/galleries?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcz9hcGktdmVyc2lvbj0yMDIwLTA5LTMw",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "dc6da2ae-2035-417a-a448-8d9e0f00928b"
+ "e09db24f-d52c-48cb-ad1e-2a231b1d29d0"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -862,10 +862,10 @@
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "877122d0-7342-4620-ac6d-f1b6cd712935"
+ "849dd5c4-1969-4189-8e91-642de077daa0"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -875,16 +875,16 @@
"11992"
],
"x-ms-correlation-request-id": [
- "91e7b90c-095c-4f65-ad81-3591d3a57577"
+ "dfbb3788-3c63-49ef-880d-5ba487b253e4"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T002122Z:91e7b90c-095c-4f65-ad81-3591d3a57577"
+ "WESTUS:20210330T010149Z:dfbb3788-3c63-49ef-880d-5ba487b253e4"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:21:22 GMT"
+ "Tue, 30 Mar 2021 01:01:48 GMT"
],
"Content-Length": [
"580"
@@ -896,26 +896,26 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"galleryPsTestGallery3433\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/GALLERYPSTESTRG8531/providers/Microsoft.Compute/galleries/galleryPsTestGallery3433\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY3433\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"galleryPsTestGallery1299\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG3658/providers/Microsoft.Compute/galleries/galleryPsTestGallery1299\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY1299\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8531/providers/Microsoft.Compute/galleries?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzg1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcz9hcGktdmVyc2lvbj0yMDE5LTEyLTAx",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3658/providers/Microsoft.Compute/galleries?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcz9hcGktdmVyc2lvbj0yMDIwLTA5LTMw",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "8088f9c9-7b45-4fa5-b2f5-6ca80107dd7a"
+ "2a5e2546-63bd-4fc5-8bba-0b3d6fef5538"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -929,13 +929,13 @@
"11986"
],
"x-ms-request-id": [
- "586349e5-fcdb-4350-a406-fce7aebb9d42"
+ "b3afe6e6-fee0-4546-8ab4-7a6e58ecdb84"
],
"x-ms-correlation-request-id": [
- "586349e5-fcdb-4350-a406-fce7aebb9d42"
+ "b3afe6e6-fee0-4546-8ab4-7a6e58ecdb84"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T002224Z:586349e5-fcdb-4350-a406-fce7aebb9d42"
+ "WESTUS:20210330T010253Z:b3afe6e6-fee0-4546-8ab4-7a6e58ecdb84"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -944,7 +944,7 @@
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:22:23 GMT"
+ "Tue, 30 Mar 2021 01:02:53 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -960,22 +960,22 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/galleries?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9nYWxsZXJpZXM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/galleries?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9nYWxsZXJpZXM/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "9939b597-78fc-4480-a4fa-f8d9e92ef79a"
+ "58ea1ac5-d5ca-4d39-aa03-33938eea8967"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -986,21 +986,32 @@
"no-cache"
],
"x-ms-original-request-ids": [
- "fcfefe81-0dcc-43e5-83c7-ff3f55855c57",
- "3d023b4d-570d-497d-ab19-f7bfdebba8de",
- "0fedb436-d962-4058-ba23-4ed68a2ec0e6"
+ "ca6763b5-e6da-427d-91fb-38526e48a4c7",
+ "9f8f50b9-0e6f-415f-887f-ac79595943cb",
+ "b72ab8e3-029d-472d-bae5-771bdbeb6ec0",
+ "638a7679-c1c2-4b2d-839f-e47ed88d956a",
+ "0fad5795-386f-427d-806a-31ea852a21c6",
+ "401c1da3-d1a7-47f6-bf68-073587534eb9",
+ "7e70b158-db0b-456b-b3e2-98896b10ba06",
+ "74594b7d-3d97-453c-9528-c5680cf6dfeb",
+ "22b1f30c-fa04-4c37-8a34-233c045edbb6",
+ "405f42f6-4a7f-403b-b228-dfce3b0aaf5f",
+ "e165faf0-fae5-49e5-a2de-624bfd012801",
+ "2388322d-3785-4ae0-ba59-e211e75027cd",
+ "fdb387e3-35e4-4e2a-b84f-f8ef8324d0af",
+ "cadc3799-428f-4ce1-b6c7-1c692d3569f2"
],
"x-ms-ratelimit-remaining-subscription-reads": [
"11991"
],
"x-ms-request-id": [
- "5ef2a83f-2e51-4af0-bb6c-ad94ee16f836"
+ "f857b073-aa5d-4bda-b069-694fd975abfc"
],
"x-ms-correlation-request-id": [
- "5ef2a83f-2e51-4af0-bb6c-ad94ee16f836"
+ "f857b073-aa5d-4bda-b069-694fd975abfc"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T002123Z:5ef2a83f-2e51-4af0-bb6c-ad94ee16f836"
+ "WESTUS:20210330T010152Z:f857b073-aa5d-4bda-b069-694fd975abfc"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -1009,7 +1020,7 @@
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:21:23 GMT"
+ "Tue, 30 Mar 2021 01:01:51 GMT"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1018,29 +1029,29 @@
"-1"
],
"Content-Length": [
- "3046"
+ "26620"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"galleryPsTestGallery3433\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/GALLERYPSTESTRG8531/providers/Microsoft.Compute/galleries/galleryPsTestGallery3433\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY3433\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery3433New\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/GALLERYPSTESTRG8531NEW/providers/Microsoft.Compute/galleries/galleryPsTestGallery3433New\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY3433NEW\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery5964\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/GALLERYPSTESTRG1183/providers/Microsoft.Compute/galleries/galleryPsTestGallery5964\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY5964\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery518\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/GALLERYPSTESTRG2779/providers/Microsoft.Compute/galleries/galleryPsTestGallery518\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY518\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery5159\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/GALLERYPSTESTRG7301/providers/Microsoft.Compute/galleries/galleryPsTestGallery5159\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY5159\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery6398\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/GALLERYPSTESTRG8135/providers/Microsoft.Compute/galleries/galleryPsTestGallery6398\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-GALLERYPSTESTGALLERY6398\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"suhwanGallery\",\r\n \"id\": \"/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/SUHWAN-RG/providers/Microsoft.Compute/galleries/suhwanGallery\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"e37510d7-33b6-4676-886f-ee75bcc01871-SUHWANGALLERY\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"longlivedgalwcus\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERYWCUS/providers/Microsoft.Compute/galleries/longlivedgalwcus\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"description\": \"gallery used for e2e testing\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEDGALWCUS\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"gal1-with-dash\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/SIG1/providers/Microsoft.Compute/galleries/gal1-with-dash\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"description\": \"Shared Image Gallery for my ORG\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GAL1-WITH-DASH\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"newgal\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERYSCUS/providers/Microsoft.Compute/galleries/newgal\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-NEWGAL\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery1396\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG1344/providers/Microsoft.Compute/galleries/galleryPsTestGallery1396\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY1396\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery2393\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG1498/providers/Microsoft.Compute/galleries/galleryPsTestGallery2393\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY2393\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery1299\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG3658/providers/Microsoft.Compute/galleries/galleryPsTestGallery1299\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY1299\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery1299New\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG3658NEW/providers/Microsoft.Compute/galleries/galleryPsTestGallery1299New\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is an updated description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY1299NEW\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery7877\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG3904/providers/Microsoft.Compute/galleries/galleryPsTestGallery7877\",\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-GALLERYPSTESTGALLERY7877\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery1060\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG4931/providers/Microsoft.Compute/galleries/galleryPsTestGallery1060\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY1060\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery4214\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG5385/providers/Microsoft.Compute/galleries/galleryPsTestGallery4214\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY4214\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery8723\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG5403/providers/Microsoft.Compute/galleries/galleryPsTestGallery8723\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY8723\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery6594\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG6583/providers/Microsoft.Compute/galleries/galleryPsTestGallery6594\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY6594\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery1139\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG8162/providers/Microsoft.Compute/galleries/galleryPsTestGallery1139\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY1139\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery9002\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG861/providers/Microsoft.Compute/galleries/galleryPsTestGallery9002\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY9002\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery5754\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG9127/providers/Microsoft.Compute/galleries/galleryPsTestGallery5754\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY5754\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery2082\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG955/providers/Microsoft.Compute/galleries/galleryPsTestGallery2082\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY2082\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery8748\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG9611/providers/Microsoft.Compute/galleries/galleryPsTestGallery8748\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY8748\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery5452\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG2221/providers/Microsoft.Compute/galleries/galleryPsTestGallery5452\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY5452\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery2813\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG2383/providers/Microsoft.Compute/galleries/galleryPsTestGallery2813\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY2813\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery1535\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG2561/providers/Microsoft.Compute/galleries/galleryPsTestGallery1535\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY1535\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery2290\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG3320/providers/Microsoft.Compute/galleries/galleryPsTestGallery2290\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY2290\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery7072\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG3950/providers/Microsoft.Compute/galleries/galleryPsTestGallery7072\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY7072\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery6097\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG5384/providers/Microsoft.Compute/galleries/galleryPsTestGallery6097\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY6097\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery6736\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG5735/providers/Microsoft.Compute/galleries/galleryPsTestGallery6736\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY6736\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery2697\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG5937/providers/Microsoft.Compute/galleries/galleryPsTestGallery2697\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY2697\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery4873\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG7379/providers/Microsoft.Compute/galleries/galleryPsTestGallery4873\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY4873\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery5395\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG7539/providers/Microsoft.Compute/galleries/galleryPsTestGallery5395\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY5395\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery9652\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG768/providers/Microsoft.Compute/galleries/galleryPsTestGallery9652\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY9652\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery4074\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG7763/providers/Microsoft.Compute/galleries/galleryPsTestGallery4074\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY4074\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery8638\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG7993/providers/Microsoft.Compute/galleries/galleryPsTestGallery8638\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY8638\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery9035\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG8001/providers/Microsoft.Compute/galleries/galleryPsTestGallery9035\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY9035\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery5554\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG8037/providers/Microsoft.Compute/galleries/galleryPsTestGallery5554\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY5554\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery8307\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG8405/providers/Microsoft.Compute/galleries/galleryPsTestGallery8307\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY8307\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery9682\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG8649/providers/Microsoft.Compute/galleries/galleryPsTestGallery9682\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY9682\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery8732\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG9198/providers/Microsoft.Compute/galleries/galleryPsTestGallery8732\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY8732\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery3722\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG9909/providers/Microsoft.Compute/galleries/galleryPsTestGallery3722\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY3722\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery7310\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG9915/providers/Microsoft.Compute/galleries/galleryPsTestGallery7310\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY7310\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"sigtiptest\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERYWESTUS/providers/Microsoft.Compute/galleries/sigtiptest\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-SIGTIPTEST\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"sig_test_aus\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/SIG_TEST/providers/Microsoft.Compute/galleries/sig_test_aus\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-SIG_TEST_AUS\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"myGalleryHaHa20191004\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/TEMPRG2/providers/Microsoft.Compute/galleries/myGalleryHaHa20191004\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"description\": \"This is the gallery description.\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-MYGALLERYHAHA20191004\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"DiskLonglivedGallerycanadacentral\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDSIGDISKRGINCANADACENTRAL/providers/Microsoft.Compute/galleries/DiskLonglivedGallerycanadacentral\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-DISKLONGLIVEDGALLERYCANADACENTRAL\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"disklonglivedgalleryIncanadacentral\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGRUNNINGRG-CANADACENTRAL/providers/Microsoft.Compute/galleries/disklonglivedgalleryIncanadacentral\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-DISKLONGLIVEDGALLERYINCANADACENTRAL\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"disklonglivedgalleryInukwest\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGRUNNINGRG-UKWEST/providers/Microsoft.Compute/galleries/disklonglivedgalleryInukwest\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"ukwest\",\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-DISKLONGLIVEDGALLERYINUKWEST\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"grlianTestGallery\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GRLIANRG/providers/Microsoft.Compute/galleries/grlianTestGallery\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GRLIANTESTGALLERY\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"longlivedgallery\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERYAZURESUPPORTRG/providers/Microsoft.Compute/galleries/longlivedgallery\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"description\": \"My Private Gallery\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEDGALLERY\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"disklonglivedgalleryIncanadaeast\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGRUNNINGRG-CANADAEAST/providers/Microsoft.Compute/galleries/disklonglivedgalleryIncanadaeast\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"canadaeast\",\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-DISKLONGLIVEDGALLERYINCANADAEAST\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"disklonglivedgalleryInaustraliasoutheast\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGRUNNINGRG-AUSTRALIASOUTHEAST/providers/Microsoft.Compute/galleries/disklonglivedgalleryInaustraliasoutheast\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-DISKLONGLIVEDGALLERYINAUSTRALIASOUTHEAST\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryruwvgxcnsire\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/CAPS-3-29-2021-PRODUAECENTRAL/providers/Microsoft.Compute/galleries/galleryruwvgxcnsire\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"uaecentral\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYRUWVGXCNSIRE\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryjqdethyiqazk\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/CAPS-9-22-2020-PRODUAECENTRAL/providers/Microsoft.Compute/galleries/galleryjqdethyiqazk\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"uaecentral\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYJQDETHYIQAZK\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery2975\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG3906/providers/Microsoft.Compute/galleries/galleryPsTestGallery2975\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"EastUS2EUAP\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY2975\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"galleryPsTestGallery8333\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GALLERYPSTESTRG9881/providers/Microsoft.Compute/galleries/galleryPsTestGallery8333\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"EastUS2EUAP\",\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERYPSTESTGALLERY8333\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"longlivedgal\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERY/providers/Microsoft.Compute/galleries/longlivedgal\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"EastUS2EUAP\",\r\n \"properties\": {\r\n \"description\": \"gallery used for e2e testing\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEDGAL\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"mygalleryForCrp97f7\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERY/providers/Microsoft.Compute/galleries/mygalleryForCrp97f7\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-MYGALLERYFORCRP97F7\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"mygalleryForCrpEastus2euap\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERY/providers/Microsoft.Compute/galleries/mygalleryForCrpEastus2euap\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-MYGALLERYFORCRPEASTUS2EUAP\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"tireganGuestOSImage\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERY/providers/Microsoft.Compute/galleries/tireganGuestOSImage\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-TIREGANGUESTOSIMAGE\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"TVMTestGallery\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDTRUSTEDVMRG/providers/Microsoft.Compute/galleries/TVMTestGallery\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"description\": \"TrustedVM gallery test in Canary.\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-TVMTESTGALLERY\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"gallery1euap\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/RGEUAP/providers/Microsoft.Compute/galleries/gallery1euap\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"EastUS2EUAP\",\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GALLERY1EUAP\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"tempnewgallery\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/TEMPNEWRG/providers/Microsoft.Compute/galleries/tempnewgallery\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-TEMPNEWGALLERY\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"grlianTestGalleryUniqueName\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GRLIANRG/providers/Microsoft.Compute/galleries/grlianTestGalleryUniqueName\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"description\": \"My Private Gallery\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GRLIANTESTGALLERYUNIQUENAME\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"grlianTestGalleryUniqueNameT15\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/GRLIANRG/providers/Microsoft.Compute/galleries/grlianTestGalleryUniqueNameT15\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"description\": \"My Private Gallery\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-GRLIANTESTGALLERYUNIQUENAMET15\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"longlivegalleryfojnvv\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/LONGLIVEDGALLERYCENTRALUSEUAP/providers/Microsoft.Compute/galleries/longlivegalleryfojnvv\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"description\": \"gallery scenario test\",\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"name\": \"canarydrillsig\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/SIGCANARYDRDRILL/providers/Microsoft.Compute/galleries/canarydrillsig\",\r\n \"type\": \"Microsoft.Compute/galleries\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"identifier\": {\r\n \"uniqueName\": \"97f78232-382b-46a7-8a72-964d692c4f3f-CANARYDRILLSIG\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8531/providers/Microsoft.Compute/galleries/galleryPsTestGallery3433?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzg1MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM0MzM/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3658/providers/Microsoft.Compute/galleries/galleryPsTestGallery1299?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NTgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTEyOTk/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "d0e8b265-6969-4eb8-aec8-365052750ce5"
+ "b88dbf72-8b10-4878-87a1-3c0342e9af40"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -1051,22 +1062,22 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/c6a54e8c-1c1b-4a6b-be92-5bbe96b1540f?monitor=true&api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/d8eda5ed-05eb-4a0a-a15b-5095642ddbbf?monitor=true&api-version=2020-09-30"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/c6a54e8c-1c1b-4a6b-be92-5bbe96b1540f?api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/d8eda5ed-05eb-4a0a-a15b-5095642ddbbf?api-version=2020-09-30"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/DeleteGallery3Min;49,Microsoft.Compute/DeleteGallery30Min;298"
+ "Microsoft.Compute/DeleteGallery3Min;48,Microsoft.Compute/DeleteGallery30Min;898"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "c6a54e8c-1c1b-4a6b-be92-5bbe96b1540f"
+ "d8eda5ed-05eb-4a0a-a15b-5095642ddbbf"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -1076,16 +1087,16 @@
"14999"
],
"x-ms-correlation-request-id": [
- "d861afbf-179c-4aa4-87f8-960ded1416ff"
+ "3a37fb9b-d110-495f-bdf9-2e08275a19ce"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T002123Z:d861afbf-179c-4aa4-87f8-960ded1416ff"
+ "WESTUS:20210330T010152Z:3a37fb9b-d110-495f-bdf9-2e08275a19ce"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:21:23 GMT"
+ "Tue, 30 Mar 2021 01:01:52 GMT"
],
"Expires": [
"-1"
@@ -1098,16 +1109,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/c6a54e8c-1c1b-4a6b-be92-5bbe96b1540f?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9jNmE1NGU4Yy0xYzFiLTRhNmItYmU5Mi01YmJlOTZiMTU0MGY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/d8eda5ed-05eb-4a0a-a15b-5095642ddbbf?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9kOGVkYTVlZC0wNWViLTRhMGEtYTE1Yi01MDk1NjQyZGRiYmY/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -1118,16 +1129,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1194,Microsoft.Compute/GetOperationStatus30Min;4155"
+ "Microsoft.Compute/GetOperationStatus3Min;1188,Microsoft.Compute/GetOperationStatus30Min;4157"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "a8cccd5c-4533-457a-8ec7-28a44bec8119"
+ "9b129d34-e176-41b4-b75d-ed4a110046fc"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -1137,16 +1148,16 @@
"11990"
],
"x-ms-correlation-request-id": [
- "1b8c0d47-f9e2-43d1-80cd-779e868a4445"
+ "a990651b-04fc-4ce3-8219-cfd828e71760"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T002153Z:1b8c0d47-f9e2-43d1-80cd-779e868a4445"
+ "WESTUS:20210330T010222Z:a990651b-04fc-4ce3-8219-cfd828e71760"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:21:53 GMT"
+ "Tue, 30 Mar 2021 01:02:22 GMT"
],
"Content-Length": [
"184"
@@ -1158,20 +1169,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-30T00:21:23.9002479+00:00\",\r\n \"endTime\": \"2020-12-30T00:21:24.0096127+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"c6a54e8c-1c1b-4a6b-be92-5bbe96b1540f\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T18:01:52.7212346-07:00\",\r\n \"endTime\": \"2021-03-29T18:01:52.8462436-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"d8eda5ed-05eb-4a0a-a15b-5095642ddbbf\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/c6a54e8c-1c1b-4a6b-be92-5bbe96b1540f?monitor=true&api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9jNmE1NGU4Yy0xYzFiLTRhNmItYmU5Mi01YmJlOTZiMTU0MGY/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/d8eda5ed-05eb-4a0a-a15b-5095642ddbbf?monitor=true&api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9kOGVkYTVlZC0wNWViLTRhMGEtYTE1Yi01MDk1NjQyZGRiYmY/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -1182,16 +1193,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1193,Microsoft.Compute/GetOperationStatus30Min;4154"
+ "Microsoft.Compute/GetOperationStatus3Min;1187,Microsoft.Compute/GetOperationStatus30Min;4156"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "c3009df8-2a66-4c8d-859a-3dcc0d60a6c1"
+ "40ebfb8f-e99a-4c7c-989f-97e1e45b57c6"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -1201,16 +1212,16 @@
"11989"
],
"x-ms-correlation-request-id": [
- "723d7885-f359-4529-97ad-4409a8dd67c7"
+ "97c47cbf-1562-41de-8f84-4bb5bc48e131"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T002153Z:723d7885-f359-4529-97ad-4409a8dd67c7"
+ "WESTUS:20210330T010223Z:97c47cbf-1562-41de-8f84-4bb5bc48e131"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:21:53 GMT"
+ "Tue, 30 Mar 2021 01:02:23 GMT"
],
"Expires": [
"-1"
@@ -1223,22 +1234,22 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/resourceGroups/galleryPsTestRg8531New/providers/Microsoft.Compute/galleries/galleryPsTestGallery3433New?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzg1MzFOZXcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTM0MzNOZXc/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3658New/providers/Microsoft.Compute/galleries/galleryPsTestGallery1299New?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM2NThOZXcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTEyOTlOZXc/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "DELETE",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "80b94f5d-279a-4280-9a09-20bc79c87cda"
+ "f029e0c0-74e5-43cc-b957-bb7db6637d25"
],
"Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -1249,22 +1260,22 @@
"no-cache"
],
"Location": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e051217b-e180-40c2-8b16-64d66ada2776?monitor=true&api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/be80655e-9c41-4c2f-8a34-8731e27659f8?monitor=true&api-version=2020-09-30"
],
"Azure-AsyncOperation": [
- "https://management.azure.com/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e051217b-e180-40c2-8b16-64d66ada2776?api-version=2019-12-01"
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/be80655e-9c41-4c2f-8a34-8731e27659f8?api-version=2020-09-30"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/DeleteGallery3Min;48,Microsoft.Compute/DeleteGallery30Min;297"
+ "Microsoft.Compute/DeleteGallery3Min;47,Microsoft.Compute/DeleteGallery30Min;897"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "e051217b-e180-40c2-8b16-64d66ada2776"
+ "be80655e-9c41-4c2f-8a34-8731e27659f8"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -1274,16 +1285,16 @@
"14998"
],
"x-ms-correlation-request-id": [
- "b8903dd0-2537-4289-8a37-a28f730a5a3a"
+ "57413bf0-aaa7-423b-9765-4047c83ac1d0"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T002154Z:b8903dd0-2537-4289-8a37-a28f730a5a3a"
+ "WESTUS:20210330T010223Z:57413bf0-aaa7-423b-9765-4047c83ac1d0"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:21:53 GMT"
+ "Tue, 30 Mar 2021 01:02:23 GMT"
],
"Expires": [
"-1"
@@ -1296,16 +1307,16 @@
"StatusCode": 202
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e051217b-e180-40c2-8b16-64d66ada2776?api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lMDUxMjE3Yi1lMTgwLTQwYzItOGIxNi02NGQ2NmFkYTI3NzY/YXBpLXZlcnNpb249MjAxOS0xMi0wMQ==",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/be80655e-9c41-4c2f-8a34-8731e27659f8?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9iZTgwNjU1ZS05YzQxLTRjMmYtOGEzNC04NzMxZTI3NjU5Zjg/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -1316,16 +1327,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1191,Microsoft.Compute/GetOperationStatus30Min;4152"
+ "Microsoft.Compute/GetOperationStatus3Min;1188,Microsoft.Compute/GetOperationStatus30Min;4154"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "3bdce56d-ba7e-49fc-8a48-d512e2b49dca"
+ "05e32e41-ba21-41a1-8531-fa993dd9a1a4"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -1335,19 +1346,19 @@
"11988"
],
"x-ms-correlation-request-id": [
- "e215aab5-35d2-438a-820d-d910fb1c5ff4"
+ "8c1949c8-c7a4-44e8-9c32-bde239ba9dd7"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T002224Z:e215aab5-35d2-438a-820d-d910fb1c5ff4"
+ "WESTUS:20210330T010253Z:8c1949c8-c7a4-44e8-9c32-bde239ba9dd7"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:22:23 GMT"
+ "Tue, 30 Mar 2021 01:02:53 GMT"
],
"Content-Length": [
- "184"
+ "183"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -1356,20 +1367,20 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"startTime\": \"2020-12-30T00:21:54.0410544+00:00\",\r\n \"endTime\": \"2020-12-30T00:21:54.1504279+00:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"e051217b-e180-40c2-8b16-64d66ada2776\"\r\n}",
+ "ResponseBody": "{\r\n \"startTime\": \"2021-03-29T18:02:23.332131-07:00\",\r\n \"endTime\": \"2021-03-29T18:02:23.4571399-07:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"be80655e-9c41-4c2f-8a34-8731e27659f8\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/e37510d7-33b6-4676-886f-ee75bcc01871/providers/Microsoft.Compute/locations/eastus2/capsOperations/e051217b-e180-40c2-8b16-64d66ada2776?monitor=true&api-version=2019-12-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvZTM3NTEwZDctMzNiNi00Njc2LTg4NmYtZWU3NWJjYzAxODcxL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lMDUxMjE3Yi1lMTgwLTQwYzItOGIxNi02NGQ2NmFkYTI3NzY/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMTktMTItMDE=",
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/be80655e-9c41-4c2f-8a34-8731e27659f8?monitor=true&api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9iZTgwNjU1ZS05YzQxLTRjMmYtOGEzNC04NzMxZTI3NjU5Zjg/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.29321.03",
+ "FxVersion/4.6.29812.02",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.Compute.ComputeManagementClient/39.0.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/44.0.0.0"
]
},
"ResponseHeaders": {
@@ -1380,16 +1391,16 @@
"no-cache"
],
"x-ms-ratelimit-remaining-resource": [
- "Microsoft.Compute/GetOperationStatus3Min;1190,Microsoft.Compute/GetOperationStatus30Min;4151"
+ "Microsoft.Compute/GetOperationStatus3Min;1187,Microsoft.Compute/GetOperationStatus30Min;4153"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"x-ms-served-by": [
- "a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253,a129388d-91d6-4310-81e1-d02ce40a61ca_132468812189121253"
+ "1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592,1dd04696-ef54-4aec-bada-944b3b397491_132529239451466592"
],
"x-ms-request-id": [
- "1874ca92-5bef-431a-b0ab-a2a07f3f1e32"
+ "6f5ba58a-e23f-47ef-90c7-87c09b915b30"
],
"Server": [
"Microsoft-HTTPAPI/2.0",
@@ -1399,16 +1410,16 @@
"11987"
],
"x-ms-correlation-request-id": [
- "042fdbb4-fa6f-49ca-a6d7-8e26d18513d9"
+ "1d846107-8c9d-4b04-b23e-8a497fe2408e"
],
"x-ms-routing-request-id": [
- "EASTUS2:20201230T002224Z:042fdbb4-fa6f-49ca-a6d7-8e26d18513d9"
+ "WESTUS:20210330T010253Z:1d846107-8c9d-4b04-b23e-8a497fe2408e"
],
"X-Content-Type-Options": [
"nosniff"
],
"Date": [
- "Wed, 30 Dec 2020 00:22:23 GMT"
+ "Tue, 30 Mar 2021 01:02:53 GMT"
],
"Expires": [
"-1"
@@ -1423,11 +1434,11 @@
],
"Names": {
"Gallery_CRUD_Tests": [
- "galleryPsTestRg8531",
- "galleryPsTestGallery3433"
+ "galleryPsTestRg3658",
+ "galleryPsTestGallery1299"
]
},
"Variables": {
- "SubscriptionId": "e37510d7-33b6-4676-886f-ee75bcc01871"
+ "SubscriptionId": "97f78232-382b-46a7-8a72-964d692c4f3f"
}
}
\ No newline at end of file
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/Gallery_WithSharingProfile_CRUD_Tests.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/Gallery_WithSharingProfile_CRUD_Tests.json
new file mode 100644
index 000000000000..7ddf8841632e
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/GalleryTests/Gallery_WithSharingProfile_CRUD_Tests.json
@@ -0,0 +1,1032 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourcegroups/galleryPsTestRg3878?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlZ3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM4Nzg/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "79dd8723-5f81-47fd-b52c-e94943fbfcea"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29321.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "29"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-request-id": [
+ "58422333-f947-4b7a-b8ff-2bce5821a96a"
+ ],
+ "x-ms-correlation-request-id": [
+ "58422333-f947-4b7a-b8ff-2bce5821a96a"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20201203T002509Z:58422333-f947-4b7a-b8ff-2bce5821a96a"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Dec 2020 00:25:08 GMT"
+ ],
+ "Content-Length": [
+ "192"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3878\",\r\n \"name\": \"galleryPsTestRg3878\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3878/providers/Microsoft.Compute/galleries/galleryPsTestGallery5549?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM4NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTU1NDk/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"description\": \"This is a sample gallery description\",\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\r\n }\r\n },\r\n \"location\": \"eastus2\"\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "8dff7fc2-e778-4059-87b1-7bc46f9a8349"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29321.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/41.0.0.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "177"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/b7b9dd18-c179-419a-84b8-559ab6658dbd?api-version=2020-09-30"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/CreateUpdateGallery3Min;49,Microsoft.Compute/CreateUpdateGallery30Min;299"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973,1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973"
+ ],
+ "x-ms-request-id": [
+ "b7b9dd18-c179-419a-84b8-559ab6658dbd"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "c53a1b22-91b8-4d7c-b066-0e1dd5245481"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20201203T002512Z:c53a1b22-91b8-4d7c-b066-0e1dd5245481"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Dec 2020 00:25:11 GMT"
+ ],
+ "Content-Length": [
+ "572"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery5549\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3878/providers/Microsoft.Compute/galleries/galleryPsTestGallery5549\",\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-GALLERYPSTESTGALLERY5549\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\"\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/b7b9dd18-c179-419a-84b8-559ab6658dbd?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9iN2I5ZGQxOC1jMTc5LTQxOWEtODRiOC01NTlhYjY2NThkYmQ/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29321.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/41.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetOperationStatus3Min;1198,Microsoft.Compute/GetOperationStatus30Min;4198"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973,1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973"
+ ],
+ "x-ms-request-id": [
+ "412a921a-20e6-4148-ae87-29deb3db9725"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-correlation-request-id": [
+ "14eba504-c086-41c1-9d56-93e0475d809c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20201203T002542Z:14eba504-c086-41c1-9d56-93e0475d809c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Dec 2020 00:25:41 GMT"
+ ],
+ "Content-Length": [
+ "183"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"startTime\": \"2020-12-02T16:25:11.683585-08:00\",\r\n \"endTime\": \"2020-12-02T16:25:11.9179662-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"b7b9dd18-c179-419a-84b8-559ab6658dbd\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3878/providers/Microsoft.Compute/galleries/galleryPsTestGallery5549?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM4NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTU1NDk/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29321.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/41.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetGallery3Min;346,Microsoft.Compute/GetGallery30Min;2496"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973,1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973"
+ ],
+ "x-ms-request-id": [
+ "c116d269-0575-4695-9a00-6823c5a8a5b8"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-correlation-request-id": [
+ "559cb721-3679-4d03-8784-5321b7ea4c34"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20201203T002542Z:559cb721-3679-4d03-8784-5321b7ea4c34"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Dec 2020 00:25:41 GMT"
+ ],
+ "Content-Length": [
+ "509"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery5549\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3878/providers/Microsoft.Compute/galleries/galleryPsTestGallery5549\",\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-GALLERYPSTESTGALLERY5549\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3878/providers/Microsoft.Compute/galleries/galleryPsTestGallery5549?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM4NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTU1NDk/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "20708dc3-4199-4d0c-96d9-bb6f70b80826"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29321.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/41.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetGallery3Min;345,Microsoft.Compute/GetGallery30Min;2495"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973,1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973"
+ ],
+ "x-ms-request-id": [
+ "88977b02-73a9-4ce8-93b1-ca3d64d69893"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
+ "x-ms-correlation-request-id": [
+ "f7d250f1-2f37-4bb3-bb24-0dccbd63b40c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20201203T002543Z:f7d250f1-2f37-4bb3-bb24-0dccbd63b40c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Dec 2020 00:25:42 GMT"
+ ],
+ "Content-Length": [
+ "509"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery5549\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3878/providers/Microsoft.Compute/galleries/galleryPsTestGallery5549\",\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-GALLERYPSTESTGALLERY5549\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3878/providers/Microsoft.Compute/galleries/galleryPsTestGallery5549/share?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM4NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTU1NDkvc2hhcmU/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
+ "RequestMethod": "POST",
+ "RequestBody": "{\r\n \"operationType\": \"Add\",\r\n \"groups\": [\r\n {\r\n \"type\": \"AADTenants\",\r\n \"ids\": [\r\n \"583d66a9-0041-4999-8838-75baece101d5\"\r\n ]\r\n },\r\n {\r\n \"type\": \"Subscriptions\",\r\n \"ids\": [\r\n \"640c5810-13bf-4b82-b94d-f38c2565e3bc\"\r\n ]\r\n }\r\n ]\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "45e6b421-06a9-4762-83b2-ba3054d57e87"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29321.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/41.0.0.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "287"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/885f35d6-2e73-49f2-a15e-01fea176e42a?monitor=true&api-version=2020-09-30"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/885f35d6-2e73-49f2-a15e-01fea176e42a?api-version=2020-09-30"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/PostShareGallery3Min;9,Microsoft.Compute/PostShareGallery30Min;59"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973,1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973"
+ ],
+ "x-ms-request-id": [
+ "885f35d6-2e73-49f2-a15e-01fea176e42a"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "7d5d0dcc-162a-4de9-938d-09594ccea39b"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20201203T002543Z:7d5d0dcc-162a-4de9-938d-09594ccea39b"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Dec 2020 00:25:42 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3878/providers/Microsoft.Compute/galleries/galleryPsTestGallery5549/share?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM4NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTU1NDkvc2hhcmU/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
+ "RequestMethod": "POST",
+ "RequestBody": "{\r\n \"operationType\": \"ResetToPrivate\"\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "1184e4a5-92fa-4e79-8389-3fb2e9f6f6d7"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29321.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/41.0.0.0"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "41"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/ed97ea1b-21ed-4cf3-9a91-48e4b913d272?monitor=true&api-version=2020-09-30"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/ed97ea1b-21ed-4cf3-9a91-48e4b913d272?api-version=2020-09-30"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/PostShareGallery3Min;8,Microsoft.Compute/PostShareGallery30Min;58"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973,1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973"
+ ],
+ "x-ms-request-id": [
+ "ed97ea1b-21ed-4cf3-9a91-48e4b913d272"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "92b68091-0707-4c53-8f48-1aab5f746550"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20201203T002614Z:92b68091-0707-4c53-8f48-1aab5f746550"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Dec 2020 00:26:14 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/885f35d6-2e73-49f2-a15e-01fea176e42a?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy84ODVmMzVkNi0yZTczLTQ5ZjItYTE1ZS0wMWZlYTE3NmU0MmE/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29321.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/41.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetOperationStatus3Min;1196,Microsoft.Compute/GetOperationStatus30Min;4196"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973,1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973"
+ ],
+ "x-ms-request-id": [
+ "a0aa0668-dcbd-45ea-a7e9-0218ce99b82e"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11996"
+ ],
+ "x-ms-correlation-request-id": [
+ "a86448ba-77dc-4786-895b-a1a044e999d7"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20201203T002613Z:a86448ba-77dc-4786-895b-a1a044e999d7"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Dec 2020 00:26:13 GMT"
+ ],
+ "Content-Length": [
+ "184"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"startTime\": \"2020-12-02T16:25:43.1369075-08:00\",\r\n \"endTime\": \"2020-12-02T16:25:44.2775399-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"885f35d6-2e73-49f2-a15e-01fea176e42a\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/885f35d6-2e73-49f2-a15e-01fea176e42a?monitor=true&api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy84ODVmMzVkNi0yZTczLTQ5ZjItYTE1ZS0wMWZlYTE3NmU0MmE/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29321.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/41.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetOperationStatus3Min;1195,Microsoft.Compute/GetOperationStatus30Min;4195"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973,1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973"
+ ],
+ "x-ms-request-id": [
+ "ba85574a-3e12-4b85-9917-66187ceccd3a"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11995"
+ ],
+ "x-ms-correlation-request-id": [
+ "78ef128d-abb9-4fa4-851f-9e046b127ace"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20201203T002613Z:78ef128d-abb9-4fa4-851f-9e046b127ace"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Dec 2020 00:26:13 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3878/providers/Microsoft.Compute/galleries/galleryPsTestGallery5549?api-version=2020-09-30&$select=Permissions",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM4NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTU1NDk/YXBpLXZlcnNpb249MjAyMC0wOS0zMCYkc2VsZWN0PVBlcm1pc3Npb25z",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "1ca7e966-67db-45e4-b376-51634e096e79"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29321.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/41.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetGallery3Min;344,Microsoft.Compute/GetGallery30Min;2494"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973,1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973"
+ ],
+ "x-ms-request-id": [
+ "6c16cfaf-6bfa-4bba-9f0e-781d209bfc26"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11994"
+ ],
+ "x-ms-correlation-request-id": [
+ "38d98d9d-e055-4510-91c6-3c713ce8f4f8"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20201203T002613Z:38d98d9d-e055-4510-91c6-3c713ce8f4f8"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Dec 2020 00:26:13 GMT"
+ ],
+ "Content-Length": [
+ "886"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"galleryPsTestGallery5549\",\r\n \"id\": \"/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3878/providers/Microsoft.Compute/galleries/galleryPsTestGallery5549\",\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-GALLERYPSTESTGALLERY5549\"\r\n },\r\n \"sharingProfile\": {\r\n \"permissions\": \"Groups\",\r\n \"groups\": [\r\n {\r\n \"type\": \"Subscriptions\",\r\n \"ids\": [\r\n \"640c5810-13bf-4b82-b94d-f38c2565e3bc\"\r\n ]\r\n },\r\n {\r\n \"type\": \"AADTenants\",\r\n \"ids\": [\r\n \"583d66a9-0041-4999-8838-75baece101d5\"\r\n ]\r\n }\r\n ]\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/ed97ea1b-21ed-4cf3-9a91-48e4b913d272?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lZDk3ZWExYi0yMWVkLTRjZjMtOWE5MS00OGU0YjkxM2QyNzI/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29321.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/41.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetOperationStatus3Min;1193,Microsoft.Compute/GetOperationStatus30Min;4193"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973,1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973"
+ ],
+ "x-ms-request-id": [
+ "2c94c83b-d3b9-4d34-a220-6f6d0fcc414a"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11993"
+ ],
+ "x-ms-correlation-request-id": [
+ "3bacf833-cb21-41de-939e-0c3d1df34bc7"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20201203T002644Z:3bacf833-cb21-41de-939e-0c3d1df34bc7"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Dec 2020 00:26:44 GMT"
+ ],
+ "Content-Length": [
+ "184"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"startTime\": \"2020-12-02T16:26:13.9496084-08:00\",\r\n \"endTime\": \"2020-12-02T16:26:14.2777352-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"ed97ea1b-21ed-4cf3-9a91-48e4b913d272\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/ed97ea1b-21ed-4cf3-9a91-48e4b913d272?monitor=true&api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9lZDk3ZWExYi0yMWVkLTRjZjMtOWE5MS00OGU0YjkxM2QyNzI/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29321.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/41.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetOperationStatus3Min;1192,Microsoft.Compute/GetOperationStatus30Min;4192"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973,1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973"
+ ],
+ "x-ms-request-id": [
+ "a999defd-c90e-479b-97a2-396dc763732b"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11992"
+ ],
+ "x-ms-correlation-request-id": [
+ "20a46e84-2b08-4186-8a9e-7ef888bbd157"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20201203T002644Z:20a46e84-2b08-4186-8a9e-7ef888bbd157"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Dec 2020 00:26:44 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/resourceGroups/galleryPsTestRg3878/providers/Microsoft.Compute/galleries/galleryPsTestGallery5549?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Jlc291cmNlR3JvdXBzL2dhbGxlcnlQc1Rlc3RSZzM4NzgvcHJvdmlkZXJzL01pY3Jvc29mdC5Db21wdXRlL2dhbGxlcmllcy9nYWxsZXJ5UHNUZXN0R2FsbGVyeTU1NDk/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "f58699ed-9321-4818-a19d-0ee74d0fdc77"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29321.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/41.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/aef5f068-322d-4cf4-b438-585f91a0d4c7?monitor=true&api-version=2020-09-30"
+ ],
+ "Azure-AsyncOperation": [
+ "https://management.azure.com/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/aef5f068-322d-4cf4-b438-585f91a0d4c7?api-version=2020-09-30"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/DeleteGallery3Min;48,Microsoft.Compute/DeleteGallery30Min;259"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973,1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973"
+ ],
+ "x-ms-request-id": [
+ "aef5f068-322d-4cf4-b438-585f91a0d4c7"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "1dc16209-f65e-4f3f-b250-a12b1da6c4e2"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20201203T002645Z:1dc16209-f65e-4f3f-b250-a12b1da6c4e2"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Dec 2020 00:26:44 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/aef5f068-322d-4cf4-b438-585f91a0d4c7?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9hZWY1ZjA2OC0zMjJkLTRjZjQtYjQzOC01ODVmOTFhMGQ0Yzc/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29321.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/41.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetOperationStatus3Min;1190,Microsoft.Compute/GetOperationStatus30Min;4190"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973,1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973"
+ ],
+ "x-ms-request-id": [
+ "9305ed43-cace-45e7-84c5-7d2d806fd93b"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11991"
+ ],
+ "x-ms-correlation-request-id": [
+ "082ea0db-4505-40b9-8310-a9aca865ff0c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20201203T002715Z:082ea0db-4505-40b9-8310-a9aca865ff0c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Dec 2020 00:27:14 GMT"
+ ],
+ "Content-Length": [
+ "183"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"startTime\": \"2020-12-02T16:26:44.9810527-08:00\",\r\n \"endTime\": \"2020-12-02T16:26:45.090428-08:00\",\r\n \"status\": \"Succeeded\",\r\n \"name\": \"aef5f068-322d-4cf4-b438-585f91a0d4c7\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2/capsOperations/aef5f068-322d-4cf4-b438-585f91a0d4c7?monitor=true&api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMi9jYXBzT3BlcmF0aW9ucy9hZWY1ZjA2OC0zMjJkLTRjZjQtYjQzOC01ODVmOTFhMGQ0Yzc/bW9uaXRvcj10cnVlJmFwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.6.29321.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/41.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-resource": [
+ "Microsoft.Compute/GetOperationStatus3Min;1189,Microsoft.Compute/GetOperationStatus30Min;4189"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973,1dd04696-ef54-4aec-bada-944b3b397491_132471120879399973"
+ ],
+ "x-ms-request-id": [
+ "e0a6b2b0-3748-4509-a41b-f6a034a4e5e0"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11990"
+ ],
+ "x-ms-correlation-request-id": [
+ "f3c87a89-1298-4cb3-8307-6535787d00ac"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20201203T002715Z:f3c87a89-1298-4cb3-8307-6535787d00ac"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Thu, 03 Dec 2020 00:27:14 GMT"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Content-Length": [
+ "0"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 200
+ }
+ ],
+ "Names": {
+ "Gallery_WithSharingProfile_CRUD_Tests": [
+ "galleryPsTestRg3878",
+ "galleryPsTestGallery5549"
+ ]
+ },
+ "Variables": {
+ "SubscriptionId": "97f78232-382b-46a7-8a72-964d692c4f3f"
+ }
+}
\ No newline at end of file
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/SharedGalleryTests/SharedGalleryImageVersion_GetAndList_Tests.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/SharedGalleryTests/SharedGalleryImageVersion_GetAndList_Tests.json
new file mode 100644
index 000000000000..fbac5862023e
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/SharedGalleryTests/SharedGalleryImageVersion_GetAndList_Tests.json
@@ -0,0 +1,276 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2euap/sharedGalleries/97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV/images/jmaesscc/versions/1.0.0?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvc2hhcmVkR2FsbGVyaWVzLzk3Zjc4MjMyLTM4MmItNDZhNy04YTcyLTk2NGQ2OTJjNGYzZi1MT05HTElWRUdBTExFUllGT0pOVlYvaW1hZ2VzL2ptYWVzc2NjL3ZlcnNpb25zLzEuMC4wP2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "9dc34f5e-5762-419b-952a-ee0c0023e499"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29518.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "929b4a17-2677-4b76-97c2-2f5d5b05d4b0_132558183756113295"
+ ],
+ "x-ms-request-id": [
+ "dbda6703-94a6-4488-8b8d-527c7f657e1b"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-correlation-request-id": [
+ "0cceb714-d5dc-4475-99f2-7074c80ac63c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20210208T190000Z:0cceb714-d5dc-4475-99f2-7074c80ac63c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Mon, 08 Feb 2021 19:00:00 GMT"
+ ],
+ "Content-Length": [
+ "287"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"identifier\": {\r\n \"uniqueId\": \"/SharedGalleries/97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV/Images/jmaesscc/Versions/1.0.0\"\r\n },\r\n \"properties\": {\r\n \"publishedDate\": \"2021-01-27T20:14:24.4218083-08:00\"\r\n },\r\n \"location\": \"EastUS2EUAP\",\r\n \"name\": \"1.0.0\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2euap/sharedGalleries/97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV/images/jmaesscc/versions?api-version=2020-09-30&sharedTo=tenant",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvc2hhcmVkR2FsbGVyaWVzLzk3Zjc4MjMyLTM4MmItNDZhNy04YTcyLTk2NGQ2OTJjNGYzZi1MT05HTElWRUdBTExFUllGT0pOVlYvaW1hZ2VzL2ptYWVzc2NjL3ZlcnNpb25zP2FwaS12ZXJzaW9uPTIwMjAtMDktMzAmc2hhcmVkVG89dGVuYW50",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "10c6d07b-5fa0-452c-a886-92f7aaa66346"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29518.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "929b4a17-2677-4b76-97c2-2f5d5b05d4b0_132558183756113295"
+ ],
+ "x-ms-request-id": [
+ "d92650ad-a01e-4baa-abd8-f72a367a20ff"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-correlation-request-id": [
+ "29a04dda-4c08-49a6-88eb-52e481e8189e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20210208T190000Z:29a04dda-4c08-49a6-88eb-52e481e8189e"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Mon, 08 Feb 2021 19:00:00 GMT"
+ ],
+ "Content-Length": [
+ "352"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"identifier\": {\r\n \"uniqueId\": \"/SharedGalleries/97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV/Images/jmaesscc/Versions/1.0.0\"\r\n },\r\n \"properties\": {\r\n \"publishedDate\": \"2021-01-27T20:14:24.4218083-08:00\"\r\n },\r\n \"location\": \"EastUS2EUAP\",\r\n \"name\": \"1.0.0\"\r\n }\r\n ]\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2euap/sharedGalleries/97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV/images/jmaesscc/versions?api-version=2020-09-30&sharedTo=tenant",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvc2hhcmVkR2FsbGVyaWVzLzk3Zjc4MjMyLTM4MmItNDZhNy04YTcyLTk2NGQ2OTJjNGYzZi1MT05HTElWRUdBTExFUllGT0pOVlYvaW1hZ2VzL2ptYWVzc2NjL3ZlcnNpb25zP2FwaS12ZXJzaW9uPTIwMjAtMDktMzAmc2hhcmVkVG89dGVuYW50",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "0c1af5f7-562a-4b94-a8f3-a72336d7a296"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29518.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "929b4a17-2677-4b76-97c2-2f5d5b05d4b0_132558183756113295"
+ ],
+ "x-ms-request-id": [
+ "43903a3f-a8e7-47ac-a429-83e3f436b2e3"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11996"
+ ],
+ "x-ms-correlation-request-id": [
+ "7d825ebc-d4d7-4853-91ac-9a06676d3711"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20210208T190000Z:7d825ebc-d4d7-4853-91ac-9a06676d3711"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Mon, 08 Feb 2021 19:00:00 GMT"
+ ],
+ "Content-Length": [
+ "352"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"identifier\": {\r\n \"uniqueId\": \"/SharedGalleries/97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV/Images/jmaesscc/Versions/1.0.0\"\r\n },\r\n \"properties\": {\r\n \"publishedDate\": \"2021-01-27T20:14:24.4218083-08:00\"\r\n },\r\n \"location\": \"EastUS2EUAP\",\r\n \"name\": \"1.0.0\"\r\n }\r\n ]\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2euap/sharedGalleries/97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV/images/jmaesscc/versions?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvc2hhcmVkR2FsbGVyaWVzLzk3Zjc4MjMyLTM4MmItNDZhNy04YTcyLTk2NGQ2OTJjNGYzZi1MT05HTElWRUdBTExFUllGT0pOVlYvaW1hZ2VzL2ptYWVzc2NjL3ZlcnNpb25zP2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "9ad9b503-5806-4397-b83e-fcee84fa2aea"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29518.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "929b4a17-2677-4b76-97c2-2f5d5b05d4b0_132558183756113295"
+ ],
+ "x-ms-request-id": [
+ "6b6df937-def2-4c9a-89bb-9ee6f3b0cad3"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
+ "x-ms-correlation-request-id": [
+ "bf8894d5-943c-4eff-ad33-6bbef041bab6"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20210208T190000Z:bf8894d5-943c-4eff-ad33-6bbef041bab6"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Mon, 08 Feb 2021 19:00:00 GMT"
+ ],
+ "Content-Length": [
+ "352"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"identifier\": {\r\n \"uniqueId\": \"/SharedGalleries/97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV/Images/jmaesscc/Versions/1.0.0\"\r\n },\r\n \"properties\": {\r\n \"publishedDate\": \"2021-01-27T20:14:24.4218083-08:00\"\r\n },\r\n \"location\": \"EastUS2EUAP\",\r\n \"name\": \"1.0.0\"\r\n }\r\n ]\r\n}",
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "97f78232-382b-46a7-8a72-964d692c4f3f"
+ }
+}
\ No newline at end of file
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/SharedGalleryTests/SharedGalleryImage_GetAndList_Tests.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/SharedGalleryTests/SharedGalleryImage_GetAndList_Tests.json
new file mode 100644
index 000000000000..2c516bed1e9e
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/SharedGalleryTests/SharedGalleryImage_GetAndList_Tests.json
@@ -0,0 +1,276 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2euap/sharedGalleries/97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV/images/jmaesscc?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvc2hhcmVkR2FsbGVyaWVzLzk3Zjc4MjMyLTM4MmItNDZhNy04YTcyLTk2NGQ2OTJjNGYzZi1MT05HTElWRUdBTExFUllGT0pOVlYvaW1hZ2VzL2ptYWVzc2NjP2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "11200ebb-e800-49c2-8c6a-67189e594429"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29518.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "929b4a17-2677-4b76-97c2-2f5d5b05d4b0_132558183756113295"
+ ],
+ "x-ms-request-id": [
+ "4afcf93c-8fe5-47a0-b3b1-95eef5f6402f"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-correlation-request-id": [
+ "a9714df4-9391-4c93-ad21-5019579283ff"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20210208T185953Z:a9714df4-9391-4c93-ad21-5019579283ff"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Mon, 08 Feb 2021 18:59:53 GMT"
+ ],
+ "Content-Length": [
+ "448"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"identifier\": {\r\n \"uniqueId\": \"/SharedGalleries/97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV/Images/jmaesscc\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"GalleryPub\",\r\n \"offer\": \"GalleryOffer\",\r\n \"sku\": \"GallerySku\"\r\n },\r\n \"recommended\": {},\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"location\": \"EastUS2EUAP\",\r\n \"name\": \"jmaesscc\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2euap/sharedGalleries/97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV/images?api-version=2020-09-30&sharedTo=tenant",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvc2hhcmVkR2FsbGVyaWVzLzk3Zjc4MjMyLTM4MmItNDZhNy04YTcyLTk2NGQ2OTJjNGYzZi1MT05HTElWRUdBTExFUllGT0pOVlYvaW1hZ2VzP2FwaS12ZXJzaW9uPTIwMjAtMDktMzAmc2hhcmVkVG89dGVuYW50",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "2b32e804-b423-4051-b793-4680a9984331"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29518.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "929b4a17-2677-4b76-97c2-2f5d5b05d4b0_132558183756113295"
+ ],
+ "x-ms-request-id": [
+ "cacf2eff-2372-4b51-8018-3942eaf322e9"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-correlation-request-id": [
+ "af163c97-9aba-4532-b260-3d9a91e05cce"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20210208T185954Z:af163c97-9aba-4532-b260-3d9a91e05cce"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Mon, 08 Feb 2021 18:59:53 GMT"
+ ],
+ "Content-Length": [
+ "545"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"identifier\": {\r\n \"uniqueId\": \"/SharedGalleries/97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV/Images/jmaesscc\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"GalleryPub\",\r\n \"offer\": \"GalleryOffer\",\r\n \"sku\": \"GallerySku\"\r\n },\r\n \"recommended\": {},\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"location\": \"EastUS2EUAP\",\r\n \"name\": \"jmaesscc\"\r\n }\r\n ]\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2euap/sharedGalleries/97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV/images?api-version=2020-09-30&sharedTo=tenant",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvc2hhcmVkR2FsbGVyaWVzLzk3Zjc4MjMyLTM4MmItNDZhNy04YTcyLTk2NGQ2OTJjNGYzZi1MT05HTElWRUdBTExFUllGT0pOVlYvaW1hZ2VzP2FwaS12ZXJzaW9uPTIwMjAtMDktMzAmc2hhcmVkVG89dGVuYW50",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "e8468d16-da1a-4c1f-869c-4e64816804af"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29518.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "929b4a17-2677-4b76-97c2-2f5d5b05d4b0_132558183756113295"
+ ],
+ "x-ms-request-id": [
+ "4df2d3fa-b1a7-4151-bc4a-9f5259206194"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11996"
+ ],
+ "x-ms-correlation-request-id": [
+ "4e9d1274-60c8-413c-ab9e-812b6d954ad8"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20210208T185954Z:4e9d1274-60c8-413c-ab9e-812b6d954ad8"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Mon, 08 Feb 2021 18:59:53 GMT"
+ ],
+ "Content-Length": [
+ "545"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"identifier\": {\r\n \"uniqueId\": \"/SharedGalleries/97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV/Images/jmaesscc\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"GalleryPub\",\r\n \"offer\": \"GalleryOffer\",\r\n \"sku\": \"GallerySku\"\r\n },\r\n \"recommended\": {},\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"location\": \"EastUS2EUAP\",\r\n \"name\": \"jmaesscc\"\r\n }\r\n ]\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2euap/sharedGalleries/97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV/images?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvc2hhcmVkR2FsbGVyaWVzLzk3Zjc4MjMyLTM4MmItNDZhNy04YTcyLTk2NGQ2OTJjNGYzZi1MT05HTElWRUdBTExFUllGT0pOVlYvaW1hZ2VzP2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "210e3965-0922-4e54-8324-5a8e06e3a0b0"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29518.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "929b4a17-2677-4b76-97c2-2f5d5b05d4b0_132558183756113295"
+ ],
+ "x-ms-request-id": [
+ "70a1fafd-d7d4-41a8-b9db-bcfaa271fa06"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
+ "x-ms-correlation-request-id": [
+ "db1dd5ca-5acc-42c1-8065-13c116650d10"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20210208T185954Z:db1dd5ca-5acc-42c1-8065-13c116650d10"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Mon, 08 Feb 2021 18:59:53 GMT"
+ ],
+ "Content-Length": [
+ "545"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"identifier\": {\r\n \"uniqueId\": \"/SharedGalleries/97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV/Images/jmaesscc\"\r\n },\r\n \"properties\": {\r\n \"osType\": \"Linux\",\r\n \"osState\": \"Generalized\",\r\n \"identifier\": {\r\n \"publisher\": \"GalleryPub\",\r\n \"offer\": \"GalleryOffer\",\r\n \"sku\": \"GallerySku\"\r\n },\r\n \"recommended\": {},\r\n \"hyperVGeneration\": \"V1\"\r\n },\r\n \"location\": \"EastUS2EUAP\",\r\n \"name\": \"jmaesscc\"\r\n }\r\n ]\r\n}",
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "97f78232-382b-46a7-8a72-964d692c4f3f"
+ }
+}
\ No newline at end of file
diff --git a/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/SharedGalleryTests/SharedGallery_GetAndList_Tests.json b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/SharedGalleryTests/SharedGallery_GetAndList_Tests.json
new file mode 100644
index 000000000000..b82ce1498fc4
--- /dev/null
+++ b/sdk/compute/Microsoft.Azure.Management.Compute/tests/SessionRecords/SharedGalleryTests/SharedGallery_GetAndList_Tests.json
@@ -0,0 +1,276 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2euap/sharedGalleries/97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvc2hhcmVkR2FsbGVyaWVzLzk3Zjc4MjMyLTM4MmItNDZhNy04YTcyLTk2NGQ2OTJjNGYzZi1MT05HTElWRUdBTExFUllGT0pOVlY/YXBpLXZlcnNpb249MjAyMC0wOS0zMA==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "59b73000-4bc9-4b96-a329-37e9ecdd4e75"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29518.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "929b4a17-2677-4b76-97c2-2f5d5b05d4b0_132558183756113295"
+ ],
+ "x-ms-request-id": [
+ "68af347c-916d-4699-80fd-0c2a96db2b9b"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-correlation-request-id": [
+ "5871fc9e-941d-4ad4-9b15-fe4261cd8473"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20210208T185924Z:5871fc9e-941d-4ad4-9b15-fe4261cd8473"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Mon, 08 Feb 2021 18:59:24 GMT"
+ ],
+ "Content-Length": [
+ "226"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"identifier\": {\r\n \"uniqueId\": \"/SharedGalleries/97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV\"\r\n },\r\n \"location\": \"EastUS2EUAP\",\r\n \"name\": \"97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2euap/sharedGalleries?api-version=2020-09-30&sharedTo=tenant",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvc2hhcmVkR2FsbGVyaWVzP2FwaS12ZXJzaW9uPTIwMjAtMDktMzAmc2hhcmVkVG89dGVuYW50",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "13f66575-865d-4afd-8c8e-1adf65bca6e9"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29518.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "74657d10-ae84-4ba1-9987-bf2190e52342_132538767315073200"
+ ],
+ "x-ms-request-id": [
+ "b5a22e59-c374-4ffe-b43c-ea208df974cd"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-correlation-request-id": [
+ "5bd15b66-31bd-49a2-b893-65ccbaeb12e9"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20210208T185925Z:5bd15b66-31bd-49a2-b893-65ccbaeb12e9"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Mon, 08 Feb 2021 18:59:24 GMT"
+ ],
+ "Content-Length": [
+ "279"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"identifier\": {\r\n \"uniqueId\": \"/SharedGalleries/97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV\"\r\n },\r\n \"location\": \"EastUS2EUAP\",\r\n \"name\": \"97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV\"\r\n }\r\n ]\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2euap/sharedGalleries?api-version=2020-09-30&sharedTo=tenant",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvc2hhcmVkR2FsbGVyaWVzP2FwaS12ZXJzaW9uPTIwMjAtMDktMzAmc2hhcmVkVG89dGVuYW50",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "2d84d49e-052a-4ac1-8173-7db6c2e856ca"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29518.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "74657d10-ae84-4ba1-9987-bf2190e52342_132538767315073200"
+ ],
+ "x-ms-request-id": [
+ "680cdb73-1a2b-43f5-8cc2-7100fbb220b8"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11996"
+ ],
+ "x-ms-correlation-request-id": [
+ "8c19ce40-a399-48a0-98d5-eb5da41808d0"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20210208T185925Z:8c19ce40-a399-48a0-98d5-eb5da41808d0"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Mon, 08 Feb 2021 18:59:24 GMT"
+ ],
+ "Content-Length": [
+ "279"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"identifier\": {\r\n \"uniqueId\": \"/SharedGalleries/97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV\"\r\n },\r\n \"location\": \"EastUS2EUAP\",\r\n \"name\": \"97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV\"\r\n }\r\n ]\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/97f78232-382b-46a7-8a72-964d692c4f3f/providers/Microsoft.Compute/locations/eastus2euap/sharedGalleries?api-version=2020-09-30",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOTdmNzgyMzItMzgyYi00NmE3LThhNzItOTY0ZDY5MmM0ZjNmL3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29tcHV0ZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvc2hhcmVkR2FsbGVyaWVzP2FwaS12ZXJzaW9uPTIwMjAtMDktMzA=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "3b41e838-2bbd-40b2-a802-3f125b1bca46"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29518.01",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.Compute.ComputeManagementClient/42.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-served-by": [
+ "74657d10-ae84-4ba1-9987-bf2190e52342_132538767315073200"
+ ],
+ "x-ms-request-id": [
+ "44ac57aa-4ff9-422f-91ae-f4809d03bdeb"
+ ],
+ "Server": [
+ "Microsoft-HTTPAPI/2.0",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
+ "x-ms-correlation-request-id": [
+ "aadfa16b-9e8f-4759-8274-a333440de5fe"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTCENTRALUS:20210208T185925Z:aadfa16b-9e8f-4759-8274-a333440de5fe"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Date": [
+ "Mon, 08 Feb 2021 18:59:24 GMT"
+ ],
+ "Content-Length": [
+ "279"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"identifier\": {\r\n \"uniqueId\": \"/SharedGalleries/97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV\"\r\n },\r\n \"location\": \"EastUS2EUAP\",\r\n \"name\": \"97f78232-382b-46a7-8a72-964d692c4f3f-LONGLIVEGALLERYFOJNVV\"\r\n }\r\n ]\r\n}",
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "97f78232-382b-46a7-8a72-964d692c4f3f"
+ }
+}
\ No newline at end of file