diff --git a/eng/Packages.Data.props b/eng/Packages.Data.props index f04e44ce2b8fe..2505816a80a96 100644 --- a/eng/Packages.Data.props +++ b/eng/Packages.Data.props @@ -186,16 +186,12 @@ - - - - + - - + @@ -240,8 +236,7 @@ - - + diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/CHANGELOG.md b/sdk/postgresql/Azure.ResourceManager.PostgreSql/CHANGELOG.md index 9749ce1824149..ddaa26299492a 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/CHANGELOG.md +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/CHANGELOG.md @@ -1,19 +1,14 @@ # Release History -## 2.0.0 (2023-02-02) - -This release uses GA api version 2022-12-01 for PostgreSQL flexible server. +## 1.1.0-beta.1 (Unreleased) ### Features Added -- Data encryption -- User managed identities -- Active Directory authentication -- Geo-Restore -- Read Replicas -- Same Zone HA -- Server backups -- Major version upgrade +### Breaking Changes + +### Bugs Fixed + +### Other Changes ## 1.0.0 (2022-09-05) diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/api/Azure.ResourceManager.PostgreSql.netstandard2.0.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/api/Azure.ResourceManager.PostgreSql.netstandard2.0.cs index 33e5e58caa0a8..432f81f3dd07a 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/api/Azure.ResourceManager.PostgreSql.netstandard2.0.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/api/Azure.ResourceManager.PostgreSql.netstandard2.0.cs @@ -424,10 +424,8 @@ namespace Azure.ResourceManager.PostgreSql.FlexibleServers { public static partial class FlexibleServersExtensions { - public static Azure.Response CheckPostgreSqlFlexibleServerNameAvailability(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerNameAvailabilityRequest nameAvailabilityRequest, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public static System.Threading.Tasks.Task> CheckPostgreSqlFlexibleServerNameAvailabilityAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerNameAvailabilityRequest nameAvailabilityRequest, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public static Azure.Response CheckPostgreSqlFlexibleServerNameAvailabilityWithLocation(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationName, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerNameAvailabilityRequest nameAvailabilityRequest, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public static System.Threading.Tasks.Task> CheckPostgreSqlFlexibleServerNameAvailabilityWithLocationAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationName, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerNameAvailabilityRequest nameAvailabilityRequest, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.Response CheckPostgreSqlFlexibleServerNameAvailability(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerNameAvailabilityContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static System.Threading.Tasks.Task> CheckPostgreSqlFlexibleServerNameAvailabilityAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerNameAvailabilityContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.Response ExecuteGetPrivateDnsZoneSuffix(this Azure.ResourceManager.Resources.TenantResource tenantResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static System.Threading.Tasks.Task> ExecuteGetPrivateDnsZoneSuffixAsync(this Azure.ResourceManager.Resources.TenantResource tenantResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.Pageable ExecuteLocationBasedCapabilities(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -435,9 +433,7 @@ public static partial class FlexibleServersExtensions public static Azure.Response ExecuteVirtualNetworkSubnetUsage(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationName, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerVirtualNetworkSubnetUsageParameter postgreSqlFlexibleServerVirtualNetworkSubnetUsageParameter, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static System.Threading.Tasks.Task> ExecuteVirtualNetworkSubnetUsageAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation locationName, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerVirtualNetworkSubnetUsageParameter postgreSqlFlexibleServerVirtualNetworkSubnetUsageParameter, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.Response GetPostgreSqlFlexibleServer(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string serverName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerActiveDirectoryAdministratorResource GetPostgreSqlFlexibleServerActiveDirectoryAdministratorResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } public static System.Threading.Tasks.Task> GetPostgreSqlFlexibleServerAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string serverName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerBackupResource GetPostgreSqlFlexibleServerBackupResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } public static Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerConfigurationResource GetPostgreSqlFlexibleServerConfigurationResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } public static Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerDatabaseResource GetPostgreSqlFlexibleServerDatabaseResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } public static Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerFirewallRuleResource GetPostgreSqlFlexibleServerFirewallRuleResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; } @@ -446,73 +442,6 @@ public static partial class FlexibleServersExtensions public static Azure.Pageable GetPostgreSqlFlexibleServers(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static Azure.AsyncPageable GetPostgreSqlFlexibleServersAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class PostgreSqlFlexibleServerActiveDirectoryAdministratorCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - protected PostgreSqlFlexibleServerActiveDirectoryAdministratorCollection() { } - public virtual Azure.ResourceManager.ArmOperation CreateOrUpdate(Azure.WaitUntil waitUntil, string objectId, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerActiveDirectoryAdministratorCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string objectId, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerActiveDirectoryAdministratorCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Exists(string objectId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> ExistsAsync(string objectId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(string objectId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string objectId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } - } - public partial class PostgreSqlFlexibleServerActiveDirectoryAdministratorData : Azure.ResourceManager.Models.ResourceData - { - public PostgreSqlFlexibleServerActiveDirectoryAdministratorData() { } - public System.Guid? ObjectId { get { throw null; } set { } } - public string PrincipalName { get { throw null; } set { } } - public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPrincipalType? PrincipalType { get { throw null; } set { } } - public System.Guid? TenantId { get { throw null; } set { } } - } - public partial class PostgreSqlFlexibleServerActiveDirectoryAdministratorResource : Azure.ResourceManager.ArmResource - { - public static readonly Azure.Core.ResourceType ResourceType; - protected PostgreSqlFlexibleServerActiveDirectoryAdministratorResource() { } - public virtual Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerActiveDirectoryAdministratorData Data { get { throw null; } } - public virtual bool HasData { get { throw null; } } - public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string serverName, string objectId) { throw null; } - public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerActiveDirectoryAdministratorCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerActiveDirectoryAdministratorCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class PostgreSqlFlexibleServerBackupCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable - { - protected PostgreSqlFlexibleServerBackupCollection() { } - public virtual Azure.Response Exists(string backupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> ExistsAsync(string backupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(string backupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string backupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } - System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } - System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } - } - public partial class PostgreSqlFlexibleServerBackupData : Azure.ResourceManager.Models.ResourceData - { - public PostgreSqlFlexibleServerBackupData() { } - public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerBackupOrigin? BackupType { get { throw null; } set { } } - public System.DateTimeOffset? CompletedOn { get { throw null; } set { } } - public string Source { get { throw null; } set { } } - } - public partial class PostgreSqlFlexibleServerBackupResource : Azure.ResourceManager.ArmResource - { - public static readonly Azure.Core.ResourceType ResourceType; - protected PostgreSqlFlexibleServerBackupResource() { } - public virtual Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerBackupData Data { get { throw null; } } - public virtual bool HasData { get { throw null; } } - public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string serverName, string backupName) { throw null; } - public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } public partial class PostgreSqlFlexibleServerCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable { protected PostgreSqlFlexibleServerCollection() { } @@ -524,8 +453,6 @@ protected PostgreSqlFlexibleServerCollection() { } public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(string serverName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable GetReplicas(string serverName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable GetReplicasAsync(string serverName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } System.Collections.Generic.IAsyncEnumerator System.Collections.Generic.IAsyncEnumerable.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; } System.Collections.Generic.IEnumerator System.Collections.Generic.IEnumerable.GetEnumerator() { throw null; } System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } @@ -569,28 +496,23 @@ protected PostgreSqlFlexibleServerConfigurationResource() { } public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string serverName, string configurationName) { throw null; } public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerConfigurationPatch patch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerConfigurationPatch patch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.ArmOperation Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerConfigurationData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerConfigurationData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } public partial class PostgreSqlFlexibleServerData : Azure.ResourceManager.Models.TrackedResourceData { public PostgreSqlFlexibleServerData(Azure.Core.AzureLocation location) : base (default(Azure.Core.AzureLocation)) { } public string AdministratorLogin { get { throw null; } set { } } public string AdministratorLoginPassword { get { throw null; } set { } } - public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerAuthConfig AuthConfig { get { throw null; } set { } } public string AvailabilityZone { get { throw null; } set { } } public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerBackupProperties Backup { get { throw null; } set { } } public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerCreateMode? CreateMode { get { throw null; } set { } } - public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerDataEncryption DataEncryption { get { throw null; } set { } } public string FullyQualifiedDomainName { get { throw null; } } public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerHighAvailability HighAvailability { get { throw null; } set { } } - public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerUserAssignedIdentity Identity { get { throw null; } set { } } public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerMaintenanceWindow MaintenanceWindow { get { throw null; } set { } } public string MinorVersion { get { throw null; } } public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerNetwork Network { get { throw null; } set { } } public System.DateTimeOffset? PointInTimeUtc { get { throw null; } set { } } - public int? ReplicaCapacity { get { throw null; } set { } } - public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerReplicationRole? ReplicationRole { get { throw null; } set { } } public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerSku Sku { get { throw null; } set { } } public Azure.Core.ResourceIdentifier SourceServerResourceId { get { throw null; } set { } } public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerState? State { get { throw null; } } @@ -680,12 +602,6 @@ protected PostgreSqlFlexibleServerResource() { } public virtual System.Threading.Tasks.Task DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response GetPostgreSqlFlexibleServerActiveDirectoryAdministrator(string objectId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetPostgreSqlFlexibleServerActiveDirectoryAdministratorAsync(string objectId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerActiveDirectoryAdministratorCollection GetPostgreSqlFlexibleServerActiveDirectoryAdministrators() { throw null; } - public virtual Azure.Response GetPostgreSqlFlexibleServerBackup(string backupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetPostgreSqlFlexibleServerBackupAsync(string backupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerBackupCollection GetPostgreSqlFlexibleServerBackups() { throw null; } public virtual Azure.Response GetPostgreSqlFlexibleServerConfiguration(string configurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetPostgreSqlFlexibleServerConfigurationAsync(string configurationName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.ResourceManager.PostgreSql.FlexibleServers.PostgreSqlFlexibleServerConfigurationCollection GetPostgreSqlFlexibleServerConfigurations() { throw null; } @@ -711,55 +627,6 @@ protected PostgreSqlFlexibleServerResource() { } } namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models { - public partial class PostgreSqlFlexibleServerActiveDirectoryAdministratorCreateOrUpdateContent - { - public PostgreSqlFlexibleServerActiveDirectoryAdministratorCreateOrUpdateContent() { } - public string PrincipalName { get { throw null; } set { } } - public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPrincipalType? PrincipalType { get { throw null; } set { } } - public System.Guid? TenantId { get { throw null; } set { } } - } - [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] - public readonly partial struct PostgreSqlFlexibleServerActiveDirectoryAuthEnum : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public PostgreSqlFlexibleServerActiveDirectoryAuthEnum(string value) { throw null; } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerActiveDirectoryAuthEnum Disabled { get { throw null; } } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerActiveDirectoryAuthEnum Enabled { get { throw null; } } - public bool Equals(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerActiveDirectoryAuthEnum other) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override bool Equals(object obj) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override int GetHashCode() { throw null; } - public static bool operator ==(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerActiveDirectoryAuthEnum left, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerActiveDirectoryAuthEnum right) { throw null; } - public static implicit operator Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerActiveDirectoryAuthEnum (string value) { throw null; } - public static bool operator !=(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerActiveDirectoryAuthEnum left, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerActiveDirectoryAuthEnum right) { throw null; } - public override string ToString() { throw null; } - } - public partial class PostgreSqlFlexibleServerAuthConfig - { - public PostgreSqlFlexibleServerAuthConfig() { } - public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerActiveDirectoryAuthEnum? ActiveDirectoryAuth { get { throw null; } set { } } - public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPasswordAuthEnum? PasswordAuth { get { throw null; } set { } } - public System.Guid? TenantId { get { throw null; } set { } } - } - [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] - public readonly partial struct PostgreSqlFlexibleServerBackupOrigin : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public PostgreSqlFlexibleServerBackupOrigin(string value) { throw null; } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerBackupOrigin Full { get { throw null; } } - public bool Equals(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerBackupOrigin other) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override bool Equals(object obj) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override int GetHashCode() { throw null; } - public static bool operator ==(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerBackupOrigin left, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerBackupOrigin right) { throw null; } - public static implicit operator Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerBackupOrigin (string value) { throw null; } - public static bool operator !=(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerBackupOrigin left, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerBackupOrigin right) { throw null; } - public override string ToString() { throw null; } - } public partial class PostgreSqlFlexibleServerBackupProperties { public PostgreSqlFlexibleServerBackupProperties() { } @@ -770,12 +637,10 @@ public PostgreSqlFlexibleServerBackupProperties() { } public partial class PostgreSqlFlexibleServerCapabilityProperties { internal PostgreSqlFlexibleServerCapabilityProperties() { } - public bool? FastProvisioningSupported { get { throw null; } } public bool? IsGeoBackupSupported { get { throw null; } } public bool? IsZoneRedundantHAAndGeoBackupSupported { get { throw null; } } public bool? IsZoneRedundantHASupported { get { throw null; } } public string Status { get { throw null; } } - public System.Collections.Generic.IReadOnlyList SupportedFastProvisioningEditions { get { throw null; } } public System.Collections.Generic.IReadOnlyList SupportedFlexibleServerEditions { get { throw null; } } public System.Collections.Generic.IReadOnlyList SupportedHAModes { get { throw null; } } public System.Collections.Generic.IReadOnlyList SupportedHyperscaleNodeEditions { get { throw null; } } @@ -801,21 +666,6 @@ internal PostgreSqlFlexibleServerCapabilityProperties() { } public static bool operator !=(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerConfigurationDataType left, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerConfigurationDataType right) { throw null; } public override string ToString() { throw null; } } - public partial class PostgreSqlFlexibleServerConfigurationPatch - { - public PostgreSqlFlexibleServerConfigurationPatch() { } - public string AllowedValues { get { throw null; } } - public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerConfigurationDataType? DataType { get { throw null; } } - public string DefaultValue { get { throw null; } } - public string Description { get { throw null; } } - public string DocumentationLink { get { throw null; } } - public bool? IsConfigPendingRestart { get { throw null; } } - public bool? IsDynamicConfig { get { throw null; } } - public bool? IsReadOnly { get { throw null; } } - public string Source { get { throw null; } set { } } - public string Unit { get { throw null; } } - public string Value { get { throw null; } set { } } - } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct PostgreSqlFlexibleServerCreateMode : System.IEquatable { @@ -824,9 +674,7 @@ public PostgreSqlFlexibleServerConfigurationPatch() { } public PostgreSqlFlexibleServerCreateMode(string value) { throw null; } public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerCreateMode Create { get { throw null; } } public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerCreateMode Default { get { throw null; } } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerCreateMode GeoRestore { get { throw null; } } public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerCreateMode PointInTimeRestore { get { throw null; } } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerCreateMode Replica { get { throw null; } } public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerCreateMode Update { get { throw null; } } public bool Equals(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerCreateMode other) { throw null; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] @@ -856,13 +704,6 @@ public PostgreSqlFlexibleServerConfigurationPatch() { } public static bool operator !=(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerCreateModeForUpdate left, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerCreateModeForUpdate right) { throw null; } public override string ToString() { throw null; } } - public partial class PostgreSqlFlexibleServerDataEncryption - { - public PostgreSqlFlexibleServerDataEncryption() { } - public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerKeyType? KeyType { get { throw null; } set { } } - public System.Uri PrimaryKeyUri { get { throw null; } set { } } - public Azure.Core.ResourceIdentifier PrimaryUserAssignedIdentityId { get { throw null; } set { } } - } public partial class PostgreSqlFlexibleServerDelegatedSubnetUsage { internal PostgreSqlFlexibleServerDelegatedSubnetUsage() { } @@ -897,13 +738,6 @@ internal PostgreSqlFlexibleServerEditionCapability() { } public static bool operator !=(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerFailoverMode left, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerFailoverMode right) { throw null; } public override string ToString() { throw null; } } - public partial class PostgreSqlFlexibleServerFastProvisioningEditionCapability - { - internal PostgreSqlFlexibleServerFastProvisioningEditionCapability() { } - public string SupportedServerVersions { get { throw null; } } - public string SupportedSku { get { throw null; } } - public long? SupportedStorageGb { get { throw null; } } - } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct PostgreSqlFlexibleServerGeoRedundantBackupEnum : System.IEquatable { @@ -958,7 +792,6 @@ public PostgreSqlFlexibleServerHighAvailability() { } private readonly int _dummyPrimitive; public PostgreSqlFlexibleServerHighAvailabilityMode(string value) { throw null; } public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerHighAvailabilityMode Disabled { get { throw null; } } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerHighAvailabilityMode SameZone { get { throw null; } } public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerHighAvailabilityMode ZoneRedundant { get { throw null; } } public bool Equals(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerHighAvailabilityMode other) { throw null; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] @@ -979,43 +812,6 @@ internal PostgreSqlFlexibleServerHyperscaleNodeEditionCapability() { } public System.Collections.Generic.IReadOnlyList SupportedServerVersions { get { throw null; } } public System.Collections.Generic.IReadOnlyList SupportedStorageEditions { get { throw null; } } } - [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] - public readonly partial struct PostgreSqlFlexibleServerIdentityType : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public PostgreSqlFlexibleServerIdentityType(string value) { throw null; } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerIdentityType None { get { throw null; } } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerIdentityType SystemAssigned { get { throw null; } } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerIdentityType UserAssigned { get { throw null; } } - public bool Equals(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerIdentityType other) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override bool Equals(object obj) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override int GetHashCode() { throw null; } - public static bool operator ==(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerIdentityType left, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerIdentityType right) { throw null; } - public static implicit operator Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerIdentityType (string value) { throw null; } - public static bool operator !=(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerIdentityType left, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerIdentityType right) { throw null; } - public override string ToString() { throw null; } - } - [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] - public readonly partial struct PostgreSqlFlexibleServerKeyType : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public PostgreSqlFlexibleServerKeyType(string value) { throw null; } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerKeyType AzureKeyVault { get { throw null; } } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerKeyType SystemAssigned { get { throw null; } } - public bool Equals(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerKeyType other) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override bool Equals(object obj) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override int GetHashCode() { throw null; } - public static bool operator ==(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerKeyType left, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerKeyType right) { throw null; } - public static implicit operator Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerKeyType (string value) { throw null; } - public static bool operator !=(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerKeyType left, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerKeyType right) { throw null; } - public override string ToString() { throw null; } - } public partial class PostgreSqlFlexibleServerMaintenanceWindow { public PostgreSqlFlexibleServerMaintenanceWindow() { } @@ -1024,23 +820,19 @@ public PostgreSqlFlexibleServerMaintenanceWindow() { } public int? StartHour { get { throw null; } set { } } public int? StartMinute { get { throw null; } set { } } } - public partial class PostgreSqlFlexibleServerNameAvailabilityRequest + public partial class PostgreSqlFlexibleServerNameAvailabilityContent { - public PostgreSqlFlexibleServerNameAvailabilityRequest() { } - public string Name { get { throw null; } set { } } + public PostgreSqlFlexibleServerNameAvailabilityContent(string name) { } + public string Name { get { throw null; } } public Azure.Core.ResourceType? ResourceType { get { throw null; } set { } } } - public partial class PostgreSqlFlexibleServerNameAvailabilityResponse + public partial class PostgreSqlFlexibleServerNameAvailabilityResult { - internal PostgreSqlFlexibleServerNameAvailabilityResponse() { } + internal PostgreSqlFlexibleServerNameAvailabilityResult() { } public bool? IsNameAvailable { get { throw null; } } public string Message { get { throw null; } } - public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerNameUnavailableReason? Reason { get { throw null; } } - } - public partial class PostgreSqlFlexibleServerNameAvailabilityResult : Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerNameAvailabilityResponse - { - internal PostgreSqlFlexibleServerNameAvailabilityResult() { } public string Name { get { throw null; } } + public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerNameUnavailableReason? Reason { get { throw null; } } public Azure.Core.ResourceType? ResourceType { get { throw null; } } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] @@ -1075,60 +867,18 @@ internal PostgreSqlFlexibleServerNodeTypeCapability() { } public string NodeType { get { throw null; } } public string Status { get { throw null; } } } - [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] - public readonly partial struct PostgreSqlFlexibleServerPasswordAuthEnum : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public PostgreSqlFlexibleServerPasswordAuthEnum(string value) { throw null; } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPasswordAuthEnum Disabled { get { throw null; } } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPasswordAuthEnum Enabled { get { throw null; } } - public bool Equals(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPasswordAuthEnum other) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override bool Equals(object obj) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override int GetHashCode() { throw null; } - public static bool operator ==(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPasswordAuthEnum left, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPasswordAuthEnum right) { throw null; } - public static implicit operator Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPasswordAuthEnum (string value) { throw null; } - public static bool operator !=(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPasswordAuthEnum left, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPasswordAuthEnum right) { throw null; } - public override string ToString() { throw null; } - } public partial class PostgreSqlFlexibleServerPatch { public PostgreSqlFlexibleServerPatch() { } public string AdministratorLoginPassword { get { throw null; } set { } } - public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerAuthConfig AuthConfig { get { throw null; } set { } } public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerBackupProperties Backup { get { throw null; } set { } } public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerCreateModeForUpdate? CreateMode { get { throw null; } set { } } - public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerDataEncryption DataEncryption { get { throw null; } set { } } public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerHighAvailability HighAvailability { get { throw null; } set { } } - public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerUserAssignedIdentity Identity { get { throw null; } set { } } + public Azure.Core.AzureLocation? Location { get { throw null; } set { } } public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerMaintenanceWindow MaintenanceWindow { get { throw null; } set { } } - public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerReplicationRole? ReplicationRole { get { throw null; } set { } } public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerSku Sku { get { throw null; } set { } } public int? StorageSizeInGB { get { throw null; } set { } } public System.Collections.Generic.IDictionary Tags { get { throw null; } } - public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerVersion? Version { get { throw null; } set { } } - } - [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] - public readonly partial struct PostgreSqlFlexibleServerPrincipalType : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public PostgreSqlFlexibleServerPrincipalType(string value) { throw null; } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPrincipalType Group { get { throw null; } } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPrincipalType ServicePrincipal { get { throw null; } } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPrincipalType Unknown { get { throw null; } } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPrincipalType User { get { throw null; } } - public bool Equals(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPrincipalType other) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override bool Equals(object obj) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override int GetHashCode() { throw null; } - public static bool operator ==(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPrincipalType left, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPrincipalType right) { throw null; } - public static implicit operator Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPrincipalType (string value) { throw null; } - public static bool operator !=(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPrincipalType left, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPrincipalType right) { throw null; } - public override string ToString() { throw null; } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct PostgreSqlFlexibleServerPublicNetworkAccessState : System.IEquatable @@ -1148,30 +898,6 @@ public PostgreSqlFlexibleServerPatch() { } public static bool operator !=(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPublicNetworkAccessState left, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerPublicNetworkAccessState right) { throw null; } public override string ToString() { throw null; } } - [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] - public readonly partial struct PostgreSqlFlexibleServerReplicationRole : System.IEquatable - { - private readonly object _dummy; - private readonly int _dummyPrimitive; - public PostgreSqlFlexibleServerReplicationRole(string value) { throw null; } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerReplicationRole AsyncReplica { get { throw null; } } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerReplicationRole GeoAsyncReplica { get { throw null; } } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerReplicationRole GeoSyncReplica { get { throw null; } } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerReplicationRole None { get { throw null; } } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerReplicationRole Primary { get { throw null; } } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerReplicationRole Secondary { get { throw null; } } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerReplicationRole SyncReplica { get { throw null; } } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerReplicationRole WalReplica { get { throw null; } } - public bool Equals(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerReplicationRole other) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override bool Equals(object obj) { throw null; } - [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] - public override int GetHashCode() { throw null; } - public static bool operator ==(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerReplicationRole left, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerReplicationRole right) { throw null; } - public static implicit operator Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerReplicationRole (string value) { throw null; } - public static bool operator !=(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerReplicationRole left, Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerReplicationRole right) { throw null; } - public override string ToString() { throw null; } - } public partial class PostgreSqlFlexibleServerRestartParameter { public PostgreSqlFlexibleServerRestartParameter() { } @@ -1184,7 +910,6 @@ internal PostgreSqlFlexibleServerServerVersionCapability() { } public string Name { get { throw null; } } public string Status { get { throw null; } } public System.Collections.Generic.IReadOnlyList SupportedVCores { get { throw null; } } - public System.Collections.Generic.IReadOnlyList SupportedVersionsToUpgrade { get { throw null; } } } public partial class PostgreSqlFlexibleServerSku { @@ -1241,7 +966,6 @@ internal PostgreSqlFlexibleServerStorageCapability() { } public string Status { get { throw null; } } public long? StorageSizeInMB { get { throw null; } } public long? SupportedIops { get { throw null; } } - public System.Collections.Generic.IReadOnlyList SupportedUpgradableTierList { get { throw null; } } } public partial class PostgreSqlFlexibleServerStorageEditionCapability { @@ -1250,21 +974,6 @@ internal PostgreSqlFlexibleServerStorageEditionCapability() { } public string Status { get { throw null; } } public System.Collections.Generic.IReadOnlyList SupportedStorageCapabilities { get { throw null; } } } - public partial class PostgreSqlFlexibleServerStorageTierCapability - { - internal PostgreSqlFlexibleServerStorageTierCapability() { } - public long? Iops { get { throw null; } } - public bool? IsBaseline { get { throw null; } } - public string Name { get { throw null; } } - public string Status { get { throw null; } } - public string TierName { get { throw null; } } - } - public partial class PostgreSqlFlexibleServerUserAssignedIdentity - { - public PostgreSqlFlexibleServerUserAssignedIdentity(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerIdentityType identityType) { } - public Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerIdentityType IdentityType { get { throw null; } set { } } - public System.Collections.Generic.IDictionary UserAssignedIdentities { get { throw null; } } - } public partial class PostgreSqlFlexibleServerVCoreCapability { internal PostgreSqlFlexibleServerVCoreCapability() { } @@ -1283,7 +992,6 @@ internal PostgreSqlFlexibleServerVCoreCapability() { } public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerVersion Ver11 { get { throw null; } } public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerVersion Ver12 { get { throw null; } } public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerVersion Ver13 { get { throw null; } } - public static Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerVersion Ver14 { get { throw null; } } public bool Equals(Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerVersion other) { throw null; } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] public override bool Equals(object obj) { throw null; } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/Azure.ResourceManager.PostgreSql.csproj b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/Azure.ResourceManager.PostgreSql.csproj index af555ff70c5f3..2e80d7adaa293 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/Azure.ResourceManager.PostgreSql.csproj +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/Azure.ResourceManager.PostgreSql.csproj @@ -1,6 +1,8 @@ - + - 2.0.0 + 1.1.0-beta.1 + + 1.0.0 Azure.ResourceManager.PostgreSql Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.DBforPostgreSQL. azure;management;arm;resource manager;postgresql diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Custom/Models/PostgreSqlFlexibleServerVersion.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Custom/Models/PostgreSqlFlexibleServerVersion.cs index 9c9293de51fae..1a73fc0b7e9ef 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Custom/Models/PostgreSqlFlexibleServerVersion.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Custom/Models/PostgreSqlFlexibleServerVersion.cs @@ -22,13 +22,10 @@ public PostgreSqlFlexibleServerVersion(string value) _value = value ?? throw new ArgumentNullException(nameof(value)); } - private const string Ver14Value = "14"; private const string Ver13Value = "13"; private const string Ver12Value = "12"; private const string Ver11Value = "11"; - /// 14. - public static PostgreSqlFlexibleServerVersion Ver14 { get; } = new PostgreSqlFlexibleServerVersion(Ver14Value); /// 13. public static PostgreSqlFlexibleServerVersion Ver13 { get; } = new PostgreSqlFlexibleServerVersion(Ver13Value); /// 12. diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Extensions/FlexibleServersExtensions.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Extensions/FlexibleServersExtensions.cs index 977ec2a61a65f..24b210f5ae088 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Extensions/FlexibleServersExtensions.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Extensions/FlexibleServersExtensions.cs @@ -78,47 +78,45 @@ private static SubscriptionResourceExtensionClient GetExtensionClient(Subscripti } /// - /// Get capabilities at specified location in a given subscription. + /// List all the servers in a given subscription. /// /// /// Request Path - /// /subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/capabilities + /// /subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/flexibleServers /// /// /// Operation Id - /// LocationBasedCapabilities_Execute + /// Servers_List /// /// /// /// The instance the method will execute against. - /// The name of the location. /// The cancellation token to use. - /// An async collection of that may take multiple service requests to iterate over. - public static AsyncPageable ExecuteLocationBasedCapabilitiesAsync(this SubscriptionResource subscriptionResource, AzureLocation locationName, CancellationToken cancellationToken = default) + /// An async collection of that may take multiple service requests to iterate over. + public static AsyncPageable GetPostgreSqlFlexibleServersAsync(this SubscriptionResource subscriptionResource, CancellationToken cancellationToken = default) { - return GetExtensionClient(subscriptionResource).ExecuteLocationBasedCapabilitiesAsync(locationName, cancellationToken); + return GetExtensionClient(subscriptionResource).GetPostgreSqlFlexibleServersAsync(cancellationToken); } /// - /// Get capabilities at specified location in a given subscription. + /// List all the servers in a given subscription. /// /// /// Request Path - /// /subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/capabilities + /// /subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/flexibleServers /// /// /// Operation Id - /// LocationBasedCapabilities_Execute + /// Servers_List /// /// /// /// The instance the method will execute against. - /// The name of the location. /// The cancellation token to use. - /// A collection of that may take multiple service requests to iterate over. - public static Pageable ExecuteLocationBasedCapabilities(this SubscriptionResource subscriptionResource, AzureLocation locationName, CancellationToken cancellationToken = default) + /// A collection of that may take multiple service requests to iterate over. + public static Pageable GetPostgreSqlFlexibleServers(this SubscriptionResource subscriptionResource, CancellationToken cancellationToken = default) { - return GetExtensionClient(subscriptionResource).ExecuteLocationBasedCapabilities(locationName, cancellationToken); + return GetExtensionClient(subscriptionResource).GetPostgreSqlFlexibleServers(cancellationToken); } /// @@ -135,14 +133,14 @@ public static Pageable ExecuteLoca /// /// /// The instance the method will execute against. - /// The required parameters for checking if resource name is available. + /// The required parameters for checking if resource name is available. /// The cancellation token to use. - /// is null. - public static async Task> CheckPostgreSqlFlexibleServerNameAvailabilityAsync(this SubscriptionResource subscriptionResource, PostgreSqlFlexibleServerNameAvailabilityRequest nameAvailabilityRequest, CancellationToken cancellationToken = default) + /// is null. + public static async Task> CheckPostgreSqlFlexibleServerNameAvailabilityAsync(this SubscriptionResource subscriptionResource, PostgreSqlFlexibleServerNameAvailabilityContent content, CancellationToken cancellationToken = default) { - Argument.AssertNotNull(nameAvailabilityRequest, nameof(nameAvailabilityRequest)); + Argument.AssertNotNull(content, nameof(content)); - return await GetExtensionClient(subscriptionResource).CheckPostgreSqlFlexibleServerNameAvailabilityAsync(nameAvailabilityRequest, cancellationToken).ConfigureAwait(false); + return await GetExtensionClient(subscriptionResource).CheckPostgreSqlFlexibleServerNameAvailabilityAsync(content, cancellationToken).ConfigureAwait(false); } /// @@ -159,106 +157,58 @@ public static async Task /// /// The instance the method will execute against. - /// The required parameters for checking if resource name is available. + /// The required parameters for checking if resource name is available. /// The cancellation token to use. - /// is null. - public static Response CheckPostgreSqlFlexibleServerNameAvailability(this SubscriptionResource subscriptionResource, PostgreSqlFlexibleServerNameAvailabilityRequest nameAvailabilityRequest, CancellationToken cancellationToken = default) + /// is null. + public static Response CheckPostgreSqlFlexibleServerNameAvailability(this SubscriptionResource subscriptionResource, PostgreSqlFlexibleServerNameAvailabilityContent content, CancellationToken cancellationToken = default) { - Argument.AssertNotNull(nameAvailabilityRequest, nameof(nameAvailabilityRequest)); + Argument.AssertNotNull(content, nameof(content)); - return GetExtensionClient(subscriptionResource).CheckPostgreSqlFlexibleServerNameAvailability(nameAvailabilityRequest, cancellationToken); + return GetExtensionClient(subscriptionResource).CheckPostgreSqlFlexibleServerNameAvailability(content, cancellationToken); } /// - /// Check the availability of name for resource + /// Get capabilities at specified location in a given subscription. /// /// /// Request Path - /// /subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/checkNameAvailability + /// /subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/capabilities /// /// /// Operation Id - /// CheckNameAvailabilityWithLocation_Execute + /// LocationBasedCapabilities_Execute /// /// /// /// The instance the method will execute against. /// The name of the location. - /// The required parameters for checking if resource name is available. /// The cancellation token to use. - /// is null. - public static async Task> CheckPostgreSqlFlexibleServerNameAvailabilityWithLocationAsync(this SubscriptionResource subscriptionResource, AzureLocation locationName, PostgreSqlFlexibleServerNameAvailabilityRequest nameAvailabilityRequest, CancellationToken cancellationToken = default) + /// An async collection of that may take multiple service requests to iterate over. + public static AsyncPageable ExecuteLocationBasedCapabilitiesAsync(this SubscriptionResource subscriptionResource, AzureLocation locationName, CancellationToken cancellationToken = default) { - Argument.AssertNotNull(nameAvailabilityRequest, nameof(nameAvailabilityRequest)); - - return await GetExtensionClient(subscriptionResource).CheckPostgreSqlFlexibleServerNameAvailabilityWithLocationAsync(locationName, nameAvailabilityRequest, cancellationToken).ConfigureAwait(false); + return GetExtensionClient(subscriptionResource).ExecuteLocationBasedCapabilitiesAsync(locationName, cancellationToken); } /// - /// Check the availability of name for resource + /// Get capabilities at specified location in a given subscription. /// /// /// Request Path - /// /subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/checkNameAvailability + /// /subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/capabilities /// /// /// Operation Id - /// CheckNameAvailabilityWithLocation_Execute + /// LocationBasedCapabilities_Execute /// /// /// /// The instance the method will execute against. /// The name of the location. - /// The required parameters for checking if resource name is available. - /// The cancellation token to use. - /// is null. - public static Response CheckPostgreSqlFlexibleServerNameAvailabilityWithLocation(this SubscriptionResource subscriptionResource, AzureLocation locationName, PostgreSqlFlexibleServerNameAvailabilityRequest nameAvailabilityRequest, CancellationToken cancellationToken = default) - { - Argument.AssertNotNull(nameAvailabilityRequest, nameof(nameAvailabilityRequest)); - - return GetExtensionClient(subscriptionResource).CheckPostgreSqlFlexibleServerNameAvailabilityWithLocation(locationName, nameAvailabilityRequest, cancellationToken); - } - - /// - /// List all the servers in a given subscription. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/flexibleServers - /// - /// - /// Operation Id - /// Servers_List - /// - /// - /// - /// The instance the method will execute against. - /// The cancellation token to use. - /// An async collection of that may take multiple service requests to iterate over. - public static AsyncPageable GetPostgreSqlFlexibleServersAsync(this SubscriptionResource subscriptionResource, CancellationToken cancellationToken = default) - { - return GetExtensionClient(subscriptionResource).GetPostgreSqlFlexibleServersAsync(cancellationToken); - } - - /// - /// List all the servers in a given subscription. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/flexibleServers - /// - /// - /// Operation Id - /// Servers_List - /// - /// - /// - /// The instance the method will execute against. /// The cancellation token to use. - /// A collection of that may take multiple service requests to iterate over. - public static Pageable GetPostgreSqlFlexibleServers(this SubscriptionResource subscriptionResource, CancellationToken cancellationToken = default) + /// A collection of that may take multiple service requests to iterate over. + public static Pageable ExecuteLocationBasedCapabilities(this SubscriptionResource subscriptionResource, AzureLocation locationName, CancellationToken cancellationToken = default) { - return GetExtensionClient(subscriptionResource).GetPostgreSqlFlexibleServers(cancellationToken); + return GetExtensionClient(subscriptionResource).ExecuteLocationBasedCapabilities(locationName, cancellationToken); } /// @@ -376,39 +326,39 @@ public static Response GetPostgreSqlFlexibleSe return resourceGroupResource.GetPostgreSqlFlexibleServers().Get(serverName, cancellationToken); } - #region PostgreSqlFlexibleServerActiveDirectoryAdministratorResource + #region PostgreSqlFlexibleServerResource /// - /// Gets an object representing a along with the instance operations that can be performed on it but with no data. - /// You can use to create a from its components. + /// Gets an object representing a along with the instance operations that can be performed on it but with no data. + /// You can use to create a from its components. /// /// The instance the method will execute against. /// The resource ID of the resource to get. - /// Returns a object. - public static PostgreSqlFlexibleServerActiveDirectoryAdministratorResource GetPostgreSqlFlexibleServerActiveDirectoryAdministratorResource(this ArmClient client, ResourceIdentifier id) + /// Returns a object. + public static PostgreSqlFlexibleServerResource GetPostgreSqlFlexibleServerResource(this ArmClient client, ResourceIdentifier id) { return client.GetResourceClient(() => { - PostgreSqlFlexibleServerActiveDirectoryAdministratorResource.ValidateResourceId(id); - return new PostgreSqlFlexibleServerActiveDirectoryAdministratorResource(client, id); + PostgreSqlFlexibleServerResource.ValidateResourceId(id); + return new PostgreSqlFlexibleServerResource(client, id); } ); } #endregion - #region PostgreSqlFlexibleServerBackupResource + #region PostgreSqlFlexibleServerFirewallRuleResource /// - /// Gets an object representing a along with the instance operations that can be performed on it but with no data. - /// You can use to create a from its components. + /// Gets an object representing a along with the instance operations that can be performed on it but with no data. + /// You can use to create a from its components. /// /// The instance the method will execute against. /// The resource ID of the resource to get. - /// Returns a object. - public static PostgreSqlFlexibleServerBackupResource GetPostgreSqlFlexibleServerBackupResource(this ArmClient client, ResourceIdentifier id) + /// Returns a object. + public static PostgreSqlFlexibleServerFirewallRuleResource GetPostgreSqlFlexibleServerFirewallRuleResource(this ArmClient client, ResourceIdentifier id) { return client.GetResourceClient(() => { - PostgreSqlFlexibleServerBackupResource.ValidateResourceId(id); - return new PostgreSqlFlexibleServerBackupResource(client, id); + PostgreSqlFlexibleServerFirewallRuleResource.ValidateResourceId(id); + return new PostgreSqlFlexibleServerFirewallRuleResource(client, id); } ); } @@ -451,43 +401,5 @@ public static PostgreSqlFlexibleServerDatabaseResource GetPostgreSqlFlexibleServ ); } #endregion - - #region PostgreSqlFlexibleServerFirewallRuleResource - /// - /// Gets an object representing a along with the instance operations that can be performed on it but with no data. - /// You can use to create a from its components. - /// - /// The instance the method will execute against. - /// The resource ID of the resource to get. - /// Returns a object. - public static PostgreSqlFlexibleServerFirewallRuleResource GetPostgreSqlFlexibleServerFirewallRuleResource(this ArmClient client, ResourceIdentifier id) - { - return client.GetResourceClient(() => - { - PostgreSqlFlexibleServerFirewallRuleResource.ValidateResourceId(id); - return new PostgreSqlFlexibleServerFirewallRuleResource(client, id); - } - ); - } - #endregion - - #region PostgreSqlFlexibleServerResource - /// - /// Gets an object representing a along with the instance operations that can be performed on it but with no data. - /// You can use to create a from its components. - /// - /// The instance the method will execute against. - /// The resource ID of the resource to get. - /// Returns a object. - public static PostgreSqlFlexibleServerResource GetPostgreSqlFlexibleServerResource(this ArmClient client, ResourceIdentifier id) - { - return client.GetResourceClient(() => - { - PostgreSqlFlexibleServerResource.ValidateResourceId(id); - return new PostgreSqlFlexibleServerResource(client, id); - } - ); - } - #endregion } } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Extensions/SubscriptionResourceExtensionClient.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Extensions/SubscriptionResourceExtensionClient.cs index 23a517b29fe20..285f63d9003f5 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Extensions/SubscriptionResourceExtensionClient.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Extensions/SubscriptionResourceExtensionClient.cs @@ -19,14 +19,12 @@ namespace Azure.ResourceManager.PostgreSql.FlexibleServers /// A class to add extension methods to SubscriptionResource. internal partial class SubscriptionResourceExtensionClient : ArmResource { - private ClientDiagnostics _locationBasedCapabilitiesClientDiagnostics; - private LocationBasedCapabilitiesRestOperations _locationBasedCapabilitiesRestClient; - private ClientDiagnostics _checkNameAvailabilityClientDiagnostics; - private CheckNameAvailabilityRestOperations _checkNameAvailabilityRestClient; - private ClientDiagnostics _checkNameAvailabilityWithLocationClientDiagnostics; - private CheckNameAvailabilityWithLocationRestOperations _checkNameAvailabilityWithLocationRestClient; private ClientDiagnostics _postgreSqlFlexibleServerServersClientDiagnostics; private ServersRestOperations _postgreSqlFlexibleServerServersRestClient; + private ClientDiagnostics _checkNameAvailabilityClientDiagnostics; + private CheckNameAvailabilityRestOperations _checkNameAvailabilityRestClient; + private ClientDiagnostics _locationBasedCapabilitiesClientDiagnostics; + private LocationBasedCapabilitiesRestOperations _locationBasedCapabilitiesRestClient; private ClientDiagnostics _virtualNetworkSubnetUsageClientDiagnostics; private VirtualNetworkSubnetUsageRestOperations _virtualNetworkSubnetUsageRestClient; @@ -42,14 +40,12 @@ internal SubscriptionResourceExtensionClient(ArmClient client, ResourceIdentifie { } - private ClientDiagnostics LocationBasedCapabilitiesClientDiagnostics => _locationBasedCapabilitiesClientDiagnostics ??= new ClientDiagnostics("Azure.ResourceManager.PostgreSql.FlexibleServers", ProviderConstants.DefaultProviderNamespace, Diagnostics); - private LocationBasedCapabilitiesRestOperations LocationBasedCapabilitiesRestClient => _locationBasedCapabilitiesRestClient ??= new LocationBasedCapabilitiesRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint); - private ClientDiagnostics CheckNameAvailabilityClientDiagnostics => _checkNameAvailabilityClientDiagnostics ??= new ClientDiagnostics("Azure.ResourceManager.PostgreSql.FlexibleServers", ProviderConstants.DefaultProviderNamespace, Diagnostics); - private CheckNameAvailabilityRestOperations CheckNameAvailabilityRestClient => _checkNameAvailabilityRestClient ??= new CheckNameAvailabilityRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint); - private ClientDiagnostics CheckNameAvailabilityWithLocationClientDiagnostics => _checkNameAvailabilityWithLocationClientDiagnostics ??= new ClientDiagnostics("Azure.ResourceManager.PostgreSql.FlexibleServers", ProviderConstants.DefaultProviderNamespace, Diagnostics); - private CheckNameAvailabilityWithLocationRestOperations CheckNameAvailabilityWithLocationRestClient => _checkNameAvailabilityWithLocationRestClient ??= new CheckNameAvailabilityWithLocationRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint); private ClientDiagnostics PostgreSqlFlexibleServerServersClientDiagnostics => _postgreSqlFlexibleServerServersClientDiagnostics ??= new ClientDiagnostics("Azure.ResourceManager.PostgreSql.FlexibleServers", PostgreSqlFlexibleServerResource.ResourceType.Namespace, Diagnostics); private ServersRestOperations PostgreSqlFlexibleServerServersRestClient => _postgreSqlFlexibleServerServersRestClient ??= new ServersRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, GetApiVersionOrNull(PostgreSqlFlexibleServerResource.ResourceType)); + private ClientDiagnostics CheckNameAvailabilityClientDiagnostics => _checkNameAvailabilityClientDiagnostics ??= new ClientDiagnostics("Azure.ResourceManager.PostgreSql.FlexibleServers", ProviderConstants.DefaultProviderNamespace, Diagnostics); + private CheckNameAvailabilityRestOperations CheckNameAvailabilityRestClient => _checkNameAvailabilityRestClient ??= new CheckNameAvailabilityRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint); + private ClientDiagnostics LocationBasedCapabilitiesClientDiagnostics => _locationBasedCapabilitiesClientDiagnostics ??= new ClientDiagnostics("Azure.ResourceManager.PostgreSql.FlexibleServers", ProviderConstants.DefaultProviderNamespace, Diagnostics); + private LocationBasedCapabilitiesRestOperations LocationBasedCapabilitiesRestClient => _locationBasedCapabilitiesRestClient ??= new LocationBasedCapabilitiesRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint); private ClientDiagnostics VirtualNetworkSubnetUsageClientDiagnostics => _virtualNetworkSubnetUsageClientDiagnostics ??= new ClientDiagnostics("Azure.ResourceManager.PostgreSql.FlexibleServers", ProviderConstants.DefaultProviderNamespace, Diagnostics); private VirtualNetworkSubnetUsageRestOperations VirtualNetworkSubnetUsageRestClient => _virtualNetworkSubnetUsageRestClient ??= new VirtualNetworkSubnetUsageRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint); @@ -60,49 +56,47 @@ private string GetApiVersionOrNull(ResourceType resourceType) } /// - /// Get capabilities at specified location in a given subscription. + /// List all the servers in a given subscription. /// /// /// Request Path - /// /subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/capabilities + /// /subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/flexibleServers /// /// /// Operation Id - /// LocationBasedCapabilities_Execute + /// Servers_List /// /// /// - /// The name of the location. /// The cancellation token to use. - /// An async collection of that may take multiple service requests to iterate over. - public virtual AsyncPageable ExecuteLocationBasedCapabilitiesAsync(AzureLocation locationName, CancellationToken cancellationToken = default) + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetPostgreSqlFlexibleServersAsync(CancellationToken cancellationToken = default) { - HttpMessage FirstPageRequest(int? pageSizeHint) => LocationBasedCapabilitiesRestClient.CreateExecuteRequest(Id.SubscriptionId, locationName); - HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => LocationBasedCapabilitiesRestClient.CreateExecuteNextPageRequest(nextLink, Id.SubscriptionId, locationName); - return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, PostgreSqlFlexibleServerCapabilityProperties.DeserializePostgreSqlFlexibleServerCapabilityProperties, LocationBasedCapabilitiesClientDiagnostics, Pipeline, "SubscriptionResourceExtensionClient.ExecuteLocationBasedCapabilities", "value", "nextLink", cancellationToken); + HttpMessage FirstPageRequest(int? pageSizeHint) => PostgreSqlFlexibleServerServersRestClient.CreateListRequest(Id.SubscriptionId); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => PostgreSqlFlexibleServerServersRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, e => new PostgreSqlFlexibleServerResource(Client, PostgreSqlFlexibleServerData.DeserializePostgreSqlFlexibleServerData(e)), PostgreSqlFlexibleServerServersClientDiagnostics, Pipeline, "SubscriptionResourceExtensionClient.GetPostgreSqlFlexibleServers", "value", "nextLink", cancellationToken); } /// - /// Get capabilities at specified location in a given subscription. + /// List all the servers in a given subscription. /// /// /// Request Path - /// /subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/capabilities + /// /subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/flexibleServers /// /// /// Operation Id - /// LocationBasedCapabilities_Execute + /// Servers_List /// /// /// - /// The name of the location. /// The cancellation token to use. - /// A collection of that may take multiple service requests to iterate over. - public virtual Pageable ExecuteLocationBasedCapabilities(AzureLocation locationName, CancellationToken cancellationToken = default) + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetPostgreSqlFlexibleServers(CancellationToken cancellationToken = default) { - HttpMessage FirstPageRequest(int? pageSizeHint) => LocationBasedCapabilitiesRestClient.CreateExecuteRequest(Id.SubscriptionId, locationName); - HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => LocationBasedCapabilitiesRestClient.CreateExecuteNextPageRequest(nextLink, Id.SubscriptionId, locationName); - return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, PostgreSqlFlexibleServerCapabilityProperties.DeserializePostgreSqlFlexibleServerCapabilityProperties, LocationBasedCapabilitiesClientDiagnostics, Pipeline, "SubscriptionResourceExtensionClient.ExecuteLocationBasedCapabilities", "value", "nextLink", cancellationToken); + HttpMessage FirstPageRequest(int? pageSizeHint) => PostgreSqlFlexibleServerServersRestClient.CreateListRequest(Id.SubscriptionId); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => PostgreSqlFlexibleServerServersRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId); + return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => new PostgreSqlFlexibleServerResource(Client, PostgreSqlFlexibleServerData.DeserializePostgreSqlFlexibleServerData(e)), PostgreSqlFlexibleServerServersClientDiagnostics, Pipeline, "SubscriptionResourceExtensionClient.GetPostgreSqlFlexibleServers", "value", "nextLink", cancellationToken); } /// @@ -118,15 +112,15 @@ public virtual Pageable ExecuteLoc /// /// /// - /// The required parameters for checking if resource name is available. + /// The required parameters for checking if resource name is available. /// The cancellation token to use. - public virtual async Task> CheckPostgreSqlFlexibleServerNameAvailabilityAsync(PostgreSqlFlexibleServerNameAvailabilityRequest nameAvailabilityRequest, CancellationToken cancellationToken = default) + public virtual async Task> CheckPostgreSqlFlexibleServerNameAvailabilityAsync(PostgreSqlFlexibleServerNameAvailabilityContent content, CancellationToken cancellationToken = default) { using var scope = CheckNameAvailabilityClientDiagnostics.CreateScope("SubscriptionResourceExtensionClient.CheckPostgreSqlFlexibleServerNameAvailability"); scope.Start(); try { - var response = await CheckNameAvailabilityRestClient.ExecuteAsync(Id.SubscriptionId, nameAvailabilityRequest, cancellationToken).ConfigureAwait(false); + var response = await CheckNameAvailabilityRestClient.ExecuteAsync(Id.SubscriptionId, content, cancellationToken).ConfigureAwait(false); return response; } catch (Exception e) @@ -149,15 +143,15 @@ public virtual async Task /// /// - /// The required parameters for checking if resource name is available. + /// The required parameters for checking if resource name is available. /// The cancellation token to use. - public virtual Response CheckPostgreSqlFlexibleServerNameAvailability(PostgreSqlFlexibleServerNameAvailabilityRequest nameAvailabilityRequest, CancellationToken cancellationToken = default) + public virtual Response CheckPostgreSqlFlexibleServerNameAvailability(PostgreSqlFlexibleServerNameAvailabilityContent content, CancellationToken cancellationToken = default) { using var scope = CheckNameAvailabilityClientDiagnostics.CreateScope("SubscriptionResourceExtensionClient.CheckPostgreSqlFlexibleServerNameAvailability"); scope.Start(); try { - var response = CheckNameAvailabilityRestClient.Execute(Id.SubscriptionId, nameAvailabilityRequest, cancellationToken); + var response = CheckNameAvailabilityRestClient.Execute(Id.SubscriptionId, content, cancellationToken); return response; } catch (Exception e) @@ -168,111 +162,49 @@ public virtual Response CheckPos } /// - /// Check the availability of name for resource + /// Get capabilities at specified location in a given subscription. /// /// /// Request Path - /// /subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/checkNameAvailability + /// /subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/capabilities /// /// /// Operation Id - /// CheckNameAvailabilityWithLocation_Execute + /// LocationBasedCapabilities_Execute /// /// /// /// The name of the location. - /// The required parameters for checking if resource name is available. /// The cancellation token to use. - public virtual async Task> CheckPostgreSqlFlexibleServerNameAvailabilityWithLocationAsync(AzureLocation locationName, PostgreSqlFlexibleServerNameAvailabilityRequest nameAvailabilityRequest, CancellationToken cancellationToken = default) + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable ExecuteLocationBasedCapabilitiesAsync(AzureLocation locationName, CancellationToken cancellationToken = default) { - using var scope = CheckNameAvailabilityWithLocationClientDiagnostics.CreateScope("SubscriptionResourceExtensionClient.CheckPostgreSqlFlexibleServerNameAvailabilityWithLocation"); - scope.Start(); - try - { - var response = await CheckNameAvailabilityWithLocationRestClient.ExecuteAsync(Id.SubscriptionId, locationName, nameAvailabilityRequest, cancellationToken).ConfigureAwait(false); - return response; - } - catch (Exception e) - { - scope.Failed(e); - throw; - } + HttpMessage FirstPageRequest(int? pageSizeHint) => LocationBasedCapabilitiesRestClient.CreateExecuteRequest(Id.SubscriptionId, locationName); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => LocationBasedCapabilitiesRestClient.CreateExecuteNextPageRequest(nextLink, Id.SubscriptionId, locationName); + return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, PostgreSqlFlexibleServerCapabilityProperties.DeserializePostgreSqlFlexibleServerCapabilityProperties, LocationBasedCapabilitiesClientDiagnostics, Pipeline, "SubscriptionResourceExtensionClient.ExecuteLocationBasedCapabilities", "value", "nextLink", cancellationToken); } /// - /// Check the availability of name for resource + /// Get capabilities at specified location in a given subscription. /// /// /// Request Path - /// /subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/checkNameAvailability + /// /subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/capabilities /// /// /// Operation Id - /// CheckNameAvailabilityWithLocation_Execute + /// LocationBasedCapabilities_Execute /// /// /// /// The name of the location. - /// The required parameters for checking if resource name is available. - /// The cancellation token to use. - public virtual Response CheckPostgreSqlFlexibleServerNameAvailabilityWithLocation(AzureLocation locationName, PostgreSqlFlexibleServerNameAvailabilityRequest nameAvailabilityRequest, CancellationToken cancellationToken = default) - { - using var scope = CheckNameAvailabilityWithLocationClientDiagnostics.CreateScope("SubscriptionResourceExtensionClient.CheckPostgreSqlFlexibleServerNameAvailabilityWithLocation"); - scope.Start(); - try - { - var response = CheckNameAvailabilityWithLocationRestClient.Execute(Id.SubscriptionId, locationName, nameAvailabilityRequest, cancellationToken); - return response; - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// - /// List all the servers in a given subscription. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/flexibleServers - /// - /// - /// Operation Id - /// Servers_List - /// - /// - /// /// The cancellation token to use. - /// An async collection of that may take multiple service requests to iterate over. - public virtual AsyncPageable GetPostgreSqlFlexibleServersAsync(CancellationToken cancellationToken = default) - { - HttpMessage FirstPageRequest(int? pageSizeHint) => PostgreSqlFlexibleServerServersRestClient.CreateListRequest(Id.SubscriptionId); - HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => PostgreSqlFlexibleServerServersRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId); - return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, e => new PostgreSqlFlexibleServerResource(Client, PostgreSqlFlexibleServerData.DeserializePostgreSqlFlexibleServerData(e)), PostgreSqlFlexibleServerServersClientDiagnostics, Pipeline, "SubscriptionResourceExtensionClient.GetPostgreSqlFlexibleServers", "value", "nextLink", cancellationToken); - } - - /// - /// List all the servers in a given subscription. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/flexibleServers - /// - /// - /// Operation Id - /// Servers_List - /// - /// - /// - /// The cancellation token to use. - /// A collection of that may take multiple service requests to iterate over. - public virtual Pageable GetPostgreSqlFlexibleServers(CancellationToken cancellationToken = default) + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable ExecuteLocationBasedCapabilities(AzureLocation locationName, CancellationToken cancellationToken = default) { - HttpMessage FirstPageRequest(int? pageSizeHint) => PostgreSqlFlexibleServerServersRestClient.CreateListRequest(Id.SubscriptionId); - HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => PostgreSqlFlexibleServerServersRestClient.CreateListNextPageRequest(nextLink, Id.SubscriptionId); - return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => new PostgreSqlFlexibleServerResource(Client, PostgreSqlFlexibleServerData.DeserializePostgreSqlFlexibleServerData(e)), PostgreSqlFlexibleServerServersClientDiagnostics, Pipeline, "SubscriptionResourceExtensionClient.GetPostgreSqlFlexibleServers", "value", "nextLink", cancellationToken); + HttpMessage FirstPageRequest(int? pageSizeHint) => LocationBasedCapabilitiesRestClient.CreateExecuteRequest(Id.SubscriptionId, locationName); + HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => LocationBasedCapabilitiesRestClient.CreateExecuteNextPageRequest(nextLink, Id.SubscriptionId, locationName); + return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, PostgreSqlFlexibleServerCapabilityProperties.DeserializePostgreSqlFlexibleServerCapabilityProperties, LocationBasedCapabilitiesClientDiagnostics, Pipeline, "SubscriptionResourceExtensionClient.ExecuteLocationBasedCapabilities", "value", "nextLink", cancellationToken); } /// diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/LongRunningOperation/PostgreSqlFlexibleServerActiveDirectoryAdministratorOperationSource.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/LongRunningOperation/PostgreSqlFlexibleServerActiveDirectoryAdministratorOperationSource.cs deleted file mode 100644 index 4f08998f65891..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/LongRunningOperation/PostgreSqlFlexibleServerActiveDirectoryAdministratorOperationSource.cs +++ /dev/null @@ -1,40 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Text.Json; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core; -using Azure.ResourceManager; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers -{ - internal class PostgreSqlFlexibleServerActiveDirectoryAdministratorOperationSource : IOperationSource - { - private readonly ArmClient _client; - - internal PostgreSqlFlexibleServerActiveDirectoryAdministratorOperationSource(ArmClient client) - { - _client = client; - } - - PostgreSqlFlexibleServerActiveDirectoryAdministratorResource IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) - { - using var document = JsonDocument.Parse(response.ContentStream); - var data = PostgreSqlFlexibleServerActiveDirectoryAdministratorData.DeserializePostgreSqlFlexibleServerActiveDirectoryAdministratorData(document.RootElement); - return new PostgreSqlFlexibleServerActiveDirectoryAdministratorResource(_client, data); - } - - async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) - { - using var document = await JsonDocument.ParseAsync(response.ContentStream, default, cancellationToken).ConfigureAwait(false); - var data = PostgreSqlFlexibleServerActiveDirectoryAdministratorData.DeserializePostgreSqlFlexibleServerActiveDirectoryAdministratorData(document.RootElement); - return new PostgreSqlFlexibleServerActiveDirectoryAdministratorResource(_client, data); - } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerActiveDirectoryAdministratorCreateOrUpdateContent.Serialization.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerActiveDirectoryAdministratorCreateOrUpdateContent.Serialization.cs deleted file mode 100644 index 2c9f1a8c3b523..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerActiveDirectoryAdministratorCreateOrUpdateContent.Serialization.cs +++ /dev/null @@ -1,39 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Text.Json; -using Azure.Core; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - public partial class PostgreSqlFlexibleServerActiveDirectoryAdministratorCreateOrUpdateContent : IUtf8JsonSerializable - { - void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) - { - writer.WriteStartObject(); - writer.WritePropertyName("properties"); - writer.WriteStartObject(); - if (Optional.IsDefined(PrincipalType)) - { - writer.WritePropertyName("principalType"); - writer.WriteStringValue(PrincipalType.Value.ToString()); - } - if (Optional.IsDefined(PrincipalName)) - { - writer.WritePropertyName("principalName"); - writer.WriteStringValue(PrincipalName); - } - if (Optional.IsDefined(TenantId)) - { - writer.WritePropertyName("tenantId"); - writer.WriteStringValue(TenantId.Value); - } - writer.WriteEndObject(); - writer.WriteEndObject(); - } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerActiveDirectoryAdministratorCreateOrUpdateContent.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerActiveDirectoryAdministratorCreateOrUpdateContent.cs deleted file mode 100644 index dc32d166ca0d0..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerActiveDirectoryAdministratorCreateOrUpdateContent.cs +++ /dev/null @@ -1,27 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - /// Represents an Active Directory administrator. - public partial class PostgreSqlFlexibleServerActiveDirectoryAdministratorCreateOrUpdateContent - { - /// Initializes a new instance of PostgreSqlFlexibleServerActiveDirectoryAdministratorCreateOrUpdateContent. - public PostgreSqlFlexibleServerActiveDirectoryAdministratorCreateOrUpdateContent() - { - } - - /// The principal type used to represent the type of Active Directory Administrator. - public PostgreSqlFlexibleServerPrincipalType? PrincipalType { get; set; } - /// Active Directory administrator principal name. - public string PrincipalName { get; set; } - /// The tenantId of the Active Directory administrator. - public Guid? TenantId { get; set; } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerActiveDirectoryAdministratorData.Serialization.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerActiveDirectoryAdministratorData.Serialization.cs deleted file mode 100644 index c4c0650d71a3a..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerActiveDirectoryAdministratorData.Serialization.cs +++ /dev/null @@ -1,135 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Text.Json; -using Azure.Core; -using Azure.ResourceManager.Models; -using Azure.ResourceManager.PostgreSql.FlexibleServers.Models; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers -{ - public partial class PostgreSqlFlexibleServerActiveDirectoryAdministratorData : IUtf8JsonSerializable - { - void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) - { - writer.WriteStartObject(); - writer.WritePropertyName("properties"); - writer.WriteStartObject(); - if (Optional.IsDefined(PrincipalType)) - { - writer.WritePropertyName("principalType"); - writer.WriteStringValue(PrincipalType.Value.ToString()); - } - if (Optional.IsDefined(PrincipalName)) - { - writer.WritePropertyName("principalName"); - writer.WriteStringValue(PrincipalName); - } - if (Optional.IsDefined(ObjectId)) - { - writer.WritePropertyName("objectId"); - writer.WriteStringValue(ObjectId.Value); - } - if (Optional.IsDefined(TenantId)) - { - writer.WritePropertyName("tenantId"); - writer.WriteStringValue(TenantId.Value); - } - writer.WriteEndObject(); - writer.WriteEndObject(); - } - - internal static PostgreSqlFlexibleServerActiveDirectoryAdministratorData DeserializePostgreSqlFlexibleServerActiveDirectoryAdministratorData(JsonElement element) - { - ResourceIdentifier id = default; - string name = default; - ResourceType type = default; - Optional systemData = default; - Optional principalType = default; - Optional principalName = default; - Optional objectId = default; - Optional tenantId = default; - foreach (var property in element.EnumerateObject()) - { - if (property.NameEquals("id")) - { - id = new ResourceIdentifier(property.Value.GetString()); - continue; - } - if (property.NameEquals("name")) - { - name = property.Value.GetString(); - continue; - } - if (property.NameEquals("type")) - { - type = new ResourceType(property.Value.GetString()); - continue; - } - if (property.NameEquals("systemData")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - systemData = JsonSerializer.Deserialize(property.Value.GetRawText()); - continue; - } - if (property.NameEquals("properties")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - foreach (var property0 in property.Value.EnumerateObject()) - { - if (property0.NameEquals("principalType")) - { - if (property0.Value.ValueKind == JsonValueKind.Null) - { - property0.ThrowNonNullablePropertyIsNull(); - continue; - } - principalType = new PostgreSqlFlexibleServerPrincipalType(property0.Value.GetString()); - continue; - } - if (property0.NameEquals("principalName")) - { - principalName = property0.Value.GetString(); - continue; - } - if (property0.NameEquals("objectId")) - { - if (property0.Value.ValueKind == JsonValueKind.Null) - { - property0.ThrowNonNullablePropertyIsNull(); - continue; - } - objectId = property0.Value.GetGuid(); - continue; - } - if (property0.NameEquals("tenantId")) - { - if (property0.Value.ValueKind == JsonValueKind.Null) - { - property0.ThrowNonNullablePropertyIsNull(); - continue; - } - tenantId = property0.Value.GetGuid(); - continue; - } - } - continue; - } - } - return new PostgreSqlFlexibleServerActiveDirectoryAdministratorData(id, name, type, systemData.Value, Optional.ToNullable(principalType), principalName.Value, Optional.ToNullable(objectId), Optional.ToNullable(tenantId)); - } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerActiveDirectoryAuthEnum.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerActiveDirectoryAuthEnum.cs deleted file mode 100644 index 98b95a03301a9..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerActiveDirectoryAuthEnum.cs +++ /dev/null @@ -1,51 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.ComponentModel; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - /// If Enabled, Azure Active Directory authentication is enabled. - public readonly partial struct PostgreSqlFlexibleServerActiveDirectoryAuthEnum : IEquatable - { - private readonly string _value; - - /// Initializes a new instance of . - /// is null. - public PostgreSqlFlexibleServerActiveDirectoryAuthEnum(string value) - { - _value = value ?? throw new ArgumentNullException(nameof(value)); - } - - private const string EnabledValue = "Enabled"; - private const string DisabledValue = "Disabled"; - - /// Enabled. - public static PostgreSqlFlexibleServerActiveDirectoryAuthEnum Enabled { get; } = new PostgreSqlFlexibleServerActiveDirectoryAuthEnum(EnabledValue); - /// Disabled. - public static PostgreSqlFlexibleServerActiveDirectoryAuthEnum Disabled { get; } = new PostgreSqlFlexibleServerActiveDirectoryAuthEnum(DisabledValue); - /// Determines if two values are the same. - public static bool operator ==(PostgreSqlFlexibleServerActiveDirectoryAuthEnum left, PostgreSqlFlexibleServerActiveDirectoryAuthEnum right) => left.Equals(right); - /// Determines if two values are not the same. - public static bool operator !=(PostgreSqlFlexibleServerActiveDirectoryAuthEnum left, PostgreSqlFlexibleServerActiveDirectoryAuthEnum right) => !left.Equals(right); - /// Converts a string to a . - public static implicit operator PostgreSqlFlexibleServerActiveDirectoryAuthEnum(string value) => new PostgreSqlFlexibleServerActiveDirectoryAuthEnum(value); - - /// - [EditorBrowsable(EditorBrowsableState.Never)] - public override bool Equals(object obj) => obj is PostgreSqlFlexibleServerActiveDirectoryAuthEnum other && Equals(other); - /// - public bool Equals(PostgreSqlFlexibleServerActiveDirectoryAuthEnum other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); - - /// - [EditorBrowsable(EditorBrowsableState.Never)] - public override int GetHashCode() => _value?.GetHashCode() ?? 0; - /// - public override string ToString() => _value; - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerAdministratorListResult.Serialization.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerAdministratorListResult.Serialization.cs deleted file mode 100644 index f1516198d75cb..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerAdministratorListResult.Serialization.cs +++ /dev/null @@ -1,47 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Collections.Generic; -using System.Text.Json; -using Azure.Core; -using Azure.ResourceManager.PostgreSql.FlexibleServers; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - internal partial class PostgreSqlFlexibleServerAdministratorListResult - { - internal static PostgreSqlFlexibleServerAdministratorListResult DeserializePostgreSqlFlexibleServerAdministratorListResult(JsonElement element) - { - Optional> value = default; - Optional nextLink = default; - foreach (var property in element.EnumerateObject()) - { - if (property.NameEquals("value")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - List array = new List(); - foreach (var item in property.Value.EnumerateArray()) - { - array.Add(PostgreSqlFlexibleServerActiveDirectoryAdministratorData.DeserializePostgreSqlFlexibleServerActiveDirectoryAdministratorData(item)); - } - value = array; - continue; - } - if (property.NameEquals("nextLink")) - { - nextLink = property.Value.GetString(); - continue; - } - } - return new PostgreSqlFlexibleServerAdministratorListResult(Optional.ToList(value), nextLink.Value); - } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerAdministratorListResult.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerAdministratorListResult.cs deleted file mode 100644 index fbff1b6b5d920..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerAdministratorListResult.cs +++ /dev/null @@ -1,37 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Collections.Generic; -using Azure.Core; -using Azure.ResourceManager.PostgreSql.FlexibleServers; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - /// A list of active directory administrators. - internal partial class PostgreSqlFlexibleServerAdministratorListResult - { - /// Initializes a new instance of PostgreSqlFlexibleServerAdministratorListResult. - internal PostgreSqlFlexibleServerAdministratorListResult() - { - Value = new ChangeTrackingList(); - } - - /// Initializes a new instance of PostgreSqlFlexibleServerAdministratorListResult. - /// The list of active directory administrators. - /// The link used to get the next page of active directory. - internal PostgreSqlFlexibleServerAdministratorListResult(IReadOnlyList value, string nextLink) - { - Value = value; - NextLink = nextLink; - } - - /// The list of active directory administrators. - public IReadOnlyList Value { get; } - /// The link used to get the next page of active directory. - public string NextLink { get; } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerAuthConfig.Serialization.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerAuthConfig.Serialization.cs deleted file mode 100644 index 7c051ee2530e0..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerAuthConfig.Serialization.cs +++ /dev/null @@ -1,78 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Text.Json; -using Azure.Core; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - public partial class PostgreSqlFlexibleServerAuthConfig : IUtf8JsonSerializable - { - void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) - { - writer.WriteStartObject(); - if (Optional.IsDefined(ActiveDirectoryAuth)) - { - writer.WritePropertyName("activeDirectoryAuth"); - writer.WriteStringValue(ActiveDirectoryAuth.Value.ToString()); - } - if (Optional.IsDefined(PasswordAuth)) - { - writer.WritePropertyName("passwordAuth"); - writer.WriteStringValue(PasswordAuth.Value.ToString()); - } - if (Optional.IsDefined(TenantId)) - { - writer.WritePropertyName("tenantId"); - writer.WriteStringValue(TenantId.Value); - } - writer.WriteEndObject(); - } - - internal static PostgreSqlFlexibleServerAuthConfig DeserializePostgreSqlFlexibleServerAuthConfig(JsonElement element) - { - Optional activeDirectoryAuth = default; - Optional passwordAuth = default; - Optional tenantId = default; - foreach (var property in element.EnumerateObject()) - { - if (property.NameEquals("activeDirectoryAuth")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - activeDirectoryAuth = new PostgreSqlFlexibleServerActiveDirectoryAuthEnum(property.Value.GetString()); - continue; - } - if (property.NameEquals("passwordAuth")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - passwordAuth = new PostgreSqlFlexibleServerPasswordAuthEnum(property.Value.GetString()); - continue; - } - if (property.NameEquals("tenantId")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - tenantId = property.Value.GetGuid(); - continue; - } - } - return new PostgreSqlFlexibleServerAuthConfig(Optional.ToNullable(activeDirectoryAuth), Optional.ToNullable(passwordAuth), Optional.ToNullable(tenantId)); - } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerAuthConfig.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerAuthConfig.cs deleted file mode 100644 index 880c641551ddc..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerAuthConfig.cs +++ /dev/null @@ -1,38 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - /// Authentication configuration properties of a server. - public partial class PostgreSqlFlexibleServerAuthConfig - { - /// Initializes a new instance of PostgreSqlFlexibleServerAuthConfig. - public PostgreSqlFlexibleServerAuthConfig() - { - } - - /// Initializes a new instance of PostgreSqlFlexibleServerAuthConfig. - /// If Enabled, Azure Active Directory authentication is enabled. - /// If Enabled, Password authentication is enabled. - /// Tenant id of the server. - internal PostgreSqlFlexibleServerAuthConfig(PostgreSqlFlexibleServerActiveDirectoryAuthEnum? activeDirectoryAuth, PostgreSqlFlexibleServerPasswordAuthEnum? passwordAuth, Guid? tenantId) - { - ActiveDirectoryAuth = activeDirectoryAuth; - PasswordAuth = passwordAuth; - TenantId = tenantId; - } - - /// If Enabled, Azure Active Directory authentication is enabled. - public PostgreSqlFlexibleServerActiveDirectoryAuthEnum? ActiveDirectoryAuth { get; set; } - /// If Enabled, Password authentication is enabled. - public PostgreSqlFlexibleServerPasswordAuthEnum? PasswordAuth { get; set; } - /// Tenant id of the server. - public Guid? TenantId { get; set; } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerBackupData.Serialization.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerBackupData.Serialization.cs deleted file mode 100644 index faa98bc946876..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerBackupData.Serialization.cs +++ /dev/null @@ -1,119 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Text.Json; -using Azure.Core; -using Azure.ResourceManager.Models; -using Azure.ResourceManager.PostgreSql.FlexibleServers.Models; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers -{ - public partial class PostgreSqlFlexibleServerBackupData : IUtf8JsonSerializable - { - void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) - { - writer.WriteStartObject(); - writer.WritePropertyName("properties"); - writer.WriteStartObject(); - if (Optional.IsDefined(BackupType)) - { - writer.WritePropertyName("backupType"); - writer.WriteStringValue(BackupType.Value.ToString()); - } - if (Optional.IsDefined(CompletedOn)) - { - writer.WritePropertyName("completedTime"); - writer.WriteStringValue(CompletedOn.Value, "O"); - } - if (Optional.IsDefined(Source)) - { - writer.WritePropertyName("source"); - writer.WriteStringValue(Source); - } - writer.WriteEndObject(); - writer.WriteEndObject(); - } - - internal static PostgreSqlFlexibleServerBackupData DeserializePostgreSqlFlexibleServerBackupData(JsonElement element) - { - ResourceIdentifier id = default; - string name = default; - ResourceType type = default; - Optional systemData = default; - Optional backupType = default; - Optional completedTime = default; - Optional source = default; - foreach (var property in element.EnumerateObject()) - { - if (property.NameEquals("id")) - { - id = new ResourceIdentifier(property.Value.GetString()); - continue; - } - if (property.NameEquals("name")) - { - name = property.Value.GetString(); - continue; - } - if (property.NameEquals("type")) - { - type = new ResourceType(property.Value.GetString()); - continue; - } - if (property.NameEquals("systemData")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - systemData = JsonSerializer.Deserialize(property.Value.GetRawText()); - continue; - } - if (property.NameEquals("properties")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - foreach (var property0 in property.Value.EnumerateObject()) - { - if (property0.NameEquals("backupType")) - { - if (property0.Value.ValueKind == JsonValueKind.Null) - { - property0.ThrowNonNullablePropertyIsNull(); - continue; - } - backupType = new PostgreSqlFlexibleServerBackupOrigin(property0.Value.GetString()); - continue; - } - if (property0.NameEquals("completedTime")) - { - if (property0.Value.ValueKind == JsonValueKind.Null) - { - property0.ThrowNonNullablePropertyIsNull(); - continue; - } - completedTime = property0.Value.GetDateTimeOffset("O"); - continue; - } - if (property0.NameEquals("source")) - { - source = property0.Value.GetString(); - continue; - } - } - continue; - } - } - return new PostgreSqlFlexibleServerBackupData(id, name, type, systemData.Value, Optional.ToNullable(backupType), Optional.ToNullable(completedTime), source.Value); - } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerBackupListResult.Serialization.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerBackupListResult.Serialization.cs deleted file mode 100644 index f97dec13c29c9..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerBackupListResult.Serialization.cs +++ /dev/null @@ -1,47 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Collections.Generic; -using System.Text.Json; -using Azure.Core; -using Azure.ResourceManager.PostgreSql.FlexibleServers; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - internal partial class PostgreSqlFlexibleServerBackupListResult - { - internal static PostgreSqlFlexibleServerBackupListResult DeserializePostgreSqlFlexibleServerBackupListResult(JsonElement element) - { - Optional> value = default; - Optional nextLink = default; - foreach (var property in element.EnumerateObject()) - { - if (property.NameEquals("value")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - List array = new List(); - foreach (var item in property.Value.EnumerateArray()) - { - array.Add(PostgreSqlFlexibleServerBackupData.DeserializePostgreSqlFlexibleServerBackupData(item)); - } - value = array; - continue; - } - if (property.NameEquals("nextLink")) - { - nextLink = property.Value.GetString(); - continue; - } - } - return new PostgreSqlFlexibleServerBackupListResult(Optional.ToList(value), nextLink.Value); - } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerBackupListResult.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerBackupListResult.cs deleted file mode 100644 index cd74433d7f90d..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerBackupListResult.cs +++ /dev/null @@ -1,37 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Collections.Generic; -using Azure.Core; -using Azure.ResourceManager.PostgreSql.FlexibleServers; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - /// A list of server backups. - internal partial class PostgreSqlFlexibleServerBackupListResult - { - /// Initializes a new instance of PostgreSqlFlexibleServerBackupListResult. - internal PostgreSqlFlexibleServerBackupListResult() - { - Value = new ChangeTrackingList(); - } - - /// Initializes a new instance of PostgreSqlFlexibleServerBackupListResult. - /// The list of backups of a server. - /// The link used to get the next page of operations. - internal PostgreSqlFlexibleServerBackupListResult(IReadOnlyList value, string nextLink) - { - Value = value; - NextLink = nextLink; - } - - /// The list of backups of a server. - public IReadOnlyList Value { get; } - /// The link used to get the next page of operations. - public string NextLink { get; } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerBackupOrigin.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerBackupOrigin.cs deleted file mode 100644 index aeb9acc3c6764..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerBackupOrigin.cs +++ /dev/null @@ -1,48 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.ComponentModel; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - /// Backup type. - public readonly partial struct PostgreSqlFlexibleServerBackupOrigin : IEquatable - { - private readonly string _value; - - /// Initializes a new instance of . - /// is null. - public PostgreSqlFlexibleServerBackupOrigin(string value) - { - _value = value ?? throw new ArgumentNullException(nameof(value)); - } - - private const string FullValue = "Full"; - - /// Full. - public static PostgreSqlFlexibleServerBackupOrigin Full { get; } = new PostgreSqlFlexibleServerBackupOrigin(FullValue); - /// Determines if two values are the same. - public static bool operator ==(PostgreSqlFlexibleServerBackupOrigin left, PostgreSqlFlexibleServerBackupOrigin right) => left.Equals(right); - /// Determines if two values are not the same. - public static bool operator !=(PostgreSqlFlexibleServerBackupOrigin left, PostgreSqlFlexibleServerBackupOrigin right) => !left.Equals(right); - /// Converts a string to a . - public static implicit operator PostgreSqlFlexibleServerBackupOrigin(string value) => new PostgreSqlFlexibleServerBackupOrigin(value); - - /// - [EditorBrowsable(EditorBrowsableState.Never)] - public override bool Equals(object obj) => obj is PostgreSqlFlexibleServerBackupOrigin other && Equals(other); - /// - public bool Equals(PostgreSqlFlexibleServerBackupOrigin other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); - - /// - [EditorBrowsable(EditorBrowsableState.Never)] - public override int GetHashCode() => _value?.GetHashCode() ?? 0; - /// - public override string ToString() => _value; - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerCapabilityProperties.Serialization.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerCapabilityProperties.Serialization.cs index d39045325bee2..0a30e61b16e77 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerCapabilityProperties.Serialization.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerCapabilityProperties.Serialization.cs @@ -16,14 +16,12 @@ public partial class PostgreSqlFlexibleServerCapabilityProperties internal static PostgreSqlFlexibleServerCapabilityProperties DeserializePostgreSqlFlexibleServerCapabilityProperties(JsonElement element) { Optional zone = default; - Optional> supportedHAMode = default; Optional geoBackupSupported = default; Optional zoneRedundantHaSupported = default; Optional zoneRedundantHaAndGeoBackupSupported = default; Optional> supportedFlexibleServerEditions = default; Optional> supportedHyperscaleNodeEditions = default; - Optional fastProvisioningSupported = default; - Optional> supportedFastProvisioningEditions = default; + Optional> supportedHAMode = default; Optional status = default; foreach (var property in element.EnumerateObject()) { @@ -32,21 +30,6 @@ internal static PostgreSqlFlexibleServerCapabilityProperties DeserializePostgreS zone = property.Value.GetString(); continue; } - if (property.NameEquals("supportedHAMode")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - List array = new List(); - foreach (var item in property.Value.EnumerateArray()) - { - array.Add(item.GetString()); - } - supportedHAMode = array; - continue; - } if (property.NameEquals("geoBackupSupported")) { if (property.Value.ValueKind == JsonValueKind.Null) @@ -107,29 +90,19 @@ internal static PostgreSqlFlexibleServerCapabilityProperties DeserializePostgreS supportedHyperscaleNodeEditions = array; continue; } - if (property.NameEquals("fastProvisioningSupported")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - fastProvisioningSupported = property.Value.GetBoolean(); - continue; - } - if (property.NameEquals("supportedFastProvisioningEditions")) + if (property.NameEquals("supportedHAMode")) { if (property.Value.ValueKind == JsonValueKind.Null) { property.ThrowNonNullablePropertyIsNull(); continue; } - List array = new List(); + List array = new List(); foreach (var item in property.Value.EnumerateArray()) { - array.Add(PostgreSqlFlexibleServerFastProvisioningEditionCapability.DeserializePostgreSqlFlexibleServerFastProvisioningEditionCapability(item)); + array.Add(item.GetString()); } - supportedFastProvisioningEditions = array; + supportedHAMode = array; continue; } if (property.NameEquals("status")) @@ -138,7 +111,7 @@ internal static PostgreSqlFlexibleServerCapabilityProperties DeserializePostgreS continue; } } - return new PostgreSqlFlexibleServerCapabilityProperties(zone.Value, Optional.ToList(supportedHAMode), Optional.ToNullable(geoBackupSupported), Optional.ToNullable(zoneRedundantHaSupported), Optional.ToNullable(zoneRedundantHaAndGeoBackupSupported), Optional.ToList(supportedFlexibleServerEditions), Optional.ToList(supportedHyperscaleNodeEditions), Optional.ToNullable(fastProvisioningSupported), Optional.ToList(supportedFastProvisioningEditions), status.Value); + return new PostgreSqlFlexibleServerCapabilityProperties(zone.Value, Optional.ToNullable(geoBackupSupported), Optional.ToNullable(zoneRedundantHaSupported), Optional.ToNullable(zoneRedundantHaAndGeoBackupSupported), Optional.ToList(supportedFlexibleServerEditions), Optional.ToList(supportedHyperscaleNodeEditions), Optional.ToList(supportedHAMode), status.Value); } } } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerCapabilityProperties.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerCapabilityProperties.cs index 0360d2d26e522..acd098e30f176 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerCapabilityProperties.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerCapabilityProperties.cs @@ -16,41 +16,34 @@ public partial class PostgreSqlFlexibleServerCapabilityProperties /// Initializes a new instance of PostgreSqlFlexibleServerCapabilityProperties. internal PostgreSqlFlexibleServerCapabilityProperties() { - SupportedHAModes = new ChangeTrackingList(); SupportedFlexibleServerEditions = new ChangeTrackingList(); SupportedHyperscaleNodeEditions = new ChangeTrackingList(); - SupportedFastProvisioningEditions = new ChangeTrackingList(); + SupportedHAModes = new ChangeTrackingList(); } /// Initializes a new instance of PostgreSqlFlexibleServerCapabilityProperties. /// zone name. - /// Supported high availability mode. /// A value indicating whether a new server in this region can have geo-backups to paired region. /// A value indicating whether a new server in this region can support multi zone HA. /// A value indicating whether a new server in this region can have geo-backups to paired region. /// /// - /// A value indicating whether fast provisioning is supported in this region. - /// + /// Supported high availability mode. /// The status. - internal PostgreSqlFlexibleServerCapabilityProperties(string zone, IReadOnlyList supportedHAModes, bool? isGeoBackupSupported, bool? isZoneRedundantHASupported, bool? isZoneRedundantHAAndGeoBackupSupported, IReadOnlyList supportedFlexibleServerEditions, IReadOnlyList supportedHyperscaleNodeEditions, bool? fastProvisioningSupported, IReadOnlyList supportedFastProvisioningEditions, string status) + internal PostgreSqlFlexibleServerCapabilityProperties(string zone, bool? isGeoBackupSupported, bool? isZoneRedundantHASupported, bool? isZoneRedundantHAAndGeoBackupSupported, IReadOnlyList supportedFlexibleServerEditions, IReadOnlyList supportedHyperscaleNodeEditions, IReadOnlyList supportedHAModes, string status) { Zone = zone; - SupportedHAModes = supportedHAModes; IsGeoBackupSupported = isGeoBackupSupported; IsZoneRedundantHASupported = isZoneRedundantHASupported; IsZoneRedundantHAAndGeoBackupSupported = isZoneRedundantHAAndGeoBackupSupported; SupportedFlexibleServerEditions = supportedFlexibleServerEditions; SupportedHyperscaleNodeEditions = supportedHyperscaleNodeEditions; - FastProvisioningSupported = fastProvisioningSupported; - SupportedFastProvisioningEditions = supportedFastProvisioningEditions; + SupportedHAModes = supportedHAModes; Status = status; } /// zone name. public string Zone { get; } - /// Supported high availability mode. - public IReadOnlyList SupportedHAModes { get; } /// A value indicating whether a new server in this region can have geo-backups to paired region. public bool? IsGeoBackupSupported { get; } /// A value indicating whether a new server in this region can support multi zone HA. @@ -61,10 +54,8 @@ internal PostgreSqlFlexibleServerCapabilityProperties(string zone, IReadOnlyList public IReadOnlyList SupportedFlexibleServerEditions { get; } /// Gets the supported hyperscale node editions. public IReadOnlyList SupportedHyperscaleNodeEditions { get; } - /// A value indicating whether fast provisioning is supported in this region. - public bool? FastProvisioningSupported { get; } - /// Gets the supported fast provisioning editions. - public IReadOnlyList SupportedFastProvisioningEditions { get; } + /// Supported high availability mode. + public IReadOnlyList SupportedHAModes { get; } /// The status. public string Status { get; } } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerConfigurationPatch.Serialization.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerConfigurationPatch.Serialization.cs deleted file mode 100644 index 3963e9d49c494..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerConfigurationPatch.Serialization.cs +++ /dev/null @@ -1,34 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Text.Json; -using Azure.Core; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - public partial class PostgreSqlFlexibleServerConfigurationPatch : IUtf8JsonSerializable - { - void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) - { - writer.WriteStartObject(); - writer.WritePropertyName("properties"); - writer.WriteStartObject(); - if (Optional.IsDefined(Value)) - { - writer.WritePropertyName("value"); - writer.WriteStringValue(Value); - } - if (Optional.IsDefined(Source)) - { - writer.WritePropertyName("source"); - writer.WriteStringValue(Source); - } - writer.WriteEndObject(); - writer.WriteEndObject(); - } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerConfigurationPatch.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerConfigurationPatch.cs deleted file mode 100644 index e3e19f6d15623..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerConfigurationPatch.cs +++ /dev/null @@ -1,41 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - /// Represents a Configuration. - public partial class PostgreSqlFlexibleServerConfigurationPatch - { - /// Initializes a new instance of PostgreSqlFlexibleServerConfigurationPatch. - public PostgreSqlFlexibleServerConfigurationPatch() - { - } - - /// Value of the configuration. - public string Value { get; set; } - /// Description of the configuration. - public string Description { get; } - /// Default value of the configuration. - public string DefaultValue { get; } - /// Data type of the configuration. - public PostgreSqlFlexibleServerConfigurationDataType? DataType { get; } - /// Allowed values of the configuration. - public string AllowedValues { get; } - /// Source of the configuration. - public string Source { get; set; } - /// Configuration dynamic or static. - public bool? IsDynamicConfig { get; } - /// Configuration read-only or not. - public bool? IsReadOnly { get; } - /// Configuration is pending restart or not. - public bool? IsConfigPendingRestart { get; } - /// Configuration unit. - public string Unit { get; } - /// Configuration documentation link. - public string DocumentationLink { get; } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerCreateMode.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerCreateMode.cs index 022f97533a958..b02ab9df1e742 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerCreateMode.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerCreateMode.cs @@ -26,8 +26,6 @@ public PostgreSqlFlexibleServerCreateMode(string value) private const string CreateValue = "Create"; private const string UpdateValue = "Update"; private const string PointInTimeRestoreValue = "PointInTimeRestore"; - private const string GeoRestoreValue = "GeoRestore"; - private const string ReplicaValue = "Replica"; /// Default. public static PostgreSqlFlexibleServerCreateMode Default { get; } = new PostgreSqlFlexibleServerCreateMode(DefaultValue); @@ -37,10 +35,6 @@ public PostgreSqlFlexibleServerCreateMode(string value) public static PostgreSqlFlexibleServerCreateMode Update { get; } = new PostgreSqlFlexibleServerCreateMode(UpdateValue); /// PointInTimeRestore. public static PostgreSqlFlexibleServerCreateMode PointInTimeRestore { get; } = new PostgreSqlFlexibleServerCreateMode(PointInTimeRestoreValue); - /// GeoRestore. - public static PostgreSqlFlexibleServerCreateMode GeoRestore { get; } = new PostgreSqlFlexibleServerCreateMode(GeoRestoreValue); - /// Replica. - public static PostgreSqlFlexibleServerCreateMode Replica { get; } = new PostgreSqlFlexibleServerCreateMode(ReplicaValue); /// Determines if two values are the same. public static bool operator ==(PostgreSqlFlexibleServerCreateMode left, PostgreSqlFlexibleServerCreateMode right) => left.Equals(right); /// Determines if two values are not the same. diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerData.Serialization.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerData.Serialization.cs index 8829aa19548d7..a9867ecbfe08f 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerData.Serialization.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerData.Serialization.cs @@ -24,11 +24,6 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("sku"); writer.WriteObjectValue(Sku); } - if (Optional.IsDefined(Identity)) - { - writer.WritePropertyName("identity"); - writer.WriteObjectValue(Identity); - } if (Optional.IsCollectionDefined(Tags)) { writer.WritePropertyName("tags"); @@ -64,16 +59,6 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("storage"); writer.WriteObjectValue(Storage); } - if (Optional.IsDefined(AuthConfig)) - { - writer.WritePropertyName("authConfig"); - writer.WriteObjectValue(AuthConfig); - } - if (Optional.IsDefined(DataEncryption)) - { - writer.WritePropertyName("dataEncryption"); - writer.WriteObjectValue(DataEncryption); - } if (Optional.IsDefined(Backup)) { writer.WritePropertyName("backup"); @@ -109,16 +94,6 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("availabilityZone"); writer.WriteStringValue(AvailabilityZone); } - if (Optional.IsDefined(ReplicationRole)) - { - writer.WritePropertyName("replicationRole"); - writer.WriteStringValue(ReplicationRole.Value.ToString()); - } - if (Optional.IsDefined(ReplicaCapacity)) - { - writer.WritePropertyName("replicaCapacity"); - writer.WriteNumberValue(ReplicaCapacity.Value); - } if (Optional.IsDefined(CreateMode)) { writer.WritePropertyName("createMode"); @@ -131,7 +106,6 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) internal static PostgreSqlFlexibleServerData DeserializePostgreSqlFlexibleServerData(JsonElement element) { Optional sku = default; - Optional identity = default; Optional> tags = default; AzureLocation location = default; ResourceIdentifier id = default; @@ -145,8 +119,6 @@ internal static PostgreSqlFlexibleServerData DeserializePostgreSqlFlexibleServer Optional state = default; Optional fullyQualifiedDomainName = default; Optional storage = default; - Optional authConfig = default; - Optional dataEncryption = default; Optional backup = default; Optional network = default; Optional highAvailability = default; @@ -154,8 +126,6 @@ internal static PostgreSqlFlexibleServerData DeserializePostgreSqlFlexibleServer Optional sourceServerResourceId = default; Optional pointInTimeUTC = default; Optional availabilityZone = default; - Optional replicationRole = default; - Optional replicaCapacity = default; Optional createMode = default; foreach (var property in element.EnumerateObject()) { @@ -169,16 +139,6 @@ internal static PostgreSqlFlexibleServerData DeserializePostgreSqlFlexibleServer sku = PostgreSqlFlexibleServerSku.DeserializePostgreSqlFlexibleServerSku(property.Value); continue; } - if (property.NameEquals("identity")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - identity = PostgreSqlFlexibleServerUserAssignedIdentity.DeserializePostgreSqlFlexibleServerUserAssignedIdentity(property.Value); - continue; - } if (property.NameEquals("tags")) { if (property.Value.ValueKind == JsonValueKind.Null) @@ -283,26 +243,6 @@ internal static PostgreSqlFlexibleServerData DeserializePostgreSqlFlexibleServer storage = PostgreSqlFlexibleServerStorage.DeserializePostgreSqlFlexibleServerStorage(property0.Value); continue; } - if (property0.NameEquals("authConfig")) - { - if (property0.Value.ValueKind == JsonValueKind.Null) - { - property0.ThrowNonNullablePropertyIsNull(); - continue; - } - authConfig = PostgreSqlFlexibleServerAuthConfig.DeserializePostgreSqlFlexibleServerAuthConfig(property0.Value); - continue; - } - if (property0.NameEquals("dataEncryption")) - { - if (property0.Value.ValueKind == JsonValueKind.Null) - { - property0.ThrowNonNullablePropertyIsNull(); - continue; - } - dataEncryption = PostgreSqlFlexibleServerDataEncryption.DeserializePostgreSqlFlexibleServerDataEncryption(property0.Value); - continue; - } if (property0.NameEquals("backup")) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -368,26 +308,6 @@ internal static PostgreSqlFlexibleServerData DeserializePostgreSqlFlexibleServer availabilityZone = property0.Value.GetString(); continue; } - if (property0.NameEquals("replicationRole")) - { - if (property0.Value.ValueKind == JsonValueKind.Null) - { - property0.ThrowNonNullablePropertyIsNull(); - continue; - } - replicationRole = new PostgreSqlFlexibleServerReplicationRole(property0.Value.GetString()); - continue; - } - if (property0.NameEquals("replicaCapacity")) - { - if (property0.Value.ValueKind == JsonValueKind.Null) - { - property0.ThrowNonNullablePropertyIsNull(); - continue; - } - replicaCapacity = property0.Value.GetInt32(); - continue; - } if (property0.NameEquals("createMode")) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -402,7 +322,7 @@ internal static PostgreSqlFlexibleServerData DeserializePostgreSqlFlexibleServer continue; } } - return new PostgreSqlFlexibleServerData(id, name, type, systemData.Value, Optional.ToDictionary(tags), location, sku.Value, identity.Value, administratorLogin.Value, administratorLoginPassword.Value, Optional.ToNullable(version), minorVersion.Value, Optional.ToNullable(state), fullyQualifiedDomainName.Value, storage.Value, authConfig.Value, dataEncryption.Value, backup.Value, network.Value, highAvailability.Value, maintenanceWindow.Value, sourceServerResourceId.Value, Optional.ToNullable(pointInTimeUTC), availabilityZone.Value, Optional.ToNullable(replicationRole), Optional.ToNullable(replicaCapacity), Optional.ToNullable(createMode)); + return new PostgreSqlFlexibleServerData(id, name, type, systemData.Value, Optional.ToDictionary(tags), location, sku.Value, administratorLogin.Value, administratorLoginPassword.Value, Optional.ToNullable(version), minorVersion.Value, Optional.ToNullable(state), fullyQualifiedDomainName.Value, storage.Value, backup.Value, network.Value, highAvailability.Value, maintenanceWindow.Value, sourceServerResourceId.Value, Optional.ToNullable(pointInTimeUTC), availabilityZone.Value, Optional.ToNullable(createMode)); } } } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerDataEncryption.Serialization.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerDataEncryption.Serialization.cs deleted file mode 100644 index 55685e5a1236c..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerDataEncryption.Serialization.cs +++ /dev/null @@ -1,78 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Text.Json; -using Azure.Core; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - public partial class PostgreSqlFlexibleServerDataEncryption : IUtf8JsonSerializable - { - void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) - { - writer.WriteStartObject(); - if (Optional.IsDefined(PrimaryKeyUri)) - { - writer.WritePropertyName("primaryKeyURI"); - writer.WriteStringValue(PrimaryKeyUri.AbsoluteUri); - } - if (Optional.IsDefined(PrimaryUserAssignedIdentityId)) - { - writer.WritePropertyName("primaryUserAssignedIdentityId"); - writer.WriteStringValue(PrimaryUserAssignedIdentityId); - } - if (Optional.IsDefined(KeyType)) - { - writer.WritePropertyName("type"); - writer.WriteStringValue(KeyType.Value.ToString()); - } - writer.WriteEndObject(); - } - - internal static PostgreSqlFlexibleServerDataEncryption DeserializePostgreSqlFlexibleServerDataEncryption(JsonElement element) - { - Optional primaryKeyUri = default; - Optional primaryUserAssignedIdentityId = default; - Optional type = default; - foreach (var property in element.EnumerateObject()) - { - if (property.NameEquals("primaryKeyURI")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - primaryKeyUri = null; - continue; - } - primaryKeyUri = new Uri(property.Value.GetString()); - continue; - } - if (property.NameEquals("primaryUserAssignedIdentityId")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - primaryUserAssignedIdentityId = new ResourceIdentifier(property.Value.GetString()); - continue; - } - if (property.NameEquals("type")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - type = new PostgreSqlFlexibleServerKeyType(property.Value.GetString()); - continue; - } - } - return new PostgreSqlFlexibleServerDataEncryption(primaryKeyUri.Value, primaryUserAssignedIdentityId.Value, Optional.ToNullable(type)); - } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerDataEncryption.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerDataEncryption.cs deleted file mode 100644 index 365884adabb4e..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerDataEncryption.cs +++ /dev/null @@ -1,39 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using Azure.Core; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - /// Data encryption properties of a server. - public partial class PostgreSqlFlexibleServerDataEncryption - { - /// Initializes a new instance of PostgreSqlFlexibleServerDataEncryption. - public PostgreSqlFlexibleServerDataEncryption() - { - } - - /// Initializes a new instance of PostgreSqlFlexibleServerDataEncryption. - /// URI for the key for data encryption for primary server. - /// Resource Id for the User assigned identity to be used for data encryption for primary server. - /// Data encryption type to depict if it is System assigned vs Azure Key vault. - internal PostgreSqlFlexibleServerDataEncryption(Uri primaryKeyUri, ResourceIdentifier primaryUserAssignedIdentityId, PostgreSqlFlexibleServerKeyType? keyType) - { - PrimaryKeyUri = primaryKeyUri; - PrimaryUserAssignedIdentityId = primaryUserAssignedIdentityId; - KeyType = keyType; - } - - /// URI for the key for data encryption for primary server. - public Uri PrimaryKeyUri { get; set; } - /// Resource Id for the User assigned identity to be used for data encryption for primary server. - public ResourceIdentifier PrimaryUserAssignedIdentityId { get; set; } - /// Data encryption type to depict if it is System assigned vs Azure Key vault. - public PostgreSqlFlexibleServerKeyType? KeyType { get; set; } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerDatabaseListResult.Serialization.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerDatabaseListResult.Serialization.cs index ca7537d6da0e7..7cf0e47febbff 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerDatabaseListResult.Serialization.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerDatabaseListResult.Serialization.cs @@ -5,7 +5,6 @@ #nullable disable -using System; using System.Collections.Generic; using System.Text.Json; using Azure.Core; @@ -18,7 +17,7 @@ internal partial class PostgreSqlFlexibleServerDatabaseListResult internal static PostgreSqlFlexibleServerDatabaseListResult DeserializePostgreSqlFlexibleServerDatabaseListResult(JsonElement element) { Optional> value = default; - Optional nextLink = default; + Optional nextLink = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("value")) @@ -38,12 +37,7 @@ internal static PostgreSqlFlexibleServerDatabaseListResult DeserializePostgreSql } if (property.NameEquals("nextLink")) { - if (property.Value.ValueKind == JsonValueKind.Null) - { - nextLink = null; - continue; - } - nextLink = new Uri(property.Value.GetString()); + nextLink = property.Value.GetString(); continue; } } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerDatabaseListResult.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerDatabaseListResult.cs index 3a6eb87812c8d..df76c67a84cec 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerDatabaseListResult.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerDatabaseListResult.cs @@ -5,7 +5,6 @@ #nullable disable -using System; using System.Collections.Generic; using Azure.Core; using Azure.ResourceManager.PostgreSql.FlexibleServers; @@ -24,7 +23,7 @@ internal PostgreSqlFlexibleServerDatabaseListResult() /// Initializes a new instance of PostgreSqlFlexibleServerDatabaseListResult. /// The list of databases housed in a server. /// The link used to get the next page of databases. - internal PostgreSqlFlexibleServerDatabaseListResult(IReadOnlyList value, Uri nextLink) + internal PostgreSqlFlexibleServerDatabaseListResult(IReadOnlyList value, string nextLink) { Value = value; NextLink = nextLink; @@ -33,6 +32,6 @@ internal PostgreSqlFlexibleServerDatabaseListResult(IReadOnlyList The list of databases housed in a server. public IReadOnlyList Value { get; } /// The link used to get the next page of databases. - public Uri NextLink { get; } + public string NextLink { get; } } } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerDelegatedSubnetUsage.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerDelegatedSubnetUsage.cs index 7b5793ea0b088..ed5aaf4debbd1 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerDelegatedSubnetUsage.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerDelegatedSubnetUsage.cs @@ -16,17 +16,17 @@ internal PostgreSqlFlexibleServerDelegatedSubnetUsage() } /// Initializes a new instance of PostgreSqlFlexibleServerDelegatedSubnetUsage. - /// Name of the delegated subnet for which IP addresses are in use. - /// Number of IP addresses used by the delegated subnet. + /// name of the subnet. + /// Number of used delegated subnets. internal PostgreSqlFlexibleServerDelegatedSubnetUsage(string subnetName, long? usage) { SubnetName = subnetName; Usage = usage; } - /// Name of the delegated subnet for which IP addresses are in use. + /// name of the subnet. public string SubnetName { get; } - /// Number of IP addresses used by the delegated subnet. + /// Number of used delegated subnets. public long? Usage { get; } } } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerFastProvisioningEditionCapability.Serialization.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerFastProvisioningEditionCapability.Serialization.cs deleted file mode 100644 index 964682433dac6..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerFastProvisioningEditionCapability.Serialization.cs +++ /dev/null @@ -1,46 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Text.Json; -using Azure.Core; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - public partial class PostgreSqlFlexibleServerFastProvisioningEditionCapability - { - internal static PostgreSqlFlexibleServerFastProvisioningEditionCapability DeserializePostgreSqlFlexibleServerFastProvisioningEditionCapability(JsonElement element) - { - Optional supportedSku = default; - Optional supportedStorageGb = default; - Optional supportedServerVersions = default; - foreach (var property in element.EnumerateObject()) - { - if (property.NameEquals("supportedSku")) - { - supportedSku = property.Value.GetString(); - continue; - } - if (property.NameEquals("supportedStorageGb")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - supportedStorageGb = property.Value.GetInt64(); - continue; - } - if (property.NameEquals("supportedServerVersions")) - { - supportedServerVersions = property.Value.GetString(); - continue; - } - } - return new PostgreSqlFlexibleServerFastProvisioningEditionCapability(supportedSku.Value, Optional.ToNullable(supportedStorageGb), supportedServerVersions.Value); - } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerFastProvisioningEditionCapability.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerFastProvisioningEditionCapability.cs deleted file mode 100644 index 79de28eb1b316..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerFastProvisioningEditionCapability.cs +++ /dev/null @@ -1,36 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - /// The PostgreSqlFlexibleServerFastProvisioningEditionCapability. - public partial class PostgreSqlFlexibleServerFastProvisioningEditionCapability - { - /// Initializes a new instance of PostgreSqlFlexibleServerFastProvisioningEditionCapability. - internal PostgreSqlFlexibleServerFastProvisioningEditionCapability() - { - } - - /// Initializes a new instance of PostgreSqlFlexibleServerFastProvisioningEditionCapability. - /// Fast provisioning supported sku name. - /// Fast provisioning supported storage in Gb. - /// Fast provisioning supported version. - internal PostgreSqlFlexibleServerFastProvisioningEditionCapability(string supportedSku, long? supportedStorageGb, string supportedServerVersions) - { - SupportedSku = supportedSku; - SupportedStorageGb = supportedStorageGb; - SupportedServerVersions = supportedServerVersions; - } - - /// Fast provisioning supported sku name. - public string SupportedSku { get; } - /// Fast provisioning supported storage in Gb. - public long? SupportedStorageGb { get; } - /// Fast provisioning supported version. - public string SupportedServerVersions { get; } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerHighAvailabilityMode.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerHighAvailabilityMode.cs index 6712d3df7f2e0..6d7b7918e41ef 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerHighAvailabilityMode.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerHighAvailabilityMode.cs @@ -24,14 +24,11 @@ public PostgreSqlFlexibleServerHighAvailabilityMode(string value) private const string DisabledValue = "Disabled"; private const string ZoneRedundantValue = "ZoneRedundant"; - private const string SameZoneValue = "SameZone"; /// Disabled. public static PostgreSqlFlexibleServerHighAvailabilityMode Disabled { get; } = new PostgreSqlFlexibleServerHighAvailabilityMode(DisabledValue); /// ZoneRedundant. public static PostgreSqlFlexibleServerHighAvailabilityMode ZoneRedundant { get; } = new PostgreSqlFlexibleServerHighAvailabilityMode(ZoneRedundantValue); - /// SameZone. - public static PostgreSqlFlexibleServerHighAvailabilityMode SameZone { get; } = new PostgreSqlFlexibleServerHighAvailabilityMode(SameZoneValue); /// Determines if two values are the same. public static bool operator ==(PostgreSqlFlexibleServerHighAvailabilityMode left, PostgreSqlFlexibleServerHighAvailabilityMode right) => left.Equals(right); /// Determines if two values are not the same. diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerIdentityType.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerIdentityType.cs deleted file mode 100644 index fdc200e8082c5..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerIdentityType.cs +++ /dev/null @@ -1,54 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.ComponentModel; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - /// the types of identities associated with this resource; currently restricted to 'SystemAssigned and UserAssigned'. - public readonly partial struct PostgreSqlFlexibleServerIdentityType : IEquatable - { - private readonly string _value; - - /// Initializes a new instance of . - /// is null. - public PostgreSqlFlexibleServerIdentityType(string value) - { - _value = value ?? throw new ArgumentNullException(nameof(value)); - } - - private const string NoneValue = "None"; - private const string SystemAssignedValue = "SystemAssigned"; - private const string UserAssignedValue = "UserAssigned"; - - /// None. - public static PostgreSqlFlexibleServerIdentityType None { get; } = new PostgreSqlFlexibleServerIdentityType(NoneValue); - /// SystemAssigned. - public static PostgreSqlFlexibleServerIdentityType SystemAssigned { get; } = new PostgreSqlFlexibleServerIdentityType(SystemAssignedValue); - /// UserAssigned. - public static PostgreSqlFlexibleServerIdentityType UserAssigned { get; } = new PostgreSqlFlexibleServerIdentityType(UserAssignedValue); - /// Determines if two values are the same. - public static bool operator ==(PostgreSqlFlexibleServerIdentityType left, PostgreSqlFlexibleServerIdentityType right) => left.Equals(right); - /// Determines if two values are not the same. - public static bool operator !=(PostgreSqlFlexibleServerIdentityType left, PostgreSqlFlexibleServerIdentityType right) => !left.Equals(right); - /// Converts a string to a . - public static implicit operator PostgreSqlFlexibleServerIdentityType(string value) => new PostgreSqlFlexibleServerIdentityType(value); - - /// - [EditorBrowsable(EditorBrowsableState.Never)] - public override bool Equals(object obj) => obj is PostgreSqlFlexibleServerIdentityType other && Equals(other); - /// - public bool Equals(PostgreSqlFlexibleServerIdentityType other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); - - /// - [EditorBrowsable(EditorBrowsableState.Never)] - public override int GetHashCode() => _value?.GetHashCode() ?? 0; - /// - public override string ToString() => _value; - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerKeyType.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerKeyType.cs deleted file mode 100644 index 4c2c933963e9d..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerKeyType.cs +++ /dev/null @@ -1,51 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.ComponentModel; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - /// Data encryption type to depict if it is System assigned vs Azure Key vault. - public readonly partial struct PostgreSqlFlexibleServerKeyType : IEquatable - { - private readonly string _value; - - /// Initializes a new instance of . - /// is null. - public PostgreSqlFlexibleServerKeyType(string value) - { - _value = value ?? throw new ArgumentNullException(nameof(value)); - } - - private const string SystemAssignedValue = "SystemAssigned"; - private const string AzureKeyVaultValue = "AzureKeyVault"; - - /// SystemAssigned. - public static PostgreSqlFlexibleServerKeyType SystemAssigned { get; } = new PostgreSqlFlexibleServerKeyType(SystemAssignedValue); - /// AzureKeyVault. - public static PostgreSqlFlexibleServerKeyType AzureKeyVault { get; } = new PostgreSqlFlexibleServerKeyType(AzureKeyVaultValue); - /// Determines if two values are the same. - public static bool operator ==(PostgreSqlFlexibleServerKeyType left, PostgreSqlFlexibleServerKeyType right) => left.Equals(right); - /// Determines if two values are not the same. - public static bool operator !=(PostgreSqlFlexibleServerKeyType left, PostgreSqlFlexibleServerKeyType right) => !left.Equals(right); - /// Converts a string to a . - public static implicit operator PostgreSqlFlexibleServerKeyType(string value) => new PostgreSqlFlexibleServerKeyType(value); - - /// - [EditorBrowsable(EditorBrowsableState.Never)] - public override bool Equals(object obj) => obj is PostgreSqlFlexibleServerKeyType other && Equals(other); - /// - public bool Equals(PostgreSqlFlexibleServerKeyType other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); - - /// - [EditorBrowsable(EditorBrowsableState.Never)] - public override int GetHashCode() => _value?.GetHashCode() ?? 0; - /// - public override string ToString() => _value; - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityRequest.Serialization.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityContent.Serialization.cs similarity index 77% rename from sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityRequest.Serialization.cs rename to sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityContent.Serialization.cs index b02b87882261b..47a6a28bba9b4 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityRequest.Serialization.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityContent.Serialization.cs @@ -10,16 +10,13 @@ namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models { - public partial class PostgreSqlFlexibleServerNameAvailabilityRequest : IUtf8JsonSerializable + public partial class PostgreSqlFlexibleServerNameAvailabilityContent : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { writer.WriteStartObject(); - if (Optional.IsDefined(Name)) - { - writer.WritePropertyName("name"); - writer.WriteStringValue(Name); - } + writer.WritePropertyName("name"); + writer.WriteStringValue(Name); if (Optional.IsDefined(ResourceType)) { writer.WritePropertyName("type"); diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityContent.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityContent.cs new file mode 100644 index 0000000000000..4994084103a73 --- /dev/null +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityContent.cs @@ -0,0 +1,31 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using Azure.Core; + +namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models +{ + /// Request from client to check resource name availability. + public partial class PostgreSqlFlexibleServerNameAvailabilityContent + { + /// Initializes a new instance of PostgreSqlFlexibleServerNameAvailabilityContent. + /// Resource name to verify. + /// is null. + public PostgreSqlFlexibleServerNameAvailabilityContent(string name) + { + Argument.AssertNotNull(name, nameof(name)); + + Name = name; + } + + /// Resource name to verify. + public string Name { get; } + /// Resource type used for verification. + public ResourceType? ResourceType { get; set; } + } +} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityRequest.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityRequest.cs deleted file mode 100644 index 9138a56fec3df..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityRequest.cs +++ /dev/null @@ -1,25 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using Azure.Core; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - /// The check availability request body. - public partial class PostgreSqlFlexibleServerNameAvailabilityRequest - { - /// Initializes a new instance of PostgreSqlFlexibleServerNameAvailabilityRequest. - public PostgreSqlFlexibleServerNameAvailabilityRequest() - { - } - - /// The name of the resource for which availability needs to be checked. - public string Name { get; set; } - /// The resource type. - public ResourceType? ResourceType { get; set; } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityResponse.Serialization.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityResponse.Serialization.cs deleted file mode 100644 index 8ba4f19569e4b..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityResponse.Serialization.cs +++ /dev/null @@ -1,51 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Text.Json; -using Azure.Core; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - public partial class PostgreSqlFlexibleServerNameAvailabilityResponse - { - internal static PostgreSqlFlexibleServerNameAvailabilityResponse DeserializePostgreSqlFlexibleServerNameAvailabilityResponse(JsonElement element) - { - Optional nameAvailable = default; - Optional reason = default; - Optional message = default; - foreach (var property in element.EnumerateObject()) - { - if (property.NameEquals("nameAvailable")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - nameAvailable = property.Value.GetBoolean(); - continue; - } - if (property.NameEquals("reason")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - reason = new PostgreSqlFlexibleServerNameUnavailableReason(property.Value.GetString()); - continue; - } - if (property.NameEquals("message")) - { - message = property.Value.GetString(); - continue; - } - } - return new PostgreSqlFlexibleServerNameAvailabilityResponse(Optional.ToNullable(nameAvailable), Optional.ToNullable(reason), message.Value); - } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityResponse.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityResponse.cs deleted file mode 100644 index 76592fb706eb8..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityResponse.cs +++ /dev/null @@ -1,36 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - /// The check availability result. - public partial class PostgreSqlFlexibleServerNameAvailabilityResponse - { - /// Initializes a new instance of PostgreSqlFlexibleServerNameAvailabilityResponse. - internal PostgreSqlFlexibleServerNameAvailabilityResponse() - { - } - - /// Initializes a new instance of PostgreSqlFlexibleServerNameAvailabilityResponse. - /// Indicates if the resource name is available. - /// The reason why the given name is not available. - /// Detailed reason why the given name is available. - internal PostgreSqlFlexibleServerNameAvailabilityResponse(bool? isNameAvailable, PostgreSqlFlexibleServerNameUnavailableReason? reason, string message) - { - IsNameAvailable = isNameAvailable; - Reason = reason; - Message = message; - } - - /// Indicates if the resource name is available. - public bool? IsNameAvailable { get; } - /// The reason why the given name is not available. - public PostgreSqlFlexibleServerNameUnavailableReason? Reason { get; } - /// Detailed reason why the given name is available. - public string Message { get; } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityResult.Serialization.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityResult.Serialization.cs index 053ca5ecbb0af..f809801c2baf0 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityResult.Serialization.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityResult.Serialization.cs @@ -14,36 +14,41 @@ public partial class PostgreSqlFlexibleServerNameAvailabilityResult { internal static PostgreSqlFlexibleServerNameAvailabilityResult DeserializePostgreSqlFlexibleServerNameAvailabilityResult(JsonElement element) { + Optional message = default; + Optional nameAvailable = default; Optional name = default; Optional type = default; - Optional nameAvailable = default; Optional reason = default; - Optional message = default; foreach (var property in element.EnumerateObject()) { - if (property.NameEquals("name")) + if (property.NameEquals("message")) { - name = property.Value.GetString(); + message = property.Value.GetString(); continue; } - if (property.NameEquals("type")) + if (property.NameEquals("nameAvailable")) { if (property.Value.ValueKind == JsonValueKind.Null) { property.ThrowNonNullablePropertyIsNull(); continue; } - type = new ResourceType(property.Value.GetString()); + nameAvailable = property.Value.GetBoolean(); continue; } - if (property.NameEquals("nameAvailable")) + if (property.NameEquals("name")) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type")) { if (property.Value.ValueKind == JsonValueKind.Null) { property.ThrowNonNullablePropertyIsNull(); continue; } - nameAvailable = property.Value.GetBoolean(); + type = new ResourceType(property.Value.GetString()); continue; } if (property.NameEquals("reason")) @@ -56,13 +61,8 @@ internal static PostgreSqlFlexibleServerNameAvailabilityResult DeserializePostgr reason = new PostgreSqlFlexibleServerNameUnavailableReason(property.Value.GetString()); continue; } - if (property.NameEquals("message")) - { - message = property.Value.GetString(); - continue; - } } - return new PostgreSqlFlexibleServerNameAvailabilityResult(Optional.ToNullable(nameAvailable), Optional.ToNullable(reason), message.Value, name.Value, Optional.ToNullable(type)); + return new PostgreSqlFlexibleServerNameAvailabilityResult(message.Value, Optional.ToNullable(nameAvailable), name.Value, Optional.ToNullable(type), Optional.ToNullable(reason)); } } } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityResult.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityResult.cs index 8c70e2cd00c93..ece99abd896b8 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityResult.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameAvailabilityResult.cs @@ -10,7 +10,7 @@ namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models { /// Represents a resource name availability. - public partial class PostgreSqlFlexibleServerNameAvailabilityResult : PostgreSqlFlexibleServerNameAvailabilityResponse + public partial class PostgreSqlFlexibleServerNameAvailabilityResult { /// Initializes a new instance of PostgreSqlFlexibleServerNameAvailabilityResult. internal PostgreSqlFlexibleServerNameAvailabilityResult() @@ -18,20 +18,29 @@ internal PostgreSqlFlexibleServerNameAvailabilityResult() } /// Initializes a new instance of PostgreSqlFlexibleServerNameAvailabilityResult. - /// Indicates if the resource name is available. - /// The reason why the given name is not available. - /// Detailed reason why the given name is available. + /// Error Message. + /// Indicates whether the resource name is available. /// name of the PostgreSQL server. /// type of the server. - internal PostgreSqlFlexibleServerNameAvailabilityResult(bool? isNameAvailable, PostgreSqlFlexibleServerNameUnavailableReason? reason, string message, string name, ResourceType? resourceType) : base(isNameAvailable, reason, message) + /// The name availability reason. + internal PostgreSqlFlexibleServerNameAvailabilityResult(string message, bool? isNameAvailable, string name, ResourceType? resourceType, PostgreSqlFlexibleServerNameUnavailableReason? reason) { + Message = message; + IsNameAvailable = isNameAvailable; Name = name; ResourceType = resourceType; + Reason = reason; } + /// Error Message. + public string Message { get; } + /// Indicates whether the resource name is available. + public bool? IsNameAvailable { get; } /// name of the PostgreSQL server. public string Name { get; } /// type of the server. public ResourceType? ResourceType { get; } + /// The name availability reason. + public PostgreSqlFlexibleServerNameUnavailableReason? Reason { get; } } } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameUnavailableReason.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameUnavailableReason.cs index dc23005ddec5b..e7f0d5afd823b 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameUnavailableReason.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerNameUnavailableReason.cs @@ -10,7 +10,7 @@ namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models { - /// The reason why the given name is not available. + /// The name availability reason. public readonly partial struct PostgreSqlFlexibleServerNameUnavailableReason : IEquatable { private readonly string _value; diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerPasswordAuthEnum.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerPasswordAuthEnum.cs deleted file mode 100644 index 158bd39b622b9..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerPasswordAuthEnum.cs +++ /dev/null @@ -1,51 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.ComponentModel; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - /// If Enabled, Password authentication is enabled. - public readonly partial struct PostgreSqlFlexibleServerPasswordAuthEnum : IEquatable - { - private readonly string _value; - - /// Initializes a new instance of . - /// is null. - public PostgreSqlFlexibleServerPasswordAuthEnum(string value) - { - _value = value ?? throw new ArgumentNullException(nameof(value)); - } - - private const string EnabledValue = "Enabled"; - private const string DisabledValue = "Disabled"; - - /// Enabled. - public static PostgreSqlFlexibleServerPasswordAuthEnum Enabled { get; } = new PostgreSqlFlexibleServerPasswordAuthEnum(EnabledValue); - /// Disabled. - public static PostgreSqlFlexibleServerPasswordAuthEnum Disabled { get; } = new PostgreSqlFlexibleServerPasswordAuthEnum(DisabledValue); - /// Determines if two values are the same. - public static bool operator ==(PostgreSqlFlexibleServerPasswordAuthEnum left, PostgreSqlFlexibleServerPasswordAuthEnum right) => left.Equals(right); - /// Determines if two values are not the same. - public static bool operator !=(PostgreSqlFlexibleServerPasswordAuthEnum left, PostgreSqlFlexibleServerPasswordAuthEnum right) => !left.Equals(right); - /// Converts a string to a . - public static implicit operator PostgreSqlFlexibleServerPasswordAuthEnum(string value) => new PostgreSqlFlexibleServerPasswordAuthEnum(value); - - /// - [EditorBrowsable(EditorBrowsableState.Never)] - public override bool Equals(object obj) => obj is PostgreSqlFlexibleServerPasswordAuthEnum other && Equals(other); - /// - public bool Equals(PostgreSqlFlexibleServerPasswordAuthEnum other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); - - /// - [EditorBrowsable(EditorBrowsableState.Never)] - public override int GetHashCode() => _value?.GetHashCode() ?? 0; - /// - public override string ToString() => _value; - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerPatch.Serialization.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerPatch.Serialization.cs index 64483bfe51bcd..232ea39bc0246 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerPatch.Serialization.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerPatch.Serialization.cs @@ -15,16 +15,16 @@ public partial class PostgreSqlFlexibleServerPatch : IUtf8JsonSerializable void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { writer.WriteStartObject(); + if (Optional.IsDefined(Location)) + { + writer.WritePropertyName("location"); + writer.WriteStringValue(Location.Value); + } if (Optional.IsDefined(Sku)) { writer.WritePropertyName("sku"); writer.WriteObjectValue(Sku); } - if (Optional.IsDefined(Identity)) - { - writer.WritePropertyName("identity"); - writer.WriteObjectValue(Identity); - } if (Optional.IsCollectionDefined(Tags)) { writer.WritePropertyName("tags"); @@ -43,11 +43,6 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("administratorLoginPassword"); writer.WriteStringValue(AdministratorLoginPassword); } - if (Optional.IsDefined(Version)) - { - writer.WritePropertyName("version"); - writer.WriteStringValue(Version.Value.ToString()); - } if (Optional.IsDefined(Storage)) { writer.WritePropertyName("storage"); @@ -68,26 +63,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("maintenanceWindow"); writer.WriteObjectValue(MaintenanceWindow); } - if (Optional.IsDefined(AuthConfig)) - { - writer.WritePropertyName("authConfig"); - writer.WriteObjectValue(AuthConfig); - } - if (Optional.IsDefined(DataEncryption)) - { - writer.WritePropertyName("dataEncryption"); - writer.WriteObjectValue(DataEncryption); - } if (Optional.IsDefined(CreateMode)) { writer.WritePropertyName("createMode"); writer.WriteStringValue(CreateMode.Value.ToString()); } - if (Optional.IsDefined(ReplicationRole)) - { - writer.WritePropertyName("replicationRole"); - writer.WriteStringValue(ReplicationRole.Value.ToString()); - } writer.WriteEndObject(); writer.WriteEndObject(); } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerPatch.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerPatch.cs index 696bad8889c66..216e08cc73162 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerPatch.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerPatch.cs @@ -19,16 +19,14 @@ public PostgreSqlFlexibleServerPatch() Tags = new ChangeTrackingDictionary(); } + /// The location the resource resides in. + public AzureLocation? Location { get; set; } /// The SKU (pricing tier) of the server. public PostgreSqlFlexibleServerSku Sku { get; set; } - /// Describes the identity of the application. - public PostgreSqlFlexibleServerUserAssignedIdentity Identity { get; set; } /// Application-specific metadata in the form of key-value pairs. public IDictionary Tags { get; } /// The password of the administrator login. public string AdministratorLoginPassword { get; set; } - /// PostgreSQL Server version. - public PostgreSqlFlexibleServerVersion? Version { get; set; } /// Storage properties of a server. internal PostgreSqlFlexibleServerStorage Storage { get; set; } /// Max storage allowed for a server. @@ -49,13 +47,7 @@ public int? StorageSizeInGB public PostgreSqlFlexibleServerHighAvailability HighAvailability { get; set; } /// Maintenance window properties of a server. public PostgreSqlFlexibleServerMaintenanceWindow MaintenanceWindow { get; set; } - /// AuthConfig properties of a server. - public PostgreSqlFlexibleServerAuthConfig AuthConfig { get; set; } - /// Data encryption properties of a server. - public PostgreSqlFlexibleServerDataEncryption DataEncryption { get; set; } /// The mode to update a new PostgreSQL server. public PostgreSqlFlexibleServerCreateModeForUpdate? CreateMode { get; set; } - /// Replication role of the server. - public PostgreSqlFlexibleServerReplicationRole? ReplicationRole { get; set; } } } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerPrincipalType.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerPrincipalType.cs deleted file mode 100644 index 77461c97dc651..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerPrincipalType.cs +++ /dev/null @@ -1,57 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.ComponentModel; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - /// The principal type used to represent the type of Active Directory Administrator. - public readonly partial struct PostgreSqlFlexibleServerPrincipalType : IEquatable - { - private readonly string _value; - - /// Initializes a new instance of . - /// is null. - public PostgreSqlFlexibleServerPrincipalType(string value) - { - _value = value ?? throw new ArgumentNullException(nameof(value)); - } - - private const string UnknownValue = "Unknown"; - private const string UserValue = "User"; - private const string GroupValue = "Group"; - private const string ServicePrincipalValue = "ServicePrincipal"; - - /// Unknown. - public static PostgreSqlFlexibleServerPrincipalType Unknown { get; } = new PostgreSqlFlexibleServerPrincipalType(UnknownValue); - /// User. - public static PostgreSqlFlexibleServerPrincipalType User { get; } = new PostgreSqlFlexibleServerPrincipalType(UserValue); - /// Group. - public static PostgreSqlFlexibleServerPrincipalType Group { get; } = new PostgreSqlFlexibleServerPrincipalType(GroupValue); - /// ServicePrincipal. - public static PostgreSqlFlexibleServerPrincipalType ServicePrincipal { get; } = new PostgreSqlFlexibleServerPrincipalType(ServicePrincipalValue); - /// Determines if two values are the same. - public static bool operator ==(PostgreSqlFlexibleServerPrincipalType left, PostgreSqlFlexibleServerPrincipalType right) => left.Equals(right); - /// Determines if two values are not the same. - public static bool operator !=(PostgreSqlFlexibleServerPrincipalType left, PostgreSqlFlexibleServerPrincipalType right) => !left.Equals(right); - /// Converts a string to a . - public static implicit operator PostgreSqlFlexibleServerPrincipalType(string value) => new PostgreSqlFlexibleServerPrincipalType(value); - - /// - [EditorBrowsable(EditorBrowsableState.Never)] - public override bool Equals(object obj) => obj is PostgreSqlFlexibleServerPrincipalType other && Equals(other); - /// - public bool Equals(PostgreSqlFlexibleServerPrincipalType other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); - - /// - [EditorBrowsable(EditorBrowsableState.Never)] - public override int GetHashCode() => _value?.GetHashCode() ?? 0; - /// - public override string ToString() => _value; - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerReplicationRole.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerReplicationRole.cs deleted file mode 100644 index 2bcb72478ded2..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerReplicationRole.cs +++ /dev/null @@ -1,69 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.ComponentModel; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - /// Used to indicate role of the server in replication set. - public readonly partial struct PostgreSqlFlexibleServerReplicationRole : IEquatable - { - private readonly string _value; - - /// Initializes a new instance of . - /// is null. - public PostgreSqlFlexibleServerReplicationRole(string value) - { - _value = value ?? throw new ArgumentNullException(nameof(value)); - } - - private const string NoneValue = "None"; - private const string PrimaryValue = "Primary"; - private const string SecondaryValue = "Secondary"; - private const string WalReplicaValue = "WalReplica"; - private const string SyncReplicaValue = "SyncReplica"; - private const string AsyncReplicaValue = "AsyncReplica"; - private const string GeoSyncReplicaValue = "GeoSyncReplica"; - private const string GeoAsyncReplicaValue = "GeoAsyncReplica"; - - /// None. - public static PostgreSqlFlexibleServerReplicationRole None { get; } = new PostgreSqlFlexibleServerReplicationRole(NoneValue); - /// Primary. - public static PostgreSqlFlexibleServerReplicationRole Primary { get; } = new PostgreSqlFlexibleServerReplicationRole(PrimaryValue); - /// Secondary. - public static PostgreSqlFlexibleServerReplicationRole Secondary { get; } = new PostgreSqlFlexibleServerReplicationRole(SecondaryValue); - /// WalReplica. - public static PostgreSqlFlexibleServerReplicationRole WalReplica { get; } = new PostgreSqlFlexibleServerReplicationRole(WalReplicaValue); - /// SyncReplica. - public static PostgreSqlFlexibleServerReplicationRole SyncReplica { get; } = new PostgreSqlFlexibleServerReplicationRole(SyncReplicaValue); - /// AsyncReplica. - public static PostgreSqlFlexibleServerReplicationRole AsyncReplica { get; } = new PostgreSqlFlexibleServerReplicationRole(AsyncReplicaValue); - /// GeoSyncReplica. - public static PostgreSqlFlexibleServerReplicationRole GeoSyncReplica { get; } = new PostgreSqlFlexibleServerReplicationRole(GeoSyncReplicaValue); - /// GeoAsyncReplica. - public static PostgreSqlFlexibleServerReplicationRole GeoAsyncReplica { get; } = new PostgreSqlFlexibleServerReplicationRole(GeoAsyncReplicaValue); - /// Determines if two values are the same. - public static bool operator ==(PostgreSqlFlexibleServerReplicationRole left, PostgreSqlFlexibleServerReplicationRole right) => left.Equals(right); - /// Determines if two values are not the same. - public static bool operator !=(PostgreSqlFlexibleServerReplicationRole left, PostgreSqlFlexibleServerReplicationRole right) => !left.Equals(right); - /// Converts a string to a . - public static implicit operator PostgreSqlFlexibleServerReplicationRole(string value) => new PostgreSqlFlexibleServerReplicationRole(value); - - /// - [EditorBrowsable(EditorBrowsableState.Never)] - public override bool Equals(object obj) => obj is PostgreSqlFlexibleServerReplicationRole other && Equals(other); - /// - public bool Equals(PostgreSqlFlexibleServerReplicationRole other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); - - /// - [EditorBrowsable(EditorBrowsableState.Never)] - public override int GetHashCode() => _value?.GetHashCode() ?? 0; - /// - public override string ToString() => _value; - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerServerVersionCapability.Serialization.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerServerVersionCapability.Serialization.cs index ea8a6b9d3f18d..0af0c8a148ce2 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerServerVersionCapability.Serialization.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerServerVersionCapability.Serialization.cs @@ -16,7 +16,6 @@ public partial class PostgreSqlFlexibleServerServerVersionCapability internal static PostgreSqlFlexibleServerServerVersionCapability DeserializePostgreSqlFlexibleServerServerVersionCapability(JsonElement element) { Optional name = default; - Optional> supportedVersionsToUpgrade = default; Optional> supportedVcores = default; Optional status = default; foreach (var property in element.EnumerateObject()) @@ -26,21 +25,6 @@ internal static PostgreSqlFlexibleServerServerVersionCapability DeserializePostg name = property.Value.GetString(); continue; } - if (property.NameEquals("supportedVersionsToUpgrade")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - List array = new List(); - foreach (var item in property.Value.EnumerateArray()) - { - array.Add(item.GetString()); - } - supportedVersionsToUpgrade = array; - continue; - } if (property.NameEquals("supportedVcores")) { if (property.Value.ValueKind == JsonValueKind.Null) @@ -62,7 +46,7 @@ internal static PostgreSqlFlexibleServerServerVersionCapability DeserializePostg continue; } } - return new PostgreSqlFlexibleServerServerVersionCapability(name.Value, Optional.ToList(supportedVersionsToUpgrade), Optional.ToList(supportedVcores), status.Value); + return new PostgreSqlFlexibleServerServerVersionCapability(name.Value, Optional.ToList(supportedVcores), status.Value); } } } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerServerVersionCapability.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerServerVersionCapability.cs index 8b5b2e998aa04..eb855baeb73f3 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerServerVersionCapability.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerServerVersionCapability.cs @@ -16,27 +16,22 @@ public partial class PostgreSqlFlexibleServerServerVersionCapability /// Initializes a new instance of PostgreSqlFlexibleServerServerVersionCapability. internal PostgreSqlFlexibleServerServerVersionCapability() { - SupportedVersionsToUpgrade = new ChangeTrackingList(); SupportedVCores = new ChangeTrackingList(); } /// Initializes a new instance of PostgreSqlFlexibleServerServerVersionCapability. /// server version. - /// Supported servers versions to upgrade. /// /// The status. - internal PostgreSqlFlexibleServerServerVersionCapability(string name, IReadOnlyList supportedVersionsToUpgrade, IReadOnlyList supportedVCores, string status) + internal PostgreSqlFlexibleServerServerVersionCapability(string name, IReadOnlyList supportedVCores, string status) { Name = name; - SupportedVersionsToUpgrade = supportedVersionsToUpgrade; SupportedVCores = supportedVCores; Status = status; } /// server version. public string Name { get; } - /// Supported servers versions to upgrade. - public IReadOnlyList SupportedVersionsToUpgrade { get; } /// Gets the supported v cores. public IReadOnlyList SupportedVCores { get; } /// The status. diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerStorageCapability.Serialization.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerStorageCapability.Serialization.cs index ec6315b2a20ea..868436ee56638 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerStorageCapability.Serialization.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerStorageCapability.Serialization.cs @@ -5,7 +5,6 @@ #nullable disable -using System.Collections.Generic; using System.Text.Json; using Azure.Core; @@ -18,7 +17,6 @@ internal static PostgreSqlFlexibleServerStorageCapability DeserializePostgreSqlF Optional name = default; Optional supportedIops = default; Optional storageSizeMB = default; - Optional> supportedUpgradableTierList = default; Optional status = default; foreach (var property in element.EnumerateObject()) { @@ -47,28 +45,13 @@ internal static PostgreSqlFlexibleServerStorageCapability DeserializePostgreSqlF storageSizeMB = property.Value.GetInt64(); continue; } - if (property.NameEquals("supportedUpgradableTierList")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - List array = new List(); - foreach (var item in property.Value.EnumerateArray()) - { - array.Add(PostgreSqlFlexibleServerStorageTierCapability.DeserializePostgreSqlFlexibleServerStorageTierCapability(item)); - } - supportedUpgradableTierList = array; - continue; - } if (property.NameEquals("status")) { status = property.Value.GetString(); continue; } } - return new PostgreSqlFlexibleServerStorageCapability(name.Value, Optional.ToNullable(supportedIops), Optional.ToNullable(storageSizeMB), Optional.ToList(supportedUpgradableTierList), status.Value); + return new PostgreSqlFlexibleServerStorageCapability(name.Value, Optional.ToNullable(supportedIops), Optional.ToNullable(storageSizeMB), status.Value); } } } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerStorageCapability.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerStorageCapability.cs index 00673864bbb64..d7d439162c003 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerStorageCapability.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerStorageCapability.cs @@ -5,9 +5,6 @@ #nullable disable -using System.Collections.Generic; -using Azure.Core; - namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models { /// storage size in MB capability. @@ -16,21 +13,18 @@ public partial class PostgreSqlFlexibleServerStorageCapability /// Initializes a new instance of PostgreSqlFlexibleServerStorageCapability. internal PostgreSqlFlexibleServerStorageCapability() { - SupportedUpgradableTierList = new ChangeTrackingList(); } /// Initializes a new instance of PostgreSqlFlexibleServerStorageCapability. /// storage MB name. /// supported IOPS. /// storage size in MB. - /// /// The status. - internal PostgreSqlFlexibleServerStorageCapability(string name, long? supportedIops, long? storageSizeInMB, IReadOnlyList supportedUpgradableTierList, string status) + internal PostgreSqlFlexibleServerStorageCapability(string name, long? supportedIops, long? storageSizeInMB, string status) { Name = name; SupportedIops = supportedIops; StorageSizeInMB = storageSizeInMB; - SupportedUpgradableTierList = supportedUpgradableTierList; Status = status; } @@ -40,8 +34,6 @@ internal PostgreSqlFlexibleServerStorageCapability(string name, long? supportedI public long? SupportedIops { get; } /// storage size in MB. public long? StorageSizeInMB { get; } - /// Gets the supported upgradable tier list. - public IReadOnlyList SupportedUpgradableTierList { get; } /// The status. public string Status { get; } } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerStorageTierCapability.Serialization.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerStorageTierCapability.Serialization.cs deleted file mode 100644 index ea74ba9d010ad..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerStorageTierCapability.Serialization.cs +++ /dev/null @@ -1,63 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Text.Json; -using Azure.Core; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - public partial class PostgreSqlFlexibleServerStorageTierCapability - { - internal static PostgreSqlFlexibleServerStorageTierCapability DeserializePostgreSqlFlexibleServerStorageTierCapability(JsonElement element) - { - Optional name = default; - Optional tierName = default; - Optional iops = default; - Optional isBaseline = default; - Optional status = default; - foreach (var property in element.EnumerateObject()) - { - if (property.NameEquals("name")) - { - name = property.Value.GetString(); - continue; - } - if (property.NameEquals("tierName")) - { - tierName = property.Value.GetString(); - continue; - } - if (property.NameEquals("iops")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - iops = property.Value.GetInt64(); - continue; - } - if (property.NameEquals("isBaseline")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - isBaseline = property.Value.GetBoolean(); - continue; - } - if (property.NameEquals("status")) - { - status = property.Value.GetString(); - continue; - } - } - return new PostgreSqlFlexibleServerStorageTierCapability(name.Value, tierName.Value, Optional.ToNullable(iops), Optional.ToNullable(isBaseline), status.Value); - } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerStorageTierCapability.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerStorageTierCapability.cs deleted file mode 100644 index 5881650b42e09..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerStorageTierCapability.cs +++ /dev/null @@ -1,44 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - /// The PostgreSqlFlexibleServerStorageTierCapability. - public partial class PostgreSqlFlexibleServerStorageTierCapability - { - /// Initializes a new instance of PostgreSqlFlexibleServerStorageTierCapability. - internal PostgreSqlFlexibleServerStorageTierCapability() - { - } - - /// Initializes a new instance of PostgreSqlFlexibleServerStorageTierCapability. - /// Name to represent Storage tier capability. - /// Storage tier name. - /// Supported IOPS for this storage tier. - /// Indicates if this is a baseline storage tier or not. - /// Status os this storage tier. - internal PostgreSqlFlexibleServerStorageTierCapability(string name, string tierName, long? iops, bool? isBaseline, string status) - { - Name = name; - TierName = tierName; - Iops = iops; - IsBaseline = isBaseline; - Status = status; - } - - /// Name to represent Storage tier capability. - public string Name { get; } - /// Storage tier name. - public string TierName { get; } - /// Supported IOPS for this storage tier. - public long? Iops { get; } - /// Indicates if this is a baseline storage tier or not. - public bool? IsBaseline { get; } - /// Status os this storage tier. - public string Status { get; } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerUserAssignedIdentity.Serialization.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerUserAssignedIdentity.Serialization.cs deleted file mode 100644 index a8a13ff1a216e..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerUserAssignedIdentity.Serialization.cs +++ /dev/null @@ -1,66 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Collections.Generic; -using System.Text.Json; -using Azure.Core; -using Azure.ResourceManager.Models; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - public partial class PostgreSqlFlexibleServerUserAssignedIdentity : IUtf8JsonSerializable - { - void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) - { - writer.WriteStartObject(); - if (Optional.IsCollectionDefined(UserAssignedIdentities)) - { - writer.WritePropertyName("userAssignedIdentities"); - writer.WriteStartObject(); - foreach (var item in UserAssignedIdentities) - { - writer.WritePropertyName(item.Key); - JsonSerializer.Serialize(writer, item.Value); - } - writer.WriteEndObject(); - } - writer.WritePropertyName("type"); - writer.WriteStringValue(IdentityType.ToString()); - writer.WriteEndObject(); - } - - internal static PostgreSqlFlexibleServerUserAssignedIdentity DeserializePostgreSqlFlexibleServerUserAssignedIdentity(JsonElement element) - { - Optional> userAssignedIdentities = default; - PostgreSqlFlexibleServerIdentityType type = default; - foreach (var property in element.EnumerateObject()) - { - if (property.NameEquals("userAssignedIdentities")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - Dictionary dictionary = new Dictionary(); - foreach (var property0 in property.Value.EnumerateObject()) - { - dictionary.Add(property0.Name, JsonSerializer.Deserialize(property0.Value.GetRawText())); - } - userAssignedIdentities = dictionary; - continue; - } - if (property.NameEquals("type")) - { - type = new PostgreSqlFlexibleServerIdentityType(property.Value.GetString()); - continue; - } - } - return new PostgreSqlFlexibleServerUserAssignedIdentity(Optional.ToDictionary(userAssignedIdentities), type); - } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerUserAssignedIdentity.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerUserAssignedIdentity.cs deleted file mode 100644 index ff2c4f3289a71..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerUserAssignedIdentity.cs +++ /dev/null @@ -1,39 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Collections.Generic; -using Azure.Core; -using Azure.ResourceManager.Models; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers.Models -{ - /// Information describing the identities associated with this application. - public partial class PostgreSqlFlexibleServerUserAssignedIdentity - { - /// Initializes a new instance of PostgreSqlFlexibleServerUserAssignedIdentity. - /// the types of identities associated with this resource; currently restricted to 'SystemAssigned and UserAssigned'. - public PostgreSqlFlexibleServerUserAssignedIdentity(PostgreSqlFlexibleServerIdentityType identityType) - { - UserAssignedIdentities = new ChangeTrackingDictionary(); - IdentityType = identityType; - } - - /// Initializes a new instance of PostgreSqlFlexibleServerUserAssignedIdentity. - /// represents user assigned identities map. - /// the types of identities associated with this resource; currently restricted to 'SystemAssigned and UserAssigned'. - internal PostgreSqlFlexibleServerUserAssignedIdentity(IDictionary userAssignedIdentities, PostgreSqlFlexibleServerIdentityType identityType) - { - UserAssignedIdentities = userAssignedIdentities; - IdentityType = identityType; - } - - /// represents user assigned identities map. - public IDictionary UserAssignedIdentities { get; } - /// the types of identities associated with this resource; currently restricted to 'SystemAssigned and UserAssigned'. - public PostgreSqlFlexibleServerIdentityType IdentityType { get; set; } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerVirtualNetworkSubnetUsageResult.Serialization.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerVirtualNetworkSubnetUsageResult.Serialization.cs index 01bfbe731c811..e1c4242d11ba3 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerVirtualNetworkSubnetUsageResult.Serialization.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerVirtualNetworkSubnetUsageResult.Serialization.cs @@ -15,43 +15,43 @@ public partial class PostgreSqlFlexibleServerVirtualNetworkSubnetUsageResult { internal static PostgreSqlFlexibleServerVirtualNetworkSubnetUsageResult DeserializePostgreSqlFlexibleServerVirtualNetworkSubnetUsageResult(JsonElement element) { - Optional> delegatedSubnetsUsage = default; Optional location = default; Optional subscriptionId = default; + Optional> delegatedSubnetsUsage = default; foreach (var property in element.EnumerateObject()) { - if (property.NameEquals("delegatedSubnetsUsage")) + if (property.NameEquals("location")) { if (property.Value.ValueKind == JsonValueKind.Null) { property.ThrowNonNullablePropertyIsNull(); continue; } - List array = new List(); - foreach (var item in property.Value.EnumerateArray()) - { - array.Add(PostgreSqlFlexibleServerDelegatedSubnetUsage.DeserializePostgreSqlFlexibleServerDelegatedSubnetUsage(item)); - } - delegatedSubnetsUsage = array; + location = new AzureLocation(property.Value.GetString()); continue; } - if (property.NameEquals("location")) + if (property.NameEquals("subscriptionId")) + { + subscriptionId = property.Value.GetString(); + continue; + } + if (property.NameEquals("delegatedSubnetsUsage")) { if (property.Value.ValueKind == JsonValueKind.Null) { property.ThrowNonNullablePropertyIsNull(); continue; } - location = new AzureLocation(property.Value.GetString()); - continue; - } - if (property.NameEquals("subscriptionId")) - { - subscriptionId = property.Value.GetString(); + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(PostgreSqlFlexibleServerDelegatedSubnetUsage.DeserializePostgreSqlFlexibleServerDelegatedSubnetUsage(item)); + } + delegatedSubnetsUsage = array; continue; } } - return new PostgreSqlFlexibleServerVirtualNetworkSubnetUsageResult(Optional.ToList(delegatedSubnetsUsage), Optional.ToNullable(location), subscriptionId.Value); + return new PostgreSqlFlexibleServerVirtualNetworkSubnetUsageResult(Optional.ToNullable(location), subscriptionId.Value, Optional.ToList(delegatedSubnetsUsage)); } } } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerVirtualNetworkSubnetUsageResult.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerVirtualNetworkSubnetUsageResult.cs index 93d572f9645cd..c8752e7a8208c 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerVirtualNetworkSubnetUsageResult.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/Models/PostgreSqlFlexibleServerVirtualNetworkSubnetUsageResult.cs @@ -20,21 +20,21 @@ internal PostgreSqlFlexibleServerVirtualNetworkSubnetUsageResult() } /// Initializes a new instance of PostgreSqlFlexibleServerVirtualNetworkSubnetUsageResult. + /// The location the resource resides in. + /// The subscription ID. /// - /// location of the delegated subnet usage. - /// subscriptionId of the delegated subnet usage. - internal PostgreSqlFlexibleServerVirtualNetworkSubnetUsageResult(IReadOnlyList delegatedSubnetsUsage, AzureLocation? location, string subscriptionId) + internal PostgreSqlFlexibleServerVirtualNetworkSubnetUsageResult(AzureLocation? location, string subscriptionId, IReadOnlyList delegatedSubnetsUsage) { - DelegatedSubnetsUsage = delegatedSubnetsUsage; Location = location; SubscriptionId = subscriptionId; + DelegatedSubnetsUsage = delegatedSubnetsUsage; } - /// Gets the delegated subnets usage. - public IReadOnlyList DelegatedSubnetsUsage { get; } - /// location of the delegated subnet usage. + /// The location the resource resides in. public AzureLocation? Location { get; } - /// subscriptionId of the delegated subnet usage. + /// The subscription ID. public string SubscriptionId { get; } + /// Gets the delegated subnets usage. + public IReadOnlyList DelegatedSubnetsUsage { get; } } } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerActiveDirectoryAdministratorCollection.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerActiveDirectoryAdministratorCollection.cs deleted file mode 100644 index 036b071099845..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerActiveDirectoryAdministratorCollection.cs +++ /dev/null @@ -1,341 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Collections; -using System.Collections.Generic; -using System.Globalization; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core; -using Azure.Core.Pipeline; -using Azure.ResourceManager; -using Azure.ResourceManager.PostgreSql.FlexibleServers.Models; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers -{ - /// - /// A class representing a collection of and their operations. - /// Each in the collection will belong to the same instance of . - /// To get a instance call the GetPostgreSqlFlexibleServerActiveDirectoryAdministrators method from an instance of . - /// - public partial class PostgreSqlFlexibleServerActiveDirectoryAdministratorCollection : ArmCollection, IEnumerable, IAsyncEnumerable - { - private readonly ClientDiagnostics _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsClientDiagnostics; - private readonly AdministratorsRestOperations _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient; - - /// Initializes a new instance of the class for mocking. - protected PostgreSqlFlexibleServerActiveDirectoryAdministratorCollection() - { - } - - /// Initializes a new instance of the class. - /// The client parameters to use in these operations. - /// The identifier of the parent resource that is the target of operations. - internal PostgreSqlFlexibleServerActiveDirectoryAdministratorCollection(ArmClient client, ResourceIdentifier id) : base(client, id) - { - _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.PostgreSql.FlexibleServers", PostgreSqlFlexibleServerActiveDirectoryAdministratorResource.ResourceType.Namespace, Diagnostics); - TryGetApiVersion(PostgreSqlFlexibleServerActiveDirectoryAdministratorResource.ResourceType, out string postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsApiVersion); - _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient = new AdministratorsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsApiVersion); -#if DEBUG - ValidateResourceId(Id); -#endif - } - - internal static void ValidateResourceId(ResourceIdentifier id) - { - if (id.ResourceType != PostgreSqlFlexibleServerResource.ResourceType) - throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, PostgreSqlFlexibleServerResource.ResourceType), nameof(id)); - } - - /// - /// Creates a new server. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/administrators/{objectId} - /// - /// - /// Operation Id - /// Administrators_Create - /// - /// - /// - /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// Guid of the objectId for the administrator. - /// The required parameters for adding an active directory administrator for a server. - /// The cancellation token to use. - /// is an empty string, and was expected to be non-empty. - /// or is null. - public virtual async Task> CreateOrUpdateAsync(WaitUntil waitUntil, string objectId, PostgreSqlFlexibleServerActiveDirectoryAdministratorCreateOrUpdateContent content, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(objectId, nameof(objectId)); - Argument.AssertNotNull(content, nameof(content)); - - using var scope = _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsClientDiagnostics.CreateScope("PostgreSqlFlexibleServerActiveDirectoryAdministratorCollection.CreateOrUpdate"); - scope.Start(); - try - { - var response = await _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient.CreateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, objectId, content, cancellationToken).ConfigureAwait(false); - var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerActiveDirectoryAdministratorOperationSource(Client), _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsClientDiagnostics, Pipeline, _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient.CreateCreateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, objectId, content).Request, response, OperationFinalStateVia.AzureAsyncOperation); - if (waitUntil == WaitUntil.Completed) - await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); - return operation; - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// - /// Creates a new server. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/administrators/{objectId} - /// - /// - /// Operation Id - /// Administrators_Create - /// - /// - /// - /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// Guid of the objectId for the administrator. - /// The required parameters for adding an active directory administrator for a server. - /// The cancellation token to use. - /// is an empty string, and was expected to be non-empty. - /// or is null. - public virtual ArmOperation CreateOrUpdate(WaitUntil waitUntil, string objectId, PostgreSqlFlexibleServerActiveDirectoryAdministratorCreateOrUpdateContent content, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(objectId, nameof(objectId)); - Argument.AssertNotNull(content, nameof(content)); - - using var scope = _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsClientDiagnostics.CreateScope("PostgreSqlFlexibleServerActiveDirectoryAdministratorCollection.CreateOrUpdate"); - scope.Start(); - try - { - var response = _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient.Create(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, objectId, content, cancellationToken); - var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerActiveDirectoryAdministratorOperationSource(Client), _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsClientDiagnostics, Pipeline, _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient.CreateCreateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, objectId, content).Request, response, OperationFinalStateVia.AzureAsyncOperation); - if (waitUntil == WaitUntil.Completed) - operation.WaitForCompletion(cancellationToken); - return operation; - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// - /// Gets information about a server. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/administrators/{objectId} - /// - /// - /// Operation Id - /// Administrators_Get - /// - /// - /// - /// Guid of the objectId for the administrator. - /// The cancellation token to use. - /// is an empty string, and was expected to be non-empty. - /// is null. - public virtual async Task> GetAsync(string objectId, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(objectId, nameof(objectId)); - - using var scope = _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsClientDiagnostics.CreateScope("PostgreSqlFlexibleServerActiveDirectoryAdministratorCollection.Get"); - scope.Start(); - try - { - var response = await _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, objectId, cancellationToken).ConfigureAwait(false); - if (response.Value == null) - throw new RequestFailedException(response.GetRawResponse()); - return Response.FromValue(new PostgreSqlFlexibleServerActiveDirectoryAdministratorResource(Client, response.Value), response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// - /// Gets information about a server. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/administrators/{objectId} - /// - /// - /// Operation Id - /// Administrators_Get - /// - /// - /// - /// Guid of the objectId for the administrator. - /// The cancellation token to use. - /// is an empty string, and was expected to be non-empty. - /// is null. - public virtual Response Get(string objectId, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(objectId, nameof(objectId)); - - using var scope = _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsClientDiagnostics.CreateScope("PostgreSqlFlexibleServerActiveDirectoryAdministratorCollection.Get"); - scope.Start(); - try - { - var response = _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, objectId, cancellationToken); - if (response.Value == null) - throw new RequestFailedException(response.GetRawResponse()); - return Response.FromValue(new PostgreSqlFlexibleServerActiveDirectoryAdministratorResource(Client, response.Value), response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// - /// List all the AAD administrators for a given server. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/administrators - /// - /// - /// Operation Id - /// Administrators_ListByServer - /// - /// - /// - /// The cancellation token to use. - /// An async collection of that may take multiple service requests to iterate over. - public virtual AsyncPageable GetAllAsync(CancellationToken cancellationToken = default) - { - HttpMessage FirstPageRequest(int? pageSizeHint) => _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient.CreateListByServerRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name); - HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient.CreateListByServerNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Name); - return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, e => new PostgreSqlFlexibleServerActiveDirectoryAdministratorResource(Client, PostgreSqlFlexibleServerActiveDirectoryAdministratorData.DeserializePostgreSqlFlexibleServerActiveDirectoryAdministratorData(e)), _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsClientDiagnostics, Pipeline, "PostgreSqlFlexibleServerActiveDirectoryAdministratorCollection.GetAll", "value", "nextLink", cancellationToken); - } - - /// - /// List all the AAD administrators for a given server. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/administrators - /// - /// - /// Operation Id - /// Administrators_ListByServer - /// - /// - /// - /// The cancellation token to use. - /// A collection of that may take multiple service requests to iterate over. - public virtual Pageable GetAll(CancellationToken cancellationToken = default) - { - HttpMessage FirstPageRequest(int? pageSizeHint) => _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient.CreateListByServerRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name); - HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient.CreateListByServerNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Name); - return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => new PostgreSqlFlexibleServerActiveDirectoryAdministratorResource(Client, PostgreSqlFlexibleServerActiveDirectoryAdministratorData.DeserializePostgreSqlFlexibleServerActiveDirectoryAdministratorData(e)), _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsClientDiagnostics, Pipeline, "PostgreSqlFlexibleServerActiveDirectoryAdministratorCollection.GetAll", "value", "nextLink", cancellationToken); - } - - /// - /// Checks to see if the resource exists in azure. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/administrators/{objectId} - /// - /// - /// Operation Id - /// Administrators_Get - /// - /// - /// - /// Guid of the objectId for the administrator. - /// The cancellation token to use. - /// is an empty string, and was expected to be non-empty. - /// is null. - public virtual async Task> ExistsAsync(string objectId, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(objectId, nameof(objectId)); - - using var scope = _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsClientDiagnostics.CreateScope("PostgreSqlFlexibleServerActiveDirectoryAdministratorCollection.Exists"); - scope.Start(); - try - { - var response = await _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, objectId, cancellationToken: cancellationToken).ConfigureAwait(false); - return Response.FromValue(response.Value != null, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// - /// Checks to see if the resource exists in azure. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/administrators/{objectId} - /// - /// - /// Operation Id - /// Administrators_Get - /// - /// - /// - /// Guid of the objectId for the administrator. - /// The cancellation token to use. - /// is an empty string, and was expected to be non-empty. - /// is null. - public virtual Response Exists(string objectId, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(objectId, nameof(objectId)); - - using var scope = _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsClientDiagnostics.CreateScope("PostgreSqlFlexibleServerActiveDirectoryAdministratorCollection.Exists"); - scope.Start(); - try - { - var response = _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, objectId, cancellationToken: cancellationToken); - return Response.FromValue(response.Value != null, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - IEnumerator IEnumerable.GetEnumerator() - { - return GetAll().GetEnumerator(); - } - - IEnumerator IEnumerable.GetEnumerator() - { - return GetAll().GetEnumerator(); - } - - IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) - { - return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); - } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerActiveDirectoryAdministratorData.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerActiveDirectoryAdministratorData.cs deleted file mode 100644 index da793611b30ca..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerActiveDirectoryAdministratorData.cs +++ /dev/null @@ -1,49 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using Azure.Core; -using Azure.ResourceManager.Models; -using Azure.ResourceManager.PostgreSql.FlexibleServers.Models; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers -{ - /// A class representing the PostgreSqlFlexibleServerActiveDirectoryAdministrator data model. - public partial class PostgreSqlFlexibleServerActiveDirectoryAdministratorData : ResourceData - { - /// Initializes a new instance of PostgreSqlFlexibleServerActiveDirectoryAdministratorData. - public PostgreSqlFlexibleServerActiveDirectoryAdministratorData() - { - } - - /// Initializes a new instance of PostgreSqlFlexibleServerActiveDirectoryAdministratorData. - /// The id. - /// The name. - /// The resourceType. - /// The systemData. - /// The principal type used to represent the type of Active Directory Administrator. - /// Active Directory administrator principal name. - /// The objectId of the Active Directory administrator. - /// The tenantId of the Active Directory administrator. - internal PostgreSqlFlexibleServerActiveDirectoryAdministratorData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, PostgreSqlFlexibleServerPrincipalType? principalType, string principalName, Guid? objectId, Guid? tenantId) : base(id, name, resourceType, systemData) - { - PrincipalType = principalType; - PrincipalName = principalName; - ObjectId = objectId; - TenantId = tenantId; - } - - /// The principal type used to represent the type of Active Directory Administrator. - public PostgreSqlFlexibleServerPrincipalType? PrincipalType { get; set; } - /// Active Directory administrator principal name. - public string PrincipalName { get; set; } - /// The objectId of the Active Directory administrator. - public Guid? ObjectId { get; set; } - /// The tenantId of the Active Directory administrator. - public Guid? TenantId { get; set; } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerActiveDirectoryAdministratorResource.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerActiveDirectoryAdministratorResource.cs deleted file mode 100644 index 5e80d22e38a1b..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerActiveDirectoryAdministratorResource.cs +++ /dev/null @@ -1,298 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Globalization; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core; -using Azure.Core.Pipeline; -using Azure.ResourceManager; -using Azure.ResourceManager.PostgreSql.FlexibleServers.Models; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers -{ - /// - /// A Class representing a PostgreSqlFlexibleServerActiveDirectoryAdministrator along with the instance operations that can be performed on it. - /// If you have a you can construct a - /// from an instance of using the GetPostgreSqlFlexibleServerActiveDirectoryAdministratorResource method. - /// Otherwise you can get one from its parent resource using the GetPostgreSqlFlexibleServerActiveDirectoryAdministrator method. - /// - public partial class PostgreSqlFlexibleServerActiveDirectoryAdministratorResource : ArmResource - { - /// Generate the resource identifier of a instance. - public static ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string serverName, string objectId) - { - var resourceId = $"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/administrators/{objectId}"; - return new ResourceIdentifier(resourceId); - } - - private readonly ClientDiagnostics _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsClientDiagnostics; - private readonly AdministratorsRestOperations _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient; - private readonly PostgreSqlFlexibleServerActiveDirectoryAdministratorData _data; - - /// Initializes a new instance of the class for mocking. - protected PostgreSqlFlexibleServerActiveDirectoryAdministratorResource() - { - } - - /// Initializes a new instance of the class. - /// The client parameters to use in these operations. - /// The resource that is the target of operations. - internal PostgreSqlFlexibleServerActiveDirectoryAdministratorResource(ArmClient client, PostgreSqlFlexibleServerActiveDirectoryAdministratorData data) : this(client, data.Id) - { - HasData = true; - _data = data; - } - - /// Initializes a new instance of the class. - /// The client parameters to use in these operations. - /// The identifier of the resource that is the target of operations. - internal PostgreSqlFlexibleServerActiveDirectoryAdministratorResource(ArmClient client, ResourceIdentifier id) : base(client, id) - { - _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.PostgreSql.FlexibleServers", ResourceType.Namespace, Diagnostics); - TryGetApiVersion(ResourceType, out string postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsApiVersion); - _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient = new AdministratorsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsApiVersion); -#if DEBUG - ValidateResourceId(Id); -#endif - } - - /// Gets the resource type for the operations. - public static readonly ResourceType ResourceType = "Microsoft.DBforPostgreSQL/flexibleServers/administrators"; - - /// Gets whether or not the current instance has data. - public virtual bool HasData { get; } - - /// Gets the data representing this Feature. - /// Throws if there is no data loaded in the current instance. - public virtual PostgreSqlFlexibleServerActiveDirectoryAdministratorData Data - { - get - { - if (!HasData) - throw new InvalidOperationException("The current instance does not have data, you must call Get first."); - return _data; - } - } - - internal static void ValidateResourceId(ResourceIdentifier id) - { - if (id.ResourceType != ResourceType) - throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceType), nameof(id)); - } - - /// - /// Gets information about a server. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/administrators/{objectId} - /// - /// - /// Operation Id - /// Administrators_Get - /// - /// - /// - /// The cancellation token to use. - public virtual async Task> GetAsync(CancellationToken cancellationToken = default) - { - using var scope = _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsClientDiagnostics.CreateScope("PostgreSqlFlexibleServerActiveDirectoryAdministratorResource.Get"); - scope.Start(); - try - { - var response = await _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); - if (response.Value == null) - throw new RequestFailedException(response.GetRawResponse()); - return Response.FromValue(new PostgreSqlFlexibleServerActiveDirectoryAdministratorResource(Client, response.Value), response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// - /// Gets information about a server. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/administrators/{objectId} - /// - /// - /// Operation Id - /// Administrators_Get - /// - /// - /// - /// The cancellation token to use. - public virtual Response Get(CancellationToken cancellationToken = default) - { - using var scope = _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsClientDiagnostics.CreateScope("PostgreSqlFlexibleServerActiveDirectoryAdministratorResource.Get"); - scope.Start(); - try - { - var response = _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); - if (response.Value == null) - throw new RequestFailedException(response.GetRawResponse()); - return Response.FromValue(new PostgreSqlFlexibleServerActiveDirectoryAdministratorResource(Client, response.Value), response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// - /// Deletes an Active Directory Administrator associated with the server. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/administrators/{objectId} - /// - /// - /// Operation Id - /// Administrators_Delete - /// - /// - /// - /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// The cancellation token to use. - public virtual async Task DeleteAsync(WaitUntil waitUntil, CancellationToken cancellationToken = default) - { - using var scope = _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsClientDiagnostics.CreateScope("PostgreSqlFlexibleServerActiveDirectoryAdministratorResource.Delete"); - scope.Start(); - try - { - var response = await _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient.DeleteAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); - var operation = new FlexibleServersArmOperation(_postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsClientDiagnostics, Pipeline, _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient.CreateDeleteRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name).Request, response, OperationFinalStateVia.Location); - if (waitUntil == WaitUntil.Completed) - await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); - return operation; - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// - /// Deletes an Active Directory Administrator associated with the server. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/administrators/{objectId} - /// - /// - /// Operation Id - /// Administrators_Delete - /// - /// - /// - /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// The cancellation token to use. - public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancellationToken = default) - { - using var scope = _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsClientDiagnostics.CreateScope("PostgreSqlFlexibleServerActiveDirectoryAdministratorResource.Delete"); - scope.Start(); - try - { - var response = _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient.Delete(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); - var operation = new FlexibleServersArmOperation(_postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsClientDiagnostics, Pipeline, _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient.CreateDeleteRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name).Request, response, OperationFinalStateVia.Location); - if (waitUntil == WaitUntil.Completed) - operation.WaitForCompletionResponse(cancellationToken); - return operation; - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// - /// Creates a new server. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/administrators/{objectId} - /// - /// - /// Operation Id - /// Administrators_Create - /// - /// - /// - /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// The required parameters for adding an active directory administrator for a server. - /// The cancellation token to use. - /// is null. - public virtual async Task> UpdateAsync(WaitUntil waitUntil, PostgreSqlFlexibleServerActiveDirectoryAdministratorCreateOrUpdateContent content, CancellationToken cancellationToken = default) - { - Argument.AssertNotNull(content, nameof(content)); - - using var scope = _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsClientDiagnostics.CreateScope("PostgreSqlFlexibleServerActiveDirectoryAdministratorResource.Update"); - scope.Start(); - try - { - var response = await _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient.CreateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, content, cancellationToken).ConfigureAwait(false); - var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerActiveDirectoryAdministratorOperationSource(Client), _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsClientDiagnostics, Pipeline, _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient.CreateCreateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, content).Request, response, OperationFinalStateVia.AzureAsyncOperation); - if (waitUntil == WaitUntil.Completed) - await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); - return operation; - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// - /// Creates a new server. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/administrators/{objectId} - /// - /// - /// Operation Id - /// Administrators_Create - /// - /// - /// - /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// The required parameters for adding an active directory administrator for a server. - /// The cancellation token to use. - /// is null. - public virtual ArmOperation Update(WaitUntil waitUntil, PostgreSqlFlexibleServerActiveDirectoryAdministratorCreateOrUpdateContent content, CancellationToken cancellationToken = default) - { - Argument.AssertNotNull(content, nameof(content)); - - using var scope = _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsClientDiagnostics.CreateScope("PostgreSqlFlexibleServerActiveDirectoryAdministratorResource.Update"); - scope.Start(); - try - { - var response = _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient.Create(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, content, cancellationToken); - var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerActiveDirectoryAdministratorOperationSource(Client), _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsClientDiagnostics, Pipeline, _postgreSqlFlexibleServerActiveDirectoryAdministratorAdministratorsRestClient.CreateCreateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, content).Request, response, OperationFinalStateVia.AzureAsyncOperation); - if (waitUntil == WaitUntil.Completed) - operation.WaitForCompletion(cancellationToken); - return operation; - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerBackupCollection.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerBackupCollection.cs deleted file mode 100644 index e2866b2b3b6f3..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerBackupCollection.cs +++ /dev/null @@ -1,258 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Collections; -using System.Collections.Generic; -using System.Globalization; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core; -using Azure.Core.Pipeline; -using Azure.ResourceManager; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers -{ - /// - /// A class representing a collection of and their operations. - /// Each in the collection will belong to the same instance of . - /// To get a instance call the GetPostgreSqlFlexibleServerBackups method from an instance of . - /// - public partial class PostgreSqlFlexibleServerBackupCollection : ArmCollection, IEnumerable, IAsyncEnumerable - { - private readonly ClientDiagnostics _postgreSqlFlexibleServerBackupBackupsClientDiagnostics; - private readonly BackupsRestOperations _postgreSqlFlexibleServerBackupBackupsRestClient; - - /// Initializes a new instance of the class for mocking. - protected PostgreSqlFlexibleServerBackupCollection() - { - } - - /// Initializes a new instance of the class. - /// The client parameters to use in these operations. - /// The identifier of the parent resource that is the target of operations. - internal PostgreSqlFlexibleServerBackupCollection(ArmClient client, ResourceIdentifier id) : base(client, id) - { - _postgreSqlFlexibleServerBackupBackupsClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.PostgreSql.FlexibleServers", PostgreSqlFlexibleServerBackupResource.ResourceType.Namespace, Diagnostics); - TryGetApiVersion(PostgreSqlFlexibleServerBackupResource.ResourceType, out string postgreSqlFlexibleServerBackupBackupsApiVersion); - _postgreSqlFlexibleServerBackupBackupsRestClient = new BackupsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, postgreSqlFlexibleServerBackupBackupsApiVersion); -#if DEBUG - ValidateResourceId(Id); -#endif - } - - internal static void ValidateResourceId(ResourceIdentifier id) - { - if (id.ResourceType != PostgreSqlFlexibleServerResource.ResourceType) - throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, PostgreSqlFlexibleServerResource.ResourceType), nameof(id)); - } - - /// - /// Get specific backup for a given server. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/backups/{backupName} - /// - /// - /// Operation Id - /// Backups_Get - /// - /// - /// - /// The name of the backup. - /// The cancellation token to use. - /// is an empty string, and was expected to be non-empty. - /// is null. - public virtual async Task> GetAsync(string backupName, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(backupName, nameof(backupName)); - - using var scope = _postgreSqlFlexibleServerBackupBackupsClientDiagnostics.CreateScope("PostgreSqlFlexibleServerBackupCollection.Get"); - scope.Start(); - try - { - var response = await _postgreSqlFlexibleServerBackupBackupsRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, backupName, cancellationToken).ConfigureAwait(false); - if (response.Value == null) - throw new RequestFailedException(response.GetRawResponse()); - return Response.FromValue(new PostgreSqlFlexibleServerBackupResource(Client, response.Value), response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// - /// Get specific backup for a given server. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/backups/{backupName} - /// - /// - /// Operation Id - /// Backups_Get - /// - /// - /// - /// The name of the backup. - /// The cancellation token to use. - /// is an empty string, and was expected to be non-empty. - /// is null. - public virtual Response Get(string backupName, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(backupName, nameof(backupName)); - - using var scope = _postgreSqlFlexibleServerBackupBackupsClientDiagnostics.CreateScope("PostgreSqlFlexibleServerBackupCollection.Get"); - scope.Start(); - try - { - var response = _postgreSqlFlexibleServerBackupBackupsRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, backupName, cancellationToken); - if (response.Value == null) - throw new RequestFailedException(response.GetRawResponse()); - return Response.FromValue(new PostgreSqlFlexibleServerBackupResource(Client, response.Value), response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// - /// List all the backups for a given server. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/backups - /// - /// - /// Operation Id - /// Backups_ListByServer - /// - /// - /// - /// The cancellation token to use. - /// An async collection of that may take multiple service requests to iterate over. - public virtual AsyncPageable GetAllAsync(CancellationToken cancellationToken = default) - { - HttpMessage FirstPageRequest(int? pageSizeHint) => _postgreSqlFlexibleServerBackupBackupsRestClient.CreateListByServerRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name); - HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _postgreSqlFlexibleServerBackupBackupsRestClient.CreateListByServerNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Name); - return PageableHelpers.CreateAsyncPageable(FirstPageRequest, NextPageRequest, e => new PostgreSqlFlexibleServerBackupResource(Client, PostgreSqlFlexibleServerBackupData.DeserializePostgreSqlFlexibleServerBackupData(e)), _postgreSqlFlexibleServerBackupBackupsClientDiagnostics, Pipeline, "PostgreSqlFlexibleServerBackupCollection.GetAll", "value", "nextLink", cancellationToken); - } - - /// - /// List all the backups for a given server. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/backups - /// - /// - /// Operation Id - /// Backups_ListByServer - /// - /// - /// - /// The cancellation token to use. - /// A collection of that may take multiple service requests to iterate over. - public virtual Pageable GetAll(CancellationToken cancellationToken = default) - { - HttpMessage FirstPageRequest(int? pageSizeHint) => _postgreSqlFlexibleServerBackupBackupsRestClient.CreateListByServerRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name); - HttpMessage NextPageRequest(int? pageSizeHint, string nextLink) => _postgreSqlFlexibleServerBackupBackupsRestClient.CreateListByServerNextPageRequest(nextLink, Id.SubscriptionId, Id.ResourceGroupName, Id.Name); - return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => new PostgreSqlFlexibleServerBackupResource(Client, PostgreSqlFlexibleServerBackupData.DeserializePostgreSqlFlexibleServerBackupData(e)), _postgreSqlFlexibleServerBackupBackupsClientDiagnostics, Pipeline, "PostgreSqlFlexibleServerBackupCollection.GetAll", "value", "nextLink", cancellationToken); - } - - /// - /// Checks to see if the resource exists in azure. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/backups/{backupName} - /// - /// - /// Operation Id - /// Backups_Get - /// - /// - /// - /// The name of the backup. - /// The cancellation token to use. - /// is an empty string, and was expected to be non-empty. - /// is null. - public virtual async Task> ExistsAsync(string backupName, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(backupName, nameof(backupName)); - - using var scope = _postgreSqlFlexibleServerBackupBackupsClientDiagnostics.CreateScope("PostgreSqlFlexibleServerBackupCollection.Exists"); - scope.Start(); - try - { - var response = await _postgreSqlFlexibleServerBackupBackupsRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, backupName, cancellationToken: cancellationToken).ConfigureAwait(false); - return Response.FromValue(response.Value != null, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// - /// Checks to see if the resource exists in azure. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/backups/{backupName} - /// - /// - /// Operation Id - /// Backups_Get - /// - /// - /// - /// The name of the backup. - /// The cancellation token to use. - /// is an empty string, and was expected to be non-empty. - /// is null. - public virtual Response Exists(string backupName, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(backupName, nameof(backupName)); - - using var scope = _postgreSqlFlexibleServerBackupBackupsClientDiagnostics.CreateScope("PostgreSqlFlexibleServerBackupCollection.Exists"); - scope.Start(); - try - { - var response = _postgreSqlFlexibleServerBackupBackupsRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, backupName, cancellationToken: cancellationToken); - return Response.FromValue(response.Value != null, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - IEnumerator IEnumerable.GetEnumerator() - { - return GetAll().GetEnumerator(); - } - - IEnumerator IEnumerable.GetEnumerator() - { - return GetAll().GetEnumerator(); - } - - IAsyncEnumerator IAsyncEnumerable.GetAsyncEnumerator(CancellationToken cancellationToken) - { - return GetAllAsync(cancellationToken: cancellationToken).GetAsyncEnumerator(cancellationToken); - } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerBackupData.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerBackupData.cs deleted file mode 100644 index 907360c08e4fe..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerBackupData.cs +++ /dev/null @@ -1,45 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using Azure.Core; -using Azure.ResourceManager.Models; -using Azure.ResourceManager.PostgreSql.FlexibleServers.Models; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers -{ - /// A class representing the PostgreSqlFlexibleServerBackup data model. - public partial class PostgreSqlFlexibleServerBackupData : ResourceData - { - /// Initializes a new instance of PostgreSqlFlexibleServerBackupData. - public PostgreSqlFlexibleServerBackupData() - { - } - - /// Initializes a new instance of PostgreSqlFlexibleServerBackupData. - /// The id. - /// The name. - /// The resourceType. - /// The systemData. - /// Backup type. - /// Backup completed time (ISO8601 format). - /// Backup source. - internal PostgreSqlFlexibleServerBackupData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, PostgreSqlFlexibleServerBackupOrigin? backupType, DateTimeOffset? completedOn, string source) : base(id, name, resourceType, systemData) - { - BackupType = backupType; - CompletedOn = completedOn; - Source = source; - } - - /// Backup type. - public PostgreSqlFlexibleServerBackupOrigin? BackupType { get; set; } - /// Backup completed time (ISO8601 format). - public DateTimeOffset? CompletedOn { get; set; } - /// Backup source. - public string Source { get; set; } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerBackupResource.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerBackupResource.cs deleted file mode 100644 index 79e2574413e2c..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerBackupResource.cs +++ /dev/null @@ -1,153 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Globalization; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core; -using Azure.Core.Pipeline; -using Azure.ResourceManager; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers -{ - /// - /// A Class representing a PostgreSqlFlexibleServerBackup along with the instance operations that can be performed on it. - /// If you have a you can construct a - /// from an instance of using the GetPostgreSqlFlexibleServerBackupResource method. - /// Otherwise you can get one from its parent resource using the GetPostgreSqlFlexibleServerBackup method. - /// - public partial class PostgreSqlFlexibleServerBackupResource : ArmResource - { - /// Generate the resource identifier of a instance. - public static ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string serverName, string backupName) - { - var resourceId = $"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/backups/{backupName}"; - return new ResourceIdentifier(resourceId); - } - - private readonly ClientDiagnostics _postgreSqlFlexibleServerBackupBackupsClientDiagnostics; - private readonly BackupsRestOperations _postgreSqlFlexibleServerBackupBackupsRestClient; - private readonly PostgreSqlFlexibleServerBackupData _data; - - /// Initializes a new instance of the class for mocking. - protected PostgreSqlFlexibleServerBackupResource() - { - } - - /// Initializes a new instance of the class. - /// The client parameters to use in these operations. - /// The resource that is the target of operations. - internal PostgreSqlFlexibleServerBackupResource(ArmClient client, PostgreSqlFlexibleServerBackupData data) : this(client, data.Id) - { - HasData = true; - _data = data; - } - - /// Initializes a new instance of the class. - /// The client parameters to use in these operations. - /// The identifier of the resource that is the target of operations. - internal PostgreSqlFlexibleServerBackupResource(ArmClient client, ResourceIdentifier id) : base(client, id) - { - _postgreSqlFlexibleServerBackupBackupsClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.PostgreSql.FlexibleServers", ResourceType.Namespace, Diagnostics); - TryGetApiVersion(ResourceType, out string postgreSqlFlexibleServerBackupBackupsApiVersion); - _postgreSqlFlexibleServerBackupBackupsRestClient = new BackupsRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, postgreSqlFlexibleServerBackupBackupsApiVersion); -#if DEBUG - ValidateResourceId(Id); -#endif - } - - /// Gets the resource type for the operations. - public static readonly ResourceType ResourceType = "Microsoft.DBforPostgreSQL/flexibleServers/backups"; - - /// Gets whether or not the current instance has data. - public virtual bool HasData { get; } - - /// Gets the data representing this Feature. - /// Throws if there is no data loaded in the current instance. - public virtual PostgreSqlFlexibleServerBackupData Data - { - get - { - if (!HasData) - throw new InvalidOperationException("The current instance does not have data, you must call Get first."); - return _data; - } - } - - internal static void ValidateResourceId(ResourceIdentifier id) - { - if (id.ResourceType != ResourceType) - throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceType), nameof(id)); - } - - /// - /// Get specific backup for a given server. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/backups/{backupName} - /// - /// - /// Operation Id - /// Backups_Get - /// - /// - /// - /// The cancellation token to use. - public virtual async Task> GetAsync(CancellationToken cancellationToken = default) - { - using var scope = _postgreSqlFlexibleServerBackupBackupsClientDiagnostics.CreateScope("PostgreSqlFlexibleServerBackupResource.Get"); - scope.Start(); - try - { - var response = await _postgreSqlFlexibleServerBackupBackupsRestClient.GetAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); - if (response.Value == null) - throw new RequestFailedException(response.GetRawResponse()); - return Response.FromValue(new PostgreSqlFlexibleServerBackupResource(Client, response.Value), response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// - /// Get specific backup for a given server. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/backups/{backupName} - /// - /// - /// Operation Id - /// Backups_Get - /// - /// - /// - /// The cancellation token to use. - public virtual Response Get(CancellationToken cancellationToken = default) - { - using var scope = _postgreSqlFlexibleServerBackupBackupsClientDiagnostics.CreateScope("PostgreSqlFlexibleServerBackupResource.Get"); - scope.Start(); - try - { - var response = _postgreSqlFlexibleServerBackupBackupsRestClient.Get(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); - if (response.Value == null) - throw new RequestFailedException(response.GetRawResponse()); - return Response.FromValue(new PostgreSqlFlexibleServerBackupResource(Client, response.Value), response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerCollection.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerCollection.cs index a14365d46d856..f3c4ce03e55a1 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerCollection.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerCollection.cs @@ -28,8 +28,6 @@ public partial class PostgreSqlFlexibleServerCollection : ArmCollection, IEnumer { private readonly ClientDiagnostics _postgreSqlFlexibleServerServersClientDiagnostics; private readonly ServersRestOperations _postgreSqlFlexibleServerServersRestClient; - private readonly ClientDiagnostics _replicasClientDiagnostics; - private readonly ReplicasRestOperations _replicasRestClient; /// Initializes a new instance of the class for mocking. protected PostgreSqlFlexibleServerCollection() @@ -44,8 +42,6 @@ internal PostgreSqlFlexibleServerCollection(ArmClient client, ResourceIdentifier _postgreSqlFlexibleServerServersClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.PostgreSql.FlexibleServers", PostgreSqlFlexibleServerResource.ResourceType.Namespace, Diagnostics); TryGetApiVersion(PostgreSqlFlexibleServerResource.ResourceType, out string postgreSqlFlexibleServerServersApiVersion); _postgreSqlFlexibleServerServersRestClient = new ServersRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint, postgreSqlFlexibleServerServersApiVersion); - _replicasClientDiagnostics = new ClientDiagnostics("Azure.ResourceManager.PostgreSql.FlexibleServers", ProviderConstants.DefaultProviderNamespace, Diagnostics); - _replicasRestClient = new ReplicasRestOperations(Pipeline, Diagnostics.ApplicationId, Endpoint); #if DEBUG ValidateResourceId(Id); #endif @@ -86,7 +82,7 @@ public virtual async Task> Create try { var response = await _postgreSqlFlexibleServerServersRestClient.CreateAsync(Id.SubscriptionId, Id.ResourceGroupName, serverName, data, cancellationToken).ConfigureAwait(false); - var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerOperationSource(Client), _postgreSqlFlexibleServerServersClientDiagnostics, Pipeline, _postgreSqlFlexibleServerServersRestClient.CreateCreateRequest(Id.SubscriptionId, Id.ResourceGroupName, serverName, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerOperationSource(Client), _postgreSqlFlexibleServerServersClientDiagnostics, Pipeline, _postgreSqlFlexibleServerServersRestClient.CreateCreateRequest(Id.SubscriptionId, Id.ResourceGroupName, serverName, data).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); return operation; @@ -127,7 +123,7 @@ public virtual ArmOperation CreateOrUpdate(Wai try { var response = _postgreSqlFlexibleServerServersRestClient.Create(Id.SubscriptionId, Id.ResourceGroupName, serverName, data, cancellationToken); - var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerOperationSource(Client), _postgreSqlFlexibleServerServersClientDiagnostics, Pipeline, _postgreSqlFlexibleServerServersRestClient.CreateCreateRequest(Id.SubscriptionId, Id.ResourceGroupName, serverName, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerOperationSource(Client), _postgreSqlFlexibleServerServersClientDiagnostics, Pipeline, _postgreSqlFlexibleServerServersRestClient.CreateCreateRequest(Id.SubscriptionId, Id.ResourceGroupName, serverName, data).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) operation.WaitForCompletion(cancellationToken); return operation; @@ -257,58 +253,6 @@ public virtual Pageable GetAll(CancellationTok return PageableHelpers.CreatePageable(FirstPageRequest, NextPageRequest, e => new PostgreSqlFlexibleServerResource(Client, PostgreSqlFlexibleServerData.DeserializePostgreSqlFlexibleServerData(e)), _postgreSqlFlexibleServerServersClientDiagnostics, Pipeline, "PostgreSqlFlexibleServerCollection.GetAll", "value", "nextLink", cancellationToken); } - /// - /// List all the replicas for a given server. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/replicas - /// - /// - /// Operation Id - /// Replicas_ListByServer - /// - /// - /// - /// The name of the server. - /// The cancellation token to use. - /// is an empty string, and was expected to be non-empty. - /// is null. - /// An async collection of that may take multiple service requests to iterate over. - public virtual AsyncPageable GetReplicasAsync(string serverName, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(serverName, nameof(serverName)); - - HttpMessage FirstPageRequest(int? pageSizeHint) => _replicasRestClient.CreateListByServerRequest(Id.SubscriptionId, Id.ResourceGroupName, serverName); - return PageableHelpers.CreateAsyncPageable(FirstPageRequest, null, e => new PostgreSqlFlexibleServerResource(Client, PostgreSqlFlexibleServerData.DeserializePostgreSqlFlexibleServerData(e)), _replicasClientDiagnostics, Pipeline, "PostgreSqlFlexibleServerCollection.GetReplicas", "value", null, cancellationToken); - } - - /// - /// List all the replicas for a given server. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/replicas - /// - /// - /// Operation Id - /// Replicas_ListByServer - /// - /// - /// - /// The name of the server. - /// The cancellation token to use. - /// is an empty string, and was expected to be non-empty. - /// is null. - /// A collection of that may take multiple service requests to iterate over. - public virtual Pageable GetReplicas(string serverName, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(serverName, nameof(serverName)); - - HttpMessage FirstPageRequest(int? pageSizeHint) => _replicasRestClient.CreateListByServerRequest(Id.SubscriptionId, Id.ResourceGroupName, serverName); - return PageableHelpers.CreatePageable(FirstPageRequest, null, e => new PostgreSqlFlexibleServerResource(Client, PostgreSqlFlexibleServerData.DeserializePostgreSqlFlexibleServerData(e)), _replicasClientDiagnostics, Pipeline, "PostgreSqlFlexibleServerCollection.GetReplicas", "value", null, cancellationToken); - } - /// /// Checks to see if the resource exists in azure. /// diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerConfigurationResource.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerConfigurationResource.cs index 1546783c24820..62f44973d952c 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerConfigurationResource.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerConfigurationResource.cs @@ -13,7 +13,6 @@ using Azure.Core; using Azure.Core.Pipeline; using Azure.ResourceManager; -using Azure.ResourceManager.PostgreSql.FlexibleServers.Models; namespace Azure.ResourceManager.PostgreSql.FlexibleServers { @@ -165,19 +164,19 @@ public virtual Response Get(Cance /// /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// The required parameters for updating a server configuration. + /// The required parameters for updating a server configuration. /// The cancellation token to use. - /// is null. - public virtual async Task> UpdateAsync(WaitUntil waitUntil, PostgreSqlFlexibleServerConfigurationPatch patch, CancellationToken cancellationToken = default) + /// is null. + public virtual async Task> UpdateAsync(WaitUntil waitUntil, PostgreSqlFlexibleServerConfigurationData data, CancellationToken cancellationToken = default) { - Argument.AssertNotNull(patch, nameof(patch)); + Argument.AssertNotNull(data, nameof(data)); using var scope = _postgreSqlFlexibleServerConfigurationConfigurationsClientDiagnostics.CreateScope("PostgreSqlFlexibleServerConfigurationResource.Update"); scope.Start(); try { - var response = await _postgreSqlFlexibleServerConfigurationConfigurationsRestClient.UpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, patch, cancellationToken).ConfigureAwait(false); - var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerConfigurationOperationSource(Client), _postgreSqlFlexibleServerConfigurationConfigurationsClientDiagnostics, Pipeline, _postgreSqlFlexibleServerConfigurationConfigurationsRestClient.CreateUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, patch).Request, response, OperationFinalStateVia.AzureAsyncOperation); + var response = await _postgreSqlFlexibleServerConfigurationConfigurationsRestClient.UpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data, cancellationToken).ConfigureAwait(false); + var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerConfigurationOperationSource(Client), _postgreSqlFlexibleServerConfigurationConfigurationsClientDiagnostics, Pipeline, _postgreSqlFlexibleServerConfigurationConfigurationsRestClient.CreateUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); return operation; @@ -203,19 +202,19 @@ public virtual async Task /// /// if the method should wait to return until the long-running operation has completed on the service; if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples. - /// The required parameters for updating a server configuration. + /// The required parameters for updating a server configuration. /// The cancellation token to use. - /// is null. - public virtual ArmOperation Update(WaitUntil waitUntil, PostgreSqlFlexibleServerConfigurationPatch patch, CancellationToken cancellationToken = default) + /// is null. + public virtual ArmOperation Update(WaitUntil waitUntil, PostgreSqlFlexibleServerConfigurationData data, CancellationToken cancellationToken = default) { - Argument.AssertNotNull(patch, nameof(patch)); + Argument.AssertNotNull(data, nameof(data)); using var scope = _postgreSqlFlexibleServerConfigurationConfigurationsClientDiagnostics.CreateScope("PostgreSqlFlexibleServerConfigurationResource.Update"); scope.Start(); try { - var response = _postgreSqlFlexibleServerConfigurationConfigurationsRestClient.Update(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, patch, cancellationToken); - var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerConfigurationOperationSource(Client), _postgreSqlFlexibleServerConfigurationConfigurationsClientDiagnostics, Pipeline, _postgreSqlFlexibleServerConfigurationConfigurationsRestClient.CreateUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, patch).Request, response, OperationFinalStateVia.AzureAsyncOperation); + var response = _postgreSqlFlexibleServerConfigurationConfigurationsRestClient.Update(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data, cancellationToken); + var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerConfigurationOperationSource(Client), _postgreSqlFlexibleServerConfigurationConfigurationsClientDiagnostics, Pipeline, _postgreSqlFlexibleServerConfigurationConfigurationsRestClient.CreateUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) operation.WaitForCompletion(cancellationToken); return operation; diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerData.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerData.cs index 91fa13ac89d2f..c828d8e24d989 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerData.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerData.cs @@ -30,7 +30,6 @@ public PostgreSqlFlexibleServerData(AzureLocation location) : base(location) /// The tags. /// The location. /// The SKU (pricing tier) of the server. - /// Describes the identity of the application. /// The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation). /// The administrator login password (required for server creation). /// PostgreSQL Server version. @@ -38,22 +37,17 @@ public PostgreSqlFlexibleServerData(AzureLocation location) : base(location) /// A state of a server that is visible to user. /// The fully qualified domain name of a server. /// Storage properties of a server. - /// AuthConfig properties of a server. - /// Data encryption properties of a server. /// Backup properties of a server. /// Network properties of a server. /// High availability properties of a server. /// Maintenance window properties of a server. - /// The source server resource ID to restore from. It's required when 'createMode' is 'PointInTimeRestore' or 'GeoRestore' or 'Replica'. - /// Restore point creation time (ISO8601 format), specifying the time to restore from. It's required when 'createMode' is 'PointInTimeRestore' or 'GeoRestore'. + /// The source server resource ID to restore from. It's required when 'createMode' is 'PointInTimeRestore'. + /// Restore point creation time (ISO8601 format), specifying the time to restore from. It's required when 'createMode' is 'PointInTimeRestore'. /// availability zone information of the server. - /// Replication role of the server. - /// Replicas allowed for a server. /// The mode to create a new PostgreSQL server. - internal PostgreSqlFlexibleServerData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, IDictionary tags, AzureLocation location, PostgreSqlFlexibleServerSku sku, PostgreSqlFlexibleServerUserAssignedIdentity identity, string administratorLogin, string administratorLoginPassword, PostgreSqlFlexibleServerVersion? version, string minorVersion, PostgreSqlFlexibleServerState? state, string fullyQualifiedDomainName, PostgreSqlFlexibleServerStorage storage, PostgreSqlFlexibleServerAuthConfig authConfig, PostgreSqlFlexibleServerDataEncryption dataEncryption, PostgreSqlFlexibleServerBackupProperties backup, PostgreSqlFlexibleServerNetwork network, PostgreSqlFlexibleServerHighAvailability highAvailability, PostgreSqlFlexibleServerMaintenanceWindow maintenanceWindow, ResourceIdentifier sourceServerResourceId, DateTimeOffset? pointInTimeUtc, string availabilityZone, PostgreSqlFlexibleServerReplicationRole? replicationRole, int? replicaCapacity, PostgreSqlFlexibleServerCreateMode? createMode) : base(id, name, resourceType, systemData, tags, location) + internal PostgreSqlFlexibleServerData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, IDictionary tags, AzureLocation location, PostgreSqlFlexibleServerSku sku, string administratorLogin, string administratorLoginPassword, PostgreSqlFlexibleServerVersion? version, string minorVersion, PostgreSqlFlexibleServerState? state, string fullyQualifiedDomainName, PostgreSqlFlexibleServerStorage storage, PostgreSqlFlexibleServerBackupProperties backup, PostgreSqlFlexibleServerNetwork network, PostgreSqlFlexibleServerHighAvailability highAvailability, PostgreSqlFlexibleServerMaintenanceWindow maintenanceWindow, ResourceIdentifier sourceServerResourceId, DateTimeOffset? pointInTimeUtc, string availabilityZone, PostgreSqlFlexibleServerCreateMode? createMode) : base(id, name, resourceType, systemData, tags, location) { Sku = sku; - Identity = identity; AdministratorLogin = administratorLogin; AdministratorLoginPassword = administratorLoginPassword; Version = version; @@ -61,8 +55,6 @@ internal PostgreSqlFlexibleServerData(ResourceIdentifier id, string name, Resour State = state; FullyQualifiedDomainName = fullyQualifiedDomainName; Storage = storage; - AuthConfig = authConfig; - DataEncryption = dataEncryption; Backup = backup; Network = network; HighAvailability = highAvailability; @@ -70,15 +62,11 @@ internal PostgreSqlFlexibleServerData(ResourceIdentifier id, string name, Resour SourceServerResourceId = sourceServerResourceId; PointInTimeUtc = pointInTimeUtc; AvailabilityZone = availabilityZone; - ReplicationRole = replicationRole; - ReplicaCapacity = replicaCapacity; CreateMode = createMode; } /// The SKU (pricing tier) of the server. public PostgreSqlFlexibleServerSku Sku { get; set; } - /// Describes the identity of the application. - public PostgreSqlFlexibleServerUserAssignedIdentity Identity { get; set; } /// The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation). public string AdministratorLogin { get; set; } /// The administrator login password (required for server creation). @@ -105,10 +93,6 @@ public int? StorageSizeInGB } } - /// AuthConfig properties of a server. - public PostgreSqlFlexibleServerAuthConfig AuthConfig { get; set; } - /// Data encryption properties of a server. - public PostgreSqlFlexibleServerDataEncryption DataEncryption { get; set; } /// Backup properties of a server. public PostgreSqlFlexibleServerBackupProperties Backup { get; set; } /// Network properties of a server. @@ -117,16 +101,12 @@ public int? StorageSizeInGB public PostgreSqlFlexibleServerHighAvailability HighAvailability { get; set; } /// Maintenance window properties of a server. public PostgreSqlFlexibleServerMaintenanceWindow MaintenanceWindow { get; set; } - /// The source server resource ID to restore from. It's required when 'createMode' is 'PointInTimeRestore' or 'GeoRestore' or 'Replica'. + /// The source server resource ID to restore from. It's required when 'createMode' is 'PointInTimeRestore'. public ResourceIdentifier SourceServerResourceId { get; set; } - /// Restore point creation time (ISO8601 format), specifying the time to restore from. It's required when 'createMode' is 'PointInTimeRestore' or 'GeoRestore'. + /// Restore point creation time (ISO8601 format), specifying the time to restore from. It's required when 'createMode' is 'PointInTimeRestore'. public DateTimeOffset? PointInTimeUtc { get; set; } /// availability zone information of the server. public string AvailabilityZone { get; set; } - /// Replication role of the server. - public PostgreSqlFlexibleServerReplicationRole? ReplicationRole { get; set; } - /// Replicas allowed for a server. - public int? ReplicaCapacity { get; set; } /// The mode to create a new PostgreSQL server. public PostgreSqlFlexibleServerCreateMode? CreateMode { get; set; } } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerDatabaseCollection.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerDatabaseCollection.cs index 8656660378e57..85be93d6d8028 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerDatabaseCollection.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerDatabaseCollection.cs @@ -81,7 +81,7 @@ public virtual async Task try { var response = await _postgreSqlFlexibleServerDatabaseDatabasesRestClient.CreateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, databaseName, data, cancellationToken).ConfigureAwait(false); - var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerDatabaseOperationSource(Client), _postgreSqlFlexibleServerDatabaseDatabasesClientDiagnostics, Pipeline, _postgreSqlFlexibleServerDatabaseDatabasesRestClient.CreateCreateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, databaseName, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerDatabaseOperationSource(Client), _postgreSqlFlexibleServerDatabaseDatabasesClientDiagnostics, Pipeline, _postgreSqlFlexibleServerDatabaseDatabasesRestClient.CreateCreateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, databaseName, data).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); return operation; @@ -122,7 +122,7 @@ public virtual ArmOperation CreateOrUp try { var response = _postgreSqlFlexibleServerDatabaseDatabasesRestClient.Create(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, databaseName, data, cancellationToken); - var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerDatabaseOperationSource(Client), _postgreSqlFlexibleServerDatabaseDatabasesClientDiagnostics, Pipeline, _postgreSqlFlexibleServerDatabaseDatabasesRestClient.CreateCreateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, databaseName, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerDatabaseOperationSource(Client), _postgreSqlFlexibleServerDatabaseDatabasesClientDiagnostics, Pipeline, _postgreSqlFlexibleServerDatabaseDatabasesRestClient.CreateCreateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, databaseName, data).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) operation.WaitForCompletion(cancellationToken); return operation; diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerDatabaseResource.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerDatabaseResource.cs index 0a9dfa9dc332a..bae9c31d07de4 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerDatabaseResource.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerDatabaseResource.cs @@ -244,7 +244,7 @@ public virtual async Task try { var response = await _postgreSqlFlexibleServerDatabaseDatabasesRestClient.CreateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data, cancellationToken).ConfigureAwait(false); - var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerDatabaseOperationSource(Client), _postgreSqlFlexibleServerDatabaseDatabasesClientDiagnostics, Pipeline, _postgreSqlFlexibleServerDatabaseDatabasesRestClient.CreateCreateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerDatabaseOperationSource(Client), _postgreSqlFlexibleServerDatabaseDatabasesClientDiagnostics, Pipeline, _postgreSqlFlexibleServerDatabaseDatabasesRestClient.CreateCreateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); return operation; @@ -282,7 +282,7 @@ public virtual ArmOperation Update(Wai try { var response = _postgreSqlFlexibleServerDatabaseDatabasesRestClient.Create(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data, cancellationToken); - var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerDatabaseOperationSource(Client), _postgreSqlFlexibleServerDatabaseDatabasesClientDiagnostics, Pipeline, _postgreSqlFlexibleServerDatabaseDatabasesRestClient.CreateCreateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerDatabaseOperationSource(Client), _postgreSqlFlexibleServerDatabaseDatabasesClientDiagnostics, Pipeline, _postgreSqlFlexibleServerDatabaseDatabasesRestClient.CreateCreateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) operation.WaitForCompletion(cancellationToken); return operation; diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerFirewallRuleCollection.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerFirewallRuleCollection.cs index cde813e77a6c4..69f9cd00310e3 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerFirewallRuleCollection.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerFirewallRuleCollection.cs @@ -81,7 +81,7 @@ public virtual async Task(new PostgreSqlFlexibleServerFirewallRuleOperationSource(Client), _postgreSqlFlexibleServerFirewallRuleFirewallRulesClientDiagnostics, Pipeline, _postgreSqlFlexibleServerFirewallRuleFirewallRulesRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, firewallRuleName, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerFirewallRuleOperationSource(Client), _postgreSqlFlexibleServerFirewallRuleFirewallRulesClientDiagnostics, Pipeline, _postgreSqlFlexibleServerFirewallRuleFirewallRulesRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, firewallRuleName, data).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); return operation; @@ -122,7 +122,7 @@ public virtual ArmOperation Create try { var response = _postgreSqlFlexibleServerFirewallRuleFirewallRulesRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, firewallRuleName, data, cancellationToken); - var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerFirewallRuleOperationSource(Client), _postgreSqlFlexibleServerFirewallRuleFirewallRulesClientDiagnostics, Pipeline, _postgreSqlFlexibleServerFirewallRuleFirewallRulesRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, firewallRuleName, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerFirewallRuleOperationSource(Client), _postgreSqlFlexibleServerFirewallRuleFirewallRulesClientDiagnostics, Pipeline, _postgreSqlFlexibleServerFirewallRuleFirewallRulesRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, firewallRuleName, data).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) operation.WaitForCompletion(cancellationToken); return operation; diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerFirewallRuleResource.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerFirewallRuleResource.cs index c84157969f2b8..116d5b1724e82 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerFirewallRuleResource.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerFirewallRuleResource.cs @@ -244,7 +244,7 @@ public virtual async Task(new PostgreSqlFlexibleServerFirewallRuleOperationSource(Client), _postgreSqlFlexibleServerFirewallRuleFirewallRulesClientDiagnostics, Pipeline, _postgreSqlFlexibleServerFirewallRuleFirewallRulesRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerFirewallRuleOperationSource(Client), _postgreSqlFlexibleServerFirewallRuleFirewallRulesClientDiagnostics, Pipeline, _postgreSqlFlexibleServerFirewallRuleFirewallRulesRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); return operation; @@ -282,7 +282,7 @@ public virtual ArmOperation Update try { var response = _postgreSqlFlexibleServerFirewallRuleFirewallRulesRestClient.CreateOrUpdate(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data, cancellationToken); - var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerFirewallRuleOperationSource(Client), _postgreSqlFlexibleServerFirewallRuleFirewallRulesClientDiagnostics, Pipeline, _postgreSqlFlexibleServerFirewallRuleFirewallRulesRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data).Request, response, OperationFinalStateVia.AzureAsyncOperation); + var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerFirewallRuleOperationSource(Client), _postgreSqlFlexibleServerFirewallRuleFirewallRulesClientDiagnostics, Pipeline, _postgreSqlFlexibleServerFirewallRuleFirewallRulesRestClient.CreateCreateOrUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Parent.Name, Id.Name, data).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) operation.WaitForCompletion(cancellationToken); return operation; diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerResource.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerResource.cs index f50fd30ccd522..95b0a0eb7b0ce 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerResource.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/PostgreSqlFlexibleServerResource.cs @@ -89,110 +89,57 @@ internal static void ValidateResourceId(ResourceIdentifier id) throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, "Invalid resource type {0} expected {1}", id.ResourceType, ResourceType), nameof(id)); } - /// Gets a collection of PostgreSqlFlexibleServerActiveDirectoryAdministratorResources in the PostgreSqlFlexibleServer. - /// An object representing collection of PostgreSqlFlexibleServerActiveDirectoryAdministratorResources and their operations over a PostgreSqlFlexibleServerActiveDirectoryAdministratorResource. - public virtual PostgreSqlFlexibleServerActiveDirectoryAdministratorCollection GetPostgreSqlFlexibleServerActiveDirectoryAdministrators() - { - return GetCachedClient(Client => new PostgreSqlFlexibleServerActiveDirectoryAdministratorCollection(Client, Id)); - } - - /// - /// Gets information about a server. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/administrators/{objectId} - /// - /// - /// Operation Id - /// Administrators_Get - /// - /// - /// - /// Guid of the objectId for the administrator. - /// The cancellation token to use. - /// is an empty string, and was expected to be non-empty. - /// is null. - [ForwardsClientCalls] - public virtual async Task> GetPostgreSqlFlexibleServerActiveDirectoryAdministratorAsync(string objectId, CancellationToken cancellationToken = default) - { - return await GetPostgreSqlFlexibleServerActiveDirectoryAdministrators().GetAsync(objectId, cancellationToken).ConfigureAwait(false); - } - - /// - /// Gets information about a server. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/administrators/{objectId} - /// - /// - /// Operation Id - /// Administrators_Get - /// - /// - /// - /// Guid of the objectId for the administrator. - /// The cancellation token to use. - /// is an empty string, and was expected to be non-empty. - /// is null. - [ForwardsClientCalls] - public virtual Response GetPostgreSqlFlexibleServerActiveDirectoryAdministrator(string objectId, CancellationToken cancellationToken = default) - { - return GetPostgreSqlFlexibleServerActiveDirectoryAdministrators().Get(objectId, cancellationToken); - } - - /// Gets a collection of PostgreSqlFlexibleServerBackupResources in the PostgreSqlFlexibleServer. - /// An object representing collection of PostgreSqlFlexibleServerBackupResources and their operations over a PostgreSqlFlexibleServerBackupResource. - public virtual PostgreSqlFlexibleServerBackupCollection GetPostgreSqlFlexibleServerBackups() + /// Gets a collection of PostgreSqlFlexibleServerFirewallRuleResources in the PostgreSqlFlexibleServer. + /// An object representing collection of PostgreSqlFlexibleServerFirewallRuleResources and their operations over a PostgreSqlFlexibleServerFirewallRuleResource. + public virtual PostgreSqlFlexibleServerFirewallRuleCollection GetPostgreSqlFlexibleServerFirewallRules() { - return GetCachedClient(Client => new PostgreSqlFlexibleServerBackupCollection(Client, Id)); + return GetCachedClient(Client => new PostgreSqlFlexibleServerFirewallRuleCollection(Client, Id)); } /// - /// Get specific backup for a given server. + /// List all the firewall rules in a given server. /// /// /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/backups/{backupName} + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/firewallRules/{firewallRuleName} /// /// /// Operation Id - /// Backups_Get + /// FirewallRules_Get /// /// /// - /// The name of the backup. + /// The name of the server firewall rule. /// The cancellation token to use. - /// is an empty string, and was expected to be non-empty. - /// is null. + /// is an empty string, and was expected to be non-empty. + /// is null. [ForwardsClientCalls] - public virtual async Task> GetPostgreSqlFlexibleServerBackupAsync(string backupName, CancellationToken cancellationToken = default) + public virtual async Task> GetPostgreSqlFlexibleServerFirewallRuleAsync(string firewallRuleName, CancellationToken cancellationToken = default) { - return await GetPostgreSqlFlexibleServerBackups().GetAsync(backupName, cancellationToken).ConfigureAwait(false); + return await GetPostgreSqlFlexibleServerFirewallRules().GetAsync(firewallRuleName, cancellationToken).ConfigureAwait(false); } /// - /// Get specific backup for a given server. + /// List all the firewall rules in a given server. /// /// /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/backups/{backupName} + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/firewallRules/{firewallRuleName} /// /// /// Operation Id - /// Backups_Get + /// FirewallRules_Get /// /// /// - /// The name of the backup. + /// The name of the server firewall rule. /// The cancellation token to use. - /// is an empty string, and was expected to be non-empty. - /// is null. + /// is an empty string, and was expected to be non-empty. + /// is null. [ForwardsClientCalls] - public virtual Response GetPostgreSqlFlexibleServerBackup(string backupName, CancellationToken cancellationToken = default) + public virtual Response GetPostgreSqlFlexibleServerFirewallRule(string firewallRuleName, CancellationToken cancellationToken = default) { - return GetPostgreSqlFlexibleServerBackups().Get(backupName, cancellationToken); + return GetPostgreSqlFlexibleServerFirewallRules().Get(firewallRuleName, cancellationToken); } /// Gets a collection of PostgreSqlFlexibleServerConfigurationResources in the PostgreSqlFlexibleServer. @@ -301,59 +248,6 @@ public virtual Response GetPostgreSqlF return GetPostgreSqlFlexibleServerDatabases().Get(databaseName, cancellationToken); } - /// Gets a collection of PostgreSqlFlexibleServerFirewallRuleResources in the PostgreSqlFlexibleServer. - /// An object representing collection of PostgreSqlFlexibleServerFirewallRuleResources and their operations over a PostgreSqlFlexibleServerFirewallRuleResource. - public virtual PostgreSqlFlexibleServerFirewallRuleCollection GetPostgreSqlFlexibleServerFirewallRules() - { - return GetCachedClient(Client => new PostgreSqlFlexibleServerFirewallRuleCollection(Client, Id)); - } - - /// - /// List all the firewall rules in a given server. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/firewallRules/{firewallRuleName} - /// - /// - /// Operation Id - /// FirewallRules_Get - /// - /// - /// - /// The name of the server firewall rule. - /// The cancellation token to use. - /// is an empty string, and was expected to be non-empty. - /// is null. - [ForwardsClientCalls] - public virtual async Task> GetPostgreSqlFlexibleServerFirewallRuleAsync(string firewallRuleName, CancellationToken cancellationToken = default) - { - return await GetPostgreSqlFlexibleServerFirewallRules().GetAsync(firewallRuleName, cancellationToken).ConfigureAwait(false); - } - - /// - /// List all the firewall rules in a given server. - /// - /// - /// Request Path - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/firewallRules/{firewallRuleName} - /// - /// - /// Operation Id - /// FirewallRules_Get - /// - /// - /// - /// The name of the server firewall rule. - /// The cancellation token to use. - /// is an empty string, and was expected to be non-empty. - /// is null. - [ForwardsClientCalls] - public virtual Response GetPostgreSqlFlexibleServerFirewallRule(string firewallRuleName, CancellationToken cancellationToken = default) - { - return GetPostgreSqlFlexibleServerFirewallRules().Get(firewallRuleName, cancellationToken); - } - /// /// Gets information about a server. /// @@ -512,7 +406,7 @@ public virtual async Task> Update try { var response = await _postgreSqlFlexibleServerServersRestClient.UpdateAsync(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, patch, cancellationToken).ConfigureAwait(false); - var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerOperationSource(Client), _postgreSqlFlexibleServerServersClientDiagnostics, Pipeline, _postgreSqlFlexibleServerServersRestClient.CreateUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, patch).Request, response, OperationFinalStateVia.AzureAsyncOperation); + var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerOperationSource(Client), _postgreSqlFlexibleServerServersClientDiagnostics, Pipeline, _postgreSqlFlexibleServerServersRestClient.CreateUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, patch).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); return operation; @@ -550,7 +444,7 @@ public virtual ArmOperation Update(WaitUntil w try { var response = _postgreSqlFlexibleServerServersRestClient.Update(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, patch, cancellationToken); - var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerOperationSource(Client), _postgreSqlFlexibleServerServersClientDiagnostics, Pipeline, _postgreSqlFlexibleServerServersRestClient.CreateUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, patch).Request, response, OperationFinalStateVia.AzureAsyncOperation); + var operation = new FlexibleServersArmOperation(new PostgreSqlFlexibleServerOperationSource(Client), _postgreSqlFlexibleServerServersClientDiagnostics, Pipeline, _postgreSqlFlexibleServerServersRestClient.CreateUpdateRequest(Id.SubscriptionId, Id.ResourceGroupName, Id.Name, patch).Request, response, OperationFinalStateVia.Location); if (waitUntil == WaitUntil.Completed) operation.WaitForCompletion(cancellationToken); return operation; diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/AdministratorsRestOperations.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/AdministratorsRestOperations.cs deleted file mode 100644 index 4e3592f31b261..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/AdministratorsRestOperations.cs +++ /dev/null @@ -1,447 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Text.Json; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core; -using Azure.Core.Pipeline; -using Azure.ResourceManager.PostgreSql.FlexibleServers.Models; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers -{ - internal partial class AdministratorsRestOperations - { - private readonly TelemetryDetails _userAgent; - private readonly HttpPipeline _pipeline; - private readonly Uri _endpoint; - private readonly string _apiVersion; - - /// Initializes a new instance of AdministratorsRestOperations. - /// The HTTP pipeline for sending and receiving REST requests and responses. - /// The application id to use for user agent. - /// server parameter. - /// Api Version. - /// or is null. - public AdministratorsRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) - { - _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); - _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-12-01"; - _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); - } - - internal HttpMessage CreateCreateRequest(string subscriptionId, string resourceGroupName, string serverName, string objectId, PostgreSqlFlexibleServerActiveDirectoryAdministratorCreateOrUpdateContent content) - { - var message = _pipeline.CreateMessage(); - var request = message.Request; - request.Method = RequestMethod.Put; - var uri = new RawRequestUriBuilder(); - uri.Reset(_endpoint); - uri.AppendPath("/subscriptions/", false); - uri.AppendPath(subscriptionId, true); - uri.AppendPath("/resourceGroups/", false); - uri.AppendPath(resourceGroupName, true); - uri.AppendPath("/providers/Microsoft.DBforPostgreSQL/flexibleServers/", false); - uri.AppendPath(serverName, true); - uri.AppendPath("/administrators/", false); - uri.AppendPath(objectId, true); - uri.AppendQuery("api-version", _apiVersion, true); - request.Uri = uri; - request.Headers.Add("Accept", "application/json"); - request.Headers.Add("Content-Type", "application/json"); - var content0 = new Utf8JsonRequestContent(); - content0.JsonWriter.WriteObjectValue(content); - request.Content = content0; - _userAgent.Apply(message); - return message; - } - - /// Creates a new server. - /// The ID of the target subscription. - /// The name of the resource group. The name is case insensitive. - /// The name of the server. - /// Guid of the objectId for the administrator. - /// The required parameters for adding an active directory administrator for a server. - /// The cancellation token to use. - /// , , , or is null. - /// , , or is an empty string, and was expected to be non-empty. - public async Task CreateAsync(string subscriptionId, string resourceGroupName, string serverName, string objectId, PostgreSqlFlexibleServerActiveDirectoryAdministratorCreateOrUpdateContent content, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); - Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); - Argument.AssertNotNullOrEmpty(serverName, nameof(serverName)); - Argument.AssertNotNullOrEmpty(objectId, nameof(objectId)); - Argument.AssertNotNull(content, nameof(content)); - - using var message = CreateCreateRequest(subscriptionId, resourceGroupName, serverName, objectId, content); - await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); - switch (message.Response.Status) - { - case 200: - case 201: - case 202: - return message.Response; - default: - throw new RequestFailedException(message.Response); - } - } - - /// Creates a new server. - /// The ID of the target subscription. - /// The name of the resource group. The name is case insensitive. - /// The name of the server. - /// Guid of the objectId for the administrator. - /// The required parameters for adding an active directory administrator for a server. - /// The cancellation token to use. - /// , , , or is null. - /// , , or is an empty string, and was expected to be non-empty. - public Response Create(string subscriptionId, string resourceGroupName, string serverName, string objectId, PostgreSqlFlexibleServerActiveDirectoryAdministratorCreateOrUpdateContent content, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); - Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); - Argument.AssertNotNullOrEmpty(serverName, nameof(serverName)); - Argument.AssertNotNullOrEmpty(objectId, nameof(objectId)); - Argument.AssertNotNull(content, nameof(content)); - - using var message = CreateCreateRequest(subscriptionId, resourceGroupName, serverName, objectId, content); - _pipeline.Send(message, cancellationToken); - switch (message.Response.Status) - { - case 200: - case 201: - case 202: - return message.Response; - default: - throw new RequestFailedException(message.Response); - } - } - - internal HttpMessage CreateDeleteRequest(string subscriptionId, string resourceGroupName, string serverName, string objectId) - { - var message = _pipeline.CreateMessage(); - var request = message.Request; - request.Method = RequestMethod.Delete; - var uri = new RawRequestUriBuilder(); - uri.Reset(_endpoint); - uri.AppendPath("/subscriptions/", false); - uri.AppendPath(subscriptionId, true); - uri.AppendPath("/resourceGroups/", false); - uri.AppendPath(resourceGroupName, true); - uri.AppendPath("/providers/Microsoft.DBforPostgreSQL/flexibleServers/", false); - uri.AppendPath(serverName, true); - uri.AppendPath("/administrators/", false); - uri.AppendPath(objectId, true); - uri.AppendQuery("api-version", _apiVersion, true); - request.Uri = uri; - request.Headers.Add("Accept", "application/json"); - _userAgent.Apply(message); - return message; - } - - /// Deletes an Active Directory Administrator associated with the server. - /// The ID of the target subscription. - /// The name of the resource group. The name is case insensitive. - /// The name of the server. - /// Guid of the objectId for the administrator. - /// The cancellation token to use. - /// , , or is null. - /// , , or is an empty string, and was expected to be non-empty. - public async Task DeleteAsync(string subscriptionId, string resourceGroupName, string serverName, string objectId, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); - Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); - Argument.AssertNotNullOrEmpty(serverName, nameof(serverName)); - Argument.AssertNotNullOrEmpty(objectId, nameof(objectId)); - - using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, serverName, objectId); - await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); - switch (message.Response.Status) - { - case 200: - case 202: - case 204: - return message.Response; - default: - throw new RequestFailedException(message.Response); - } - } - - /// Deletes an Active Directory Administrator associated with the server. - /// The ID of the target subscription. - /// The name of the resource group. The name is case insensitive. - /// The name of the server. - /// Guid of the objectId for the administrator. - /// The cancellation token to use. - /// , , or is null. - /// , , or is an empty string, and was expected to be non-empty. - public Response Delete(string subscriptionId, string resourceGroupName, string serverName, string objectId, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); - Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); - Argument.AssertNotNullOrEmpty(serverName, nameof(serverName)); - Argument.AssertNotNullOrEmpty(objectId, nameof(objectId)); - - using var message = CreateDeleteRequest(subscriptionId, resourceGroupName, serverName, objectId); - _pipeline.Send(message, cancellationToken); - switch (message.Response.Status) - { - case 200: - case 202: - case 204: - return message.Response; - default: - throw new RequestFailedException(message.Response); - } - } - - internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGroupName, string serverName, string objectId) - { - var message = _pipeline.CreateMessage(); - var request = message.Request; - request.Method = RequestMethod.Get; - var uri = new RawRequestUriBuilder(); - uri.Reset(_endpoint); - uri.AppendPath("/subscriptions/", false); - uri.AppendPath(subscriptionId, true); - uri.AppendPath("/resourceGroups/", false); - uri.AppendPath(resourceGroupName, true); - uri.AppendPath("/providers/Microsoft.DBforPostgreSQL/flexibleServers/", false); - uri.AppendPath(serverName, true); - uri.AppendPath("/administrators/", false); - uri.AppendPath(objectId, true); - uri.AppendQuery("api-version", _apiVersion, true); - request.Uri = uri; - request.Headers.Add("Accept", "application/json"); - _userAgent.Apply(message); - return message; - } - - /// Gets information about a server. - /// The ID of the target subscription. - /// The name of the resource group. The name is case insensitive. - /// The name of the server. - /// Guid of the objectId for the administrator. - /// The cancellation token to use. - /// , , or is null. - /// , , or is an empty string, and was expected to be non-empty. - public async Task> GetAsync(string subscriptionId, string resourceGroupName, string serverName, string objectId, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); - Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); - Argument.AssertNotNullOrEmpty(serverName, nameof(serverName)); - Argument.AssertNotNullOrEmpty(objectId, nameof(objectId)); - - using var message = CreateGetRequest(subscriptionId, resourceGroupName, serverName, objectId); - await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); - switch (message.Response.Status) - { - case 200: - { - PostgreSqlFlexibleServerActiveDirectoryAdministratorData value = default; - using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = PostgreSqlFlexibleServerActiveDirectoryAdministratorData.DeserializePostgreSqlFlexibleServerActiveDirectoryAdministratorData(document.RootElement); - return Response.FromValue(value, message.Response); - } - case 404: - return Response.FromValue((PostgreSqlFlexibleServerActiveDirectoryAdministratorData)null, message.Response); - default: - throw new RequestFailedException(message.Response); - } - } - - /// Gets information about a server. - /// The ID of the target subscription. - /// The name of the resource group. The name is case insensitive. - /// The name of the server. - /// Guid of the objectId for the administrator. - /// The cancellation token to use. - /// , , or is null. - /// , , or is an empty string, and was expected to be non-empty. - public Response Get(string subscriptionId, string resourceGroupName, string serverName, string objectId, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); - Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); - Argument.AssertNotNullOrEmpty(serverName, nameof(serverName)); - Argument.AssertNotNullOrEmpty(objectId, nameof(objectId)); - - using var message = CreateGetRequest(subscriptionId, resourceGroupName, serverName, objectId); - _pipeline.Send(message, cancellationToken); - switch (message.Response.Status) - { - case 200: - { - PostgreSqlFlexibleServerActiveDirectoryAdministratorData value = default; - using var document = JsonDocument.Parse(message.Response.ContentStream); - value = PostgreSqlFlexibleServerActiveDirectoryAdministratorData.DeserializePostgreSqlFlexibleServerActiveDirectoryAdministratorData(document.RootElement); - return Response.FromValue(value, message.Response); - } - case 404: - return Response.FromValue((PostgreSqlFlexibleServerActiveDirectoryAdministratorData)null, message.Response); - default: - throw new RequestFailedException(message.Response); - } - } - - internal HttpMessage CreateListByServerRequest(string subscriptionId, string resourceGroupName, string serverName) - { - var message = _pipeline.CreateMessage(); - var request = message.Request; - request.Method = RequestMethod.Get; - var uri = new RawRequestUriBuilder(); - uri.Reset(_endpoint); - uri.AppendPath("/subscriptions/", false); - uri.AppendPath(subscriptionId, true); - uri.AppendPath("/resourceGroups/", false); - uri.AppendPath(resourceGroupName, true); - uri.AppendPath("/providers/Microsoft.DBforPostgreSQL/flexibleServers/", false); - uri.AppendPath(serverName, true); - uri.AppendPath("/administrators", false); - uri.AppendQuery("api-version", _apiVersion, true); - request.Uri = uri; - request.Headers.Add("Accept", "application/json"); - _userAgent.Apply(message); - return message; - } - - /// List all the AAD administrators for a given server. - /// The ID of the target subscription. - /// The name of the resource group. The name is case insensitive. - /// The name of the server. - /// The cancellation token to use. - /// , or is null. - /// , or is an empty string, and was expected to be non-empty. - public async Task> ListByServerAsync(string subscriptionId, string resourceGroupName, string serverName, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); - Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); - Argument.AssertNotNullOrEmpty(serverName, nameof(serverName)); - - using var message = CreateListByServerRequest(subscriptionId, resourceGroupName, serverName); - await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); - switch (message.Response.Status) - { - case 200: - { - PostgreSqlFlexibleServerAdministratorListResult value = default; - using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = PostgreSqlFlexibleServerAdministratorListResult.DeserializePostgreSqlFlexibleServerAdministratorListResult(document.RootElement); - return Response.FromValue(value, message.Response); - } - default: - throw new RequestFailedException(message.Response); - } - } - - /// List all the AAD administrators for a given server. - /// The ID of the target subscription. - /// The name of the resource group. The name is case insensitive. - /// The name of the server. - /// The cancellation token to use. - /// , or is null. - /// , or is an empty string, and was expected to be non-empty. - public Response ListByServer(string subscriptionId, string resourceGroupName, string serverName, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); - Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); - Argument.AssertNotNullOrEmpty(serverName, nameof(serverName)); - - using var message = CreateListByServerRequest(subscriptionId, resourceGroupName, serverName); - _pipeline.Send(message, cancellationToken); - switch (message.Response.Status) - { - case 200: - { - PostgreSqlFlexibleServerAdministratorListResult value = default; - using var document = JsonDocument.Parse(message.Response.ContentStream); - value = PostgreSqlFlexibleServerAdministratorListResult.DeserializePostgreSqlFlexibleServerAdministratorListResult(document.RootElement); - return Response.FromValue(value, message.Response); - } - default: - throw new RequestFailedException(message.Response); - } - } - - internal HttpMessage CreateListByServerNextPageRequest(string nextLink, string subscriptionId, string resourceGroupName, string serverName) - { - var message = _pipeline.CreateMessage(); - var request = message.Request; - request.Method = RequestMethod.Get; - var uri = new RawRequestUriBuilder(); - uri.Reset(_endpoint); - uri.AppendRawNextLink(nextLink, false); - request.Uri = uri; - request.Headers.Add("Accept", "application/json"); - _userAgent.Apply(message); - return message; - } - - /// List all the AAD administrators for a given server. - /// The URL to the next page of results. - /// The ID of the target subscription. - /// The name of the resource group. The name is case insensitive. - /// The name of the server. - /// The cancellation token to use. - /// , , or is null. - /// , or is an empty string, and was expected to be non-empty. - public async Task> ListByServerNextPageAsync(string nextLink, string subscriptionId, string resourceGroupName, string serverName, CancellationToken cancellationToken = default) - { - Argument.AssertNotNull(nextLink, nameof(nextLink)); - Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); - Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); - Argument.AssertNotNullOrEmpty(serverName, nameof(serverName)); - - using var message = CreateListByServerNextPageRequest(nextLink, subscriptionId, resourceGroupName, serverName); - await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); - switch (message.Response.Status) - { - case 200: - { - PostgreSqlFlexibleServerAdministratorListResult value = default; - using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = PostgreSqlFlexibleServerAdministratorListResult.DeserializePostgreSqlFlexibleServerAdministratorListResult(document.RootElement); - return Response.FromValue(value, message.Response); - } - default: - throw new RequestFailedException(message.Response); - } - } - - /// List all the AAD administrators for a given server. - /// The URL to the next page of results. - /// The ID of the target subscription. - /// The name of the resource group. The name is case insensitive. - /// The name of the server. - /// The cancellation token to use. - /// , , or is null. - /// , or is an empty string, and was expected to be non-empty. - public Response ListByServerNextPage(string nextLink, string subscriptionId, string resourceGroupName, string serverName, CancellationToken cancellationToken = default) - { - Argument.AssertNotNull(nextLink, nameof(nextLink)); - Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); - Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); - Argument.AssertNotNullOrEmpty(serverName, nameof(serverName)); - - using var message = CreateListByServerNextPageRequest(nextLink, subscriptionId, resourceGroupName, serverName); - _pipeline.Send(message, cancellationToken); - switch (message.Response.Status) - { - case 200: - { - PostgreSqlFlexibleServerAdministratorListResult value = default; - using var document = JsonDocument.Parse(message.Response.ContentStream); - value = PostgreSqlFlexibleServerAdministratorListResult.DeserializePostgreSqlFlexibleServerAdministratorListResult(document.RootElement); - return Response.FromValue(value, message.Response); - } - default: - throw new RequestFailedException(message.Response); - } - } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/BackupsRestOperations.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/BackupsRestOperations.cs deleted file mode 100644 index 26f1fbe8c6bb8..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/BackupsRestOperations.cs +++ /dev/null @@ -1,283 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Text.Json; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core; -using Azure.Core.Pipeline; -using Azure.ResourceManager.PostgreSql.FlexibleServers.Models; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers -{ - internal partial class BackupsRestOperations - { - private readonly TelemetryDetails _userAgent; - private readonly HttpPipeline _pipeline; - private readonly Uri _endpoint; - private readonly string _apiVersion; - - /// Initializes a new instance of BackupsRestOperations. - /// The HTTP pipeline for sending and receiving REST requests and responses. - /// The application id to use for user agent. - /// server parameter. - /// Api Version. - /// or is null. - public BackupsRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) - { - _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); - _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-12-01"; - _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); - } - - internal HttpMessage CreateGetRequest(string subscriptionId, string resourceGroupName, string serverName, string backupName) - { - var message = _pipeline.CreateMessage(); - var request = message.Request; - request.Method = RequestMethod.Get; - var uri = new RawRequestUriBuilder(); - uri.Reset(_endpoint); - uri.AppendPath("/subscriptions/", false); - uri.AppendPath(subscriptionId, true); - uri.AppendPath("/resourceGroups/", false); - uri.AppendPath(resourceGroupName, true); - uri.AppendPath("/providers/Microsoft.DBforPostgreSQL/flexibleServers/", false); - uri.AppendPath(serverName, true); - uri.AppendPath("/backups/", false); - uri.AppendPath(backupName, true); - uri.AppendQuery("api-version", _apiVersion, true); - request.Uri = uri; - request.Headers.Add("Accept", "application/json"); - _userAgent.Apply(message); - return message; - } - - /// Get specific backup for a given server. - /// The ID of the target subscription. - /// The name of the resource group. The name is case insensitive. - /// The name of the server. - /// The name of the backup. - /// The cancellation token to use. - /// , , or is null. - /// , , or is an empty string, and was expected to be non-empty. - public async Task> GetAsync(string subscriptionId, string resourceGroupName, string serverName, string backupName, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); - Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); - Argument.AssertNotNullOrEmpty(serverName, nameof(serverName)); - Argument.AssertNotNullOrEmpty(backupName, nameof(backupName)); - - using var message = CreateGetRequest(subscriptionId, resourceGroupName, serverName, backupName); - await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); - switch (message.Response.Status) - { - case 200: - { - PostgreSqlFlexibleServerBackupData value = default; - using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = PostgreSqlFlexibleServerBackupData.DeserializePostgreSqlFlexibleServerBackupData(document.RootElement); - return Response.FromValue(value, message.Response); - } - case 404: - return Response.FromValue((PostgreSqlFlexibleServerBackupData)null, message.Response); - default: - throw new RequestFailedException(message.Response); - } - } - - /// Get specific backup for a given server. - /// The ID of the target subscription. - /// The name of the resource group. The name is case insensitive. - /// The name of the server. - /// The name of the backup. - /// The cancellation token to use. - /// , , or is null. - /// , , or is an empty string, and was expected to be non-empty. - public Response Get(string subscriptionId, string resourceGroupName, string serverName, string backupName, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); - Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); - Argument.AssertNotNullOrEmpty(serverName, nameof(serverName)); - Argument.AssertNotNullOrEmpty(backupName, nameof(backupName)); - - using var message = CreateGetRequest(subscriptionId, resourceGroupName, serverName, backupName); - _pipeline.Send(message, cancellationToken); - switch (message.Response.Status) - { - case 200: - { - PostgreSqlFlexibleServerBackupData value = default; - using var document = JsonDocument.Parse(message.Response.ContentStream); - value = PostgreSqlFlexibleServerBackupData.DeserializePostgreSqlFlexibleServerBackupData(document.RootElement); - return Response.FromValue(value, message.Response); - } - case 404: - return Response.FromValue((PostgreSqlFlexibleServerBackupData)null, message.Response); - default: - throw new RequestFailedException(message.Response); - } - } - - internal HttpMessage CreateListByServerRequest(string subscriptionId, string resourceGroupName, string serverName) - { - var message = _pipeline.CreateMessage(); - var request = message.Request; - request.Method = RequestMethod.Get; - var uri = new RawRequestUriBuilder(); - uri.Reset(_endpoint); - uri.AppendPath("/subscriptions/", false); - uri.AppendPath(subscriptionId, true); - uri.AppendPath("/resourceGroups/", false); - uri.AppendPath(resourceGroupName, true); - uri.AppendPath("/providers/Microsoft.DBforPostgreSQL/flexibleServers/", false); - uri.AppendPath(serverName, true); - uri.AppendPath("/backups", false); - uri.AppendQuery("api-version", _apiVersion, true); - request.Uri = uri; - request.Headers.Add("Accept", "application/json"); - _userAgent.Apply(message); - return message; - } - - /// List all the backups for a given server. - /// The ID of the target subscription. - /// The name of the resource group. The name is case insensitive. - /// The name of the server. - /// The cancellation token to use. - /// , or is null. - /// , or is an empty string, and was expected to be non-empty. - public async Task> ListByServerAsync(string subscriptionId, string resourceGroupName, string serverName, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); - Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); - Argument.AssertNotNullOrEmpty(serverName, nameof(serverName)); - - using var message = CreateListByServerRequest(subscriptionId, resourceGroupName, serverName); - await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); - switch (message.Response.Status) - { - case 200: - { - PostgreSqlFlexibleServerBackupListResult value = default; - using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = PostgreSqlFlexibleServerBackupListResult.DeserializePostgreSqlFlexibleServerBackupListResult(document.RootElement); - return Response.FromValue(value, message.Response); - } - default: - throw new RequestFailedException(message.Response); - } - } - - /// List all the backups for a given server. - /// The ID of the target subscription. - /// The name of the resource group. The name is case insensitive. - /// The name of the server. - /// The cancellation token to use. - /// , or is null. - /// , or is an empty string, and was expected to be non-empty. - public Response ListByServer(string subscriptionId, string resourceGroupName, string serverName, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); - Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); - Argument.AssertNotNullOrEmpty(serverName, nameof(serverName)); - - using var message = CreateListByServerRequest(subscriptionId, resourceGroupName, serverName); - _pipeline.Send(message, cancellationToken); - switch (message.Response.Status) - { - case 200: - { - PostgreSqlFlexibleServerBackupListResult value = default; - using var document = JsonDocument.Parse(message.Response.ContentStream); - value = PostgreSqlFlexibleServerBackupListResult.DeserializePostgreSqlFlexibleServerBackupListResult(document.RootElement); - return Response.FromValue(value, message.Response); - } - default: - throw new RequestFailedException(message.Response); - } - } - - internal HttpMessage CreateListByServerNextPageRequest(string nextLink, string subscriptionId, string resourceGroupName, string serverName) - { - var message = _pipeline.CreateMessage(); - var request = message.Request; - request.Method = RequestMethod.Get; - var uri = new RawRequestUriBuilder(); - uri.Reset(_endpoint); - uri.AppendRawNextLink(nextLink, false); - request.Uri = uri; - request.Headers.Add("Accept", "application/json"); - _userAgent.Apply(message); - return message; - } - - /// List all the backups for a given server. - /// The URL to the next page of results. - /// The ID of the target subscription. - /// The name of the resource group. The name is case insensitive. - /// The name of the server. - /// The cancellation token to use. - /// , , or is null. - /// , or is an empty string, and was expected to be non-empty. - public async Task> ListByServerNextPageAsync(string nextLink, string subscriptionId, string resourceGroupName, string serverName, CancellationToken cancellationToken = default) - { - Argument.AssertNotNull(nextLink, nameof(nextLink)); - Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); - Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); - Argument.AssertNotNullOrEmpty(serverName, nameof(serverName)); - - using var message = CreateListByServerNextPageRequest(nextLink, subscriptionId, resourceGroupName, serverName); - await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); - switch (message.Response.Status) - { - case 200: - { - PostgreSqlFlexibleServerBackupListResult value = default; - using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = PostgreSqlFlexibleServerBackupListResult.DeserializePostgreSqlFlexibleServerBackupListResult(document.RootElement); - return Response.FromValue(value, message.Response); - } - default: - throw new RequestFailedException(message.Response); - } - } - - /// List all the backups for a given server. - /// The URL to the next page of results. - /// The ID of the target subscription. - /// The name of the resource group. The name is case insensitive. - /// The name of the server. - /// The cancellation token to use. - /// , , or is null. - /// , or is an empty string, and was expected to be non-empty. - public Response ListByServerNextPage(string nextLink, string subscriptionId, string resourceGroupName, string serverName, CancellationToken cancellationToken = default) - { - Argument.AssertNotNull(nextLink, nameof(nextLink)); - Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); - Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); - Argument.AssertNotNullOrEmpty(serverName, nameof(serverName)); - - using var message = CreateListByServerNextPageRequest(nextLink, subscriptionId, resourceGroupName, serverName); - _pipeline.Send(message, cancellationToken); - switch (message.Response.Status) - { - case 200: - { - PostgreSqlFlexibleServerBackupListResult value = default; - using var document = JsonDocument.Parse(message.Response.ContentStream); - value = PostgreSqlFlexibleServerBackupListResult.DeserializePostgreSqlFlexibleServerBackupListResult(document.RootElement); - return Response.FromValue(value, message.Response); - } - default: - throw new RequestFailedException(message.Response); - } - } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/CheckNameAvailabilityRestOperations.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/CheckNameAvailabilityRestOperations.cs index b7ff65b2eb054..09041b7c594d1 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/CheckNameAvailabilityRestOperations.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/CheckNameAvailabilityRestOperations.cs @@ -33,11 +33,11 @@ public CheckNameAvailabilityRestOperations(HttpPipeline pipeline, string applica { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-12-01"; + _apiVersion = apiVersion ?? "2021-06-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } - internal HttpMessage CreateExecuteRequest(string subscriptionId, PostgreSqlFlexibleServerNameAvailabilityRequest nameAvailabilityRequest) + internal HttpMessage CreateExecuteRequest(string subscriptionId, PostgreSqlFlexibleServerNameAvailabilityContent content) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -51,25 +51,25 @@ internal HttpMessage CreateExecuteRequest(string subscriptionId, PostgreSqlFlexi request.Uri = uri; request.Headers.Add("Accept", "application/json"); request.Headers.Add("Content-Type", "application/json"); - var content = new Utf8JsonRequestContent(); - content.JsonWriter.WriteObjectValue(nameAvailabilityRequest); - request.Content = content; + var content0 = new Utf8JsonRequestContent(); + content0.JsonWriter.WriteObjectValue(content); + request.Content = content0; _userAgent.Apply(message); return message; } /// Check the availability of name for resource. /// The ID of the target subscription. - /// The required parameters for checking if resource name is available. + /// The required parameters for checking if resource name is available. /// The cancellation token to use. - /// or is null. + /// or is null. /// is an empty string, and was expected to be non-empty. - public async Task> ExecuteAsync(string subscriptionId, PostgreSqlFlexibleServerNameAvailabilityRequest nameAvailabilityRequest, CancellationToken cancellationToken = default) + public async Task> ExecuteAsync(string subscriptionId, PostgreSqlFlexibleServerNameAvailabilityContent content, CancellationToken cancellationToken = default) { Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); - Argument.AssertNotNull(nameAvailabilityRequest, nameof(nameAvailabilityRequest)); + Argument.AssertNotNull(content, nameof(content)); - using var message = CreateExecuteRequest(subscriptionId, nameAvailabilityRequest); + using var message = CreateExecuteRequest(subscriptionId, content); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -87,16 +87,16 @@ public async Task> Exec /// Check the availability of name for resource. /// The ID of the target subscription. - /// The required parameters for checking if resource name is available. + /// The required parameters for checking if resource name is available. /// The cancellation token to use. - /// or is null. + /// or is null. /// is an empty string, and was expected to be non-empty. - public Response Execute(string subscriptionId, PostgreSqlFlexibleServerNameAvailabilityRequest nameAvailabilityRequest, CancellationToken cancellationToken = default) + public Response Execute(string subscriptionId, PostgreSqlFlexibleServerNameAvailabilityContent content, CancellationToken cancellationToken = default) { Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); - Argument.AssertNotNull(nameAvailabilityRequest, nameof(nameAvailabilityRequest)); + Argument.AssertNotNull(content, nameof(content)); - using var message = CreateExecuteRequest(subscriptionId, nameAvailabilityRequest); + using var message = CreateExecuteRequest(subscriptionId, content); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/CheckNameAvailabilityWithLocationRestOperations.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/CheckNameAvailabilityWithLocationRestOperations.cs deleted file mode 100644 index 566d04bbcd3c4..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/CheckNameAvailabilityWithLocationRestOperations.cs +++ /dev/null @@ -1,119 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Text.Json; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core; -using Azure.Core.Pipeline; -using Azure.ResourceManager.PostgreSql.FlexibleServers.Models; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers -{ - internal partial class CheckNameAvailabilityWithLocationRestOperations - { - private readonly TelemetryDetails _userAgent; - private readonly HttpPipeline _pipeline; - private readonly Uri _endpoint; - private readonly string _apiVersion; - - /// Initializes a new instance of CheckNameAvailabilityWithLocationRestOperations. - /// The HTTP pipeline for sending and receiving REST requests and responses. - /// The application id to use for user agent. - /// server parameter. - /// Api Version. - /// or is null. - public CheckNameAvailabilityWithLocationRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) - { - _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); - _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-12-01"; - _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); - } - - internal HttpMessage CreateExecuteRequest(string subscriptionId, AzureLocation locationName, PostgreSqlFlexibleServerNameAvailabilityRequest nameAvailabilityRequest) - { - var message = _pipeline.CreateMessage(); - var request = message.Request; - request.Method = RequestMethod.Post; - var uri = new RawRequestUriBuilder(); - uri.Reset(_endpoint); - uri.AppendPath("/subscriptions/", false); - uri.AppendPath(subscriptionId, true); - uri.AppendPath("/providers/Microsoft.DBforPostgreSQL/locations/", false); - uri.AppendPath(locationName, true); - uri.AppendPath("/checkNameAvailability", false); - uri.AppendQuery("api-version", _apiVersion, true); - request.Uri = uri; - request.Headers.Add("Accept", "application/json"); - request.Headers.Add("Content-Type", "application/json"); - var content = new Utf8JsonRequestContent(); - content.JsonWriter.WriteObjectValue(nameAvailabilityRequest); - request.Content = content; - _userAgent.Apply(message); - return message; - } - - /// Check the availability of name for resource. - /// The ID of the target subscription. - /// The name of the location. - /// The required parameters for checking if resource name is available. - /// The cancellation token to use. - /// or is null. - /// is an empty string, and was expected to be non-empty. - public async Task> ExecuteAsync(string subscriptionId, AzureLocation locationName, PostgreSqlFlexibleServerNameAvailabilityRequest nameAvailabilityRequest, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); - Argument.AssertNotNull(nameAvailabilityRequest, nameof(nameAvailabilityRequest)); - - using var message = CreateExecuteRequest(subscriptionId, locationName, nameAvailabilityRequest); - await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); - switch (message.Response.Status) - { - case 200: - { - PostgreSqlFlexibleServerNameAvailabilityResult value = default; - using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = PostgreSqlFlexibleServerNameAvailabilityResult.DeserializePostgreSqlFlexibleServerNameAvailabilityResult(document.RootElement); - return Response.FromValue(value, message.Response); - } - default: - throw new RequestFailedException(message.Response); - } - } - - /// Check the availability of name for resource. - /// The ID of the target subscription. - /// The name of the location. - /// The required parameters for checking if resource name is available. - /// The cancellation token to use. - /// or is null. - /// is an empty string, and was expected to be non-empty. - public Response Execute(string subscriptionId, AzureLocation locationName, PostgreSqlFlexibleServerNameAvailabilityRequest nameAvailabilityRequest, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); - Argument.AssertNotNull(nameAvailabilityRequest, nameof(nameAvailabilityRequest)); - - using var message = CreateExecuteRequest(subscriptionId, locationName, nameAvailabilityRequest); - _pipeline.Send(message, cancellationToken); - switch (message.Response.Status) - { - case 200: - { - PostgreSqlFlexibleServerNameAvailabilityResult value = default; - using var document = JsonDocument.Parse(message.Response.ContentStream); - value = PostgreSqlFlexibleServerNameAvailabilityResult.DeserializePostgreSqlFlexibleServerNameAvailabilityResult(document.RootElement); - return Response.FromValue(value, message.Response); - } - default: - throw new RequestFailedException(message.Response); - } - } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/ConfigurationsRestOperations.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/ConfigurationsRestOperations.cs index 23741c5113e91..28facf62dad97 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/ConfigurationsRestOperations.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/ConfigurationsRestOperations.cs @@ -33,7 +33,7 @@ public ConfigurationsRestOperations(HttpPipeline pipeline, string applicationId, { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-12-01"; + _apiVersion = apiVersion ?? "2021-06-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } @@ -204,7 +204,7 @@ public Response Get(string subscripti } } - internal HttpMessage CreateUpdateRequest(string subscriptionId, string resourceGroupName, string serverName, string configurationName, PostgreSqlFlexibleServerConfigurationPatch patch) + internal HttpMessage CreateUpdateRequest(string subscriptionId, string resourceGroupName, string serverName, string configurationName, PostgreSqlFlexibleServerConfigurationData data) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -224,7 +224,7 @@ internal HttpMessage CreateUpdateRequest(string subscriptionId, string resourceG request.Headers.Add("Accept", "application/json"); request.Headers.Add("Content-Type", "application/json"); var content = new Utf8JsonRequestContent(); - content.JsonWriter.WriteObjectValue(patch); + content.JsonWriter.WriteObjectValue(data); request.Content = content; _userAgent.Apply(message); return message; @@ -235,24 +235,23 @@ internal HttpMessage CreateUpdateRequest(string subscriptionId, string resourceG /// The name of the resource group. The name is case insensitive. /// The name of the server. /// The name of the server configuration. - /// The required parameters for updating a server configuration. + /// The required parameters for updating a server configuration. /// The cancellation token to use. - /// , , , or is null. + /// , , , or is null. /// , , or is an empty string, and was expected to be non-empty. - public async Task UpdateAsync(string subscriptionId, string resourceGroupName, string serverName, string configurationName, PostgreSqlFlexibleServerConfigurationPatch patch, CancellationToken cancellationToken = default) + public async Task UpdateAsync(string subscriptionId, string resourceGroupName, string serverName, string configurationName, PostgreSqlFlexibleServerConfigurationData data, CancellationToken cancellationToken = default) { Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); Argument.AssertNotNullOrEmpty(serverName, nameof(serverName)); Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); - Argument.AssertNotNull(patch, nameof(patch)); + Argument.AssertNotNull(data, nameof(data)); - using var message = CreateUpdateRequest(subscriptionId, resourceGroupName, serverName, configurationName, patch); + using var message = CreateUpdateRequest(subscriptionId, resourceGroupName, serverName, configurationName, data); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { case 200: - case 201: case 202: return message.Response; default: @@ -265,24 +264,23 @@ public async Task UpdateAsync(string subscriptionId, string resourceGr /// The name of the resource group. The name is case insensitive. /// The name of the server. /// The name of the server configuration. - /// The required parameters for updating a server configuration. + /// The required parameters for updating a server configuration. /// The cancellation token to use. - /// , , , or is null. + /// , , , or is null. /// , , or is an empty string, and was expected to be non-empty. - public Response Update(string subscriptionId, string resourceGroupName, string serverName, string configurationName, PostgreSqlFlexibleServerConfigurationPatch patch, CancellationToken cancellationToken = default) + public Response Update(string subscriptionId, string resourceGroupName, string serverName, string configurationName, PostgreSqlFlexibleServerConfigurationData data, CancellationToken cancellationToken = default) { Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); Argument.AssertNotNullOrEmpty(serverName, nameof(serverName)); Argument.AssertNotNullOrEmpty(configurationName, nameof(configurationName)); - Argument.AssertNotNull(patch, nameof(patch)); + Argument.AssertNotNull(data, nameof(data)); - using var message = CreateUpdateRequest(subscriptionId, resourceGroupName, serverName, configurationName, patch); + using var message = CreateUpdateRequest(subscriptionId, resourceGroupName, serverName, configurationName, data); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { case 200: - case 201: case 202: return message.Response; default: @@ -338,7 +336,6 @@ public async Task PutAsync(string subscriptionId, string resourceGroup switch (message.Response.Status) { case 200: - case 201: case 202: return message.Response; default: @@ -368,7 +365,6 @@ public Response Put(string subscriptionId, string resourceGroupName, string serv switch (message.Response.Status) { case 200: - case 201: case 202: return message.Response; default: diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/DatabasesRestOperations.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/DatabasesRestOperations.cs index b8c3c62be888a..ef77b9f70b6fc 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/DatabasesRestOperations.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/DatabasesRestOperations.cs @@ -33,7 +33,7 @@ public DatabasesRestOperations(HttpPipeline pipeline, string applicationId, Uri { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-12-01"; + _apiVersion = apiVersion ?? "2021-06-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/FirewallRulesRestOperations.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/FirewallRulesRestOperations.cs index 0f18cf7e46c6a..2bd87bcf2674a 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/FirewallRulesRestOperations.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/FirewallRulesRestOperations.cs @@ -33,7 +33,7 @@ public FirewallRulesRestOperations(HttpPipeline pipeline, string applicationId, { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-12-01"; + _apiVersion = apiVersion ?? "2021-06-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/GetPrivateDnsZoneSuffixRestOperations.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/GetPrivateDnsZoneSuffixRestOperations.cs index a96a8ba098b0f..62c7d3baaebdb 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/GetPrivateDnsZoneSuffixRestOperations.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/GetPrivateDnsZoneSuffixRestOperations.cs @@ -32,7 +32,7 @@ public GetPrivateDnsZoneSuffixRestOperations(HttpPipeline pipeline, string appli { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-12-01"; + _apiVersion = apiVersion ?? "2021-06-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/LocationBasedCapabilitiesRestOperations.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/LocationBasedCapabilitiesRestOperations.cs index 24e2376715111..b32e0224db7ea 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/LocationBasedCapabilitiesRestOperations.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/LocationBasedCapabilitiesRestOperations.cs @@ -33,7 +33,7 @@ public LocationBasedCapabilitiesRestOperations(HttpPipeline pipeline, string app { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-12-01"; + _apiVersion = apiVersion ?? "2021-06-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/ReplicasRestOperations.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/ReplicasRestOperations.cs deleted file mode 100644 index 3cab06c738bec..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/ReplicasRestOperations.cs +++ /dev/null @@ -1,119 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Text.Json; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core; -using Azure.Core.Pipeline; -using Azure.ResourceManager.PostgreSql.FlexibleServers.Models; - -namespace Azure.ResourceManager.PostgreSql.FlexibleServers -{ - internal partial class ReplicasRestOperations - { - private readonly TelemetryDetails _userAgent; - private readonly HttpPipeline _pipeline; - private readonly Uri _endpoint; - private readonly string _apiVersion; - - /// Initializes a new instance of ReplicasRestOperations. - /// The HTTP pipeline for sending and receiving REST requests and responses. - /// The application id to use for user agent. - /// server parameter. - /// Api Version. - /// or is null. - public ReplicasRestOperations(HttpPipeline pipeline, string applicationId, Uri endpoint = null, string apiVersion = default) - { - _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); - _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-12-01"; - _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); - } - - internal HttpMessage CreateListByServerRequest(string subscriptionId, string resourceGroupName, string serverName) - { - var message = _pipeline.CreateMessage(); - var request = message.Request; - request.Method = RequestMethod.Get; - var uri = new RawRequestUriBuilder(); - uri.Reset(_endpoint); - uri.AppendPath("/subscriptions/", false); - uri.AppendPath(subscriptionId, true); - uri.AppendPath("/resourceGroups/", false); - uri.AppendPath(resourceGroupName, true); - uri.AppendPath("/providers/Microsoft.DBforPostgreSQL/flexibleServers/", false); - uri.AppendPath(serverName, true); - uri.AppendPath("/replicas", false); - uri.AppendQuery("api-version", _apiVersion, true); - request.Uri = uri; - request.Headers.Add("Accept", "application/json"); - _userAgent.Apply(message); - return message; - } - - /// List all the replicas for a given server. - /// The ID of the target subscription. - /// The name of the resource group. The name is case insensitive. - /// The name of the server. - /// The cancellation token to use. - /// , or is null. - /// , or is an empty string, and was expected to be non-empty. - public async Task> ListByServerAsync(string subscriptionId, string resourceGroupName, string serverName, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); - Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); - Argument.AssertNotNullOrEmpty(serverName, nameof(serverName)); - - using var message = CreateListByServerRequest(subscriptionId, resourceGroupName, serverName); - await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); - switch (message.Response.Status) - { - case 200: - { - PostgreSqlFlexibleServerListResult value = default; - using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = PostgreSqlFlexibleServerListResult.DeserializePostgreSqlFlexibleServerListResult(document.RootElement); - return Response.FromValue(value, message.Response); - } - default: - throw new RequestFailedException(message.Response); - } - } - - /// List all the replicas for a given server. - /// The ID of the target subscription. - /// The name of the resource group. The name is case insensitive. - /// The name of the server. - /// The cancellation token to use. - /// , or is null. - /// , or is an empty string, and was expected to be non-empty. - public Response ListByServer(string subscriptionId, string resourceGroupName, string serverName, CancellationToken cancellationToken = default) - { - Argument.AssertNotNullOrEmpty(subscriptionId, nameof(subscriptionId)); - Argument.AssertNotNullOrEmpty(resourceGroupName, nameof(resourceGroupName)); - Argument.AssertNotNullOrEmpty(serverName, nameof(serverName)); - - using var message = CreateListByServerRequest(subscriptionId, resourceGroupName, serverName); - _pipeline.Send(message, cancellationToken); - switch (message.Response.Status) - { - case 200: - { - PostgreSqlFlexibleServerListResult value = default; - using var document = JsonDocument.Parse(message.Response.ContentStream); - value = PostgreSqlFlexibleServerListResult.DeserializePostgreSqlFlexibleServerListResult(document.RootElement); - return Response.FromValue(value, message.Response); - } - default: - throw new RequestFailedException(message.Response); - } - } - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/ServersRestOperations.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/ServersRestOperations.cs index 8b8969dbc9646..47ab3e35703dc 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/ServersRestOperations.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/ServersRestOperations.cs @@ -33,7 +33,7 @@ public ServersRestOperations(HttpPipeline pipeline, string applicationId, Uri en { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-12-01"; + _apiVersion = apiVersion ?? "2021-06-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/VirtualNetworkSubnetUsageRestOperations.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/VirtualNetworkSubnetUsageRestOperations.cs index 8d44406c7d707..9d1f5d1531068 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/VirtualNetworkSubnetUsageRestOperations.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/PostgreSqlFlexibleServers/Generated/RestOperations/VirtualNetworkSubnetUsageRestOperations.cs @@ -33,7 +33,7 @@ public VirtualNetworkSubnetUsageRestOperations(HttpPipeline pipeline, string app { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2022-12-01"; + _apiVersion = apiVersion ?? "2021-06-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/autorest.md b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/autorest.md index 0e290647824ec..75775ed12e9d3 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/autorest.md +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/src/autorest.md @@ -14,7 +14,7 @@ modelerfour: batch: - tag: package-2020-01-01 - - tag: package-flexibleserver-2022-12-01 + - tag: package-flexibleserver-2021-06 ``` ``` yaml $(tag) == 'package-2020-01-01' @@ -142,10 +142,10 @@ directive: $.RecoverableServerProperties.properties.lastAvailableBackupDateTime['format'] = 'date-time'; ``` -``` yaml $(tag) == 'package-flexibleserver-2022-12-01' +``` yaml $(tag) == 'package-flexibleserver-2021-06' namespace: Azure.ResourceManager.PostgreSql.FlexibleServers -require: https://github.com/Azure/azure-rest-api-specs/blob/deba715c80b5b523a84d32fa2764c0f6e867b4d0/specification/postgresql/resource-manager/readme.md +require: https://github.com/Azure/azure-rest-api-specs/blob/eca38ee0caf445cb1e79c8e7bbaf9e1dca36479a/specification/postgresql/resource-manager/readme.md output-folder: $(this-folder)/PostgreSqlFlexibleServers/Generated format-by-name-rules: @@ -223,49 +223,22 @@ rename-mapping: CapabilityProperties.zoneRedundantHaSupported: IsZoneRedundantHASupported CapabilityProperties.zoneRedundantHaAndGeoBackupSupported: IsZoneRedundantHAAndGeoBackupSupported CapabilitiesListResult: PostgreSqlFlexibleServerCapabilitiesListResult - CheckNameAvailabilityRequest: PostgreSqlFlexibleServerNameAvailabilityRequest - CheckNameAvailabilityResponse: PostgreSqlFlexibleServerNameAvailabilityResponse - CheckNameAvailabilityReason: PostgreSqlFlexibleServerNameUnavailableReason + NameAvailabilityRequest: PostgreSqlFlexibleServerNameAvailabilityRequest NameAvailability: PostgreSqlFlexibleServerNameAvailabilityResult CreateMode: PostgreSqlFlexibleServerCreateMode SkuTier: PostgreSqlFlexibleServerSkuTier - CheckNameAvailabilityResponse.nameAvailable: IsNameAvailable + NameAvailability.nameAvailable: IsNameAvailable Storage.storageSizeGB: StorageSizeInGB StorageMBCapability.storageSizeMB: StorageSizeInMB StorageMBCapability: PostgreSqlFlexibleServerStorageCapability VcoreCapability.supportedMemoryPerVcoreMB: SupportedMemoryPerVCoreInMB + Reason: PostgreSqlFlexibleServerNameUnavailableReason RestartParameter: PostgreSqlFlexibleServerRestartParameter ServerHAState: PostgreSqlFlexibleServerHAState ServerPublicNetworkAccessState: PostgreSqlFlexibleServerPublicNetworkAccessState CapabilityProperties.supportedHAMode: SupportedHAModes StorageEditionCapability.supportedStorageMB: SupportedStorageCapabilities Server.properties.pointInTimeUTC: PointInTimeUtc - ActiveDirectoryAdministrator: PostgreSqlFlexibleServerActiveDirectoryAdministrator - ActiveDirectoryAuthEnum: PostgreSqlFlexibleServerActiveDirectoryAuthEnum - AdministratorListResult: PostgreSqlFlexibleServerAdministratorListResult - ArmServerKeyType: PostgreSqlFlexibleServerKeyType - AuthConfig: PostgreSqlFlexibleServerAuthConfig - DataEncryption: PostgreSqlFlexibleServerDataEncryption - FastProvisioningEditionCapability: PostgreSqlFlexibleServerFastProvisioningEditionCapability - IdentityType: PostgreSqlFlexibleServerIdentityType - Origin: PostgreSqlFlexibleServerBackupOrigin - PasswordAuthEnum: PostgreSqlFlexibleServerPasswordAuthEnum - PrincipalType: PostgreSqlFlexibleServerPrincipalType - ReplicationRole: PostgreSqlFlexibleServerReplicationRole - ServerBackup: PostgreSqlFlexibleServerBackup - ServerBackupListResult: PostgreSqlFlexibleServerBackupListResult - StorageTierCapability: PostgreSqlFlexibleServerStorageTierCapability - UserAssignedIdentity: PostgreSqlFlexibleServerUserAssignedIdentity override-operation-name: CheckNameAvailability_Execute: CheckPostgreSqlFlexibleServerNameAvailability - CheckNameAvailabilityWithLocation_Execute: CheckPostgreSqlFlexibleServerNameAvailabilityWithLocation -directive: - - from: Administrators.json - where: $.definitions - transform: > - $.AdministratorProperties.properties.objectId['format'] = 'uuid' - - from: FlexibleServers.json - where: $.definitions - transform: > - $.DataEncryption.properties.primaryUserAssignedIdentityId['format'] = 'arm-id' ``` diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/Azure.ResourceManager.PostgreSql.Tests.csproj b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/Azure.ResourceManager.PostgreSql.Tests.csproj index d44e0e4037fe0..acb4cb5be61b7 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/Azure.ResourceManager.PostgreSql.Tests.csproj +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/Azure.ResourceManager.PostgreSql.Tests.csproj @@ -1,12 +1,4 @@  - - - - - - - - diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/PostgreSqlManagementTestBase.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/PostgreSqlManagementTestBase.cs index 016fdc3c1df5a..a30938fd6cbac 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/PostgreSqlManagementTestBase.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/PostgreSqlManagementTestBase.cs @@ -3,21 +3,10 @@ using Azure.Core; using Azure.Core.TestFramework; -using Azure.ResourceManager.KeyVault; -using Azure.ResourceManager.KeyVault.Models; -using Azure.ResourceManager.ManagedServiceIdentities; -using Azure.ResourceManager.Network.Models; -using Azure.ResourceManager.Network; -using Azure.ResourceManager.PostgreSql.FlexibleServers; using Azure.ResourceManager.Resources; using Azure.ResourceManager.TestFramework; using NUnit.Framework; using System.Threading.Tasks; -using Azure.ResourceManager.PrivateDns; -using System.Linq; -using Azure.Security.KeyVault.Keys; -using System; -using Microsoft.Graph; namespace Azure.ResourceManager.PostgreSql.Tests { @@ -30,13 +19,11 @@ public class PostgreSqlManagementTestBase : ManagementRecordedTestBase CreateResourceGroupAsync(Subscriptio var lro = await subscription.GetResourceGroups().CreateOrUpdateAsync(WaitUntil.Completed, rgName, input); return lro.Value; } - - public async Task GetResourceGroup(string name) - { - return (await Subscription.GetResourceGroups().GetAsync(name)).Value; - } - - public async Task<(VirtualNetworkResource Vnet, SubnetResource Subnet)> CreateVirtualNetwork(string vnetName, string subnetName, string resourceGroupName, AzureLocation location) - { - var rg = await GetResourceGroup(resourceGroupName); - - var vnetCollection = rg.GetVirtualNetworks(); - var vnetOperation = await vnetCollection.CreateOrUpdateAsync(WaitUntil.Completed, vnetName, new VirtualNetworkData() - { - AddressPrefixes = { "10.0.0.0/16" }, - Location = location, - Subnets = { - new SubnetData() - { - Name = subnetName, - AddressPrefix = "10.0.0.0/24", - PrivateEndpointNetworkPolicy = VirtualNetworkPrivateEndpointNetworkPolicy.Disabled, - Delegations = { - new ServiceDelegation() - { - Name = "Microsoft.DBforPostgreSQL/flexibleServers", - ServiceName = "Microsoft.DBforPostgreSQL/flexibleServers", - }, - }, - PrivateLinkServiceNetworkPolicy = VirtualNetworkPrivateLinkServiceNetworkPolicy.Enabled, - }, - }, - }); - var vnet = vnetOperation.Value; - - var subnet = (await vnet.GetSubnetAsync(subnetName)).Value; - - return (vnet, subnet); - } - - public async Task CreatePrivateDnsZone(string serverName, VirtualNetworkResource vnet, string resourceGroupName) - { - var rg = await GetResourceGroup(resourceGroupName); - var tenants = Client.GetTenants().GetAllAsync(); - - await foreach (var tenant in tenants) - { - var privateDnsZoneSuffixOperation = await tenant.ExecuteGetPrivateDnsZoneSuffixAsync(); - var privateDnsZoneSuffix = privateDnsZoneSuffixOperation.Value; - var privateDnsZoneName = $"{serverName}.private.{privateDnsZoneSuffix}"; - - var privateDnsZoneCollection = rg.GetPrivateDnsZones(); - var privateDnsZoneOperation = await privateDnsZoneCollection.CreateOrUpdateAsync(WaitUntil.Completed, privateDnsZoneName, new PrivateDnsZoneData("global")); - var privateDnsZone = privateDnsZoneOperation.Value; - - var virtualLinkNetworkName = $"{vnet.Data.Name}-link"; - var virtualNetworkLinkCollection = privateDnsZone.GetVirtualNetworkLinks(); - var virtualLinkNetworkOperation = await virtualNetworkLinkCollection.CreateOrUpdateAsync(WaitUntil.Completed, virtualLinkNetworkName, new VirtualNetworkLinkData("global") - { - RegistrationEnabled = false, - VirtualNetworkId = vnet.Id, - }); - - return privateDnsZone; - } - - return null; - } - - public async Task<(KeyVaultKey Key, UserAssignedIdentityResource Identity)> CreateKeyAndIdentity(string keyVaultName, string keyName, string identityName, string resourceGroupName) - { - var rg = await GetResourceGroup(resourceGroupName); - var tenants = await Client.GetTenants().GetAllAsync().ToEnumerableAsync(); - var tenant = tenants.FirstOrDefault(); - var tenantId = tenant.Data.TenantId.Value; - - // Create keyvault - KeyVaultResource keyVault = null; - try - { - keyVault = await rg.GetKeyVaultAsync(keyVaultName); - } - catch (RequestFailedException ex) when (ex.Status == 404) - { - var keyVaultOperation = await rg.GetKeyVaults().CreateOrUpdateAsync(WaitUntil.Completed, keyVaultName, new KeyVaultCreateOrUpdateContent(rg.Data.Location, new KeyVaultProperties(tenantId, new KeyVaultSku(KeyVaultSkuFamily.A, KeyVaultSkuName.Standard)))); - keyVault = keyVaultOperation.Value; - - var keyVaultUpdateOperation = await keyVault.UpdateAsync(new KeyVaultPatch() - { - Properties = new KeyVaultPatchProperties() - { - EnablePurgeProtection = true, - SoftDeleteRetentionInDays = 90, - }, - }); - keyVault = keyVaultUpdateOperation.Value; - - var graphClient = new GraphServiceClient(TestEnvironment.Credential); - var servicePrincipals = await graphClient.ServicePrincipals - .Request() - .Filter($"servicePrincipalNames/any(c:c eq '{TestEnvironment.ClientId}')") - .Top(1) - .GetAsync(); - var servicePrincipal = servicePrincipals.FirstOrDefault(); - - var keyAccessPolicies = new KeyVaultAccessPolicy[] { - new KeyVaultAccessPolicy(tenantId, servicePrincipal.Id, new IdentityAccessPermissions() - { - Keys = { IdentityAccessKeyPermission.All }, - }), - }; - await keyVault.UpdateAccessPolicyAsync(AccessPolicyUpdateKind.Add, new KeyVaultAccessPolicyParameters(new KeyVaultAccessPolicyProperties(keyAccessPolicies))); - } - - // Create key - var keyClient = new KeyClient(new Uri($"https://{keyVaultName}.vault.azure.net"), TestEnvironment.Credential); - var key = (await keyClient.CreateRsaKeyAsync(new CreateRsaKeyOptions(keyName))).Value; - - // Create identity - var identityOperation = await rg.GetUserAssignedIdentities().CreateOrUpdateAsync(WaitUntil.Completed, identityName, new UserAssignedIdentityData(rg.Data.Location)); - var identity = identityOperation.Value; - - // Set keyvault policy to identity - var identityAccessPolicies = new KeyVaultAccessPolicy[] { - new KeyVaultAccessPolicy(tenantId, identity.Data.PrincipalId.Value.ToString(), new IdentityAccessPermissions() - { - Keys = { IdentityAccessKeyPermission.WrapKey, IdentityAccessKeyPermission.UnwrapKey, IdentityAccessKeyPermission.Get, IdentityAccessKeyPermission.List }, - }), - }; - await keyVault.UpdateAccessPolicyAsync(AccessPolicyUpdateKind.Add, new KeyVaultAccessPolicyParameters(new KeyVaultAccessPolicyProperties(identityAccessPolicies))); - - return (key, identity); - } } } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/Scenario/PostgreSqlFlexibleServerTests.cs b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/Scenario/PostgreSqlFlexibleServerTests.cs index 173093d826cf0..4ddbbb61992e2 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/Scenario/PostgreSqlFlexibleServerTests.cs +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/Scenario/PostgreSqlFlexibleServerTests.cs @@ -1,20 +1,13 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. -using System; -using System.Collections.Generic; -using System.Linq; using System.Threading.Tasks; using Azure.Core; using Azure.Core.TestFramework; -using Azure.ResourceManager.Models; -using Azure.ResourceManager.Network; -using Azure.ResourceManager.Network.Models; using Azure.ResourceManager.PostgreSql.FlexibleServers; using Azure.ResourceManager.PostgreSql.FlexibleServers.Models; -using Azure.ResourceManager.PrivateDns; using Azure.ResourceManager.Resources; -using Microsoft.Graph; +using Azure.ResourceManager.Models; using NUnit.Framework; namespace Azure.ResourceManager.PostgreSql.Tests @@ -102,742 +95,5 @@ public async Task CreateUpdateGetDelete() // Delete await serverFromGet.DeleteAsync(WaitUntil.Completed); } - - [TestCase] - [RecordedTest] - public async Task Restore() - { - var sourcePublicServerName = Recording.GenerateAssetName("pgflexserver"); - var targetPublicServerName = Recording.GenerateAssetName("pgflexserver"); - var sourcePrivateServerName = Recording.GenerateAssetName("pgflexserver"); - var targetPrivateServerName = Recording.GenerateAssetName("pgflexserver"); - var targetPrivateServerDiffName = Recording.GenerateAssetName("pgflexserver"); - var sourceVnetName = Recording.GenerateAssetName("vnet"); - var targetVnetName = Recording.GenerateAssetName("vnet"); - var sourceSubnetName = Recording.GenerateAssetName("subnet"); - var targetSubnetName = Recording.GenerateAssetName("subnet"); - - var rg = await CreateResourceGroupAsync(Subscription, "pgflexrg", AzureLocation.EastUS); - var serverCollection = rg.GetPostgreSqlFlexibleServers(); - - // Create public server - var sourcePublicServerOperation = await serverCollection.CreateOrUpdateAsync(WaitUntil.Completed, sourcePublicServerName, new PostgreSqlFlexibleServerData(rg.Data.Location) - { - Sku = new PostgreSqlFlexibleServerSku("Standard_D2s_v3", PostgreSqlFlexibleServerSkuTier.GeneralPurpose), - AdministratorLogin = "testUser", - AdministratorLoginPassword = "testPassword1!", - Version = PostgreSqlFlexibleServerVersion.Ver14, - StorageSizeInGB = 128, - CreateMode = PostgreSqlFlexibleServerCreateMode.Create, - }); - var sourcePublicServer = sourcePublicServerOperation.Value; - - Assert.AreEqual(sourcePublicServerName, sourcePublicServer.Data.Name); - Assert.AreEqual(PostgreSqlFlexibleServerPublicNetworkAccessState.Enabled, sourcePublicServer.Data.Network.PublicNetworkAccess); - - if (Recording.Mode != RecordedTestMode.Playback) - { - var earliestRestore = sourcePublicServer.Data.Backup.EarliestRestoreOn.Value; - var millisecondsToWait = (int)(earliestRestore - DateTime.Now).TotalMilliseconds; - await Task.Delay(Math.Max(0, millisecondsToWait) + 180000); - } - - // Restore public server - var targetPublicServerOperation = await serverCollection.CreateOrUpdateAsync(WaitUntil.Completed, targetPublicServerName, new PostgreSqlFlexibleServerData(rg.Data.Location) - { - SourceServerResourceId = sourcePublicServer.Id, - PointInTimeUtc = DateTime.Now, - CreateMode = PostgreSqlFlexibleServerCreateMode.PointInTimeRestore, - }); - var targetPublicServer = targetPublicServerOperation.Value; - - Assert.AreEqual(targetPublicServerName, targetPublicServer.Data.Name); - Assert.AreEqual(PostgreSqlFlexibleServerPublicNetworkAccessState.Enabled, targetPublicServer.Data.Network.PublicNetworkAccess); - - // Create vnet and subnet - var (sourceVnet, sourceSubnet) = await CreateVirtualNetwork(sourceVnetName, sourceSubnetName, rg.Data.Name, rg.Data.Location); - - // Create private DNS zone and virtual link - var sourcePrivateDnsZone = await CreatePrivateDnsZone(sourcePrivateServerName, sourceVnet, rg.Data.Name); - - // Create private server - var sourcePrivateServerOperation = await serverCollection.CreateOrUpdateAsync(WaitUntil.Completed, sourcePrivateServerName, new PostgreSqlFlexibleServerData(rg.Data.Location) - { - Sku = new PostgreSqlFlexibleServerSku("Standard_D2s_v3", PostgreSqlFlexibleServerSkuTier.GeneralPurpose), - AdministratorLogin = "testUser", - AdministratorLoginPassword = "testPassword1!", - Version = PostgreSqlFlexibleServerVersion.Ver14, - StorageSizeInGB = 128, - Network = new PostgreSqlFlexibleServerNetwork() - { - DelegatedSubnetResourceId = sourceSubnet.Id, - PrivateDnsZoneArmResourceId = sourcePrivateDnsZone.Id, - }, - CreateMode = PostgreSqlFlexibleServerCreateMode.Create, - }); - var sourcePrivateServer = sourcePrivateServerOperation.Value; - - Assert.AreEqual(sourcePrivateServerName, sourcePrivateServer.Data.Name); - Assert.AreEqual(PostgreSqlFlexibleServerPublicNetworkAccessState.Disabled, sourcePrivateServer.Data.Network.PublicNetworkAccess); - - if (Recording.Mode != RecordedTestMode.Playback) - { - var earliestRestore = sourcePrivateServer.Data.Backup.EarliestRestoreOn.Value; - var millisecondsToWait = (int)(earliestRestore - DateTime.Now).TotalMilliseconds; - await Task.Delay(Math.Max(0, millisecondsToWait) + 180000); - } - - // Restore private server in same vnet - var targetPrivateServerOperation = await serverCollection.CreateOrUpdateAsync(WaitUntil.Completed, targetPrivateServerName, new PostgreSqlFlexibleServerData(rg.Data.Location) - { - Network = new PostgreSqlFlexibleServerNetwork() - { - DelegatedSubnetResourceId = sourceSubnet.Id, - PrivateDnsZoneArmResourceId = sourcePrivateDnsZone.Id, - }, - SourceServerResourceId = sourcePrivateServer.Id, - PointInTimeUtc = DateTime.Now, - CreateMode = PostgreSqlFlexibleServerCreateMode.PointInTimeRestore, - }); - var targetPrivateServer = targetPrivateServerOperation.Value; - - Assert.AreEqual(targetPrivateServerName, targetPrivateServer.Data.Name); - Assert.AreEqual(sourceSubnet.Id, targetPrivateServer.Data.Network.DelegatedSubnetResourceId); - Assert.AreEqual(sourcePrivateDnsZone.Id, targetPrivateServer.Data.Network.PrivateDnsZoneArmResourceId); - Assert.AreEqual(PostgreSqlFlexibleServerPublicNetworkAccessState.Disabled, targetPrivateServer.Data.Network.PublicNetworkAccess); - - // Restore private server in different vnet - var (targetVnet, targetSubnet) = await CreateVirtualNetwork(targetVnetName, targetSubnetName, rg.Data.Name, rg.Data.Location); - var targetPrivateDnsZone = await CreatePrivateDnsZone(targetPrivateServerDiffName, targetVnet, rg.Data.Name); - - var targetPrivateServerDiffOperation = await serverCollection.CreateOrUpdateAsync(WaitUntil.Completed, targetPrivateServerDiffName, new PostgreSqlFlexibleServerData(rg.Data.Location) - { - Network = new PostgreSqlFlexibleServerNetwork() - { - DelegatedSubnetResourceId = targetSubnet.Id, - PrivateDnsZoneArmResourceId = targetPrivateDnsZone.Id, - }, - SourceServerResourceId = sourcePrivateServer.Id, - PointInTimeUtc = DateTime.Now, - CreateMode = PostgreSqlFlexibleServerCreateMode.PointInTimeRestore, - }); - var targetPrivateServerDiff = targetPrivateServerDiffOperation.Value; - - Assert.AreEqual(targetPrivateServerDiffName, targetPrivateServerDiff.Data.Name); - Assert.AreEqual(targetSubnet.Id, targetPrivateServerDiff.Data.Network.DelegatedSubnetResourceId); - Assert.AreEqual(targetPrivateDnsZone.Id, targetPrivateServerDiff.Data.Network.PrivateDnsZoneArmResourceId); - Assert.AreEqual(PostgreSqlFlexibleServerPublicNetworkAccessState.Disabled, targetPrivateServerDiff.Data.Network.PublicNetworkAccess); - } - - [TestCase] - [RecordedTest] - public async Task GeoRestore() - { - var sourcePublicServerName = Recording.GenerateAssetName("pgflexserver"); - var targetPublicServerName = Recording.GenerateAssetName("pgflexserver"); - var sourcePrivateServerName = Recording.GenerateAssetName("pgflexserver"); - var targetPrivateServerName = Recording.GenerateAssetName("pgflexserver"); - var sourceVnetName = Recording.GenerateAssetName("vnet"); - var targetVnetName = Recording.GenerateAssetName("vnet"); - var sourceSubnetName = Recording.GenerateAssetName("subnet"); - var targetSubnetName = Recording.GenerateAssetName("subnet"); - var targetLocation = AzureLocation.WestUS; - - var rg = await CreateResourceGroupAsync(Subscription, "pgflexrg", AzureLocation.EastUS); - var serverCollection = rg.GetPostgreSqlFlexibleServers(); - - // Create public server - var sourcePublicServerOperation = await serverCollection.CreateOrUpdateAsync(WaitUntil.Completed, sourcePublicServerName, new PostgreSqlFlexibleServerData(rg.Data.Location) - { - Sku = new PostgreSqlFlexibleServerSku("Standard_D2s_v3", PostgreSqlFlexibleServerSkuTier.GeneralPurpose), - AdministratorLogin = "testUser", - AdministratorLoginPassword = "testPassword1!", - Version = PostgreSqlFlexibleServerVersion.Ver14, - StorageSizeInGB = 128, - Backup = new PostgreSqlFlexibleServerBackupProperties() - { - GeoRedundantBackup = PostgreSqlFlexibleServerGeoRedundantBackupEnum.Enabled, - }, - CreateMode = PostgreSqlFlexibleServerCreateMode.Create, - }); - var sourcePublicServer = sourcePublicServerOperation.Value; - - Assert.AreEqual(sourcePublicServerName, sourcePublicServer.Data.Name); - Assert.AreEqual(PostgreSqlFlexibleServerGeoRedundantBackupEnum.Enabled, sourcePublicServer.Data.Backup.GeoRedundantBackup); - Assert.AreEqual(PostgreSqlFlexibleServerPublicNetworkAccessState.Enabled, sourcePublicServer.Data.Network.PublicNetworkAccess); - - // Geo-restore public server to paired region - PostgreSqlFlexibleServerResource targetPublicServer = null; - for (var i = 0; i < 20; i++) - { - try - { - var targetPublicServerOperation = await serverCollection.CreateOrUpdateAsync(WaitUntil.Completed, targetPublicServerName, new PostgreSqlFlexibleServerData(targetLocation) - { - SourceServerResourceId = sourcePublicServer.Id, - PointInTimeUtc = DateTime.Now, - CreateMode = PostgreSqlFlexibleServerCreateMode.GeoRestore, - }); - targetPublicServer = targetPublicServerOperation.Value; - break; - } - catch (RequestFailedException ex) - { - if (ex.ErrorCode.Equals("GeoBackupsNotAvailable", StringComparison.OrdinalIgnoreCase)) - { - if (Recording.Mode != RecordedTestMode.Playback) - { - await Task.Delay(TimeSpan.FromMinutes(6)); - } - } - else - { - throw ex; - } - } - } - Assert.IsNotNull(targetPublicServer, $"GeoBackups not available for server {sourcePublicServerName} after 2 hours."); - - Assert.AreEqual(targetPublicServerName, targetPublicServer.Data.Name); - Assert.AreEqual(targetLocation, targetPublicServer.Data.Location); - Assert.AreEqual(PostgreSqlFlexibleServerPublicNetworkAccessState.Enabled, targetPublicServer.Data.Network.PublicNetworkAccess); - - // Create source vnet and subnet - var (sourceVnet, sourceSubnet) = await CreateVirtualNetwork(sourceVnetName, sourceSubnetName, rg.Data.Name, rg.Data.Location); - - // Create source private DNS zone and virtual link - var sourcePrivateDnsZone = await CreatePrivateDnsZone(sourcePrivateServerName, sourceVnet, rg.Data.Name); - - // Create private server - var sourcePrivateServerOperation = await serverCollection.CreateOrUpdateAsync(WaitUntil.Completed, sourcePrivateServerName, new PostgreSqlFlexibleServerData(rg.Data.Location) - { - Sku = new PostgreSqlFlexibleServerSku("Standard_D2s_v3", PostgreSqlFlexibleServerSkuTier.GeneralPurpose), - AdministratorLogin = "testUser", - AdministratorLoginPassword = "testPassword1!", - Version = PostgreSqlFlexibleServerVersion.Ver14, - StorageSizeInGB = 128, - Backup = new PostgreSqlFlexibleServerBackupProperties() - { - GeoRedundantBackup = PostgreSqlFlexibleServerGeoRedundantBackupEnum.Enabled, - }, - Network = new PostgreSqlFlexibleServerNetwork() - { - DelegatedSubnetResourceId = sourceSubnet.Id, - PrivateDnsZoneArmResourceId = sourcePrivateDnsZone.Id, - }, - CreateMode = PostgreSqlFlexibleServerCreateMode.Create, - }); - var sourcePrivateServer = sourcePrivateServerOperation.Value; - - Assert.AreEqual(sourcePrivateServerName, sourcePrivateServer.Data.Name); - Assert.AreEqual(PostgreSqlFlexibleServerGeoRedundantBackupEnum.Enabled, sourcePrivateServer.Data.Backup.GeoRedundantBackup); - Assert.AreEqual(PostgreSqlFlexibleServerPublicNetworkAccessState.Disabled, sourcePrivateServer.Data.Network.PublicNetworkAccess); - - // Create target vnet and subnet in paired region - var (targetVnet, targetSubnet) = await CreateVirtualNetwork(targetVnetName, targetSubnetName, rg.Data.Name, targetLocation); - - // Create target private DNS zone and virtual link - var targetPrivateDnsZone = await CreatePrivateDnsZone(targetPrivateServerName, targetVnet, rg.Data.Name); - - // Geo-restore private server to paired region - PostgreSqlFlexibleServerResource targetPrivateServer = null; - for (var i = 0; i < 20; i++) - { - try - { - var targetPrivateServerOperation = await serverCollection.CreateOrUpdateAsync(WaitUntil.Completed, targetPrivateServerName, new PostgreSqlFlexibleServerData(targetLocation) - { - Network = new PostgreSqlFlexibleServerNetwork() - { - DelegatedSubnetResourceId = targetSubnet.Id, - PrivateDnsZoneArmResourceId = targetPrivateDnsZone.Id, - }, - SourceServerResourceId = sourcePrivateServer.Id, - PointInTimeUtc = DateTime.Now, - CreateMode = PostgreSqlFlexibleServerCreateMode.GeoRestore, - }); - targetPrivateServer = targetPrivateServerOperation.Value; - break; - } - catch (RequestFailedException ex) - { - if (ex.ErrorCode.Equals("GeoBackupsNotAvailable", StringComparison.OrdinalIgnoreCase)) - { - if (Recording.Mode != RecordedTestMode.Playback) - { - await Task.Delay(TimeSpan.FromMinutes(6)); - } - } - else - { - throw ex; - } - } - } - Assert.IsNotNull(targetPrivateServer, $"GeoBackups not available for server {sourcePrivateServerName} after 2 hours."); - - Assert.AreEqual(targetPrivateServerName, targetPrivateServer.Data.Name); - Assert.AreEqual(targetLocation, targetPrivateServer.Data.Location); - Assert.AreEqual(targetSubnet.Id, targetPrivateServer.Data.Network.DelegatedSubnetResourceId); - Assert.AreEqual(targetPrivateDnsZone.Id, targetPrivateServer.Data.Network.PrivateDnsZoneArmResourceId); - Assert.AreEqual(PostgreSqlFlexibleServerPublicNetworkAccessState.Disabled, targetPrivateServer.Data.Network.PublicNetworkAccess); - } - - [TestCase(true)] - [TestCase(false)] - [RecordedTest] - public async Task Replica(bool vnetEnabled) - { - var sourceServerName = Recording.GenerateAssetName("pgflexserver"); - var replicaServerName = new string[2]; - var vnetName = Recording.GenerateAssetName("vnet"); - var sourceSubnetName = Recording.GenerateAssetName("subnet"); - var replicaSubnetName = new string[2]; - - var rg = await CreateResourceGroupAsync(Subscription, "pgflexrg", AzureLocation.EastUS); - var serverCollection = rg.GetPostgreSqlFlexibleServers(); - - VirtualNetworkResource vnet = null; - - SubnetResource sourceSubnet = null; - PrivateDnsZoneResource sourcePrivateDnsZone = null; - - var replicaSubnet = new SubnetResource[2]; - var replicaPrivateDnsZone = new PrivateDnsZoneResource[2]; - - for (var i = 0; i < 2; i++) - { - replicaServerName[i] = Recording.GenerateAssetName("pgflexserver"); - replicaSubnetName[i] = Recording.GenerateAssetName("subnet"); - } - - if (vnetEnabled) - { - (vnet, sourceSubnet) = await CreateVirtualNetwork(vnetName, sourceSubnetName, rg.Data.Name, rg.Data.Location); - sourcePrivateDnsZone = await CreatePrivateDnsZone(sourceServerName, vnet, rg.Data.Name); - - for (var i = 0; i < 2; ++i) - { - var replicaSubnetOperation = await vnet.GetSubnets().CreateOrUpdateAsync(WaitUntil.Completed, replicaSubnetName[i], new SubnetData() - { - Name = replicaSubnetName[i], - AddressPrefix = $"10.0.{i+1}.0/24", - PrivateEndpointNetworkPolicy = VirtualNetworkPrivateEndpointNetworkPolicy.Disabled, - Delegations = { - new ServiceDelegation() - { - Name = "Microsoft.DBforPostgreSQL/flexibleServers", - ServiceName = "Microsoft.DBforPostgreSQL/flexibleServers", - }, - }, - PrivateLinkServiceNetworkPolicy = VirtualNetworkPrivateLinkServiceNetworkPolicy.Enabled, - }); - replicaSubnet[i] = replicaSubnetOperation.Value; - replicaPrivateDnsZone[i] = await CreatePrivateDnsZone(replicaServerName[i], vnet, rg.Data.Name); - } - } - - // Create source server - var sourceServerData = new PostgreSqlFlexibleServerData(rg.Data.Location) - { - Sku = new PostgreSqlFlexibleServerSku("Standard_D2s_v3", PostgreSqlFlexibleServerSkuTier.GeneralPurpose), - AdministratorLogin = "testUser", - AdministratorLoginPassword = "testPassword1!", - Version = PostgreSqlFlexibleServerVersion.Ver14, - StorageSizeInGB = 128, - CreateMode = PostgreSqlFlexibleServerCreateMode.Create, - }; - if (vnetEnabled) - { - sourceServerData.Network = new PostgreSqlFlexibleServerNetwork() - { - DelegatedSubnetResourceId = sourceSubnet.Id, - PrivateDnsZoneArmResourceId = sourcePrivateDnsZone.Id, - }; - } - var sourceServerOperation = await serverCollection.CreateOrUpdateAsync(WaitUntil.Completed, sourceServerName, sourceServerData); - var sourceServer = sourceServerOperation.Value; - - Assert.AreEqual(sourceServerName, sourceServer.Data.Name); - Assert.AreEqual(PostgreSqlFlexibleServerReplicationRole.Primary, sourceServer.Data.ReplicationRole); - if (vnetEnabled) - { - Assert.AreEqual(sourceSubnet.Id, sourceServer.Data.Network.DelegatedSubnetResourceId); - Assert.AreEqual(sourcePrivateDnsZone.Id, sourceServer.Data.Network.PrivateDnsZoneArmResourceId); - } - - // Create replica 0 - var replica0ServerData = new PostgreSqlFlexibleServerData(rg.Data.Location) - { - SourceServerResourceId = sourceServer.Id, - AvailabilityZone = "2", - CreateMode = PostgreSqlFlexibleServerCreateMode.Replica, - }; - if (vnetEnabled) - { - replica0ServerData.Network = new PostgreSqlFlexibleServerNetwork() - { - DelegatedSubnetResourceId = replicaSubnet[0].Id, - PrivateDnsZoneArmResourceId = replicaPrivateDnsZone[0].Id, - }; - } - var replica0ServerOperation = await serverCollection.CreateOrUpdateAsync(WaitUntil.Completed, replicaServerName[0], replica0ServerData); - var replica0Server = replica0ServerOperation.Value; - - Assert.AreEqual(replicaServerName[0], replica0Server.Data.Name); - Assert.AreEqual("2", replica0Server.Data.AvailabilityZone); - Assert.AreEqual(sourceServer.Data.Sku.Name, replica0Server.Data.Sku.Name); - Assert.AreEqual(sourceServer.Data.Sku.Tier, replica0Server.Data.Sku.Tier); - Assert.AreEqual(PostgreSqlFlexibleServerReplicationRole.AsyncReplica, replica0Server.Data.ReplicationRole); - Assert.AreEqual(sourceServer.Id, replica0Server.Data.SourceServerResourceId); - Assert.AreEqual(0, replica0Server.Data.ReplicaCapacity); - if (vnetEnabled) - { - Assert.AreEqual(replicaSubnet[0].Id, replica0Server.Data.Network.DelegatedSubnetResourceId); - Assert.AreEqual(replicaPrivateDnsZone[0].Id, replica0Server.Data.Network.PrivateDnsZoneArmResourceId); - } - - // Create replica 1 - var replica1ServerData = new PostgreSqlFlexibleServerData(rg.Data.Location) - { - SourceServerResourceId = sourceServer.Id, - AvailabilityZone = "2", - CreateMode = PostgreSqlFlexibleServerCreateMode.Replica, - }; - if (vnetEnabled) - { - replica1ServerData.Network = new PostgreSqlFlexibleServerNetwork() - { - DelegatedSubnetResourceId = replicaSubnet[1].Id, - PrivateDnsZoneArmResourceId = replicaPrivateDnsZone[1].Id, - }; - } - var replica1ServerOperation = await serverCollection.CreateOrUpdateAsync(WaitUntil.Completed, replicaServerName[1], replica1ServerData); - var replica1Server = replica1ServerOperation.Value; - - Assert.AreEqual(replicaServerName[1], replica1Server.Data.Name); - Assert.AreEqual("2", replica1Server.Data.AvailabilityZone); - Assert.AreEqual(sourceServer.Data.Sku.Name, replica1Server.Data.Sku.Name); - Assert.AreEqual(sourceServer.Data.Sku.Tier, replica1Server.Data.Sku.Tier); - Assert.AreEqual(PostgreSqlFlexibleServerReplicationRole.AsyncReplica, replica1Server.Data.ReplicationRole); - Assert.AreEqual(sourceServer.Id, replica1Server.Data.SourceServerResourceId); - Assert.AreEqual(0, replica1Server.Data.ReplicaCapacity); - if (vnetEnabled) - { - Assert.AreEqual(replicaSubnet[1].Id, replica1Server.Data.Network.DelegatedSubnetResourceId); - Assert.AreEqual(replicaPrivateDnsZone[1].Id, replica1Server.Data.Network.PrivateDnsZoneArmResourceId); - } - - var replicaList = await serverCollection.GetReplicasAsync(sourceServerName).ToEnumerableAsync(); - Assert.AreEqual(2, replicaList.Count); - - // Stop replication on replica 0 - var replica0ServerUpdate = await replica0Server.UpdateAsync(WaitUntil.Completed, new PostgreSqlFlexibleServerPatch() - { - ReplicationRole = PostgreSqlFlexibleServerReplicationRole.None, - }); - replica0Server = replica0ServerUpdate.Value; - - Assert.AreEqual(replicaServerName[0], replica0Server.Data.Name); - Assert.AreEqual(PostgreSqlFlexibleServerReplicationRole.Primary, replica0Server.Data.ReplicationRole); - Assert.IsNull(replica0Server.Data.SourceServerResourceId); - - // Can't delete source server if it has replicas - RequestFailedException deleteException = null; - try - { - await sourceServer.DeleteAsync(WaitUntil.Completed); - } - catch (RequestFailedException ex) - { - deleteException = ex; - } - Assert.NotNull(deleteException); - - // Delete replica 1 - await replica1Server.DeleteAsync(WaitUntil.Completed); - - // Now delete source server - await sourceServer.DeleteAsync(WaitUntil.Completed); - } - - [TestCase("11", "12")] - [TestCase("11", "13")] - [TestCase("11", "14")] - [TestCase("12", "13")] - [TestCase("12", "14")] - [TestCase("13", "14")] - [RecordedTest] - public async Task MajorVersionUpgrade(string source, string dest) - { - PostgreSqlFlexibleServerVersion sourceVersion = source; - PostgreSqlFlexibleServerVersion destVersion = dest; - - var serverName = Recording.GenerateAssetName("pgflexserver"); - - var rg = await CreateResourceGroupAsync(Subscription, "pgflexrg", AzureLocation.EastUS); - var serverCollection = rg.GetPostgreSqlFlexibleServers(); - - var serverOperation = await serverCollection.CreateOrUpdateAsync(WaitUntil.Completed, serverName, new PostgreSqlFlexibleServerData(rg.Data.Location) - { - Sku = new PostgreSqlFlexibleServerSku("Standard_D2s_v3", PostgreSqlFlexibleServerSkuTier.GeneralPurpose), - AdministratorLogin = "testUser", - AdministratorLoginPassword = "testPassword1!", - Version = sourceVersion, - StorageSizeInGB = 128, - CreateMode = PostgreSqlFlexibleServerCreateMode.Create, - }); - var server = serverOperation.Value; - - Assert.AreEqual(sourceVersion, server.Data.Version); - - var updateOperation = await server.UpdateAsync(WaitUntil.Completed, new PostgreSqlFlexibleServerPatch() - { - Version = destVersion, - }); - server = updateOperation.Value; - - Assert.AreEqual(destVersion, server.Data.Version); - } - - [TestCase] - [RecordedTest] - public async Task Backups() - { - var serverName = Recording.GenerateAssetName("pgflexserver"); - - var rg = await CreateResourceGroupAsync(Subscription, "pgflexrg", AzureLocation.EastUS); - var serverCollection = rg.GetPostgreSqlFlexibleServers(); - - var serverOperation = await serverCollection.CreateOrUpdateAsync(WaitUntil.Completed, serverName, new PostgreSqlFlexibleServerData(rg.Data.Location) - { - Sku = new PostgreSqlFlexibleServerSku("Standard_D2s_v3", PostgreSqlFlexibleServerSkuTier.GeneralPurpose), - AdministratorLogin = "testUser", - AdministratorLoginPassword = "testPassword1!", - Version = PostgreSqlFlexibleServerVersion.Ver14, - StorageSizeInGB = 128, - CreateMode = PostgreSqlFlexibleServerCreateMode.Create, - }); - var server = serverOperation.Value; - - var backups = new List(); - for (var i = 0; i < 10; ++i) - { - backups = await server.GetPostgreSqlFlexibleServerBackups().GetAllAsync().ToEnumerableAsync(); - if (backups.Count > 0) - { - break; - } - if (Recording.Mode != RecordedTestMode.Playback) - { - await Task.Delay(TimeSpan.FromMinutes(1)); - } - } - Assert.AreEqual(1, backups.Count); - - var automaticBackup = (await server.GetPostgreSqlFlexibleServerBackupAsync(backups[0].Data.Name)).Value; - Assert.AreEqual(automaticBackup.Data.Name, backups[0].Data.Name); - Assert.AreEqual(automaticBackup.Data.BackupType, backups[0].Data.BackupType); - Assert.AreEqual(automaticBackup.Data.CompletedOn, backups[0].Data.CompletedOn); - } - - [TestCase] - [LiveOnly(alwaysRunLocally: false)] - public async Task CMK() - { - var keyVaultName = Recording.GenerateAssetName("vault"); - var keyName = Recording.GenerateAssetName("key"); - var identityName = Recording.GenerateAssetName("identity"); - var keyNameUpdate = Recording.GenerateAssetName("key"); - var identityNameUpdate = Recording.GenerateAssetName("identity"); - var serverName = Recording.GenerateAssetName("pgflexserver"); - var replicaName = Recording.GenerateAssetName("pgflexserver"); - var restoreName = Recording.GenerateAssetName("pgflexserver"); - - var rg = await CreateResourceGroupAsync(Subscription, "pgflexrg", AzureLocation.EastUS); - var serverCollection = rg.GetPostgreSqlFlexibleServers(); - - // Create key and identity - var (key, identity) = await CreateKeyAndIdentity(keyVaultName, keyName, identityName, rg.Data.Name); - var (keyUpdate, identityUpdate) = await CreateKeyAndIdentity(keyVaultName, keyNameUpdate, identityNameUpdate, rg.Data.Name); - - // Create server with data encryption - var serverOperation = await serverCollection.CreateOrUpdateAsync(WaitUntil.Completed, serverName, new PostgreSqlFlexibleServerData(rg.Data.Location) - { - Sku = new PostgreSqlFlexibleServerSku("Standard_D2s_v3", PostgreSqlFlexibleServerSkuTier.GeneralPurpose), - AdministratorLogin = "testUser", - AdministratorLoginPassword = "testPassword1!", - Version = PostgreSqlFlexibleServerVersion.Ver14, - StorageSizeInGB = 128, - Identity = new PostgreSqlFlexibleServerUserAssignedIdentity(PostgreSqlFlexibleServerIdentityType.UserAssigned) - { - UserAssignedIdentities = { { identity.Id, new UserAssignedIdentity() } }, - }, - DataEncryption = new PostgreSqlFlexibleServerDataEncryption() - { - PrimaryKeyUri = key.Id, - PrimaryUserAssignedIdentityId = identity.Id, - KeyType = PostgreSqlFlexibleServerKeyType.AzureKeyVault, - }, - CreateMode = PostgreSqlFlexibleServerCreateMode.Create, - }); - var server = serverOperation.Value; - - Assert.AreEqual(key.Id, server.Data.DataEncryption.PrimaryKeyUri); - Assert.AreEqual(identity.Id, server.Data.DataEncryption.PrimaryUserAssignedIdentityId); - Assert.IsTrue(server.Data.Identity.UserAssignedIdentities.ContainsKey(identity.Id)); - - // Create replica with same key and identity - var replicaOperation = await serverCollection.CreateOrUpdateAsync(WaitUntil.Completed, replicaName, new PostgreSqlFlexibleServerData(rg.Data.Location) - { - SourceServerResourceId = server.Id, - AvailabilityZone = "2", - Identity = new PostgreSqlFlexibleServerUserAssignedIdentity(PostgreSqlFlexibleServerIdentityType.UserAssigned) - { - UserAssignedIdentities = { { identity.Id, new UserAssignedIdentity() } }, - }, - DataEncryption = new PostgreSqlFlexibleServerDataEncryption() - { - PrimaryKeyUri = key.Id, - PrimaryUserAssignedIdentityId = identity.Id, - KeyType = PostgreSqlFlexibleServerKeyType.AzureKeyVault, - }, - CreateMode = PostgreSqlFlexibleServerCreateMode.Replica, - }); - var replica = replicaOperation.Value; - - Assert.AreEqual(key.Id, replica.Data.DataEncryption.PrimaryKeyUri); - Assert.AreEqual(identity.Id, replica.Data.DataEncryption.PrimaryUserAssignedIdentityId); - Assert.IsTrue(replica.Data.Identity.UserAssignedIdentities.ContainsKey(identity.Id)); - - // Update different key and identity in primary server - var updateOperation = await server.UpdateAsync(WaitUntil.Completed, new PostgreSqlFlexibleServerPatch() - { - Identity = new PostgreSqlFlexibleServerUserAssignedIdentity(PostgreSqlFlexibleServerIdentityType.UserAssigned) - { - UserAssignedIdentities = { { identityUpdate.Id, new UserAssignedIdentity() } }, - }, - DataEncryption = new PostgreSqlFlexibleServerDataEncryption() - { - PrimaryKeyUri = keyUpdate.Id, - PrimaryUserAssignedIdentityId = identityUpdate.Id, - KeyType = PostgreSqlFlexibleServerKeyType.AzureKeyVault, - }, - }); - server = updateOperation.Value; - - Assert.AreEqual(keyUpdate.Id, server.Data.DataEncryption.PrimaryKeyUri); - Assert.AreEqual(identityUpdate.Id, server.Data.DataEncryption.PrimaryUserAssignedIdentityId); - Assert.IsTrue(server.Data.Identity.UserAssignedIdentities.ContainsKey(identityUpdate.Id)); - - // Restore backup with data encryption - if (Recording.Mode != RecordedTestMode.Playback) - { - var earliestRestore = server.Data.Backup.EarliestRestoreOn.Value; - var millisecondsToWait = (int)(earliestRestore - DateTime.Now).TotalMilliseconds; - await Task.Delay(Math.Max(0, millisecondsToWait)); - } - - var restoreOperation = await serverCollection.CreateOrUpdateAsync(WaitUntil.Completed, restoreName, new PostgreSqlFlexibleServerData(rg.Data.Location) - { - SourceServerResourceId = server.Id, - PointInTimeUtc = DateTime.Now, - Identity = new PostgreSqlFlexibleServerUserAssignedIdentity(PostgreSqlFlexibleServerIdentityType.UserAssigned) - { - UserAssignedIdentities = { { identity.Id, new UserAssignedIdentity() } }, - }, - DataEncryption = new PostgreSqlFlexibleServerDataEncryption() - { - PrimaryKeyUri = key.Id, - PrimaryUserAssignedIdentityId = identity.Id, - KeyType = PostgreSqlFlexibleServerKeyType.AzureKeyVault, - }, - CreateMode = PostgreSqlFlexibleServerCreateMode.PointInTimeRestore, - }); - var restore = restoreOperation.Value; - - Assert.AreEqual(key.Id, restore.Data.DataEncryption.PrimaryKeyUri); - Assert.AreEqual(identity.Id, restore.Data.DataEncryption.PrimaryUserAssignedIdentityId); - Assert.IsTrue(restore.Data.Identity.UserAssignedIdentities.ContainsKey(identity.Id)); - } - - [TestCase] - [LiveOnly(alwaysRunLocally: false)] - public async Task AAD() - { - var serverName = Recording.GenerateAssetName("pgflexserver"); - var replicaName = new string[2] { Recording.GenerateAssetName("pgflexserver"), Recording.GenerateAssetName("pgflexserver") }; - - var rg = await CreateResourceGroupAsync(Subscription, "pgflexrg", AzureLocation.EastUS); - var serverCollection = rg.GetPostgreSqlFlexibleServers(); - - // Get current client info - var tenants = await Client.GetTenants().GetAllAsync().ToEnumerableAsync(); - var tenant = tenants.FirstOrDefault(); - var tenantId = tenant.Data.TenantId.Value; - - var graphClient = new GraphServiceClient(TestEnvironment.Credential); - var servicePrincipals = await graphClient.ServicePrincipals - .Request() - .Filter($"servicePrincipalNames/any(c:c eq '{TestEnvironment.ClientId}')") - .Top(1) - .GetAsync(); - var servicePrincipal = servicePrincipals.FirstOrDefault(); - - // Create main server - var serverOperation = await serverCollection.CreateOrUpdateAsync(WaitUntil.Completed, serverName, new PostgreSqlFlexibleServerData(rg.Data.Location) - { - Sku = new PostgreSqlFlexibleServerSku("Standard_D2s_v3", PostgreSqlFlexibleServerSkuTier.GeneralPurpose), - AdministratorLogin = "testUser", - AdministratorLoginPassword = "testPassword1!", - Version = PostgreSqlFlexibleServerVersion.Ver14, - StorageSizeInGB = 128, - CreateMode = PostgreSqlFlexibleServerCreateMode.Create, - AuthConfig = new PostgreSqlFlexibleServerAuthConfig() - { - ActiveDirectoryAuth = PostgreSqlFlexibleServerActiveDirectoryAuthEnum.Enabled, - PasswordAuth = PostgreSqlFlexibleServerPasswordAuthEnum.Enabled, - } - }); - var server = serverOperation.Value; - - Assert.AreEqual(PostgreSqlFlexibleServerActiveDirectoryAuthEnum.Enabled, server.Data.AuthConfig.ActiveDirectoryAuth); - Assert.AreEqual(PostgreSqlFlexibleServerPasswordAuthEnum.Enabled, server.Data.AuthConfig.PasswordAuth); - - // Create first replica server - var replicaOperation = await serverCollection.CreateOrUpdateAsync(WaitUntil.Completed, replicaName[0], new PostgreSqlFlexibleServerData(rg.Data.Location) - { - SourceServerResourceId = server.Id, - AvailabilityZone = "2", - CreateMode = PostgreSqlFlexibleServerCreateMode.Replica, - }); - var firstReplica = replicaOperation.Value; - - // Add AAD admin to main server - await server.GetPostgreSqlFlexibleServerActiveDirectoryAdministrators().CreateOrUpdateAsync(WaitUntil.Completed, servicePrincipal.Id, new PostgreSqlFlexibleServerActiveDirectoryAdministratorCreateOrUpdateContent() - { - PrincipalName = servicePrincipal.DisplayName, - TenantId = tenantId, - PrincipalType = PostgreSqlFlexibleServerPrincipalType.ServicePrincipal, - }); - - // Create second replica server - replicaOperation = await serverCollection.CreateOrUpdateAsync(WaitUntil.Completed, replicaName[1], new PostgreSqlFlexibleServerData(rg.Data.Location) - { - SourceServerResourceId = server.Id, - AvailabilityZone = "2", - CreateMode = PostgreSqlFlexibleServerCreateMode.Replica, - }); - var secondReplica = replicaOperation.Value; - - // Main server and both replicas should have AAD - foreach (var s in new PostgreSqlFlexibleServerResource[] { server, firstReplica, secondReplica }) - { - var admin = (await s.GetPostgreSqlFlexibleServerActiveDirectoryAdministratorAsync(servicePrincipal.Id)).Value; - Assert.AreEqual(PostgreSqlFlexibleServerPrincipalType.ServicePrincipal, admin.Data.PrincipalType); - Assert.AreEqual(servicePrincipal.DisplayName, admin.Data.PrincipalName); - Assert.AreEqual(servicePrincipal.Id, admin.Data.ObjectId.ToString()); - } - } } } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/Backups().json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/Backups().json deleted file mode 100644 index 8b8fe7487329a..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/Backups().json +++ /dev/null @@ -1,584 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-395ba22143b6d7206d98c604c753cc7d-beef52d2b44e3ae0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c8896acffb2440fc7cb7c19ba3f5a2c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 06:48:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "326b20da-6b4b-44a0-8fad-a05a657fe08f", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "326b20da-6b4b-44a0-8fad-a05a657fe08f", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T064815Z:326b20da-6b4b-44a0-8fad-a05a657fe08f" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg9426?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-78815168fbca6eeab884b7c80a2f074b-d4888bea313097c7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "832962596161a9402ca6a2eb81184898", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 06:48:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e6abf74-01c4-4557-bbe8-8874db7e7a80", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "7e6abf74-01c4-4557-bbe8-8874db7e7a80", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T064816Z:7e6abf74-01c4-4557-bbe8-8874db7e7a80" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg9426", - "name": "pgflexrg9426", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg9426/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6498?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "250", - "Content-Type": "application/json", - "traceparent": "00-3adc056cff6707ee97ca8ef341eb5063-2c5045246ad1acaa-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d70456467f5c7abe209aa5d9de731eb0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "14", - "storage": { - "storageSizeGB": 128 - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/7db49446-17b0-43a3-a0c5-6b484b8b5176?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 06:48:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/7db49446-17b0-43a3-a0c5-6b484b8b5176?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "12544216-c814-4da3-b6ca-cb2c0042515a", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "8f212d28-d867-41ed-952e-4ce66daaa3fa", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T064817Z:12544216-c814-4da3-b6ca-cb2c0042515a" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T06:48:17.803Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/7db49446-17b0-43a3-a0c5-6b484b8b5176?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3adc056cff6707ee97ca8ef341eb5063-b26307dc1dfd3ac3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4baf0a52d9c0d9b8a4af63c7bc67cab9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 06:48:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1df84849-53ad-45ce-b831-1bfffdb675df", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "23b96987-2dc6-496a-93d7-f08399b67017", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T064818Z:1df84849-53ad-45ce-b831-1bfffdb675df" - }, - "ResponseBody": { - "name": "7db49446-17b0-43a3-a0c5-6b484b8b5176", - "status": "InProgress", - "startTime": "2023-01-27T06:48:17.803Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/7db49446-17b0-43a3-a0c5-6b484b8b5176?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3adc056cff6707ee97ca8ef341eb5063-76924e5420b86649-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b2baf28865a5fa1a4ddc4ee1b068dc8e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 06:49:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87441c7b-5306-47bf-9b7b-3d2bf639d0af", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "d6ed8de9-4ca5-4762-984f-f03f5cb0f096", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T064918Z:87441c7b-5306-47bf-9b7b-3d2bf639d0af" - }, - "ResponseBody": { - "name": "7db49446-17b0-43a3-a0c5-6b484b8b5176", - "status": "InProgress", - "startTime": "2023-01-27T06:48:17.803Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/7db49446-17b0-43a3-a0c5-6b484b8b5176?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3adc056cff6707ee97ca8ef341eb5063-4e7fe5bc35d1d814-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d486fb64d3c457f017993ecee8416b20", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 06:50:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1b02af60-3f8a-4347-87e3-f6137d45cf58", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "98a88390-18c6-4d7f-867e-2494149bcd48", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T065018Z:1b02af60-3f8a-4347-87e3-f6137d45cf58" - }, - "ResponseBody": { - "name": "7db49446-17b0-43a3-a0c5-6b484b8b5176", - "status": "InProgress", - "startTime": "2023-01-27T06:48:17.803Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/7db49446-17b0-43a3-a0c5-6b484b8b5176?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3adc056cff6707ee97ca8ef341eb5063-fccfc98a94a5749f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "abce15b083d7ec03efb4fde38ad6283c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 06:51:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c98ef54-488b-4eae-a586-140cdb602685", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "ca48f3d0-7931-43f4-921d-a9917a79aff5", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T065119Z:6c98ef54-488b-4eae-a586-140cdb602685" - }, - "ResponseBody": { - "name": "7db49446-17b0-43a3-a0c5-6b484b8b5176", - "status": "InProgress", - "startTime": "2023-01-27T06:48:17.803Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/7db49446-17b0-43a3-a0c5-6b484b8b5176?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3adc056cff6707ee97ca8ef341eb5063-797dabbe1b52127a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c063d5d3f6e1b4f502629a0c274c120c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 06:52:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d8b6649-3078-4015-b61d-549745cf3639", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "171cf492-8a74-4ef7-b33b-2eedd93ab8c7", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T065219Z:5d8b6649-3078-4015-b61d-549745cf3639" - }, - "ResponseBody": { - "name": "7db49446-17b0-43a3-a0c5-6b484b8b5176", - "status": "InProgress", - "startTime": "2023-01-27T06:48:17.803Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/7db49446-17b0-43a3-a0c5-6b484b8b5176?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3adc056cff6707ee97ca8ef341eb5063-f211f8726464a1a9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9b312e70319ae0b6f899e40fd60ccc41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 06:53:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "18f0dae8-986a-4867-b900-5fcbf538b7a7", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "548d9c98-04d5-4e67-a52a-aca4facabaf0", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T065319Z:18f0dae8-986a-4867-b900-5fcbf538b7a7" - }, - "ResponseBody": { - "name": "7db49446-17b0-43a3-a0c5-6b484b8b5176", - "status": "InProgress", - "startTime": "2023-01-27T06:48:17.803Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/7db49446-17b0-43a3-a0c5-6b484b8b5176?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3adc056cff6707ee97ca8ef341eb5063-c02496c7d8d4c3f8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "12fb0170abdeb93f1f19a874e9f7c4a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 06:54:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "812f1f1e-cf08-49b4-8d7c-988795c90040", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "40fdb274-150a-4801-8807-6c5b94c7d8b7", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T065419Z:812f1f1e-cf08-49b4-8d7c-988795c90040" - }, - "ResponseBody": { - "name": "7db49446-17b0-43a3-a0c5-6b484b8b5176", - "status": "Succeeded", - "startTime": "2023-01-27T06:48:17.803Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg9426/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6498?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3adc056cff6707ee97ca8ef341eb5063-9cacb95d3219582e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5c72f1a28da4a2a21e82c84711e5def6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1116", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 06:54:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f56056ab-8875-41b7-a38c-d0b9d7de8696", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "9449d8ea-00a4-4bfe-8691-658ce3f96ece", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T065420Z:f56056ab-8875-41b7-a38c-d0b9d7de8696" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T06:48:24.8644739Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver6498.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "1", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T06:48:24.8644739\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg9426/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6498", - "name": "pgflexserver6498", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg9426/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6498/backups?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-2b845a72eca911af876f399a29178796-dfc96b4f6678c947-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "269c5996ff50c52dee787b808842f700", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "12", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 06:54:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3975de35-c068-4d54-8ec6-027769a058f3", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "652b13a6-a151-441b-909b-a95bcdab66bd", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T065420Z:3975de35-c068-4d54-8ec6-027769a058f3" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg9426/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6498/backups?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-d030587b7db29a3b0cd21c4c27cf4bae-f73ec3fbbb77c8a9-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e46d41d57099e29c5f59f45be2f8a73a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "405", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 06:55:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f4a3454c-af09-4d34-86aa-abbbac5fc30b", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "9862f462-11d0-4cd2-b6f0-ade17f52873b", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T065520Z:f4a3454c-af09-4d34-86aa-abbbac5fc30b" - }, - "ResponseBody": { - "value": [ - { - "properties": { - "backupType": "Full", - "source": "Automatic", - "completedTime": "2023-01-27T06:55:15.7705688\u002B00:00" - }, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg9426/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6498/backups/backup_638103993147705688", - "name": "backup_638103993147705688", - "type": "Microsoft.DBforPostgreSQL/flexibleServers/backups" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg9426/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6498/backups/backup_638103993147705688?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-76b5f388604e2ca57a4c452099ff5c65-1802d533af80c657-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8fdeb23a9e5aa252c3ad6d2c112119dc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "393", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 06:55:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "97bdfaf6-8075-4c84-a426-782838786f7a", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "f856cbc9-fe59-45a3-a159-93b0dc2629d3", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T065521Z:97bdfaf6-8075-4c84-a426-782838786f7a" - }, - "ResponseBody": { - "properties": { - "backupType": "Full", - "source": "Automatic", - "completedTime": "2023-01-27T06:55:15.7705688\u002B00:00" - }, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg9426/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6498/backups/backup_638103993147705688", - "name": "backup_638103993147705688", - "type": "Microsoft.DBforPostgreSQL/flexibleServers/backups" - } - } - ], - "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "974866929", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/Backups()Async.json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/Backups()Async.json deleted file mode 100644 index ca1831f9d285e..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/Backups()Async.json +++ /dev/null @@ -1,582 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-11162a42eb54ce804c2093112fc79afa-64c70ffa87d17555-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e7379577474df246dd1057f104f15977", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 06:57:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9defeb50-2bc6-4a02-bf66-30275670ca00", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "9defeb50-2bc6-4a02-bf66-30275670ca00", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T065720Z:9defeb50-2bc6-4a02-bf66-30275670ca00" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg7420?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-18e8cca7bb2a346bd8b0a17e14764c63-3aabe45d609e5381-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "90f4461f871c4a62636a463af1f42f60", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 06:57:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab201e03-79e8-4027-9959-3c4d4ea78857", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "ab201e03-79e8-4027-9959-3c4d4ea78857", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T065721Z:ab201e03-79e8-4027-9959-3c4d4ea78857" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7420", - "name": "pgflexrg7420", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7420/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2340?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "250", - "Content-Type": "application/json", - "traceparent": "00-d06637ce62fc4fccd1af4e1abfc10722-4afd50c3dcc70463-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d930f21cfdcae0d720ef0dfb16a34d76", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "14", - "storage": { - "storageSizeGB": 128 - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/c3cf3d36-2f41-4d22-a8d0-911a38660327?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 06:57:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/c3cf3d36-2f41-4d22-a8d0-911a38660327?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "71a0acbf-0064-49da-ab81-1969b9cc1f7e", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "27631652-983b-4fd7-a1ae-5b44dd07e274", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T065723Z:71a0acbf-0064-49da-ab81-1969b9cc1f7e" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T06:57:23.247Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/c3cf3d36-2f41-4d22-a8d0-911a38660327?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d06637ce62fc4fccd1af4e1abfc10722-f9a0616e7ea21a72-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "67d5a4c1084621be6e146f2c796733bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 06:57:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29327f54-0de4-419d-ad36-6813335d2a30", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "d24183fe-1de6-4675-96fd-af01d8376f04", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T065723Z:29327f54-0de4-419d-ad36-6813335d2a30" - }, - "ResponseBody": { - "name": "c3cf3d36-2f41-4d22-a8d0-911a38660327", - "status": "InProgress", - "startTime": "2023-01-27T06:57:23.247Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/c3cf3d36-2f41-4d22-a8d0-911a38660327?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d06637ce62fc4fccd1af4e1abfc10722-2b0dc1a5c2e4e75a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8db5cf1cff513449788055c719fa347d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 06:58:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cefa7dd6-0de9-4af1-b2ae-da48b8807227", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "81e879b4-97a7-4221-8610-6ed8f9045e0b", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T065823Z:cefa7dd6-0de9-4af1-b2ae-da48b8807227" - }, - "ResponseBody": { - "name": "c3cf3d36-2f41-4d22-a8d0-911a38660327", - "status": "InProgress", - "startTime": "2023-01-27T06:57:23.247Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/c3cf3d36-2f41-4d22-a8d0-911a38660327?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d06637ce62fc4fccd1af4e1abfc10722-8d3ae24de56c7db3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "723aaad0e6ce7c30a481c103774c361d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 06:59:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "90554a58-b096-445c-9d1f-7ac83f64bb8f", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "6ef29742-71f9-4182-83ef-c644b6b14280", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T065924Z:90554a58-b096-445c-9d1f-7ac83f64bb8f" - }, - "ResponseBody": { - "name": "c3cf3d36-2f41-4d22-a8d0-911a38660327", - "status": "InProgress", - "startTime": "2023-01-27T06:57:23.247Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/c3cf3d36-2f41-4d22-a8d0-911a38660327?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d06637ce62fc4fccd1af4e1abfc10722-c769e317ea98a756-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "dcbf24cf90eec2105aa0eec6b3f70873", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 07:00:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9d94211d-50e6-467a-ab7a-19cdb8d5a396", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "f761cf33-2d04-4b60-8620-7e61c97726d0", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T070024Z:9d94211d-50e6-467a-ab7a-19cdb8d5a396" - }, - "ResponseBody": { - "name": "c3cf3d36-2f41-4d22-a8d0-911a38660327", - "status": "InProgress", - "startTime": "2023-01-27T06:57:23.247Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/c3cf3d36-2f41-4d22-a8d0-911a38660327?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d06637ce62fc4fccd1af4e1abfc10722-c1e1cfe5a09aed42-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ce5cf2dfc02d36f09e38e8d03e46bc2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 07:01:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a0af5fa2-3360-485f-a423-d0ed054914e9", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "631bca95-050f-4d1f-96cd-c21058b9629a", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T070124Z:a0af5fa2-3360-485f-a423-d0ed054914e9" - }, - "ResponseBody": { - "name": "c3cf3d36-2f41-4d22-a8d0-911a38660327", - "status": "InProgress", - "startTime": "2023-01-27T06:57:23.247Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/c3cf3d36-2f41-4d22-a8d0-911a38660327?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d06637ce62fc4fccd1af4e1abfc10722-e4021fe1260f6cd1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f4f73749573b3f8f9a77172ef86ac9ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 07:02:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "33c31841-1fbb-4a32-9616-13aa350ee8e1", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "0edd3332-7f1b-49e7-ae3d-cf89489e07f9", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T070225Z:33c31841-1fbb-4a32-9616-13aa350ee8e1" - }, - "ResponseBody": { - "name": "c3cf3d36-2f41-4d22-a8d0-911a38660327", - "status": "InProgress", - "startTime": "2023-01-27T06:57:23.247Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/c3cf3d36-2f41-4d22-a8d0-911a38660327?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d06637ce62fc4fccd1af4e1abfc10722-7300984084bc5115-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "85234d7868f00ef033893db5a7408314", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 07:03:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ad397c9-2326-4e47-9598-698b1a125350", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "d987de0c-2997-4f24-abef-5fae8d0170c9", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T070325Z:2ad397c9-2326-4e47-9598-698b1a125350" - }, - "ResponseBody": { - "name": "c3cf3d36-2f41-4d22-a8d0-911a38660327", - "status": "Succeeded", - "startTime": "2023-01-27T06:57:23.247Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7420/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2340?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d06637ce62fc4fccd1af4e1abfc10722-31ea146b2c607a23-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7c7cc2e314008838631c34b5a9c23e34", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1116", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 07:03:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "41b92440-0f99-451b-848d-27eabe103a03", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "d78d6027-e339-4e97-a7ca-e49877253342", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T070325Z:41b92440-0f99-451b-848d-27eabe103a03" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T06:57:29.3726205Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver2340.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "1", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T06:57:29.3726205\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7420/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2340", - "name": "pgflexserver2340", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7420/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2340/backups?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f1573b6e3722e13b46e9c0b219d99859", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "12", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 07:03:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f8467606-6172-4fe7-ab05-108cb94e26e4", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "cc36384f-f906-4c39-b990-395be9bd0ef6", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T070326Z:f8467606-6172-4fe7-ab05-108cb94e26e4" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7420/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2340/backups?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "364a02f44ded64ad149b22d4333b6571", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "405", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 07:04:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dae0f0be-b0d5-44e0-820e-b56a8f07c02f", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "e7b059f6-2eaa-457a-b248-ee88cd5c5f98", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T070426Z:dae0f0be-b0d5-44e0-820e-b56a8f07c02f" - }, - "ResponseBody": { - "value": [ - { - "properties": { - "backupType": "Full", - "source": "Automatic", - "completedTime": "2023-01-27T07:04:18.0717691\u002B00:00" - }, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7420/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2340/backups/backup_638103998570717691", - "name": "backup_638103998570717691", - "type": "Microsoft.DBforPostgreSQL/flexibleServers/backups" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7420/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2340/backups/backup_638103998570717691?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-affd6e199d6d0db4c181a3365844782f-74917449e12ea845-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "6c46094b91e9acf1869b351753866e89", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "393", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 07:04:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2357a6eb-528c-4a62-bfdd-b180f3b572c2", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "748ef594-a606-4440-948b-3bcf76e24ed1", - "x-ms-routing-request-id": "WESTCENTRALUS:20230127T070426Z:2357a6eb-528c-4a62-bfdd-b180f3b572c2" - }, - "ResponseBody": { - "properties": { - "backupType": "Full", - "source": "Automatic", - "completedTime": "2023-01-27T07:04:18.0717691\u002B00:00" - }, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7420/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2340/backups/backup_638103998570717691", - "name": "backup_638103998570717691", - "type": "Microsoft.DBforPostgreSQL/flexibleServers/backups" - } - } - ], - "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1385153574", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/CreateGetList().json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/CreateGetList().json index 03d3b93bf21f1..e1c65add0b980 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/CreateGetList().json +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/CreateGetList().json @@ -1,43 +1,53 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-6b87de786e39741d083748f2e426b4d3-fe56760cd1a27b78-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "608550e4c5ad58e3b9f56c7e4bdf1f65", + "Connection": "keep-alive", + "traceparent": "00-d21a4edcf64400468ebb21a7c9b0ead6-6d6a9eabc9280846-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "08682d16ba62c98dbeb526b3ee1eed9e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "444", + "Content-Length": "747", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:46:14 GMT", + "Date": "Tue, 23 Aug 2022 10:40:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "534d2fce-6f67-4830-8fdc-a8c65b0cb4b7", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "534d2fce-6f67-4830-8fdc-a8c65b0cb4b7", - "x-ms-routing-request-id": "WESTUS:20230120T004615Z:534d2fce-6f67-4830-8fdc-a8c65b0cb4b7" + "x-ms-correlation-request-id": "669437ca-ea86-401d-be48-dd5d19eaf394", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "669437ca-ea86-401d-be48-dd5d19eaf394", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T104055Z:669437ca-ea86-401d-be48-dd5d19eaf394" }, "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", + "managedByTenants": [], + "tags": { + "TagKey-9823": "TagValue-566", + "TagKey-3481": "TagValue-320", + "TagKey-4926": "TagValue-1187", + "TagKey-751": "TagValue-3921", + "TagKey-1866": "TagValue-8559", + "TagKey-3094": "TagValue-9190", + "TagKey-2449": "TagValue-9", + "TagKey-8379": "TagValue-164", + "TagKey-7470": "TagValue-2205", + "TagKey-4236": "TagValue-3698", + "TagKey-5316": "TagValue-2725" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -47,16 +57,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg4707?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/pgflexrg7634?api-version=2021-04-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-df694153565d627969552697b3a0348c-04f979edbbcde5cd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a495db6e29f35d486bcfb663adc9ea15", + "traceparent": "00-229ef63e588c9d48a42c79d5f2b49737-3f17ae19de274645-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "632d194cb72d529dd801ad073ba39de5", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -67,19 +77,19 @@ "Cache-Control": "no-cache", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:46:16 GMT", + "Date": "Tue, 23 Aug 2022 10:41:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb2514e8-33b4-42b3-8b20-98f2f0cab171", + "x-ms-correlation-request-id": "2ba2f8da-5eb3-47f5-84e3-74e999a2207c", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "bb2514e8-33b4-42b3-8b20-98f2f0cab171", - "x-ms-routing-request-id": "WESTUS:20230120T004616Z:bb2514e8-33b4-42b3-8b20-98f2f0cab171" + "x-ms-request-id": "2ba2f8da-5eb3-47f5-84e3-74e999a2207c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T104100Z:2ba2f8da-5eb3-47f5-84e3-74e999a2207c" }, "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg4707", - "name": "pgflexrg4707", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg7634", + "name": "pgflexrg7634", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", "properties": { @@ -88,16 +98,136 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg4707/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver4279?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg7634/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1017?api-version=2021-06-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "337", + "Content-Type": "application/json", + "traceparent": "00-07f2d06388665442a2bba0652ed9dc69-4b34cf053d300b41-00", + "User-Agent": "azsdk-net-ResourceManager.PostgreSql/1.0.0-alpha.20220823.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "e9773dab1d7fed19856568dac616514b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_D4s_v3", + "tier": "GeneralPurpose" + }, + "tags": {}, + "location": "eastus", + "properties": { + "administratorLogin": "testUser", + "administratorLoginPassword": "testPassword1!", + "version": "13", + "storage": { + "storageSizeGB": 128 + }, + "backup": { + "backupRetentionDays": 7 + }, + "network": {}, + "highAvailability": { + "mode": "Disabled" + }, + "createMode": "Create" + } + }, + "StatusCode": 503, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "294", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 23 Aug 2022 10:41:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "21748c91-24bc-4f1e-a7ce-81e8be26ac7c", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "21748c91-24bc-4f1e-a7ce-81e8be26ac7c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T104113Z:21748c91-24bc-4f1e-a7ce-81e8be26ac7c" + }, + "ResponseBody": { + "error": { + "code": "ServerTimeout", + "message": "The request timed out. Diagnostic information: timestamp \u002720220823T104113Z\u0027, subscription id \u0027db1ab6f0-4769-4b27-930e-01e2ef9c123c\u0027, tracking id \u002721748c91-24bc-4f1e-a7ce-81e8be26ac7c\u0027, request correlation id \u002721748c91-24bc-4f1e-a7ce-81e8be26ac7c\u0027." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg7634/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1017?api-version=2021-06-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "337", + "Content-Type": "application/json", + "traceparent": "00-07f2d06388665442a2bba0652ed9dc69-4b34cf053d300b41-00", + "User-Agent": "azsdk-net-ResourceManager.PostgreSql/1.0.0-alpha.20220823.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "e9773dab1d7fed19856568dac616514b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_D4s_v3", + "tier": "GeneralPurpose" + }, + "tags": {}, + "location": "eastus", + "properties": { + "administratorLogin": "testUser", + "administratorLoginPassword": "testPassword1!", + "version": "13", + "storage": { + "storageSizeGB": 128 + }, + "backup": { + "backupRetentionDays": 7 + }, + "network": {}, + "highAvailability": { + "mode": "Disabled" + }, + "createMode": "Create" + } + }, + "StatusCode": 503, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Connection": "close", + "Content-Length": "294", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 23 Aug 2022 10:41:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1bd19c10-80f8-4d6d-8eef-80716580170b", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "1bd19c10-80f8-4d6d-8eef-80716580170b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T104127Z:1bd19c10-80f8-4d6d-8eef-80716580170b" + }, + "ResponseBody": { + "error": { + "code": "ServerTimeout", + "message": "The request timed out. Diagnostic information: timestamp \u002720220823T104127Z\u0027, subscription id \u0027db1ab6f0-4769-4b27-930e-01e2ef9c123c\u0027, tracking id \u00271bd19c10-80f8-4d6d-8eef-80716580170b\u0027, request correlation id \u00271bd19c10-80f8-4d6d-8eef-80716580170b\u0027." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg7634/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1017?api-version=2021-06-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "337", "Content-Type": "application/json", - "traceparent": "00-4e530977cf2c4f730a70f294eaf177d2-5c47777b22b6809b-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230119.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e0614e0fc5eb29223653ad71f49ac16c", + "traceparent": "00-07f2d06388665442a2bba0652ed9dc69-4b34cf053d300b41-00", + "User-Agent": "azsdk-net-ResourceManager.PostgreSql/1.0.0-alpha.20220823.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "e9773dab1d7fed19856568dac616514b", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -126,36 +256,70 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/88fa0611-5ba9-4293-8cc4-85d42881c8e2?api-version=2022-12-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3223ca02-e534-49dd-bd75-546e72048d61?api-version=2021-06-01", "Cache-Control": "no-cache", "Content-Length": "88", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:46:17 GMT", + "Date": "Tue, 23 Aug 2022 10:41:42 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/88fa0611-5ba9-4293-8cc4-85d42881c8e2?api-version=2022-12-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/3223ca02-e534-49dd-bd75-546e72048d61?api-version=2021-06-01", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "51cf9640-87f0-48ca-b9b0-b12a731d3f87", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "43af8f40-b8f0-4bcf-86b1-788816948f6d", - "x-ms-routing-request-id": "WESTUS:20230120T004618Z:51cf9640-87f0-48ca-b9b0-b12a731d3f87" + "x-ms-correlation-request-id": "07ce47b2-fac4-4d7a-aa6c-547a31a678d8", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "3223ca02-e534-49dd-bd75-546e72048d61", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T104142Z:07ce47b2-fac4-4d7a-aa6c-547a31a678d8" }, "ResponseBody": { "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-20T00:46:18.453Z" + "startTime": "2022-08-23T10:41:42.807Z" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3223ca02-e534-49dd-bd75-546e72048d61?api-version=2021-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-07f2d06388665442a2bba0652ed9dc69-18c63a15b631a244-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "b072e2cea027fbcd1475a752347811ea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "108", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 23 Aug 2022 10:41:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "60", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "beb3e5e0-3639-48b3-8b4c-685adb2e7395", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "af77b6e0-e918-4806-9ca9-d17803de78aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T104143Z:beb3e5e0-3639-48b3-8b4c-685adb2e7395" + }, + "ResponseBody": { + "name": "3223ca02-e534-49dd-bd75-546e72048d61", + "status": "InProgress", + "startTime": "2022-08-23T10:41:42.807Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/88fa0611-5ba9-4293-8cc4-85d42881c8e2?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3223ca02-e534-49dd-bd75-546e72048d61?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4e530977cf2c4f730a70f294eaf177d2-8c47bb7f5c2ab1c4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d1d00068a0041582737bbdd69aeb7634", + "traceparent": "00-07f2d06388665442a2bba0652ed9dc69-ee988bba0e49b047-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "3fafbb5c364bc258c7ac32f564392b01", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -164,32 +328,32 @@ "Cache-Control": "no-cache", "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:46:18 GMT", + "Date": "Tue, 23 Aug 2022 10:42:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ede403fc-547b-4255-bf3f-dcedc0a9ee29", + "x-ms-correlation-request-id": "936afa25-bc46-4e01-b486-7405d092e165", "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "a067ce29-38ad-4ff6-bb5d-40e2594dac91", - "x-ms-routing-request-id": "WESTUS:20230120T004618Z:ede403fc-547b-4255-bf3f-dcedc0a9ee29" + "x-ms-request-id": "5990cbcf-7af5-468b-94c4-e8bb3b879bac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T104244Z:936afa25-bc46-4e01-b486-7405d092e165" }, "ResponseBody": { - "name": "88fa0611-5ba9-4293-8cc4-85d42881c8e2", + "name": "3223ca02-e534-49dd-bd75-546e72048d61", "status": "InProgress", - "startTime": "2023-01-20T00:46:18.453Z" + "startTime": "2022-08-23T10:41:42.807Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/88fa0611-5ba9-4293-8cc4-85d42881c8e2?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3223ca02-e534-49dd-bd75-546e72048d61?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4e530977cf2c4f730a70f294eaf177d2-f9c3143b44f40010-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "469ff6f504ef1e082624dda9d0f5342a", + "traceparent": "00-07f2d06388665442a2bba0652ed9dc69-ed97cef78a60624d-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "e40cdf53a0a4ea2496559a3d4123963e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -198,32 +362,32 @@ "Cache-Control": "no-cache", "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:47:19 GMT", + "Date": "Tue, 23 Aug 2022 10:43:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "60987f42-88e4-4852-8218-ccb87a328c33", + "x-ms-correlation-request-id": "46302638-2a3e-44a1-a382-026872e7be3d", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "676e390f-66bc-4418-bfa4-78fc56e18f4c", - "x-ms-routing-request-id": "WESTUS:20230120T004719Z:60987f42-88e4-4852-8218-ccb87a328c33" + "x-ms-request-id": "3726ea49-cea5-4884-85a5-392b90b3cb26", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T104345Z:46302638-2a3e-44a1-a382-026872e7be3d" }, "ResponseBody": { - "name": "88fa0611-5ba9-4293-8cc4-85d42881c8e2", + "name": "3223ca02-e534-49dd-bd75-546e72048d61", "status": "InProgress", - "startTime": "2023-01-20T00:46:18.453Z" + "startTime": "2022-08-23T10:41:42.807Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/88fa0611-5ba9-4293-8cc4-85d42881c8e2?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3223ca02-e534-49dd-bd75-546e72048d61?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4e530977cf2c4f730a70f294eaf177d2-ed876c066c3a806f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f4092b27efca6c6801e49ec73351a217", + "traceparent": "00-07f2d06388665442a2bba0652ed9dc69-ae173e8b072e1543-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "0683cf78d1d3973d89b0e87b6dd897da", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -232,32 +396,32 @@ "Cache-Control": "no-cache", "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:48:19 GMT", + "Date": "Tue, 23 Aug 2022 10:44:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f413ec30-935c-4104-982f-9828f283d1cd", + "x-ms-correlation-request-id": "e6c8d0bf-0fca-4155-9690-5f0ce13229db", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "a108ec93-4b9c-424d-b9f6-e97e7ad8dfb0", - "x-ms-routing-request-id": "WESTUS:20230120T004819Z:f413ec30-935c-4104-982f-9828f283d1cd" + "x-ms-request-id": "39f2b126-4f0c-4a8c-b194-83269eb72081", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T104446Z:e6c8d0bf-0fca-4155-9690-5f0ce13229db" }, "ResponseBody": { - "name": "88fa0611-5ba9-4293-8cc4-85d42881c8e2", + "name": "3223ca02-e534-49dd-bd75-546e72048d61", "status": "InProgress", - "startTime": "2023-01-20T00:46:18.453Z" + "startTime": "2022-08-23T10:41:42.807Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/88fa0611-5ba9-4293-8cc4-85d42881c8e2?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3223ca02-e534-49dd-bd75-546e72048d61?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4e530977cf2c4f730a70f294eaf177d2-8f9f92d8fec6d346-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fe37c1cbe56c6492f8b1aae0c2d8457d", + "traceparent": "00-07f2d06388665442a2bba0652ed9dc69-69456240d2b58c49-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "55fea64a2d6bbb4696c4a9f59c1b80a4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -266,66 +430,68 @@ "Cache-Control": "no-cache", "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:49:19 GMT", + "Date": "Tue, 23 Aug 2022 10:45:47 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29b69f89-cc3d-4ed8-978c-b87706822af1", + "x-ms-correlation-request-id": "13a7bfed-fcaf-472d-9431-70b84a9b5108", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "17ecc55e-772d-4d45-91da-2850fa589213", - "x-ms-routing-request-id": "WESTUS:20230120T004920Z:29b69f89-cc3d-4ed8-978c-b87706822af1" + "x-ms-request-id": "8ed166d9-7a38-4440-aa75-2c77ab844f95", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T104547Z:13a7bfed-fcaf-472d-9431-70b84a9b5108" }, "ResponseBody": { - "name": "88fa0611-5ba9-4293-8cc4-85d42881c8e2", + "name": "3223ca02-e534-49dd-bd75-546e72048d61", "status": "InProgress", - "startTime": "2023-01-20T00:46:18.453Z" + "startTime": "2022-08-23T10:41:42.807Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/88fa0611-5ba9-4293-8cc4-85d42881c8e2?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3223ca02-e534-49dd-bd75-546e72048d61?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4e530977cf2c4f730a70f294eaf177d2-3a10004e93828cf3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "6eaf934681e2056a8e32450b6540ebd5", + "Connection": "close", + "traceparent": "00-07f2d06388665442a2bba0652ed9dc69-428c093a57232a4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "957cf41524b5822da2745bf3b7a97dbd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", + "Connection": "close", "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:50:19 GMT", + "Date": "Tue, 23 Aug 2022 10:46:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6cfe0743-7af8-4bfc-b7ce-8f47ed227f50", + "x-ms-correlation-request-id": "a2b2d549-669d-47aa-88b4-e7329df526c7", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "7264e1b2-f9f1-44aa-a690-e38cdb338616", - "x-ms-routing-request-id": "WESTUS:20230120T005020Z:6cfe0743-7af8-4bfc-b7ce-8f47ed227f50" + "x-ms-request-id": "ef78db93-d711-4c74-82f2-2527416ca4c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T104649Z:a2b2d549-669d-47aa-88b4-e7329df526c7" }, "ResponseBody": { - "name": "88fa0611-5ba9-4293-8cc4-85d42881c8e2", + "name": "3223ca02-e534-49dd-bd75-546e72048d61", "status": "InProgress", - "startTime": "2023-01-20T00:46:18.453Z" + "startTime": "2022-08-23T10:41:42.807Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/88fa0611-5ba9-4293-8cc4-85d42881c8e2?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3223ca02-e534-49dd-bd75-546e72048d61?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4e530977cf2c4f730a70f294eaf177d2-99d55e7598c2542c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0fdec68136be41bd99a4fc194487aa28", + "traceparent": "00-07f2d06388665442a2bba0652ed9dc69-3ae71f7193c6954d-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "9bf3bfbe41254ad288c7700f2747fa6d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -334,32 +500,32 @@ "Cache-Control": "no-cache", "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:51:20 GMT", + "Date": "Tue, 23 Aug 2022 10:47:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2df95998-9afc-4258-ad1e-b8321353f0f8", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "55462b8f-1fa5-4610-9643-f43106b3b582", - "x-ms-routing-request-id": "WESTUS:20230120T005120Z:2df95998-9afc-4258-ad1e-b8321353f0f8" + "x-ms-correlation-request-id": "4754011b-011e-4079-8147-1d698bbbe4b4", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "3cfb3859-71ae-4d19-b6aa-3aa40f2b329d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T104750Z:4754011b-011e-4079-8147-1d698bbbe4b4" }, "ResponseBody": { - "name": "88fa0611-5ba9-4293-8cc4-85d42881c8e2", + "name": "3223ca02-e534-49dd-bd75-546e72048d61", "status": "InProgress", - "startTime": "2023-01-20T00:46:18.453Z" + "startTime": "2022-08-23T10:41:42.807Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/88fa0611-5ba9-4293-8cc4-85d42881c8e2?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3223ca02-e534-49dd-bd75-546e72048d61?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4e530977cf2c4f730a70f294eaf177d2-82fab4519c1dae70-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9f81209f33a1493457317039a087feb7", + "traceparent": "00-07f2d06388665442a2bba0652ed9dc69-11318461d5f9664f-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "7865442f015b2524787cb3f7d25203ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -368,32 +534,66 @@ "Cache-Control": "no-cache", "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:52:20 GMT", + "Date": "Tue, 23 Aug 2022 10:48:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "658e2007-8d41-4eaa-be23-d00027e39f0b", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "f2b1ac72-8da9-408e-8dfc-08c632e6d0c1", - "x-ms-routing-request-id": "WESTUS:20230120T005221Z:658e2007-8d41-4eaa-be23-d00027e39f0b" + "x-ms-correlation-request-id": "bc541b65-9836-419d-8b22-60f59d8b81e5", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "eda9a19d-e7ef-4e00-ad94-a0ca937fbd9a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T104851Z:bc541b65-9836-419d-8b22-60f59d8b81e5" }, "ResponseBody": { - "name": "88fa0611-5ba9-4293-8cc4-85d42881c8e2", + "name": "3223ca02-e534-49dd-bd75-546e72048d61", "status": "InProgress", - "startTime": "2023-01-20T00:46:18.453Z" + "startTime": "2022-08-23T10:41:42.807Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/88fa0611-5ba9-4293-8cc4-85d42881c8e2?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3223ca02-e534-49dd-bd75-546e72048d61?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4e530977cf2c4f730a70f294eaf177d2-295b0a708781549d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fb5ed5c536fa10bed56dd53d8550c006", + "traceparent": "00-07f2d06388665442a2bba0652ed9dc69-bdc9c4ca781f8041-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "dd37ec47e528d47e22320ceeb41e5a5a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "108", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 23 Aug 2022 10:49:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "60", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d7b4baba-34f1-426b-a6ac-4ed2bba93b76", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "81364039-c5cb-498e-9275-b3aec483cd74", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T104952Z:d7b4baba-34f1-426b-a6ac-4ed2bba93b76" + }, + "ResponseBody": { + "name": "3223ca02-e534-49dd-bd75-546e72048d61", + "status": "InProgress", + "startTime": "2022-08-23T10:41:42.807Z" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3223ca02-e534-49dd-bd75-546e72048d61?api-version=2021-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-07f2d06388665442a2bba0652ed9dc69-380071a8c71f5c41-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "73c4ed790443bc629acd22a88edb7736", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -402,70 +602,60 @@ "Cache-Control": "no-cache", "Content-Length": "107", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:53:21 GMT", + "Date": "Tue, 23 Aug 2022 10:50:53 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f904e146-c181-4825-9622-e37e4a1210b2", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "d5fb9d9d-520e-40bc-83d8-6ea07939f0da", - "x-ms-routing-request-id": "WESTUS:20230120T005321Z:f904e146-c181-4825-9622-e37e4a1210b2" + "x-ms-correlation-request-id": "593ef9c4-848a-4568-b6db-f5e7ace7cfce", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "8c4760a0-cc83-43b3-b238-00c6c4972f87", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T105053Z:593ef9c4-848a-4568-b6db-f5e7ace7cfce" }, "ResponseBody": { - "name": "88fa0611-5ba9-4293-8cc4-85d42881c8e2", + "name": "3223ca02-e534-49dd-bd75-546e72048d61", "status": "Succeeded", - "startTime": "2023-01-20T00:46:18.453Z" + "startTime": "2022-08-23T10:41:42.807Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg4707/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver4279?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg7634/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1017?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-4e530977cf2c4f730a70f294eaf177d2-988967c6d67a1ef3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "456b1c884bbe4e339294b78dc583a012", + "traceparent": "00-07f2d06388665442a2bba0652ed9dc69-31a4513980de084f-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "3bc783c41d0f4945c5915629f5367159", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1116", + "Content-Length": "869", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:53:21 GMT", + "Date": "Tue, 23 Aug 2022 10:50:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c934300d-641c-4564-a92a-09aafda2f63f", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "63858516-6961-47f0-bbdc-7d43b1d97786", - "x-ms-routing-request-id": "WESTUS:20230120T005322Z:c934300d-641c-4564-a92a-09aafda2f63f" + "x-ms-correlation-request-id": "7af2b487-55c7-44af-a1bc-c55d03eec063", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "df537e68-dff2-4d46-ba2e-efe7678ed346", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T105054Z:7af2b487-55c7-44af-a1bc-c55d03eec063" }, "ResponseBody": { "sku": { "name": "Standard_D4s_v3", "tier": "GeneralPurpose" }, - "systemData": { - "createdAt": "2023-01-20T00:46:26.1079899Z" - }, "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver4279.postgres.database.azure.com", + "fullyQualifiedDomainName": "pgflexserver1017.postgres.database.azure.com", "version": "13", - "minorVersion": "8", + "minorVersion": "7", "administratorLogin": "testUser", "state": "Ready", "availabilityZone": "1", @@ -475,7 +665,7 @@ "backup": { "backupRetentionDays": 7, "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-20T00:46:26.1079899\u002B00:00" + "earliestRestoreDate": "2022-08-23T10:41:47.7453254\u002B00:00" }, "network": { "publicNetworkAccess": "Enabled" @@ -489,65 +679,52 @@ "dayOfWeek": 0, "startHour": 0, "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false + } }, "location": "East US", "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg4707/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver4279", - "name": "pgflexserver4279", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg7634/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1017", + "name": "pgflexserver1017", "type": "Microsoft.DBforPostgreSQL/flexibleServers" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg4707/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver4279?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg7634/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1017?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-f075ba9f6f9866bc35e4c62bc9f8e69d-2b4ec6ba315a1411-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230119.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "6f5444a6ae29692d6271ca345ef7c406", + "traceparent": "00-cf1f1a84f329ee4d8e5d34616ddf5818-9dac2e67ab491045-00", + "User-Agent": "azsdk-net-ResourceManager.PostgreSql/1.0.0-alpha.20220823.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "e57d5821908e43a9897a435ac2d64547", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1116", + "Content-Length": "869", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:53:22 GMT", + "Date": "Tue, 23 Aug 2022 10:50:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f4382d55-f998-44e4-b10f-a20c7b5e32d6", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "96f6e29c-ce33-4e3f-9e5b-2e99428b6336", - "x-ms-routing-request-id": "WESTUS:20230120T005322Z:f4382d55-f998-44e4-b10f-a20c7b5e32d6" + "x-ms-correlation-request-id": "2e4e2505-ee71-42d6-a36d-f8a834c7875a", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "a76e74ff-21e8-4067-ae62-0cb0d0a5a664", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T105055Z:2e4e2505-ee71-42d6-a36d-f8a834c7875a" }, "ResponseBody": { "sku": { "name": "Standard_D4s_v3", "tier": "GeneralPurpose" }, - "systemData": { - "createdAt": "2023-01-20T00:46:26.1079899Z" - }, "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver4279.postgres.database.azure.com", + "fullyQualifiedDomainName": "pgflexserver1017.postgres.database.azure.com", "version": "13", - "minorVersion": "8", + "minorVersion": "7", "administratorLogin": "testUser", "state": "Ready", "availabilityZone": "1", @@ -557,7 +734,7 @@ "backup": { "backupRetentionDays": 7, "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-20T00:46:26.1079899\u002B00:00" + "earliestRestoreDate": "2022-08-23T10:41:47.7453254\u002B00:00" }, "network": { "publicNetworkAccess": "Enabled" @@ -571,45 +748,42 @@ "dayOfWeek": 0, "startHour": 0, "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false + } }, "location": "East US", "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg4707/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver4279", - "name": "pgflexserver4279", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg7634/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1017", + "name": "pgflexserver1017", "type": "Microsoft.DBforPostgreSQL/flexibleServers" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg4707/providers/Microsoft.DBforPostgreSQL/flexibleServers?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg7634/providers/Microsoft.DBforPostgreSQL/flexibleServers?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b5d2e79b1cc88bad6a9883e95ad24a87-db05525f8db4c49f-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230119.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "83b16a70b91b79f8a11069667e304a51", + "traceparent": "00-fe598a8decf9e14f8d000648f9ad691b-d27b958e84fb0a45-00", + "User-Agent": "azsdk-net-ResourceManager.PostgreSql/1.0.0-alpha.20220823.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "3129d6ba1e575c4aa87aadb2ae39c763", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1128", + "Content-Length": "789", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:53:22 GMT", + "Date": "Tue, 23 Aug 2022 10:50:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45121846-8f06-4095-a62b-bfd1bf97655c", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "587c0bc5-dcc4-457e-a913-9ec44d21f9e2", - "x-ms-routing-request-id": "WESTUS:20230120T005322Z:45121846-8f06-4095-a62b-bfd1bf97655c" + "x-ms-correlation-request-id": "9890f943-f1ec-430f-9b5b-8c8bc53afb12", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "6df38d8d-85a0-4498-b79f-fd652a79dc85", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T105056Z:9890f943-f1ec-430f-9b5b-8c8bc53afb12" }, "ResponseBody": { "value": [ @@ -618,20 +792,10 @@ "name": "Standard_D4s_v3", "tier": "GeneralPurpose" }, - "systemData": { - "createdAt": "2023-01-20T00:46:26.1079899Z" - }, "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver4279.postgres.database.azure.com", + "fullyQualifiedDomainName": "pgflexserver1017.postgres.database.azure.com", "version": "13", - "minorVersion": "8", + "minorVersion": "7", "administratorLogin": "testUser", "state": "Ready", "availabilityZone": "1", @@ -641,7 +805,7 @@ "backup": { "backupRetentionDays": 7, "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-20T00:46:26.1079899\u002B00:00" + "earliestRestoreDate": "2022-08-23T10:41:47.7453254\u002B00:00" }, "network": { "publicNetworkAccess": "Enabled" @@ -649,21 +813,12 @@ "highAvailability": { "mode": "Disabled", "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false + } }, "location": "East US", "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg4707/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver4279", - "name": "pgflexserver4279", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg7634/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1017", + "name": "pgflexserver1017", "type": "Microsoft.DBforPostgreSQL/flexibleServers" } ] @@ -672,8 +827,8 @@ ], "Variables": { "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1199921511", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" + "RandomSeed": "2126617198", + "RESOURCE_MANAGER_URL": "https://management.azure.com", + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/CreateGetList()Async.json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/CreateGetList()Async.json index 67d49034415a1..11635a57f3e0c 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/CreateGetList()Async.json +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/CreateGetList()Async.json @@ -1,43 +1,53 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ace7eb3fb7a69c4158fe68f8de5543ad-614586b64a8ddb18-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "890d6a1f5fb4703052d20d1b747062eb", + "Connection": "keep-alive", + "traceparent": "00-f09d810656cc304083a51dff115ef271-376b0f302a6ccb41-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "21a322ff0b8db3d34179d7a5d0041b80", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "444", + "Content-Length": "747", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:00:20 GMT", + "Date": "Tue, 23 Aug 2022 10:12:27 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee8641ee-dd92-4ef9-9d56-17f9166eed94", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "ee8641ee-dd92-4ef9-9d56-17f9166eed94", - "x-ms-routing-request-id": "WESTUS:20230120T010020Z:ee8641ee-dd92-4ef9-9d56-17f9166eed94" + "x-ms-correlation-request-id": "49c3c8ad-d18f-4d7b-9403-aae49dba6cc4", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "49c3c8ad-d18f-4d7b-9403-aae49dba6cc4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T101227Z:49c3c8ad-d18f-4d7b-9403-aae49dba6cc4" }, "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", + "managedByTenants": [], + "tags": { + "TagKey-9823": "TagValue-566", + "TagKey-3481": "TagValue-320", + "TagKey-4926": "TagValue-1187", + "TagKey-751": "TagValue-3921", + "TagKey-1866": "TagValue-8559", + "TagKey-3094": "TagValue-9190", + "TagKey-2449": "TagValue-9", + "TagKey-8379": "TagValue-164", + "TagKey-7470": "TagValue-2205", + "TagKey-4236": "TagValue-3698", + "TagKey-5316": "TagValue-2725" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -47,16 +57,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg8686?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/pgflexrg825?api-version=2021-04-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-f4a9ea93364c14f9689fc03e944d6ff0-491d81528886a8db-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2abfe0834ef013038527b853aca06f8c", + "traceparent": "00-49161a04347e164789785a96190c71e5-e10427b957d0904b-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "5c84fe727e90da59a94a1d3f23804746", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -65,21 +75,21 @@ "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "221", + "Content-Length": "219", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:00:21 GMT", + "Date": "Tue, 23 Aug 2022 10:12:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2872dccc-a757-402a-866b-e895dea25bf7", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "2872dccc-a757-402a-866b-e895dea25bf7", - "x-ms-routing-request-id": "WESTUS:20230120T010021Z:2872dccc-a757-402a-866b-e895dea25bf7" + "x-ms-correlation-request-id": "b3b93da8-d87a-4aec-bf80-b206dcb3aebe", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "b3b93da8-d87a-4aec-bf80-b206dcb3aebe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T101235Z:b3b93da8-d87a-4aec-bf80-b206dcb3aebe" }, "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8686", - "name": "pgflexrg8686", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg825", + "name": "pgflexrg825", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", "properties": { @@ -88,16 +98,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8686/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver914?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg825/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5073?api-version=2021-06-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "337", "Content-Type": "application/json", - "traceparent": "00-7bc2e212a7d4e27d89a780ce7b12b66f-09687c7cac1f9679-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230119.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "be82109a5bcdd41f8011ad0b9836f19a", + "traceparent": "00-5416492deb54f3429286c3544a7efaa7-d8df7afb532a5a43-00", + "User-Agent": "azsdk-net-ResourceManager.PostgreSql/1.0.0-alpha.20220823.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "2b676a05bf9d7bd684ee629798567f55", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -126,322 +136,314 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/cc55f643-e3ea-40d0-8524-e439cb799abc?api-version=2022-12-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/b403c9a5-636d-4a76-b858-524b1f6d3016?api-version=2021-06-01", "Cache-Control": "no-cache", - "Content-Length": "88", + "Content-Length": "87", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:00:23 GMT", + "Date": "Tue, 23 Aug 2022 10:12:47 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/cc55f643-e3ea-40d0-8524-e439cb799abc?api-version=2022-12-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/b403c9a5-636d-4a76-b858-524b1f6d3016?api-version=2021-06-01", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "faaaf3dd-0e7a-4100-954a-a4219eb2dc09", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "c88e70f9-6f24-41d9-9d05-4323f1f19599", - "x-ms-routing-request-id": "WESTUS:20230120T010023Z:faaaf3dd-0e7a-4100-954a-a4219eb2dc09" + "x-ms-correlation-request-id": "288a14cd-9cdb-40c2-a2f1-b1b6b074e975", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "b403c9a5-636d-4a76-b858-524b1f6d3016", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T101247Z:288a14cd-9cdb-40c2-a2f1-b1b6b074e975" }, "ResponseBody": { "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-20T01:00:22.943Z" + "startTime": "2022-08-23T10:12:47.37Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/cc55f643-e3ea-40d0-8524-e439cb799abc?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/b403c9a5-636d-4a76-b858-524b1f6d3016?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7bc2e212a7d4e27d89a780ce7b12b66f-b44d6a14a39a9d26-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "52d6dd8f0b6985b5a055703d5508ecf0", + "traceparent": "00-5416492deb54f3429286c3544a7efaa7-ec062783b61ec74a-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "b1fe3b5ecb193fd4aee00b90f74310f4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "108", + "Content-Length": "107", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:00:23 GMT", + "Date": "Tue, 23 Aug 2022 10:12:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1dd43968-c53f-48c3-9853-5a2d26ac9cf7", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "2d7cf8cf-96ed-43fa-9084-6a59d1bf1d53", - "x-ms-routing-request-id": "WESTUS:20230120T010023Z:1dd43968-c53f-48c3-9853-5a2d26ac9cf7" + "x-ms-correlation-request-id": "b96a04a4-0a59-4972-a002-45db3932067b", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "02e06b3a-ec20-451c-b528-c03f33a5b7eb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T101257Z:b96a04a4-0a59-4972-a002-45db3932067b" }, "ResponseBody": { - "name": "cc55f643-e3ea-40d0-8524-e439cb799abc", + "name": "b403c9a5-636d-4a76-b858-524b1f6d3016", "status": "InProgress", - "startTime": "2023-01-20T01:00:22.943Z" + "startTime": "2022-08-23T10:12:47.37Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/cc55f643-e3ea-40d0-8524-e439cb799abc?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/b403c9a5-636d-4a76-b858-524b1f6d3016?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7bc2e212a7d4e27d89a780ce7b12b66f-6d03e4bc434e4cfb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "891ab9c732736b8cf578489e23a8b7db", + "traceparent": "00-5416492deb54f3429286c3544a7efaa7-c8d787464caa224c-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "6f3aea9e0e389778c61ce4b9fe200767", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "108", + "Content-Length": "107", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:01:23 GMT", + "Date": "Tue, 23 Aug 2022 10:13:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c2f1af16-b8d2-4a07-96c6-a70248f16332", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "9fbe05b2-b963-4d3b-9a4c-47b508c8b1ed", - "x-ms-routing-request-id": "WESTUS:20230120T010124Z:c2f1af16-b8d2-4a07-96c6-a70248f16332" + "x-ms-correlation-request-id": "0eb5e9b2-2b80-4b08-bc7a-511ebef6faaa", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "990dad5b-dc48-401f-9692-ab463a61ba71", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T101358Z:0eb5e9b2-2b80-4b08-bc7a-511ebef6faaa" }, "ResponseBody": { - "name": "cc55f643-e3ea-40d0-8524-e439cb799abc", + "name": "b403c9a5-636d-4a76-b858-524b1f6d3016", "status": "InProgress", - "startTime": "2023-01-20T01:00:22.943Z" + "startTime": "2022-08-23T10:12:47.37Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/cc55f643-e3ea-40d0-8524-e439cb799abc?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/b403c9a5-636d-4a76-b858-524b1f6d3016?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7bc2e212a7d4e27d89a780ce7b12b66f-344de337d220cb29-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ba7c10df9e6086306076b9b3beddb36d", + "traceparent": "00-5416492deb54f3429286c3544a7efaa7-2eeabb46c8e6b44b-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "5d38d2f5ce571d3c3ccf893b62135303", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "108", + "Content-Length": "107", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:02:23 GMT", + "Date": "Tue, 23 Aug 2022 10:14:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1b616be7-91a1-4ef0-9d52-c7a78387c280", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "9bfff726-cedb-4d6e-847e-87ec8461e615", - "x-ms-routing-request-id": "WESTUS:20230120T010224Z:1b616be7-91a1-4ef0-9d52-c7a78387c280" + "x-ms-correlation-request-id": "797cfc2f-58bd-4140-8919-a6e8dfd62bde", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "59c22850-7ab9-438b-a593-b927bfd35a18", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T101500Z:797cfc2f-58bd-4140-8919-a6e8dfd62bde" }, "ResponseBody": { - "name": "cc55f643-e3ea-40d0-8524-e439cb799abc", + "name": "b403c9a5-636d-4a76-b858-524b1f6d3016", "status": "InProgress", - "startTime": "2023-01-20T01:00:22.943Z" + "startTime": "2022-08-23T10:12:47.37Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/cc55f643-e3ea-40d0-8524-e439cb799abc?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/b403c9a5-636d-4a76-b858-524b1f6d3016?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7bc2e212a7d4e27d89a780ce7b12b66f-c7af472d86d8c46e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "63af4742a88b5c2a516a5df1c21661f7", + "traceparent": "00-5416492deb54f3429286c3544a7efaa7-4803df03f5bdb941-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "8917ccd38ae24f57c267ebfce71b418d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "108", + "Content-Length": "107", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:03:24 GMT", + "Date": "Tue, 23 Aug 2022 10:16:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "30184423-c3ed-4c17-995b-670b55f1e288", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "69f779aa-b7b6-4c6a-9e65-6dff723c0024", - "x-ms-routing-request-id": "WESTUS:20230120T010324Z:30184423-c3ed-4c17-995b-670b55f1e288" + "x-ms-correlation-request-id": "ba62a73d-9016-420d-a5fa-b59762d27f4f", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "8a0d4d0d-4cc7-4894-9641-5ff21ad58e1d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T101601Z:ba62a73d-9016-420d-a5fa-b59762d27f4f" }, "ResponseBody": { - "name": "cc55f643-e3ea-40d0-8524-e439cb799abc", + "name": "b403c9a5-636d-4a76-b858-524b1f6d3016", "status": "InProgress", - "startTime": "2023-01-20T01:00:22.943Z" + "startTime": "2022-08-23T10:12:47.37Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/cc55f643-e3ea-40d0-8524-e439cb799abc?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/b403c9a5-636d-4a76-b858-524b1f6d3016?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7bc2e212a7d4e27d89a780ce7b12b66f-9204d81dd53d68ae-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "455d959d318c298f899329fc78d8ad17", + "traceparent": "00-5416492deb54f3429286c3544a7efaa7-c4ffcf3ee17f574a-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "249aa4d9b30ad09cae1c3268853c34b2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "108", + "Content-Length": "107", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:04:25 GMT", + "Date": "Tue, 23 Aug 2022 10:17:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ff5ac9b-61c1-46de-a317-9928af998e76", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "0354d5e0-d95e-4413-8413-92a80e0ef285", - "x-ms-routing-request-id": "WESTUS:20230120T010425Z:7ff5ac9b-61c1-46de-a317-9928af998e76" + "x-ms-correlation-request-id": "08df3da8-0133-4142-8562-ae033f47e23d", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "be399edd-a6b4-4cc6-ae1f-f366f98c2671", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T101702Z:08df3da8-0133-4142-8562-ae033f47e23d" }, "ResponseBody": { - "name": "cc55f643-e3ea-40d0-8524-e439cb799abc", + "name": "b403c9a5-636d-4a76-b858-524b1f6d3016", "status": "InProgress", - "startTime": "2023-01-20T01:00:22.943Z" + "startTime": "2022-08-23T10:12:47.37Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/cc55f643-e3ea-40d0-8524-e439cb799abc?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/b403c9a5-636d-4a76-b858-524b1f6d3016?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7bc2e212a7d4e27d89a780ce7b12b66f-f0909032b89cee2e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "dc5cdbc454f9374fe51f69f5403fc34a", + "Connection": "close", + "traceparent": "00-5416492deb54f3429286c3544a7efaa7-d981d3065a120741-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "31e6e0c97d086b847ae99af0e33f3621", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "108", + "Connection": "close", + "Content-Length": "107", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:05:25 GMT", + "Date": "Tue, 23 Aug 2022 10:18:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8dfb0c62-2a28-4e71-ac8c-22122ef1dd24", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "2937e3ae-4727-4fba-b26d-e00ff16f4328", - "x-ms-routing-request-id": "WESTUS:20230120T010525Z:8dfb0c62-2a28-4e71-ac8c-22122ef1dd24" + "x-ms-correlation-request-id": "4a3e8cde-142a-4265-861c-14c4895ca600", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "b9865803-a24f-46a4-ae58-4624930cccb4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T101803Z:4a3e8cde-142a-4265-861c-14c4895ca600" }, "ResponseBody": { - "name": "cc55f643-e3ea-40d0-8524-e439cb799abc", + "name": "b403c9a5-636d-4a76-b858-524b1f6d3016", "status": "InProgress", - "startTime": "2023-01-20T01:00:22.943Z" + "startTime": "2022-08-23T10:12:47.37Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/cc55f643-e3ea-40d0-8524-e439cb799abc?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/b403c9a5-636d-4a76-b858-524b1f6d3016?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7bc2e212a7d4e27d89a780ce7b12b66f-e9892d9560994566-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2816c2156d8011e1b785daf87f2ee478", + "traceparent": "00-5416492deb54f3429286c3544a7efaa7-239018879ce60843-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "bd62fc8d2e791ff92f47dbc657efca85", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "107", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:06:25 GMT", + "Date": "Tue, 23 Aug 2022 10:19:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "020557f2-9f6a-4e5f-a3d5-717f1b28471f", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "b31a976d-10ab-4c27-88b5-5f3065890270", - "x-ms-routing-request-id": "WESTUS:20230120T010626Z:020557f2-9f6a-4e5f-a3d5-717f1b28471f" + "x-ms-correlation-request-id": "b8afe381-2e04-4af6-afd3-a9992c7849ec", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "7c40b137-65de-4d7e-aee3-1d5283052c17", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T101905Z:b8afe381-2e04-4af6-afd3-a9992c7849ec" }, "ResponseBody": { - "name": "cc55f643-e3ea-40d0-8524-e439cb799abc", + "name": "b403c9a5-636d-4a76-b858-524b1f6d3016", "status": "Succeeded", - "startTime": "2023-01-20T01:00:22.943Z" + "startTime": "2022-08-23T10:12:47.37Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8686/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver914?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg825/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5073?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-7bc2e212a7d4e27d89a780ce7b12b66f-d07080a78721f7f9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e72c46bd85ba49fe4526606cc799e949", + "traceparent": "00-5416492deb54f3429286c3544a7efaa7-4ad9bdbbf629d749-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "0732383210345b851f2faa2118acec6e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1113", + "Content-Length": "867", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:06:25 GMT", + "Date": "Tue, 23 Aug 2022 10:19:05 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b54eacb1-42aa-495d-bfed-548a4f92fd44", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "b19b4ae1-45f6-43a4-a42c-4eaf4f5cf38d", - "x-ms-routing-request-id": "WESTUS:20230120T010626Z:b54eacb1-42aa-495d-bfed-548a4f92fd44" + "x-ms-correlation-request-id": "d14c3553-1c69-4795-958c-f28bfa1e82a2", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "926520b5-d227-4696-9ba1-c13cd085d9b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T101905Z:d14c3553-1c69-4795-958c-f28bfa1e82a2" }, "ResponseBody": { "sku": { "name": "Standard_D4s_v3", "tier": "GeneralPurpose" }, - "systemData": { - "createdAt": "2023-01-20T01:00:29.0699416Z" - }, "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver914.postgres.database.azure.com", + "fullyQualifiedDomainName": "pgflexserver5073.postgres.database.azure.com", "version": "13", - "minorVersion": "8", + "minorVersion": "7", "administratorLogin": "testUser", "state": "Ready", - "availabilityZone": "2", + "availabilityZone": "3", "storage": { "storageSizeGB": 128 }, "backup": { "backupRetentionDays": 7, "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-20T01:00:29.0699416\u002B00:00" + "earliestRestoreDate": "2022-08-23T10:12:51.558053\u002B00:00" }, "network": { "publicNetworkAccess": "Enabled" @@ -455,75 +457,63 @@ "dayOfWeek": 0, "startHour": 0, "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false + } }, "location": "East US", "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8686/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver914", - "name": "pgflexserver914", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg825/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5073", + "name": "pgflexserver5073", "type": "Microsoft.DBforPostgreSQL/flexibleServers" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8686/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver914?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg825/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5073?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ad142ace655abb7156ae2370d60e1b07-fef857a324cf46fa-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230119.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b6e7decf84c25796fa4a24737956b8b7", + "Connection": "keep-alive", + "traceparent": "00-8ffb70fd3df0624695cda81fd2ea24a0-845f36f7d7a57e49-00", + "User-Agent": "azsdk-net-ResourceManager.PostgreSql/1.0.0-alpha.20220823.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "89da11e677da9b39e6c601c1a2be138a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1113", + "Content-Length": "868", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:06:25 GMT", + "Date": "Tue, 23 Aug 2022 10:39:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7aa1be79-4dbf-47ee-b339-e3fdf53fcd1f", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "131dc589-1567-4869-8e65-79f8201936d9", - "x-ms-routing-request-id": "WESTUS:20230120T010626Z:7aa1be79-4dbf-47ee-b339-e3fdf53fcd1f" + "x-ms-correlation-request-id": "ae71b651-8fab-4cb6-8fc1-c1c0249a9470", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "02509d6d-3cd9-43fe-96d9-87a2cf24d559", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T103957Z:ae71b651-8fab-4cb6-8fc1-c1c0249a9470" }, "ResponseBody": { "sku": { "name": "Standard_D4s_v3", "tier": "GeneralPurpose" }, - "systemData": { - "createdAt": "2023-01-20T01:00:29.0699416Z" - }, "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver914.postgres.database.azure.com", + "fullyQualifiedDomainName": "pgflexserver5073.postgres.database.azure.com", "version": "13", - "minorVersion": "8", + "minorVersion": "7", "administratorLogin": "testUser", "state": "Ready", - "availabilityZone": "2", + "availabilityZone": "3", "storage": { "storageSizeGB": 128 }, "backup": { "backupRetentionDays": 7, "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-20T01:00:29.0699416\u002B00:00" + "earliestRestoreDate": "2022-08-23T10:20:19.6751792\u002B00:00" }, "network": { "publicNetworkAccess": "Enabled" @@ -537,44 +527,42 @@ "dayOfWeek": 0, "startHour": 0, "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false + } }, "location": "East US", "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8686/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver914", - "name": "pgflexserver914", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg825/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5073", + "name": "pgflexserver5073", "type": "Microsoft.DBforPostgreSQL/flexibleServers" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8686/providers/Microsoft.DBforPostgreSQL/flexibleServers?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg825/providers/Microsoft.DBforPostgreSQL/flexibleServers?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230119.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f938f13bdc139090c3cce2590d744a1d", + "traceparent": "00-e2cccfc8fafecd4399a2804cf6f5d356-28a899b62362854c-00", + "User-Agent": "azsdk-net-ResourceManager.PostgreSql/1.0.0-alpha.20220823.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "aabd141e2e0c7dec76069d4983d70783", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1125", + "Content-Length": "787", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:06:26 GMT", + "Date": "Tue, 23 Aug 2022 10:40:01 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ee02486-01d6-4fd6-a677-6ca2cfcdf9eb", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "535a6b8f-65a4-48d1-acd1-2d2323c004e3", - "x-ms-routing-request-id": "WESTUS:20230120T010626Z:0ee02486-01d6-4fd6-a677-6ca2cfcdf9eb" + "x-ms-correlation-request-id": "4819a97b-a432-4e28-814f-059de1838a0a", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "34f3a1c1-28c2-440f-b034-73bab5391211", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T104002Z:4819a97b-a432-4e28-814f-059de1838a0a" }, "ResponseBody": { "value": [ @@ -583,30 +571,20 @@ "name": "Standard_D4s_v3", "tier": "GeneralPurpose" }, - "systemData": { - "createdAt": "2023-01-20T01:00:29.0699416Z" - }, "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver914.postgres.database.azure.com", + "fullyQualifiedDomainName": "pgflexserver5073.postgres.database.azure.com", "version": "13", - "minorVersion": "8", + "minorVersion": "7", "administratorLogin": "testUser", "state": "Ready", - "availabilityZone": "2", + "availabilityZone": "3", "storage": { "storageSizeGB": 128 }, "backup": { "backupRetentionDays": 7, "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-20T01:00:29.0699416\u002B00:00" + "earliestRestoreDate": "2022-08-23T10:12:51.558053\u002B00:00" }, "network": { "publicNetworkAccess": "Enabled" @@ -614,21 +592,12 @@ "highAvailability": { "mode": "Disabled", "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false + } }, "location": "East US", "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8686/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver914", - "name": "pgflexserver914", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg825/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5073", + "name": "pgflexserver5073", "type": "Microsoft.DBforPostgreSQL/flexibleServers" } ] @@ -637,8 +606,8 @@ ], "Variables": { "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1631449058", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" + "RandomSeed": "1877344395", + "RESOURCE_MANAGER_URL": "https://management.azure.com", + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/CreateUpdateGetDelete().json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/CreateUpdateGetDelete().json index 9de878e57a577..59bd7251d9d3f 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/CreateUpdateGetDelete().json +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/CreateUpdateGetDelete().json @@ -1,43 +1,53 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-a9ff3143edb79e38d0e47d73512d34dc-6d75acd2437dc19f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "467b98bd18fcf8d4a0c27437b767a16f", + "Connection": "keep-alive", + "traceparent": "00-080fc2ce3578f34ca08a67fc49139e7a-6f4f120b524bf447-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "7f428251493819914adfd7210d861b4b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "444", + "Content-Length": "747", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:53:25 GMT", + "Date": "Tue, 23 Aug 2022 14:07:43 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a49cac66-4801-4147-b7c6-86a121175bde", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "a49cac66-4801-4147-b7c6-86a121175bde", - "x-ms-routing-request-id": "WESTUS:20230120T005325Z:a49cac66-4801-4147-b7c6-86a121175bde" + "x-ms-correlation-request-id": "67758eee-a22d-489e-bf64-9cba681ce1f2", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "67758eee-a22d-489e-bf64-9cba681ce1f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T140743Z:67758eee-a22d-489e-bf64-9cba681ce1f2" }, "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", + "managedByTenants": [], + "tags": { + "TagKey-9823": "TagValue-566", + "TagKey-3481": "TagValue-320", + "TagKey-4926": "TagValue-1187", + "TagKey-751": "TagValue-3921", + "TagKey-1866": "TagValue-8559", + "TagKey-3094": "TagValue-9190", + "TagKey-2449": "TagValue-9", + "TagKey-8379": "TagValue-164", + "TagKey-7470": "TagValue-2205", + "TagKey-4236": "TagValue-3698", + "TagKey-5316": "TagValue-2725" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -47,16 +57,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg9814?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/pgflexrg7384?api-version=2021-04-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-196c5dfd10c632cbfcaaef4c6003738d-c2378b4376b53f0a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "bc3979f38a3e9d614317fa0e04c8fdcc", + "traceparent": "00-23d72707dfa9394f98c1f2cb3d6b41e6-4afe04fe8c3c3b43-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "530e4fcf7b6df911155efda52e06a870", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -67,19 +77,19 @@ "Cache-Control": "no-cache", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:53:26 GMT", + "Date": "Tue, 23 Aug 2022 14:07:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f6d0cde7-03e2-475c-b10a-b8e51107ad27", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "f6d0cde7-03e2-475c-b10a-b8e51107ad27", - "x-ms-routing-request-id": "WESTUS:20230120T005326Z:f6d0cde7-03e2-475c-b10a-b8e51107ad27" + "x-ms-correlation-request-id": "70242514-cbf0-4bd9-b447-48aabbecf637", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "70242514-cbf0-4bd9-b447-48aabbecf637", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T140748Z:70242514-cbf0-4bd9-b447-48aabbecf637" }, "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg9814", - "name": "pgflexrg9814", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg7384", + "name": "pgflexrg7384", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", "properties": { @@ -88,16 +98,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg9814/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2513?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg7384/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5348?api-version=2021-06-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "337", "Content-Type": "application/json", - "traceparent": "00-67fec6264f2e546d43ff8f34b83f3cf8-d2c6b66c0c184ddf-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230119.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7707bcef3ada7eb3ed22ebeb2245e04f", + "traceparent": "00-7d77599de87c714aa4a1265475a28a32-fe3a41c888a0cc47-00", + "User-Agent": "azsdk-net-ResourceManager.PostgreSql/1.0.0-alpha.20220823.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "34bc703c224cf9a0351d8544e0d29c8a", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -126,288 +136,314 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/61001190-aaeb-4aab-bc94-a736bdb229a7?api-version=2022-12-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f712669d-f66b-4297-b315-fc03f5b954e1?api-version=2021-06-01", "Cache-Control": "no-cache", - "Content-Length": "87", + "Content-Length": "88", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:53:27 GMT", + "Date": "Tue, 23 Aug 2022 14:07:54 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/61001190-aaeb-4aab-bc94-a736bdb229a7?api-version=2022-12-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/f712669d-f66b-4297-b315-fc03f5b954e1?api-version=2021-06-01", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5bfa1203-8f55-4edc-ac8c-385aa5becc69", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "8f516333-1f07-4989-9d18-06e9eeb15251", - "x-ms-routing-request-id": "WESTUS:20230120T005327Z:5bfa1203-8f55-4edc-ac8c-385aa5becc69" + "x-ms-correlation-request-id": "fc9578bb-71cc-4888-8fd1-8f4b6e52ac52", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "f712669d-f66b-4297-b315-fc03f5b954e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T140755Z:fc9578bb-71cc-4888-8fd1-8f4b6e52ac52" }, "ResponseBody": { "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-20T00:53:27.66Z" + "startTime": "2022-08-23T14:07:54.883Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/61001190-aaeb-4aab-bc94-a736bdb229a7?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f712669d-f66b-4297-b315-fc03f5b954e1?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-67fec6264f2e546d43ff8f34b83f3cf8-d4659462fd42408b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e577f06bd2673f18853e516775b120d2", + "traceparent": "00-7d77599de87c714aa4a1265475a28a32-2167f0ff375ad641-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "ab4a08b19a8e2d836d5a375e8bb4348c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "107", + "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:53:27 GMT", + "Date": "Tue, 23 Aug 2022 14:07:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b752307a-6656-4ffa-b8d2-cca6b9536d50", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "cda2bc9f-515f-4e48-9eda-8d6e18f76709", - "x-ms-routing-request-id": "WESTUS:20230120T005327Z:b752307a-6656-4ffa-b8d2-cca6b9536d50" + "x-ms-correlation-request-id": "859ae8c4-2e46-40f5-a904-c71d8ed741d1", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "c4cc7d52-30ac-4204-94d7-a49e214da9e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T140755Z:859ae8c4-2e46-40f5-a904-c71d8ed741d1" }, "ResponseBody": { - "name": "61001190-aaeb-4aab-bc94-a736bdb229a7", + "name": "f712669d-f66b-4297-b315-fc03f5b954e1", "status": "InProgress", - "startTime": "2023-01-20T00:53:27.66Z" + "startTime": "2022-08-23T14:07:54.883Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/61001190-aaeb-4aab-bc94-a736bdb229a7?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f712669d-f66b-4297-b315-fc03f5b954e1?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-67fec6264f2e546d43ff8f34b83f3cf8-a1036fdb25a13b04-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "aa70be19e51e70bbadedce2139d99351", + "traceparent": "00-7d77599de87c714aa4a1265475a28a32-690a78151e31564b-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "80401b608cec58696a8bad29360c8519", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "107", + "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:54:27 GMT", + "Date": "Tue, 23 Aug 2022 14:08:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a82aabd-1127-4df5-9ea2-db107638364b", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "6e877c34-f840-4108-a62d-f95e6c88d741", - "x-ms-routing-request-id": "WESTUS:20230120T005428Z:9a82aabd-1127-4df5-9ea2-db107638364b" + "x-ms-correlation-request-id": "24220529-eec7-424e-82a9-f33b7ae35653", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "0b4b7188-afe4-4f7b-8c3e-4f6066d9c481", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T140856Z:24220529-eec7-424e-82a9-f33b7ae35653" }, "ResponseBody": { - "name": "61001190-aaeb-4aab-bc94-a736bdb229a7", + "name": "f712669d-f66b-4297-b315-fc03f5b954e1", "status": "InProgress", - "startTime": "2023-01-20T00:53:27.66Z" + "startTime": "2022-08-23T14:07:54.883Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/61001190-aaeb-4aab-bc94-a736bdb229a7?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f712669d-f66b-4297-b315-fc03f5b954e1?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-67fec6264f2e546d43ff8f34b83f3cf8-3e3be78ad1979997-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "31807428facdc0e8059f61cd2da7a4f7", + "traceparent": "00-7d77599de87c714aa4a1265475a28a32-f4d401872cd0484a-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "d8935644f18753fb038e7540aca7a4d1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "107", + "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:55:27 GMT", + "Date": "Tue, 23 Aug 2022 14:09:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2f03967-ad1e-4326-abc8-b0b559869202", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "d6b4ecf0-2932-4cb8-a1f1-f5b1bf9d74c7", - "x-ms-routing-request-id": "WESTUS:20230120T005528Z:d2f03967-ad1e-4326-abc8-b0b559869202" + "x-ms-correlation-request-id": "a10df6b3-4d21-48c0-b9f1-00217ceb93fc", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "aa2af5f5-85ab-40e0-8465-3f647d6c6ef2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T140957Z:a10df6b3-4d21-48c0-b9f1-00217ceb93fc" }, "ResponseBody": { - "name": "61001190-aaeb-4aab-bc94-a736bdb229a7", + "name": "f712669d-f66b-4297-b315-fc03f5b954e1", "status": "InProgress", - "startTime": "2023-01-20T00:53:27.66Z" + "startTime": "2022-08-23T14:07:54.883Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/61001190-aaeb-4aab-bc94-a736bdb229a7?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f712669d-f66b-4297-b315-fc03f5b954e1?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-67fec6264f2e546d43ff8f34b83f3cf8-0e2a49b3a3da5fb9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2cc02e984f2c86583506387a04f705ac", + "traceparent": "00-7d77599de87c714aa4a1265475a28a32-40b5063c71016a4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "59345fee58db24439ff14002ec59f660", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "107", + "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:56:28 GMT", + "Date": "Tue, 23 Aug 2022 14:10:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ed1f555-9740-4781-a26b-87dbb5999339", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "4cb23b38-383e-446e-98dc-63565b011927", - "x-ms-routing-request-id": "WESTUS:20230120T005629Z:0ed1f555-9740-4781-a26b-87dbb5999339" + "x-ms-correlation-request-id": "5e073a89-26de-4a33-8683-1ad94b7876d5", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "8552e38e-917e-42d3-803d-d2664bd01cc1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T141058Z:5e073a89-26de-4a33-8683-1ad94b7876d5" }, "ResponseBody": { - "name": "61001190-aaeb-4aab-bc94-a736bdb229a7", + "name": "f712669d-f66b-4297-b315-fc03f5b954e1", "status": "InProgress", - "startTime": "2023-01-20T00:53:27.66Z" + "startTime": "2022-08-23T14:07:54.883Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/61001190-aaeb-4aab-bc94-a736bdb229a7?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f712669d-f66b-4297-b315-fc03f5b954e1?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-67fec6264f2e546d43ff8f34b83f3cf8-e5063b0b341fb311-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "013f00aaee311f04d6afa57e84ed4206", + "traceparent": "00-7d77599de87c714aa4a1265475a28a32-7e775df8a733ef40-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "351a1dd55b216e041fed7d5d1728acc2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "107", + "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:57:29 GMT", + "Date": "Tue, 23 Aug 2022 14:11:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "943454a7-d89a-428e-b9f4-aaa64762348e", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "afaec7dd-b1d7-4646-8d0b-285f18e396b3", - "x-ms-routing-request-id": "WESTUS:20230120T005729Z:943454a7-d89a-428e-b9f4-aaa64762348e" + "x-ms-correlation-request-id": "10055001-f955-4e2b-8fac-c84df0ae25a1", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "916f6b1b-ae74-4a61-bc01-b90dbf27dc59", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T141159Z:10055001-f955-4e2b-8fac-c84df0ae25a1" }, "ResponseBody": { - "name": "61001190-aaeb-4aab-bc94-a736bdb229a7", + "name": "f712669d-f66b-4297-b315-fc03f5b954e1", "status": "InProgress", - "startTime": "2023-01-20T00:53:27.66Z" + "startTime": "2022-08-23T14:07:54.883Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/61001190-aaeb-4aab-bc94-a736bdb229a7?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f712669d-f66b-4297-b315-fc03f5b954e1?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-67fec6264f2e546d43ff8f34b83f3cf8-5d188fd67b16d4ac-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0a89d6496719d9251cf9fcc6c16ebc0e", + "Connection": "close", + "traceparent": "00-7d77599de87c714aa4a1265475a28a32-e6aa15247904744d-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "d73bdce72cd8eb3e136e3995b0f866a9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "106", + "Connection": "close", + "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:58:29 GMT", + "Date": "Tue, 23 Aug 2022 14:13:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a0dcba1-9b26-4fe9-b969-9fa7e25dd4f0", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "fd3ab972-f2c5-45e2-a8f7-6029973acf49", - "x-ms-routing-request-id": "WESTUS:20230120T005829Z:1a0dcba1-9b26-4fe9-b969-9fa7e25dd4f0" + "x-ms-correlation-request-id": "eca0f443-9d41-444d-ab07-6e6547e2cc1f", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "7fa883c8-f0b3-4daa-aab5-80c5763b366a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T141301Z:eca0f443-9d41-444d-ab07-6e6547e2cc1f" }, "ResponseBody": { - "name": "61001190-aaeb-4aab-bc94-a736bdb229a7", + "name": "f712669d-f66b-4297-b315-fc03f5b954e1", + "status": "InProgress", + "startTime": "2022-08-23T14:07:54.883Z" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f712669d-f66b-4297-b315-fc03f5b954e1?api-version=2021-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-7d77599de87c714aa4a1265475a28a32-f4154322245e4742-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "8e6b14986f8d92af5bc539eedbe50d76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "107", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 23 Aug 2022 14:14:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "60", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1440331f-44cd-4067-9d5a-9823e011c59a", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "510fa6c0-56ae-4344-90ee-8510d62920c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T141402Z:1440331f-44cd-4067-9d5a-9823e011c59a" + }, + "ResponseBody": { + "name": "f712669d-f66b-4297-b315-fc03f5b954e1", "status": "Succeeded", - "startTime": "2023-01-20T00:53:27.66Z" + "startTime": "2022-08-23T14:07:54.883Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg9814/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2513?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg7384/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5348?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-67fec6264f2e546d43ff8f34b83f3cf8-bdc80dfa4bf4b265-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2d23b499a267a9c62aa0557ca9d90148", + "traceparent": "00-7d77599de87c714aa4a1265475a28a32-26cb188861b65b4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "101b7e451f1ea988df2e22b3226ebe27", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1116", + "Content-Length": "869", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:58:29 GMT", + "Date": "Tue, 23 Aug 2022 14:14:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b281cdf-add1-42e8-9250-96ca6bfd7497", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "fcc519af-0afd-4f79-b5d4-1e653c3601c6", - "x-ms-routing-request-id": "WESTUS:20230120T005830Z:9b281cdf-add1-42e8-9250-96ca6bfd7497" + "x-ms-correlation-request-id": "b2eddff3-0bd2-48ed-91d9-2bcab401c25d", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "7b99faf3-8e24-4de0-9223-a459c6a62cac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T141403Z:b2eddff3-0bd2-48ed-91d9-2bcab401c25d" }, "ResponseBody": { "sku": { "name": "Standard_D4s_v3", "tier": "GeneralPurpose" }, - "systemData": { - "createdAt": "2023-01-20T00:53:33.2230989Z" - }, "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver2513.postgres.database.azure.com", + "fullyQualifiedDomainName": "pgflexserver5348.postgres.database.azure.com", "version": "13", - "minorVersion": "8", + "minorVersion": "7", "administratorLogin": "testUser", "state": "Ready", - "availabilityZone": "3", + "availabilityZone": "1", "storage": { "storageSizeGB": 128 }, "backup": { "backupRetentionDays": 7, "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-20T00:53:33.2230989\u002B00:00" + "earliestRestoreDate": "2022-08-23T14:07:59.7105844\u002B00:00" }, "network": { "publicNetworkAccess": "Enabled" @@ -421,29 +457,26 @@ "dayOfWeek": 0, "startHour": 0, "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false + } }, "location": "East US", "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg9814/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2513", - "name": "pgflexserver2513", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg7384/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5348", + "name": "pgflexserver5348", "type": "Microsoft.DBforPostgreSQL/flexibleServers" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg9814/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2513?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg7384/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5348?api-version=2021-06-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "40", "Content-Type": "application/json", - "traceparent": "00-6c6ac70ab8e19d5ded67bfacc3405ab4-449f0045a72fd6b6-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230119.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2e3032c3fb6d4293da66e537f23d5d68", + "traceparent": "00-e900ba4c7c147749acc5675fc77ef9c6-70a1a0e58f55f34f-00", + "User-Agent": "azsdk-net-ResourceManager.PostgreSql/1.0.0-alpha.20220823.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "02c5d3861ebd78352ca87c12f2500f2e", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -454,152 +487,142 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/46b13001-67b5-4a94-a687-a0ad636170d0?api-version=2022-12-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/d7562428-9dc5-4030-8353-44e24771b653?api-version=2021-06-01", "Cache-Control": "no-cache", - "Content-Length": "87", + "Content-Length": "88", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:58:30 GMT", + "Date": "Tue, 23 Aug 2022 14:14:06 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/46b13001-67b5-4a94-a687-a0ad636170d0?api-version=2022-12-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/d7562428-9dc5-4030-8353-44e24771b653?api-version=2021-06-01", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ccdc76b4-3eb3-4ce1-a644-65edaae9f1c6", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "b84acffa-5d64-48ec-9070-971bda53edd9", - "x-ms-routing-request-id": "WESTUS:20230120T005830Z:ccdc76b4-3eb3-4ce1-a644-65edaae9f1c6" + "x-ms-correlation-request-id": "824cb979-1da7-41c1-aa17-b809fd444755", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "929ca684-b9b5-4930-b787-fd90147aaa3e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T141407Z:824cb979-1da7-41c1-aa17-b809fd444755" }, "ResponseBody": { "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-20T00:58:30.55Z" + "startTime": "2022-08-23T14:14:07.073Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/46b13001-67b5-4a94-a687-a0ad636170d0?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/d7562428-9dc5-4030-8353-44e24771b653?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6c6ac70ab8e19d5ded67bfacc3405ab4-ea7b14666499d131-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8f02b3f78d3d9ea021e05201bd8eb6ec", + "traceparent": "00-e900ba4c7c147749acc5675fc77ef9c6-422c8eb2b442d545-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "086711070b1f27b849a3e375a275b68f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "107", + "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:58:30 GMT", + "Date": "Tue, 23 Aug 2022 14:14:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "76c95fa5-683a-4847-81be-7bf97f40bb2c", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "d5f7c635-341b-4e02-ada0-a426feabd44a", - "x-ms-routing-request-id": "WESTUS:20230120T005831Z:76c95fa5-683a-4847-81be-7bf97f40bb2c" + "x-ms-correlation-request-id": "0416e982-1339-4409-b465-967b4c8f3834", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "58d0897e-953a-4a38-9ea8-d191c8968e17", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T141407Z:0416e982-1339-4409-b465-967b4c8f3834" }, "ResponseBody": { - "name": "46b13001-67b5-4a94-a687-a0ad636170d0", + "name": "d7562428-9dc5-4030-8353-44e24771b653", "status": "InProgress", - "startTime": "2023-01-20T00:58:30.55Z" + "startTime": "2022-08-23T14:14:07.073Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/46b13001-67b5-4a94-a687-a0ad636170d0?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/d7562428-9dc5-4030-8353-44e24771b653?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6c6ac70ab8e19d5ded67bfacc3405ab4-a843b9427eb1e802-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1288ed4232f4ae7e93891e8d1b1a3032", + "traceparent": "00-e900ba4c7c147749acc5675fc77ef9c6-800ea39d493d3748-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "5f52f31e8b1e304a474c76fb6fd62b30", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "106", + "Content-Length": "107", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:59:30 GMT", + "Date": "Tue, 23 Aug 2022 14:15:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a0fa9fdc-4aee-44c4-84b5-238bef465fda", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "6afa281d-7dd9-4917-a361-fb843859342d", - "x-ms-routing-request-id": "WESTUS:20230120T005931Z:a0fa9fdc-4aee-44c4-84b5-238bef465fda" + "x-ms-correlation-request-id": "e9904fba-fa86-4df1-b947-95c6a0d8c11e", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "dd8d79c2-f7ca-439c-b82a-98a9cbdd7a9b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T141508Z:e9904fba-fa86-4df1-b947-95c6a0d8c11e" }, "ResponseBody": { - "name": "46b13001-67b5-4a94-a687-a0ad636170d0", + "name": "d7562428-9dc5-4030-8353-44e24771b653", "status": "Succeeded", - "startTime": "2023-01-20T00:58:30.55Z" + "startTime": "2022-08-23T14:14:07.073Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg9814/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2513?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg7384/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5348?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-6c6ac70ab8e19d5ded67bfacc3405ab4-deea12706e898c7e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3e3fa236ce3a652af646aee8c29ce881", + "traceparent": "00-e900ba4c7c147749acc5675fc77ef9c6-68442bb359a8f944-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "e10b8f3707e8550e0928e9397215d616", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1129", + "Content-Length": "882", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:59:30 GMT", + "Date": "Tue, 23 Aug 2022 14:15:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2477eb87-26b3-46e9-8bd2-0c20f7bbc04b", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "6ed7cdd7-ec20-4be6-b3e6-dd2e34669ca6", - "x-ms-routing-request-id": "WESTUS:20230120T005931Z:2477eb87-26b3-46e9-8bd2-0c20f7bbc04b" + "x-ms-correlation-request-id": "d0b2fdb9-f6cc-4c09-bfbb-76244e5ec7d1", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "db27853c-6dcf-444c-bcd7-f566fe60d7b2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T141509Z:d0b2fdb9-f6cc-4c09-bfbb-76244e5ec7d1" }, "ResponseBody": { "sku": { "name": "Standard_D4s_v3", "tier": "GeneralPurpose" }, - "systemData": { - "createdAt": "2023-01-20T00:53:33.2230989Z" - }, "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver2513.postgres.database.azure.com", + "fullyQualifiedDomainName": "pgflexserver5348.postgres.database.azure.com", "version": "13", - "minorVersion": "8", + "minorVersion": "7", "administratorLogin": "testUser", "state": "Ready", - "availabilityZone": "3", + "availabilityZone": "1", "storage": { "storageSizeGB": 128 }, "backup": { "backupRetentionDays": 7, "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-20T00:53:33.2230989\u002B00:00" + "earliestRestoreDate": "2022-08-23T14:07:59.7105844\u002B00:00" }, "network": { "publicNetworkAccess": "Enabled" @@ -613,77 +636,64 @@ "dayOfWeek": 0, "startHour": 0, "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false + } }, "location": "East US", "tags": { "key": "value" }, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg9814/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2513", - "name": "pgflexserver2513", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg7384/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5348", + "name": "pgflexserver5348", "type": "Microsoft.DBforPostgreSQL/flexibleServers" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg9814/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2513?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg7384/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5348?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-12e3687b61b7c55d0c7e2d5e6564d121-e7f5dd2814c9ca3e-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230119.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2335f4291d20c54e3553fbb36f138306", + "traceparent": "00-f787f027c448194c8d5d0d360dd38079-f10251647ad00046-00", + "User-Agent": "azsdk-net-ResourceManager.PostgreSql/1.0.0-alpha.20220823.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "593f1e0b10aa7bcec737c1d395bdb772", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1129", + "Content-Length": "882", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:59:30 GMT", + "Date": "Tue, 23 Aug 2022 14:15:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6f1d82c8-39fc-4100-b18c-8306a7e4a5c6", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "036a057f-6b74-4273-bcf7-b614d64a6e84", - "x-ms-routing-request-id": "WESTUS:20230120T005931Z:6f1d82c8-39fc-4100-b18c-8306a7e4a5c6" + "x-ms-correlation-request-id": "488e9b74-f344-44cc-8d3e-7166e25c9104", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "07ab32f4-08b9-4864-a292-5bbea11b6795", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T141510Z:488e9b74-f344-44cc-8d3e-7166e25c9104" }, "ResponseBody": { "sku": { "name": "Standard_D4s_v3", "tier": "GeneralPurpose" }, - "systemData": { - "createdAt": "2023-01-20T00:53:33.2230989Z" - }, "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver2513.postgres.database.azure.com", + "fullyQualifiedDomainName": "pgflexserver5348.postgres.database.azure.com", "version": "13", - "minorVersion": "8", + "minorVersion": "7", "administratorLogin": "testUser", "state": "Ready", - "availabilityZone": "3", + "availabilityZone": "1", "storage": { "storageSizeGB": 128 }, "backup": { "backupRetentionDays": 7, "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-20T00:53:33.2230989\u002B00:00" + "earliestRestoreDate": "2022-08-23T14:07:59.7105844\u002B00:00" }, "network": { "publicNetworkAccess": "Enabled" @@ -697,64 +707,61 @@ "dayOfWeek": 0, "startHour": 0, "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false + } }, "location": "East US", "tags": { "key": "value" }, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg9814/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2513", - "name": "pgflexserver2513", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg7384/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5348", + "name": "pgflexserver5348", "type": "Microsoft.DBforPostgreSQL/flexibleServers" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg9814/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2513?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg7384/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5348?api-version=2021-06-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-b4bc12db8128ccd62dda5ea6718710f8-b25932ef1f0863bb-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230119.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1bcb20b0784e74b1c3221bad8396ecf7", + "traceparent": "00-6e7c0b79ecb50d4a80ad73046a6f71c5-78af2a9d4e01034f-00", + "User-Agent": "azsdk-net-ResourceManager.PostgreSql/1.0.0-alpha.20220823.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "133eb378d56a17a6e5fd56f5a211bd31", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/c67693f5-54c0-449b-ba7d-e2f063ac8d9e?api-version=2022-12-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/dfdeb7ec-89e3-416b-b666-24c092c90aa6?api-version=2021-06-01", "Cache-Control": "no-cache", "Content-Length": "84", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:59:31 GMT", + "Date": "Tue, 23 Aug 2022 14:15:10 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/operationResults/c67693f5-54c0-449b-ba7d-e2f063ac8d9e?api-version=2022-12-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/East%20US/operationResults/dfdeb7ec-89e3-416b-b666-24c092c90aa6?api-version=2021-06-01", "Pragma": "no-cache", "Retry-After": "15", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f75711dd-24c1-4ffc-8203-9806d48591fd", + "x-ms-correlation-request-id": "9d311512-95aa-4a96-9391-96b43709ede1", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "c67693f5-54c0-449b-ba7d-e2f063ac8d9e", - "x-ms-routing-request-id": "WESTUS:20230120T005932Z:f75711dd-24c1-4ffc-8203-9806d48591fd" + "x-ms-request-id": "dfdeb7ec-89e3-416b-b666-24c092c90aa6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T141511Z:9d311512-95aa-4a96-9391-96b43709ede1" }, "ResponseBody": { "operation": "DropServerManagementOperation", - "startTime": "2023-01-20T00:59:32.163Z" + "startTime": "2022-08-23T14:15:10.997Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/c67693f5-54c0-449b-ba7d-e2f063ac8d9e?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/dfdeb7ec-89e3-416b-b666-24c092c90aa6?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b4bc12db8128ccd62dda5ea6718710f8-4ace50d49b3e004b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a138a7c3cdd1b13342c060fd01a0429e", + "traceparent": "00-6e7c0b79ecb50d4a80ad73046a6f71c5-251a868b56a72c46-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "bfc17671c2d735ab772873acbad9d9b5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -763,32 +770,32 @@ "Cache-Control": "no-cache", "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:59:31 GMT", + "Date": "Tue, 23 Aug 2022 14:15:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "15", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "587e02a7-4df8-40ac-acc0-3b18244ca521", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "5b649aa9-d512-49ba-9803-2e15996b61d8", - "x-ms-routing-request-id": "WESTUS:20230120T005932Z:587e02a7-4df8-40ac-acc0-3b18244ca521" + "x-ms-correlation-request-id": "9cbf08ed-afee-4997-9f6e-92fcac2dbe25", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "9542a418-c47e-4718-8e5b-bc903ddb5d8e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T141511Z:9cbf08ed-afee-4997-9f6e-92fcac2dbe25" }, "ResponseBody": { - "name": "c67693f5-54c0-449b-ba7d-e2f063ac8d9e", + "name": "dfdeb7ec-89e3-416b-b666-24c092c90aa6", "status": "InProgress", - "startTime": "2023-01-20T00:59:32.163Z" + "startTime": "2022-08-23T14:15:10.997Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/c67693f5-54c0-449b-ba7d-e2f063ac8d9e?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/dfdeb7ec-89e3-416b-b666-24c092c90aa6?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b4bc12db8128ccd62dda5ea6718710f8-8db8e06fc813c14d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d31204675bb0a2200fb1c6d46ecaa14c", + "traceparent": "00-6e7c0b79ecb50d4a80ad73046a6f71c5-2e182b1597244c4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "355c8f7966cca6db2d1652dbbbf5d1aa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -797,32 +804,32 @@ "Cache-Control": "no-cache", "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 00:59:46 GMT", + "Date": "Tue, 23 Aug 2022 14:15:26 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "15", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c9c0acda-cace-46e7-8a92-cb43675fab0d", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "3bd9cd49-56ee-4cf2-972a-eb23a5ec3d70", - "x-ms-routing-request-id": "WESTUS:20230120T005947Z:c9c0acda-cace-46e7-8a92-cb43675fab0d" + "x-ms-correlation-request-id": "4f88d1c8-a6da-4199-ac99-803a89c77e71", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "fe4efb49-fe50-4020-9cb3-c13eb746c92b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T141527Z:4f88d1c8-a6da-4199-ac99-803a89c77e71" }, "ResponseBody": { - "name": "c67693f5-54c0-449b-ba7d-e2f063ac8d9e", + "name": "dfdeb7ec-89e3-416b-b666-24c092c90aa6", "status": "InProgress", - "startTime": "2023-01-20T00:59:32.163Z" + "startTime": "2022-08-23T14:15:10.997Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/c67693f5-54c0-449b-ba7d-e2f063ac8d9e?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/dfdeb7ec-89e3-416b-b666-24c092c90aa6?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b4bc12db8128ccd62dda5ea6718710f8-3c1201455e3fea86-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "dbe9382c4b5dd32569b2e424ac1417b3", + "traceparent": "00-6e7c0b79ecb50d4a80ad73046a6f71c5-9dd279b913ef6c4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "2c83093efe50b359b4bbd96e5ed86de7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -831,32 +838,32 @@ "Cache-Control": "no-cache", "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:00:02 GMT", + "Date": "Tue, 23 Aug 2022 14:15:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "15", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c8a0a38d-1bc0-4f1a-9d23-4d4ebe308401", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "d4797e5e-9527-4ed4-8d77-b118d0015317", - "x-ms-routing-request-id": "WESTUS:20230120T010002Z:c8a0a38d-1bc0-4f1a-9d23-4d4ebe308401" + "x-ms-correlation-request-id": "1298fe92-b475-419d-8231-2159a9e67da2", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "bf9d9ad8-3e02-4fd8-ab6d-c59cec6eab30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T141542Z:1298fe92-b475-419d-8231-2159a9e67da2" }, "ResponseBody": { - "name": "c67693f5-54c0-449b-ba7d-e2f063ac8d9e", + "name": "dfdeb7ec-89e3-416b-b666-24c092c90aa6", "status": "InProgress", - "startTime": "2023-01-20T00:59:32.163Z" + "startTime": "2022-08-23T14:15:10.997Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/c67693f5-54c0-449b-ba7d-e2f063ac8d9e?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/dfdeb7ec-89e3-416b-b666-24c092c90aa6?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-b4bc12db8128ccd62dda5ea6718710f8-f747c4be0a5e3d76-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ce7f6a38226467338695921f065e4278", + "traceparent": "00-6e7c0b79ecb50d4a80ad73046a6f71c5-82f1b3a5367e8243-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "b53864b689de0b7f9a1b91c070d07982", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -865,29 +872,29 @@ "Cache-Control": "no-cache", "Content-Length": "107", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:00:17 GMT", + "Date": "Tue, 23 Aug 2022 14:15:57 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "15", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "153a1e52-8821-48c6-b940-ddcc49e81022", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "39dfefb0-9a53-4e11-9a58-3cbfed4e1a64", - "x-ms-routing-request-id": "WESTUS:20230120T010017Z:153a1e52-8821-48c6-b940-ddcc49e81022" + "x-ms-correlation-request-id": "163c0b43-0e23-4064-b2ec-8010598aa635", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "e96e019c-d5a1-4182-969b-ef4b0b7c33fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T141557Z:163c0b43-0e23-4064-b2ec-8010598aa635" }, "ResponseBody": { - "name": "c67693f5-54c0-449b-ba7d-e2f063ac8d9e", + "name": "dfdeb7ec-89e3-416b-b666-24c092c90aa6", "status": "Succeeded", - "startTime": "2023-01-20T00:59:32.163Z" + "startTime": "2022-08-23T14:15:10.997Z" } } ], "Variables": { "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1182053500", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" + "RandomSeed": "1959502983", + "RESOURCE_MANAGER_URL": "https://management.azure.com", + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/CreateUpdateGetDelete()Async.json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/CreateUpdateGetDelete()Async.json index 557b02a11600f..5ba99a49edfaf 100644 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/CreateUpdateGetDelete()Async.json +++ b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/CreateUpdateGetDelete()Async.json @@ -1,43 +1,52 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2021-01-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-bd7fc2ba08ebb932301fb3f8aaf3ba8f-05a8220eb6f651b0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0ff8b0f9978db32d95bf59d36448979b", + "traceparent": "00-cd6e29971790a646b4432f0b61b33b0b-e5102cea38fc4f4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "963b2ad6b11fae6565febdd6fdccb6fe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "444", + "Content-Length": "747", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:06:28 GMT", + "Date": "Tue, 23 Aug 2022 14:16:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3cf666b-378a-45eb-bfbb-b37c20087d11", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "f3cf666b-378a-45eb-bfbb-b37c20087d11", - "x-ms-routing-request-id": "WESTUS:20230120T010628Z:f3cf666b-378a-45eb-bfbb-b37c20087d11" + "x-ms-correlation-request-id": "7842a75c-e65f-4eef-89f5-e469b0730998", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "7842a75c-e65f-4eef-89f5-e469b0730998", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T141608Z:7842a75c-e65f-4eef-89f5-e469b0730998" }, "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", + "managedByTenants": [], + "tags": { + "TagKey-9823": "TagValue-566", + "TagKey-3481": "TagValue-320", + "TagKey-4926": "TagValue-1187", + "TagKey-751": "TagValue-3921", + "TagKey-1866": "TagValue-8559", + "TagKey-3094": "TagValue-9190", + "TagKey-2449": "TagValue-9", + "TagKey-8379": "TagValue-164", + "TagKey-7470": "TagValue-2205", + "TagKey-4236": "TagValue-3698", + "TagKey-5316": "TagValue-2725" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", "state": "Enabled", "subscriptionPolicies": { "locationPlacementId": "Internal_2014-09-01", @@ -47,16 +56,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg2389?api-version=2021-04-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/pgflexrg9197?api-version=2021-04-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "21", "Content-Type": "application/json", - "traceparent": "00-32b6dc92ccb95884d5f741513209ef83-8c5eb1c83359cba0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5f217d415ade147b2e4928c55f18d497", + "traceparent": "00-0e3fac2c94e7af40ab1bf4962bf1c515-c4f19868bc92c948-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "a7ec86b7fd63bb71026ea890ea3b7f71", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -67,19 +76,19 @@ "Cache-Control": "no-cache", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:06:30 GMT", + "Date": "Tue, 23 Aug 2022 14:16:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cce4659c-ed73-4dbb-bc92-ba6a08216093", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "cce4659c-ed73-4dbb-bc92-ba6a08216093", - "x-ms-routing-request-id": "WESTUS:20230120T010631Z:cce4659c-ed73-4dbb-bc92-ba6a08216093" + "x-ms-correlation-request-id": "2e04a491-5933-4e10-a44f-7f4abfca9bd9", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "2e04a491-5933-4e10-a44f-7f4abfca9bd9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T141611Z:2e04a491-5933-4e10-a44f-7f4abfca9bd9" }, "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2389", - "name": "pgflexrg2389", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg9197", + "name": "pgflexrg9197", "type": "Microsoft.Resources/resourceGroups", "location": "eastus", "properties": { @@ -88,16 +97,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2389/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2599?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg9197/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5687?api-version=2021-06-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "337", "Content-Type": "application/json", - "traceparent": "00-d10d8a4b63d1bea9292e5f515cbf35e5-c335d8afae921222-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230119.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3f948629b077e73eab2aa50842cd5e1e", + "traceparent": "00-d0dc483df31f1e4892c11cae7cd4ef65-e4f8be5c4cef3e4e-00", + "User-Agent": "azsdk-net-ResourceManager.PostgreSql/1.0.0-alpha.20220823.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "679e9edfc0ce0d14472a19e1b20cc7e3", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -126,322 +135,348 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/6f6f151d-0561-4368-af62-6d45ded6f478?api-version=2022-12-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8662e044-8369-414a-93fd-a38334aedf05?api-version=2021-06-01", "Cache-Control": "no-cache", - "Content-Length": "87", + "Content-Length": "88", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:06:31 GMT", + "Date": "Tue, 23 Aug 2022 14:16:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/6f6f151d-0561-4368-af62-6d45ded6f478?api-version=2022-12-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/8662e044-8369-414a-93fd-a38334aedf05?api-version=2021-06-01", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e17e84f2-e6d0-4fd5-8ddd-abd24ff1d25f", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "a3789a1a-5d03-483c-be42-1a220f142673", - "x-ms-routing-request-id": "WESTUS:20230120T010632Z:e17e84f2-e6d0-4fd5-8ddd-abd24ff1d25f" + "x-ms-correlation-request-id": "0b1878fa-0654-4074-bcad-f103f9d6be77", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "8662e044-8369-414a-93fd-a38334aedf05", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T141615Z:0b1878fa-0654-4074-bcad-f103f9d6be77" }, "ResponseBody": { "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-20T01:06:32.27Z" + "startTime": "2022-08-23T14:16:15.483Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/6f6f151d-0561-4368-af62-6d45ded6f478?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8662e044-8369-414a-93fd-a38334aedf05?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d10d8a4b63d1bea9292e5f515cbf35e5-014e9dc8482a03a2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "101eda3b0d06cdcae277322fd60bec7c", + "traceparent": "00-d0dc483df31f1e4892c11cae7cd4ef65-d8d4f940ef93094d-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "17ed78647a60c6e8d8991bd257da4f61", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "107", + "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:06:31 GMT", + "Date": "Tue, 23 Aug 2022 14:16:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1357f5f-21a2-41da-bcce-c8c3f2c2fea3", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "d20b3760-195a-4360-aa25-34e1c4c86cf6", - "x-ms-routing-request-id": "WESTUS:20230120T010632Z:c1357f5f-21a2-41da-bcce-c8c3f2c2fea3" + "x-ms-correlation-request-id": "53e3ca0f-d9de-43ce-859e-b5964ed9898e", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "8eedd21b-251a-4356-bc30-84c5b3627507", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T141616Z:53e3ca0f-d9de-43ce-859e-b5964ed9898e" }, "ResponseBody": { - "name": "6f6f151d-0561-4368-af62-6d45ded6f478", + "name": "8662e044-8369-414a-93fd-a38334aedf05", "status": "InProgress", - "startTime": "2023-01-20T01:06:32.27Z" + "startTime": "2022-08-23T14:16:15.483Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/6f6f151d-0561-4368-af62-6d45ded6f478?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8662e044-8369-414a-93fd-a38334aedf05?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d10d8a4b63d1bea9292e5f515cbf35e5-86a8d367cdfae06e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a2ada6c909c40e4d301844196239f975", + "traceparent": "00-d0dc483df31f1e4892c11cae7cd4ef65-1298bb50df7fff4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "e1ecace07c056c7171d38cb17d58efcc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "107", + "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:07:32 GMT", + "Date": "Tue, 23 Aug 2022 14:17:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d18124d-ad6d-4344-8ebd-54683c0979dc", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "3a700626-97a2-4d9c-bf1a-6b39eb26279e", - "x-ms-routing-request-id": "WESTUS:20230120T010732Z:8d18124d-ad6d-4344-8ebd-54683c0979dc" + "x-ms-correlation-request-id": "0e04fb7a-63c0-424d-8301-c1b06105250d", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "e78c9416-cfc2-436d-b576-ca5716fa7ad8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T141717Z:0e04fb7a-63c0-424d-8301-c1b06105250d" }, "ResponseBody": { - "name": "6f6f151d-0561-4368-af62-6d45ded6f478", + "name": "8662e044-8369-414a-93fd-a38334aedf05", "status": "InProgress", - "startTime": "2023-01-20T01:06:32.27Z" + "startTime": "2022-08-23T14:16:15.483Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/6f6f151d-0561-4368-af62-6d45ded6f478?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8662e044-8369-414a-93fd-a38334aedf05?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d10d8a4b63d1bea9292e5f515cbf35e5-fe8704fb666da151-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "68cd1f834eaea318ac42abc4e826a6ef", + "traceparent": "00-d0dc483df31f1e4892c11cae7cd4ef65-5cf963c96341ee44-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "397ddc67b01f848372b41d79565a7201", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "107", + "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:08:32 GMT", + "Date": "Tue, 23 Aug 2022 14:18:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e39ac1a7-e098-49d4-8fda-8980a035f13a", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "2033805c-b022-4ad3-8342-04de7e2f80fe", - "x-ms-routing-request-id": "WESTUS:20230120T010833Z:e39ac1a7-e098-49d4-8fda-8980a035f13a" + "x-ms-correlation-request-id": "26f2ed12-a8ca-4e3d-8cb2-28a93de7b3a8", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "51fef1c5-f589-4c94-829e-aaabfcb586ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T141818Z:26f2ed12-a8ca-4e3d-8cb2-28a93de7b3a8" }, "ResponseBody": { - "name": "6f6f151d-0561-4368-af62-6d45ded6f478", + "name": "8662e044-8369-414a-93fd-a38334aedf05", "status": "InProgress", - "startTime": "2023-01-20T01:06:32.27Z" + "startTime": "2022-08-23T14:16:15.483Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/6f6f151d-0561-4368-af62-6d45ded6f478?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8662e044-8369-414a-93fd-a38334aedf05?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d10d8a4b63d1bea9292e5f515cbf35e5-2024a07b609cc012-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "473bd171048832c18c10e0eec9b16aa8", + "Connection": "close", + "traceparent": "00-d0dc483df31f1e4892c11cae7cd4ef65-c331a5e26c864c4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "71dbe0cde18fe8370780a68cee364880", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "107", + "Connection": "close", + "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:09:32 GMT", + "Date": "Tue, 23 Aug 2022 14:19:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6dea1fde-eea8-4d08-9bda-275324cb74ff", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "f6273ca9-ec56-4fd8-98e3-dcef07687cc2", - "x-ms-routing-request-id": "WESTUS:20230120T010933Z:6dea1fde-eea8-4d08-9bda-275324cb74ff" + "x-ms-correlation-request-id": "23517fbe-b5a1-4669-b7a2-5b64405d4b1c", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "5ffa75d9-8414-4498-8f35-4f1cd648a22a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T141919Z:23517fbe-b5a1-4669-b7a2-5b64405d4b1c" }, "ResponseBody": { - "name": "6f6f151d-0561-4368-af62-6d45ded6f478", + "name": "8662e044-8369-414a-93fd-a38334aedf05", "status": "InProgress", - "startTime": "2023-01-20T01:06:32.27Z" + "startTime": "2022-08-23T14:16:15.483Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/6f6f151d-0561-4368-af62-6d45ded6f478?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8662e044-8369-414a-93fd-a38334aedf05?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d10d8a4b63d1bea9292e5f515cbf35e5-e23e9ae7cbfdeaf1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b6acbd7e843e7bcd8e09f6815d892509", + "traceparent": "00-d0dc483df31f1e4892c11cae7cd4ef65-52d56b914d8fed4a-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "7b6b4eaa155d304229676f515ef81516", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "107", + "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:10:33 GMT", + "Date": "Tue, 23 Aug 2022 14:20:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b294e2cb-1a15-41bd-93b6-7a3b7d3b6c8d", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "ea7f3446-9aa8-4ac0-8237-04abf6ee0a4d", - "x-ms-routing-request-id": "WESTUS:20230120T011034Z:b294e2cb-1a15-41bd-93b6-7a3b7d3b6c8d" + "x-ms-correlation-request-id": "bffcebca-9444-4d7a-aa51-0d2a62bb0162", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "32c7e541-d56a-49f9-b08f-72c8e52abc01", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T142020Z:bffcebca-9444-4d7a-aa51-0d2a62bb0162" }, "ResponseBody": { - "name": "6f6f151d-0561-4368-af62-6d45ded6f478", + "name": "8662e044-8369-414a-93fd-a38334aedf05", "status": "InProgress", - "startTime": "2023-01-20T01:06:32.27Z" + "startTime": "2022-08-23T14:16:15.483Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/6f6f151d-0561-4368-af62-6d45ded6f478?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8662e044-8369-414a-93fd-a38334aedf05?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d10d8a4b63d1bea9292e5f515cbf35e5-26e7a38880c6406f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "91a75472b2fe7eec5e9adb9e6d2ad9fb", + "traceparent": "00-d0dc483df31f1e4892c11cae7cd4ef65-83ac232831f58948-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "9de38b607d7c853da494329e09f6963b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "107", + "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:11:34 GMT", + "Date": "Tue, 23 Aug 2022 14:21:21 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "14554a18-c0a6-4c29-b827-af66fefdb9c0", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "f6ae62b9-4851-45f5-ba01-88ea29a5ace5", - "x-ms-routing-request-id": "WESTUS:20230120T011134Z:14554a18-c0a6-4c29-b827-af66fefdb9c0" + "x-ms-correlation-request-id": "46724b3e-53c0-40f3-a2f5-3bf89d0f09a9", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "cf5398e6-59f7-47f8-a481-6c99442b79e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T142121Z:46724b3e-53c0-40f3-a2f5-3bf89d0f09a9" }, "ResponseBody": { - "name": "6f6f151d-0561-4368-af62-6d45ded6f478", + "name": "8662e044-8369-414a-93fd-a38334aedf05", "status": "InProgress", - "startTime": "2023-01-20T01:06:32.27Z" + "startTime": "2022-08-23T14:16:15.483Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/6f6f151d-0561-4368-af62-6d45ded6f478?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8662e044-8369-414a-93fd-a38334aedf05?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d10d8a4b63d1bea9292e5f515cbf35e5-987bce5b7d1de0ff-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2b4603d8ef7aecb103bfb97e0e40d502", + "traceparent": "00-d0dc483df31f1e4892c11cae7cd4ef65-aeb3d542748f454e-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "07ce9d6bf7efb7a49eab472772e6890e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "106", + "Content-Length": "108", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 23 Aug 2022 14:22:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Retry-After": "60", + "Server": "Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "edf7e478-a08f-4af6-9ec8-a3a9449b4a8e", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "f8bf3374-58dc-4131-96ba-9720b22cb7f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T142222Z:edf7e478-a08f-4af6-9ec8-a3a9449b4a8e" + }, + "ResponseBody": { + "name": "8662e044-8369-414a-93fd-a38334aedf05", + "status": "InProgress", + "startTime": "2022-08-23T14:16:15.483Z" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8662e044-8369-414a-93fd-a38334aedf05?api-version=2021-06-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "traceparent": "00-d0dc483df31f1e4892c11cae7cd4ef65-a70ca2f996eede4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "622b8f6bab522d0310e6d7c8e2a32733", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "107", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:12:34 GMT", + "Date": "Tue, 23 Aug 2022 14:23:23 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "caae7d97-d591-4d1c-9149-bdfd1f41f887", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "469595b9-a5c0-42cc-b8e1-b5820ab302e5", - "x-ms-routing-request-id": "WESTUS:20230120T011234Z:caae7d97-d591-4d1c-9149-bdfd1f41f887" + "x-ms-correlation-request-id": "7a737924-778e-4796-8da0-8b75fcfd9c15", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "bd6a32c7-b8da-4bff-9c8c-65d7c4bbc497", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T142324Z:7a737924-778e-4796-8da0-8b75fcfd9c15" }, "ResponseBody": { - "name": "6f6f151d-0561-4368-af62-6d45ded6f478", + "name": "8662e044-8369-414a-93fd-a38334aedf05", "status": "Succeeded", - "startTime": "2023-01-20T01:06:32.27Z" + "startTime": "2022-08-23T14:16:15.483Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2389/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2599?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg9197/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5687?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-d10d8a4b63d1bea9292e5f515cbf35e5-67520e4373d18d4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "757bd7ead909cba9d02e58a3a82f0d63", + "traceparent": "00-d0dc483df31f1e4892c11cae7cd4ef65-9d23ee0ecf857a4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "c1e533d10d296927e72bfed1351612bd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1116", + "Content-Length": "869", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:12:34 GMT", + "Date": "Tue, 23 Aug 2022 14:23:24 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae3ec210-58e3-4ba6-8960-f434abc7be00", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "6d1d3faa-3c20-4f8d-9e8a-d03f9ef2ee35", - "x-ms-routing-request-id": "WESTUS:20230120T011234Z:ae3ec210-58e3-4ba6-8960-f434abc7be00" + "x-ms-correlation-request-id": "12a3434d-880a-4ed5-acf6-f89fe9ff3141", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "ce8ca41a-80e4-4804-bee8-39992b5f1cc8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T142324Z:12a3434d-880a-4ed5-acf6-f89fe9ff3141" }, "ResponseBody": { "sku": { "name": "Standard_D4s_v3", "tier": "GeneralPurpose" }, - "systemData": { - "createdAt": "2023-01-20T01:06:37.5054154Z" - }, "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver2599.postgres.database.azure.com", + "fullyQualifiedDomainName": "pgflexserver5687.postgres.database.azure.com", "version": "13", - "minorVersion": "8", + "minorVersion": "7", "administratorLogin": "testUser", "state": "Ready", - "availabilityZone": "2", + "availabilityZone": "1", "storage": { "storageSizeGB": 128 }, "backup": { "backupRetentionDays": 7, "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-20T01:06:37.5054154\u002B00:00" + "earliestRestoreDate": "2022-08-23T14:16:20.3579562\u002B00:00" }, "network": { "publicNetworkAccess": "Enabled" @@ -455,29 +490,26 @@ "dayOfWeek": 0, "startHour": 0, "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false + } }, "location": "East US", "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2389/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2599", - "name": "pgflexserver2599", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg9197/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5687", + "name": "pgflexserver5687", "type": "Microsoft.DBforPostgreSQL/flexibleServers" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2389/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2599?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg9197/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5687?api-version=2021-06-01", "RequestMethod": "PATCH", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "40", "Content-Type": "application/json", - "traceparent": "00-bba5149f50475519bbb4515ae7e8877c-e6dc32c3d4da1bfe-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230119.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5aa8fb30f943838ea2ba8d3ff86e701e", + "traceparent": "00-5945219e581944408c6eb80123b757e9-1c4affa640de024d-00", + "User-Agent": "azsdk-net-ResourceManager.PostgreSql/1.0.0-alpha.20220823.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "7933230b33cabfe899a1f6091fdbd5fa", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -488,36 +520,36 @@ }, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/4bc91ce8-9ce0-4222-92f3-262d97392bc3?api-version=2022-12-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/c879ab5a-e24a-49d2-ac74-e41ba81414a2?api-version=2021-06-01", "Cache-Control": "no-cache", "Content-Length": "87", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:12:35 GMT", + "Date": "Tue, 23 Aug 2022 14:23:28 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/4bc91ce8-9ce0-4222-92f3-262d97392bc3?api-version=2022-12-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/c879ab5a-e24a-49d2-ac74-e41ba81414a2?api-version=2021-06-01", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c4e5e6e-2c42-4582-beb5-8ddbe6cda54e", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "ad654ec1-5204-4bf9-bedc-ae40bd224068", - "x-ms-routing-request-id": "WESTUS:20230120T011235Z:1c4e5e6e-2c42-4582-beb5-8ddbe6cda54e" + "x-ms-correlation-request-id": "60ec2b2b-b303-480a-92c3-d119a05dbbe5", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "71e9185d-590f-4951-b7e6-92f61db9ffa8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T142329Z:60ec2b2b-b303-480a-92c3-d119a05dbbe5" }, "ResponseBody": { "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-20T01:12:35.64Z" + "startTime": "2022-08-23T14:23:29.05Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/4bc91ce8-9ce0-4222-92f3-262d97392bc3?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/c879ab5a-e24a-49d2-ac74-e41ba81414a2?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bba5149f50475519bbb4515ae7e8877c-4810a08ee1011c2f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "124e55b17a97f0bf48f8d34e4b6ad361", + "traceparent": "00-5945219e581944408c6eb80123b757e9-d29843069034a94f-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "bfbd1ad3ad709e684b252888161d4a0b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -526,32 +558,32 @@ "Cache-Control": "no-cache", "Content-Length": "107", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:12:35 GMT", + "Date": "Tue, 23 Aug 2022 14:23:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b44544b3-3194-4dc1-b8fc-0a553d95dddf", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "a5740fb7-c77a-4c94-ae4a-d2d36c78bf41", - "x-ms-routing-request-id": "WESTUS:20230120T011235Z:b44544b3-3194-4dc1-b8fc-0a553d95dddf" + "x-ms-correlation-request-id": "838c2488-f711-4e0d-ab9a-47708ff6b9fd", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "6b2f4b5c-811d-4878-b895-99101133679a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T142329Z:838c2488-f711-4e0d-ab9a-47708ff6b9fd" }, "ResponseBody": { - "name": "4bc91ce8-9ce0-4222-92f3-262d97392bc3", + "name": "c879ab5a-e24a-49d2-ac74-e41ba81414a2", "status": "InProgress", - "startTime": "2023-01-20T01:12:35.64Z" + "startTime": "2022-08-23T14:23:29.05Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/4bc91ce8-9ce0-4222-92f3-262d97392bc3?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/c879ab5a-e24a-49d2-ac74-e41ba81414a2?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bba5149f50475519bbb4515ae7e8877c-9258fd0edadf0211-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d0de39bd777bccb509a901c99e42eb93", + "traceparent": "00-5945219e581944408c6eb80123b757e9-7ad2391338367a41-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "214d0456d3c142bc3ed61108b7c11266", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -560,80 +592,70 @@ "Cache-Control": "no-cache", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:13:36 GMT", + "Date": "Tue, 23 Aug 2022 14:24:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "60", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a4b51f8-0d38-4071-b458-85c06bf909de", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "5108fb0d-7b82-4b54-a969-07dff9bdead1", - "x-ms-routing-request-id": "WESTUS:20230120T011336Z:9a4b51f8-0d38-4071-b458-85c06bf909de" + "x-ms-correlation-request-id": "31028868-edf1-4a56-a0bb-27e1505983d8", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "03186c50-5ac4-4b20-a67f-2e3fa1bf069f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T142430Z:31028868-edf1-4a56-a0bb-27e1505983d8" }, "ResponseBody": { - "name": "4bc91ce8-9ce0-4222-92f3-262d97392bc3", + "name": "c879ab5a-e24a-49d2-ac74-e41ba81414a2", "status": "Succeeded", - "startTime": "2023-01-20T01:12:35.64Z" + "startTime": "2022-08-23T14:23:29.05Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2389/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2599?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg9197/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5687?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-bba5149f50475519bbb4515ae7e8877c-90d3d22d1ba6cf4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a38db9765d1f4a8719c34db590a2b3ee", + "traceparent": "00-5945219e581944408c6eb80123b757e9-0be501469a3bd74f-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "0535fca9151ed689abb6f3dba05c464a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1129", + "Content-Length": "882", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:13:36 GMT", + "Date": "Tue, 23 Aug 2022 14:24:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c92dca25-c088-4854-9aba-0a7e1fda0cce", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "0b484b01-8c19-4527-b09d-7ff653138ee8", - "x-ms-routing-request-id": "WESTUS:20230120T011336Z:c92dca25-c088-4854-9aba-0a7e1fda0cce" + "x-ms-correlation-request-id": "bab128b4-768c-4dcb-aae4-c59fc40edff4", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "e1d49859-da28-4f45-8440-9864795d4776", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T142431Z:bab128b4-768c-4dcb-aae4-c59fc40edff4" }, "ResponseBody": { "sku": { "name": "Standard_D4s_v3", "tier": "GeneralPurpose" }, - "systemData": { - "createdAt": "2023-01-20T01:06:37.5054154Z" - }, "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver2599.postgres.database.azure.com", + "fullyQualifiedDomainName": "pgflexserver5687.postgres.database.azure.com", "version": "13", - "minorVersion": "8", + "minorVersion": "7", "administratorLogin": "testUser", "state": "Ready", - "availabilityZone": "2", + "availabilityZone": "1", "storage": { "storageSizeGB": 128 }, "backup": { "backupRetentionDays": 7, "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-20T01:13:22.6313464\u002B00:00" + "earliestRestoreDate": "2022-08-23T14:23:27.8301493\u002B00:00" }, "network": { "publicNetworkAccess": "Enabled" @@ -647,77 +669,64 @@ "dayOfWeek": 0, "startHour": 0, "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false + } }, "location": "East US", "tags": { "key": "value" }, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2389/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2599", - "name": "pgflexserver2599", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg9197/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5687", + "name": "pgflexserver5687", "type": "Microsoft.DBforPostgreSQL/flexibleServers" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2389/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2599?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg9197/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5687?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-aaca0b7b81bebff3937f5122181c527b-bd7b1238bbda4b8d-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230119.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5d8ef9a7733039589f8208ed79f65205", + "traceparent": "00-87abed9030911a46940f50913a706d8a-c6a59759a47ffd46-00", + "User-Agent": "azsdk-net-ResourceManager.PostgreSql/1.0.0-alpha.20220823.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "a8d07077d6e5ff385d7a809a9c5fe78a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1129", + "Content-Length": "882", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:13:36 GMT", + "Date": "Tue, 23 Aug 2022 14:24:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7539d438-d60c-4da9-83b0-d5887d9d20ed", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "2a55eddc-e961-4928-8543-a5e6bfa7be2a", - "x-ms-routing-request-id": "WESTUS:20230120T011336Z:7539d438-d60c-4da9-83b0-d5887d9d20ed" + "x-ms-correlation-request-id": "4a3be184-e0d5-41b1-bd63-566ad9a77481", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "d69de269-e8ee-4f1e-b799-fd1cba9eb0bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T142432Z:4a3be184-e0d5-41b1-bd63-566ad9a77481" }, "ResponseBody": { "sku": { "name": "Standard_D4s_v3", "tier": "GeneralPurpose" }, - "systemData": { - "createdAt": "2023-01-20T01:06:37.5054154Z" - }, "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver2599.postgres.database.azure.com", + "fullyQualifiedDomainName": "pgflexserver5687.postgres.database.azure.com", "version": "13", - "minorVersion": "8", + "minorVersion": "7", "administratorLogin": "testUser", "state": "Ready", - "availabilityZone": "2", + "availabilityZone": "1", "storage": { "storageSizeGB": 128 }, "backup": { "backupRetentionDays": 7, "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-20T01:13:22.6313464\u002B00:00" + "earliestRestoreDate": "2022-08-23T14:23:27.8301493\u002B00:00" }, "network": { "publicNetworkAccess": "Enabled" @@ -731,197 +740,194 @@ "dayOfWeek": 0, "startHour": 0, "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false + } }, "location": "East US", "tags": { "key": "value" }, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2389/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2599", - "name": "pgflexserver2599", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg9197/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5687", + "name": "pgflexserver5687", "type": "Microsoft.DBforPostgreSQL/flexibleServers" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2389/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2599?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/pgflexrg9197/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5687?api-version=2021-06-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-90f79fe2f613751c4d483db4f31ff48d-8bffccc6ccab58bb-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230119.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "91d73f0c2fdc6042b293b6b829ff3b66", + "traceparent": "00-d046e04535383d46a0c416c5c55dfb87-1d1300d4f45bff4e-00", + "User-Agent": "azsdk-net-ResourceManager.PostgreSql/1.0.0-alpha.20220823.1 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "1adec11345e841ec7a76750ae0e1a2e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/94d92265-5919-4936-8b59-9a3186014477?api-version=2022-12-01", + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/ec8321c9-941f-44e2-b432-bedc52c3e3e9?api-version=2021-06-01", "Cache-Control": "no-cache", - "Content-Length": "83", + "Content-Length": "84", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:13:37 GMT", + "Date": "Tue, 23 Aug 2022 14:24:32 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/operationResults/94d92265-5919-4936-8b59-9a3186014477?api-version=2022-12-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/East%20US/operationResults/ec8321c9-941f-44e2-b432-bedc52c3e3e9?api-version=2021-06-01", "Pragma": "no-cache", "Retry-After": "15", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9693e72d-0e60-4526-bfcd-2c676a3524d6", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "94d92265-5919-4936-8b59-9a3186014477", - "x-ms-routing-request-id": "WESTUS:20230120T011337Z:9693e72d-0e60-4526-bfcd-2c676a3524d6" + "x-ms-correlation-request-id": "74cd8e9a-52ea-465f-9047-2f7129c8dbe2", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "ec8321c9-941f-44e2-b432-bedc52c3e3e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T142433Z:74cd8e9a-52ea-465f-9047-2f7129c8dbe2" }, "ResponseBody": { "operation": "DropServerManagementOperation", - "startTime": "2023-01-20T01:13:37.18Z" + "startTime": "2022-08-23T14:24:32.807Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/94d92265-5919-4936-8b59-9a3186014477?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/ec8321c9-941f-44e2-b432-bedc52c3e3e9?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-90f79fe2f613751c4d483db4f31ff48d-c7b04780068d6c06-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "50a8487121cb7712b72eaa9cbd9f109f", + "traceparent": "00-d046e04535383d46a0c416c5c55dfb87-74e69ccd0d1e2248-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "dfc769cf2c7d3262838e2e6e612d1f7c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "107", + "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:13:37 GMT", + "Date": "Tue, 23 Aug 2022 14:24:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "15", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b121c730-7403-4f1d-8530-eb87d31c795d", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "f49d8916-7a37-43f5-ad4d-77df641ff00c", - "x-ms-routing-request-id": "WESTUS:20230120T011337Z:b121c730-7403-4f1d-8530-eb87d31c795d" + "x-ms-correlation-request-id": "64c1ef01-d66e-4c88-84d6-8ad01ef62b14", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "13664a43-6470-47d6-a77c-a2c812450ec8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T142433Z:64c1ef01-d66e-4c88-84d6-8ad01ef62b14" }, "ResponseBody": { - "name": "94d92265-5919-4936-8b59-9a3186014477", + "name": "ec8321c9-941f-44e2-b432-bedc52c3e3e9", "status": "InProgress", - "startTime": "2023-01-20T01:13:37.18Z" + "startTime": "2022-08-23T14:24:32.807Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/94d92265-5919-4936-8b59-9a3186014477?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/ec8321c9-941f-44e2-b432-bedc52c3e3e9?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-90f79fe2f613751c4d483db4f31ff48d-6821d62e67ae26c6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "67f7a246add47e51dcd530882ca40b19", + "traceparent": "00-d046e04535383d46a0c416c5c55dfb87-f0f106305bfc3f4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "d50a9ed89fcda9983f0c56b29d48ac8b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "107", + "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:13:52 GMT", + "Date": "Tue, 23 Aug 2022 14:24:48 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "15", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "05102c82-2135-4e2d-b2bf-47b56cdcbfb5", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "4f500189-3970-4c7a-930a-efeee625c77e", - "x-ms-routing-request-id": "WESTUS:20230120T011352Z:05102c82-2135-4e2d-b2bf-47b56cdcbfb5" + "x-ms-correlation-request-id": "b49b4b8b-fe7e-4123-b766-541791cf7a61", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "0704b58c-cfdf-4fc6-aeec-aa49b4153850", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T142448Z:b49b4b8b-fe7e-4123-b766-541791cf7a61" }, "ResponseBody": { - "name": "94d92265-5919-4936-8b59-9a3186014477", + "name": "ec8321c9-941f-44e2-b432-bedc52c3e3e9", "status": "InProgress", - "startTime": "2023-01-20T01:13:37.18Z" + "startTime": "2022-08-23T14:24:32.807Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/94d92265-5919-4936-8b59-9a3186014477?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/ec8321c9-941f-44e2-b432-bedc52c3e3e9?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-90f79fe2f613751c4d483db4f31ff48d-622b4c1b1c6cda55-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e14793c1eb57d49b00aaed86e4c645c2", + "traceparent": "00-d046e04535383d46a0c416c5c55dfb87-893d24a0302aec49-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "773b293cc3196364635fc3623b137196", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "107", + "Content-Length": "108", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:14:07 GMT", + "Date": "Tue, 23 Aug 2022 14:25:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "15", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "20b5878c-57f5-4615-a3ec-246e1e65bf3d", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "090c6a27-7ba9-4a37-8650-09890597eb37", - "x-ms-routing-request-id": "WESTUS:20230120T011407Z:20b5878c-57f5-4615-a3ec-246e1e65bf3d" + "x-ms-correlation-request-id": "3d0fb8bc-3111-48cf-a36f-fdd396ebb744", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "73949cbb-27d2-4bb9-8d0d-47722ccbe503", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T142504Z:3d0fb8bc-3111-48cf-a36f-fdd396ebb744" }, "ResponseBody": { - "name": "94d92265-5919-4936-8b59-9a3186014477", + "name": "ec8321c9-941f-44e2-b432-bedc52c3e3e9", "status": "InProgress", - "startTime": "2023-01-20T01:13:37.18Z" + "startTime": "2022-08-23T14:24:32.807Z" } }, { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/94d92265-5919-4936-8b59-9a3186014477?api-version=2022-12-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/ec8321c9-941f-44e2-b432-bedc52c3e3e9?api-version=2021-06-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "traceparent": "00-90f79fe2f613751c4d483db4f31ff48d-0e930ae471eb99e6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b25663436aa2c34ef72a74f6f1894b12", + "traceparent": "00-d046e04535383d46a0c416c5c55dfb87-fd1365d244c1aa43-00", + "User-Agent": "azsdk-net-ResourceManager/1.3.0 (.NET Framework 4.8.4510.0; Microsoft Windows 10.0.22000 )", + "x-ms-client-request-id": "f6cb2b1664e42f7ed01e9f71d6b0943a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "106", + "Content-Length": "107", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 20 Jan 2023 01:14:22 GMT", + "Date": "Tue, 23 Aug 2022 14:25:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Retry-After": "15", "Server": "Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4f619f9c-4990-4e6b-9736-2d332c9acebd", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "604af938-84bf-4f03-9391-a4fbb1b0c38b", - "x-ms-routing-request-id": "WESTUS:20230120T011422Z:4f619f9c-4990-4e6b-9736-2d332c9acebd" + "x-ms-correlation-request-id": "3409e644-babb-4e1f-8ab9-c327434a0d21", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "84e4a0c2-0e95-416c-a5c2-c6b8bc6ed7b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20220823T142519Z:3409e644-babb-4e1f-8ab9-c327434a0d21" }, "ResponseBody": { - "name": "94d92265-5919-4936-8b59-9a3186014477", + "name": "ec8321c9-941f-44e2-b432-bedc52c3e3e9", "status": "Succeeded", - "startTime": "2023-01-20T01:13:37.18Z" + "startTime": "2022-08-23T14:24:32.807Z" } } ], "Variables": { "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "941698449", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" + "RandomSeed": "1600402063", + "RESOURCE_MANAGER_URL": "https://management.azure.com", + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/GeoRestore().json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/GeoRestore().json deleted file mode 100644 index a1adf083d79c0..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/GeoRestore().json +++ /dev/null @@ -1,3649 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-d05e2904eda8db7f80eaadb77d30091b-e845a7a249f1793d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b2e4c5a1f0acdf7cba60cdb8e61fca4e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:07:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "949ef6bd-c762-4bb7-896f-ac057da9676d", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "949ef6bd-c762-4bb7-896f-ac057da9676d", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T210724Z:949ef6bd-c762-4bb7-896f-ac057da9676d" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg2392?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-af5f4f28fd32a6d8d44b3727b23a4a04-9171f10f48edd875-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d3c669d65e9b8e54033b4683c86ce649", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:07:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d8376797-6ba9-4d27-bcfb-3f912490eb85", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "d8376797-6ba9-4d27-bcfb-3f912490eb85", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T210726Z:d8376797-6ba9-4d27-bcfb-3f912490eb85" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392", - "name": "pgflexrg2392", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5828?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "292", - "Content-Type": "application/json", - "traceparent": "00-c02cd93a179f1af63a2f7b97ec4880d4-87057480a2cbfe81-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2bbbd813818efe7e17665c5c705bcb16", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "14", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "geoRedundantBackup": "Enabled" - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/11ecb77c-9fb8-4fe2-8156-0de6dc6d2846?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:07:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/11ecb77c-9fb8-4fe2-8156-0de6dc6d2846?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "215bdecd-69a8-44c2-a6e4-54fd1487dcb6", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "b21f6df1-0d3b-4766-83e9-39d96ba2f6fa", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T210727Z:215bdecd-69a8-44c2-a6e4-54fd1487dcb6" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-31T21:07:27.423Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/11ecb77c-9fb8-4fe2-8156-0de6dc6d2846?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c02cd93a179f1af63a2f7b97ec4880d4-1aa4c49e094bb431-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fd1d579763f455e2ebc8bb3401f71ea7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:07:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c6c8ccb-1a6a-48e4-973e-b4dbea4309db", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "f09920f3-78b4-4dbf-a9e1-55834ca5a020", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T210727Z:4c6c8ccb-1a6a-48e4-973e-b4dbea4309db" - }, - "ResponseBody": { - "name": "11ecb77c-9fb8-4fe2-8156-0de6dc6d2846", - "status": "InProgress", - "startTime": "2023-01-31T21:07:27.423Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/11ecb77c-9fb8-4fe2-8156-0de6dc6d2846?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c02cd93a179f1af63a2f7b97ec4880d4-04337a88528049e8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "862d306f5f960693b9b9b2649e997a4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:08:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "79f0b24a-c0db-4cca-bff5-470f1ad3b869", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "c3b5aca1-20ce-4bbe-8576-a392f546e41e", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T210828Z:79f0b24a-c0db-4cca-bff5-470f1ad3b869" - }, - "ResponseBody": { - "name": "11ecb77c-9fb8-4fe2-8156-0de6dc6d2846", - "status": "InProgress", - "startTime": "2023-01-31T21:07:27.423Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/11ecb77c-9fb8-4fe2-8156-0de6dc6d2846?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c02cd93a179f1af63a2f7b97ec4880d4-172ced4f00f9d25e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "18c552a4ce3df2215f809bed51eaff81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:09:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65da554d-e244-4a3e-abe2-3fd14607e5fd", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "3285a8aa-9553-4686-b814-8f330aed7799", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T210928Z:65da554d-e244-4a3e-abe2-3fd14607e5fd" - }, - "ResponseBody": { - "name": "11ecb77c-9fb8-4fe2-8156-0de6dc6d2846", - "status": "InProgress", - "startTime": "2023-01-31T21:07:27.423Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/11ecb77c-9fb8-4fe2-8156-0de6dc6d2846?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c02cd93a179f1af63a2f7b97ec4880d4-91834ef4a392a5ca-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "52753b0b3a9d3873c417433bb17db751", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:10:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d317be12-63ac-4a24-baa7-cdeb98ce77c7", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "8c8cedbb-5426-41fc-9f48-588a64740b8a", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T211028Z:d317be12-63ac-4a24-baa7-cdeb98ce77c7" - }, - "ResponseBody": { - "name": "11ecb77c-9fb8-4fe2-8156-0de6dc6d2846", - "status": "InProgress", - "startTime": "2023-01-31T21:07:27.423Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/11ecb77c-9fb8-4fe2-8156-0de6dc6d2846?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c02cd93a179f1af63a2f7b97ec4880d4-74bdbb3e82c09684-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "af8f6e4d0632a0690e3a2716c3a6b5cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:11:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "71d1a604-2996-4708-ae8a-20beb9e9af7f", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "6b522ad7-9afc-4295-94a0-49e7a97f14d9", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T211129Z:71d1a604-2996-4708-ae8a-20beb9e9af7f" - }, - "ResponseBody": { - "name": "11ecb77c-9fb8-4fe2-8156-0de6dc6d2846", - "status": "InProgress", - "startTime": "2023-01-31T21:07:27.423Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/11ecb77c-9fb8-4fe2-8156-0de6dc6d2846?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c02cd93a179f1af63a2f7b97ec4880d4-5fb1a256f8f9aa46-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "625830b928246aafdf8c54268ae641e1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:12:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3635b926-e141-444b-aa40-f42dc2b48f6a", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "955a922a-ae94-4584-8ab2-1d52e3aabaf3", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T211229Z:3635b926-e141-444b-aa40-f42dc2b48f6a" - }, - "ResponseBody": { - "name": "11ecb77c-9fb8-4fe2-8156-0de6dc6d2846", - "status": "InProgress", - "startTime": "2023-01-31T21:07:27.423Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/11ecb77c-9fb8-4fe2-8156-0de6dc6d2846?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c02cd93a179f1af63a2f7b97ec4880d4-fc528e4d3d5fd5c1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e2a04ac9505a054fd1d44463135d751d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:13:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea3794d1-afd6-4261-bd9f-0beaba471c87", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "5eeffda1-de78-490c-82b5-3490275ce9bf", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T211330Z:ea3794d1-afd6-4261-bd9f-0beaba471c87" - }, - "ResponseBody": { - "name": "11ecb77c-9fb8-4fe2-8156-0de6dc6d2846", - "status": "InProgress", - "startTime": "2023-01-31T21:07:27.423Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/11ecb77c-9fb8-4fe2-8156-0de6dc6d2846?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c02cd93a179f1af63a2f7b97ec4880d4-1403695c663691b9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "818174625425252cbf25cfa5b1431627", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:14:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b40b248-2292-4c93-bda9-e853ef26c381", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "a0ee56e0-ec7a-4748-9ae2-6ca738486b93", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T211430Z:2b40b248-2292-4c93-bda9-e853ef26c381" - }, - "ResponseBody": { - "name": "11ecb77c-9fb8-4fe2-8156-0de6dc6d2846", - "status": "InProgress", - "startTime": "2023-01-31T21:07:27.423Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/11ecb77c-9fb8-4fe2-8156-0de6dc6d2846?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c02cd93a179f1af63a2f7b97ec4880d4-925863893d52bb7a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "794d46f8d2066875e0529150e44c5682", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:15:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d66260a-606c-4958-bd56-a5aefa169e13", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "124526f0-390e-4e79-a56f-735d16fee7ac", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T211530Z:5d66260a-606c-4958-bd56-a5aefa169e13" - }, - "ResponseBody": { - "name": "11ecb77c-9fb8-4fe2-8156-0de6dc6d2846", - "status": "InProgress", - "startTime": "2023-01-31T21:07:27.423Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/11ecb77c-9fb8-4fe2-8156-0de6dc6d2846?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c02cd93a179f1af63a2f7b97ec4880d4-b711a7f240920bb1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "15c43617c06474bc1d7b233481aa548d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:16:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e5478a1-adf9-4819-8616-73d7b13d8532", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "cfaddce5-a3f4-4e05-a2c5-42675f36a16c", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T211631Z:2e5478a1-adf9-4819-8616-73d7b13d8532" - }, - "ResponseBody": { - "name": "11ecb77c-9fb8-4fe2-8156-0de6dc6d2846", - "status": "Succeeded", - "startTime": "2023-01-31T21:07:27.423Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5828?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c02cd93a179f1af63a2f7b97ec4880d4-ebf86de7793ace81-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "cc6a1cbdfc108f17ff19a1d2c2db4172", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1089", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:16:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2716896e-5b75-4e65-81e5-e7bc8a28c5be", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "a86ab080-4271-4510-8aac-4e646557ed07", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T211631Z:2716896e-5b75-4e65-81e5-e7bc8a28c5be" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-31T21:07:34.7057264Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver5828.postgres.database.azure.com", - "version": "14", - "minorVersion": "6", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "1", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Enabled", - "earliestRestoreDate": "2023-01-31T21:07:34.7057264\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5 - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5828", - "name": "pgflexserver5828", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5120?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "296", - "Content-Type": "application/json", - "traceparent": "00-17bf85c8b2a1fb4bbd65983642424943-cca90c6541cbd5ec-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7a8e4dce007e38c389d85b8baf40e736", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "westus", - "properties": { - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5828", - "pointInTimeUTC": "2023-01-31T21:16:31.4783498Z", - "createMode": "GeoRestore" - } - }, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "143", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:16:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7227ddd3-562a-4d56-893b-187cae9f6aa8", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "b0f00099-640e-44eb-b57a-5c83f2b3ea38", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T211633Z:7227ddd3-562a-4d56-893b-187cae9f6aa8" - }, - "ResponseBody": { - "error": { - "code": "GeoBackupsNotAvailable", - "message": "Unable to geo-restore server pgflexserver5828 as its geo-backups are not available yet." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5120?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "296", - "Content-Type": "application/json", - "traceparent": "00-ee3ac24118015f350658cbcc4c0b18fa-b8e6daa07d7a35c7-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c89203fe89e21a711f34164b1fe9b141", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "westus", - "properties": { - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5828", - "pointInTimeUTC": "2023-01-31T21:22:33.1052086Z", - "createMode": "GeoRestore" - } - }, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "143", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:22:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a029524-710d-4d01-9ae2-cbd26f56fb59", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "ee5f7abe-2b1a-428c-bfe6-28e28b304da1", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T212235Z:1a029524-710d-4d01-9ae2-cbd26f56fb59" - }, - "ResponseBody": { - "error": { - "code": "GeoBackupsNotAvailable", - "message": "Unable to geo-restore server pgflexserver5828 as its geo-backups are not available yet." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5120?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "296", - "Content-Type": "application/json", - "traceparent": "00-e6cba00ec00f802a3516b2f9d3d68f7a-76201c5efdb1cac2-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3365b13ad91bbd0f58314337a08ce0be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "westus", - "properties": { - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5828", - "pointInTimeUTC": "2023-01-31T21:28:35.3935964Z", - "createMode": "GeoRestore" - } - }, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "143", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:28:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d96b93f7-b2d7-4a29-b064-24c31f4e233a", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "0da98022-d270-422b-9b96-64ddb071fec0", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T212837Z:d96b93f7-b2d7-4a29-b064-24c31f4e233a" - }, - "ResponseBody": { - "error": { - "code": "GeoBackupsNotAvailable", - "message": "Unable to geo-restore server pgflexserver5828 as its geo-backups are not available yet." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5120?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "296", - "Content-Type": "application/json", - "traceparent": "00-4649cd74f718408fbf22935ef0e817af-6c529c292b5b388f-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "bfd36a3278494590db735b4aea7719a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "westus", - "properties": { - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5828", - "pointInTimeUTC": "2023-01-31T21:34:37.4776074Z", - "createMode": "GeoRestore" - } - }, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "143", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:34:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2eede545-15ac-406a-9592-b35b57773ca3", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "1732978d-f928-4ae6-a2fe-5d566dd0afd9", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T213439Z:2eede545-15ac-406a-9592-b35b57773ca3" - }, - "ResponseBody": { - "error": { - "code": "GeoBackupsNotAvailable", - "message": "Unable to geo-restore server pgflexserver5828 as its geo-backups are not available yet." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5120?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "296", - "Content-Type": "application/json", - "traceparent": "00-478b7a17506a52370f3d995491977810-08ffdcd091806986-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fe511926b3db251af4d56fb046397993", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "westus", - "properties": { - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5828", - "pointInTimeUTC": "2023-01-31T21:40:39.5977115Z", - "createMode": "GeoRestore" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/13df9961-72fb-4e81-a0ef-b28a5b7fae00?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "89", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:40:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/operationResults/13df9961-72fb-4e81-a0ef-b28a5b7fae00?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7f7e5f72-0342-40da-965b-b7f5ca7a0ee7", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "79334da9-f158-4f88-a6c2-2acac0c3a738", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214041Z:7f7e5f72-0342-40da-965b-b7f5ca7a0ee7" - }, - "ResponseBody": { - "operation": "RestoreSnapshotManagementOperation", - "startTime": "2023-01-31T21:40:41.883Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/13df9961-72fb-4e81-a0ef-b28a5b7fae00?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-478b7a17506a52370f3d995491977810-9601a8d072d540ac-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8711a218e23a7ee350adca7409dffea1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:40:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e799e71-a5df-48df-80e3-4f2accea14d3", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "cc75ef74-938e-486d-8e0e-1e553a663419", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214042Z:0e799e71-a5df-48df-80e3-4f2accea14d3" - }, - "ResponseBody": { - "name": "13df9961-72fb-4e81-a0ef-b28a5b7fae00", - "status": "InProgress", - "startTime": "2023-01-31T21:40:41.883Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/13df9961-72fb-4e81-a0ef-b28a5b7fae00?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-478b7a17506a52370f3d995491977810-76890fbd070153e2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "92f5c8f9645e33892090ddba5b72a82f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:41:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9701f649-d9f5-4294-8bdb-9ac2b9085716", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "86e633e9-b21e-4a54-b4ae-e1b47720acc1", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214142Z:9701f649-d9f5-4294-8bdb-9ac2b9085716" - }, - "ResponseBody": { - "name": "13df9961-72fb-4e81-a0ef-b28a5b7fae00", - "status": "InProgress", - "startTime": "2023-01-31T21:40:41.883Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/13df9961-72fb-4e81-a0ef-b28a5b7fae00?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-478b7a17506a52370f3d995491977810-eee2fcc10b09d6f7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a3978e01f2287258739a63682884b741", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:42:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dce9384a-71d3-46a0-a975-e89fcc3efbec", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "32634ab1-13e7-4fe3-bd9c-ae6ff0754bdc", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214242Z:dce9384a-71d3-46a0-a975-e89fcc3efbec" - }, - "ResponseBody": { - "name": "13df9961-72fb-4e81-a0ef-b28a5b7fae00", - "status": "InProgress", - "startTime": "2023-01-31T21:40:41.883Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/13df9961-72fb-4e81-a0ef-b28a5b7fae00?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-478b7a17506a52370f3d995491977810-eb297344bfd1a4bc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b5aeb52240cfb38219dd66aa052822de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:43:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "01f2c1b7-db56-414e-bbb9-ec2b371c2daa", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "265d95d9-b935-4d41-8ba0-fd0cca058ac6", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214342Z:01f2c1b7-db56-414e-bbb9-ec2b371c2daa" - }, - "ResponseBody": { - "name": "13df9961-72fb-4e81-a0ef-b28a5b7fae00", - "status": "InProgress", - "startTime": "2023-01-31T21:40:41.883Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/13df9961-72fb-4e81-a0ef-b28a5b7fae00?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-478b7a17506a52370f3d995491977810-cfb79e0e3e18d484-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7b729b055a4707796f831fc401200b9c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:44:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "820eecde-77df-4847-afd2-39dde500d532", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "fac42950-db19-4dd8-a4c8-31300e265324", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214442Z:820eecde-77df-4847-afd2-39dde500d532" - }, - "ResponseBody": { - "name": "13df9961-72fb-4e81-a0ef-b28a5b7fae00", - "status": "Succeeded", - "startTime": "2023-01-31T21:40:41.883Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5120?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-478b7a17506a52370f3d995491977810-48107e4e31707682-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a6989cd8f2c3c1600be48a4a8bad6c4a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1067", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:44:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d96fab7-487b-4050-9f0b-0ff7c74d2ffd", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "27a008a0-2114-4952-8b46-5552c7a9e807", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214443Z:4d96fab7-487b-4050-9f0b-0ff7c74d2ffd" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-31T21:40:48.9922296Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver5120.postgres.database.azure.com", - "version": "14", - "minorVersion": "6", - "administratorLogin": "testUser", - "state": "Ready", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-31T21:40:48.9922296\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5 - }, - "location": "West US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5120", - "name": "pgflexserver5120", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg2392?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-7fc1d7698870e44546498daff58d1c1d-6795b4566032b9fc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8d6385773b11c7f93ca7464b21bdb2f8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:44:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c0b79a07-b96b-4447-a387-4075f529dbc9", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "c0b79a07-b96b-4447-a387-4075f529dbc9", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214443Z:c0b79a07-b96b-4447-a387-4075f529dbc9" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392", - "name": "pgflexrg2392", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet8262?api-version=2021-02-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "398", - "Content-Type": "application/json", - "traceparent": "00-393d7f2389f1f72f9db906a13b03c8d4-e889da7d4f3f2e87-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "68d1c9d27c8f121a3ab16f63cf2e7bc1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus", - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet4992", - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "properties": { - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - } - } - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/058f1a12-d352-451a-bf9b-01f215ea69b7?api-version=2021-02-01", - "Cache-Control": "no-cache", - "Content-Length": "2013", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:44:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9a1a1b10-fbc7-46b3-909f-cd950f34cadf", - "x-ms-client-request-id": "68d1c9d27c8f121a3ab16f63cf2e7bc1", - "x-ms-correlation-request-id": "c9467546-8092-49fe-beec-566df7d52b89", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "058f1a12-d352-451a-bf9b-01f215ea69b7", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214444Z:c9467546-8092-49fe-beec-566df7d52b89" - }, - "ResponseBody": { - "name": "vnet8262", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet8262", - "etag": "W/\u00220382e12d-1a83-4af4-ab2a-17f1a865cd39\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Updating", - "resourceGuid": "8364b7bd-4b61-4dda-9f97-7a808b35cea3", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet4992", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet8262/subnets/subnet4992", - "etag": "W/\u00220382e12d-1a83-4af4-ab2a-17f1a865cd39\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet8262/subnets/subnet4992/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u00220382e12d-1a83-4af4-ab2a-17f1a865cd39\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/058f1a12-d352-451a-bf9b-01f215ea69b7?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-393d7f2389f1f72f9db906a13b03c8d4-d8513ed8518d5bda-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c278913104dcfaba6b505260cb95f70e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:44:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "999e2177-5db7-4619-b94c-37aedf7b8aa6", - "x-ms-client-request-id": "c278913104dcfaba6b505260cb95f70e", - "x-ms-correlation-request-id": "719262c6-19e4-40a3-9f03-55fe114d18b3", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "b1b8b353-32e1-45f8-97ed-de37e746746b", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214445Z:719262c6-19e4-40a3-9f03-55fe114d18b3" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/058f1a12-d352-451a-bf9b-01f215ea69b7?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-393d7f2389f1f72f9db906a13b03c8d4-72c4870c6cd80649-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4c35842c366f533b3e34c6be13fd6626", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:44:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "73d99098-b49a-4948-9d75-5071ba7ebdb6", - "x-ms-client-request-id": "4c35842c366f533b3e34c6be13fd6626", - "x-ms-correlation-request-id": "610173d1-435c-4bde-a34a-0d90d2abe96b", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "f512e06f-b22c-49cd-9830-986436f74c31", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214455Z:610173d1-435c-4bde-a34a-0d90d2abe96b" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet8262?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-393d7f2389f1f72f9db906a13b03c8d4-ab41c3cfef5a4a61-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3e312111b8b512e51952106c2b2ad10c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "2015", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:44:54 GMT", - "ETag": "W/\u002258e3a06b-43ad-42d8-b60d-bac5820168f0\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6d83107c-0f56-4e37-b0fc-cc85e7032f39", - "x-ms-client-request-id": "3e312111b8b512e51952106c2b2ad10c", - "x-ms-correlation-request-id": "155e9d4c-a91f-4591-ab51-38035730d50a", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "b73cf467-8b9c-47bf-a437-75a5d80c1406", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214455Z:155e9d4c-a91f-4591-ab51-38035730d50a" - }, - "ResponseBody": { - "name": "vnet8262", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet8262", - "etag": "W/\u002258e3a06b-43ad-42d8-b60d-bac5820168f0\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "8364b7bd-4b61-4dda-9f97-7a808b35cea3", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet4992", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet8262/subnets/subnet4992", - "etag": "W/\u002258e3a06b-43ad-42d8-b60d-bac5820168f0\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet8262/subnets/subnet4992/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u002258e3a06b-43ad-42d8-b60d-bac5820168f0\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet8262/subnets/subnet4992?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-f480e40572e8e69e3700ba02a7452431-71741b6e99acb808-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "27f05bd953dffade562483a73dfbe76d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1238", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:44:55 GMT", - "ETag": "W/\u002258e3a06b-43ad-42d8-b60d-bac5820168f0\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c23174c5-fad9-41ac-a9be-6abd322d9788", - "x-ms-client-request-id": "27f05bd953dffade562483a73dfbe76d", - "x-ms-correlation-request-id": "f358d8ab-b248-4de7-ad71-d9faa2e95bb8", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "4e5d39d6-6869-4213-9c24-3c2910f5dc7a", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214455Z:f358d8ab-b248-4de7-ad71-d9faa2e95bb8" - }, - "ResponseBody": { - "name": "subnet4992", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet8262/subnets/subnet4992", - "etag": "W/\u002258e3a06b-43ad-42d8-b60d-bac5820168f0\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet8262/subnets/subnet4992/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u002258e3a06b-43ad-42d8-b60d-bac5820168f0\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg2392?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-bcca4ffb66bec36b39eb8753fb089a32-5206df2dcea6539d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "aa4e2beab96473589f22321d26ce2713", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:44:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "06502238-c8f6-4081-a29f-f5bf2b4734f0", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "06502238-c8f6-4081-a29f-f5bf2b4734f0", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214455Z:06502238-c8f6-4081-a29f-f5bf2b4734f0" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392", - "name": "pgflexrg2392", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/tenants?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-67c9ee71370333c9193bd54ec224ad2c-325cbc189a6b0be9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b7e5b9633e0dbe464237e790353dd41d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "140", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:44:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c918544-67ac-474e-96d2-f247fe3524c1", - "x-ms-ratelimit-remaining-tenant-reads": "11999", - "x-ms-request-id": "2c918544-67ac-474e-96d2-f247fe3524c1", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214455Z:2c918544-67ac-474e-96d2-f247fe3524c1" - }, - "ResponseBody": { - "value": [ - { - "id": "/tenants/72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantCategory": "Home" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.DBforPostgreSQL/getPrivateDnsZoneSuffix?api-version=2022-12-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "0", - "traceparent": "00-0db7e12a980328842bcdebd1d89c856c-9921639796b2dda4-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0082a36a26dc1fa8027d88bd20c1d487", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:44:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a882a57-046d-4276-9e8c-1d47e1f4adb7", - "x-ms-ratelimit-remaining-tenant-writes": "1199", - "x-ms-request-id": "7396af5e-8aa3-4130-917d-ac9df8165b9d", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214456Z:1a882a57-046d-4276-9e8c-1d47e1f4adb7" - }, - "ResponseBody": "\u0022postgres.database.azure.com\u0022" - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsZones/pgflexserver1977.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "47", - "Content-Type": "application/json", - "traceparent": "00-b870a814b677ad2718518995c8630074-84176ad745a13ba7-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "84446ffc2f16ab5fe58f682dd1c73d61", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyYTZhNWViNi04OTAwLTQ0OTItOGMxMS0zODQ0MGUwYjZhYmJfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:44:57 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyYTZhNWViNi04OTAwLTQ0OTItOGMxMS0zODQ0MGUwYjZhYmJfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c0def41-82c4-4b6c-b618-387ac39df8e9", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", - "x-ms-request-id": "84446ffc-2f16-ab5f-e58f-682dd1c73d61", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214457Z:4c0def41-82c4-4b6c-b618-387ac39df8e9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyYTZhNWViNi04OTAwLTQ0OTItOGMxMS0zODQ0MGUwYjZhYmJfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b870a814b677ad2718518995c8630074-1c592995044a3f49-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c69460624ff93b0743d61a4dbe7b4d3a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyYTZhNWViNi04OTAwLTQ0OTItOGMxMS0zODQ0MGUwYjZhYmJfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:44:57 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyYTZhNWViNi04OTAwLTQ0OTItOGMxMS0zODQ0MGUwYjZhYmJfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d14b9ace-68f8-48c7-8dfd-7898fb7d4db5", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "c6946062-4ff9-3b07-43d6-1a4dbe7b4d3a", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214458Z:d14b9ace-68f8-48c7-8dfd-7898fb7d4db5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyYTZhNWViNi04OTAwLTQ0OTItOGMxMS0zODQ0MGUwYjZhYmJfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b870a814b677ad2718518995c8630074-fbcc440a1f5f56b6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0b6f263f510fd43a380873507acff55b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:45:28 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d568cb76-7152-4b4f-bac9-c74d169a2971", - "x-ms-ratelimit-remaining-subscription-resource-requests": "498", - "x-ms-request-id": "0b6f263f-510f-d43a-3808-73507acff55b", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214528Z:d568cb76-7152-4b4f-bac9-c74d169a2971", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsZones/pgflexserver1977.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b870a814b677ad2718518995c8630074-cf7389d74eba08e2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "71cae7f17733fd680d773f760ce97d95", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "742", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:45:28 GMT", - "ETag": "e3f1fd4b-c66c-4c36-b95c-95f91cfbbec1", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da36a9c6-ef92-42f2-9bf0-5688a7f49a33", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "71cae7f1-7733-fd68-0d77-3f760ce97d95", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214528Z:da36a9c6-ef92-42f2-9bf0-5688a7f49a33", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsZones/pgflexserver1977.private.postgres.database.azure.com", - "name": "pgflexserver1977.private.postgres.database.azure.com", - "type": "Microsoft.Network/privateDnsZones", - "etag": "e3f1fd4b-c66c-4c36-b95c-95f91cfbbec1", - "location": "global", - "tags": {}, - "properties": { - "internalId": "SW1tdXRhYmxlWm9uZUlkZW50aXR5O2ViZWY2OWIzLWQxMjMtNDA3ZC1iODRmLTYzMDlkY2Q4Yzk2MTsw", - "maxNumberOfRecordSets": 25000, - "maxNumberOfVirtualNetworkLinks": 1000, - "maxNumberOfVirtualNetworkLinksWithRegistration": 100, - "numberOfRecordSets": 1, - "numberOfVirtualNetworkLinks": 0, - "numberOfVirtualNetworkLinksWithRegistration": 0, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsZones/pgflexserver1977.private.postgres.database.azure.com/virtualNetworkLinks/vnet8262-link?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "233", - "Content-Type": "application/json", - "traceparent": "00-c18c9ccbd06c3302f8b858e2d9a966d1-bd03c77a44c97a80-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8f517a78931a117125bf8df0dbb7c074", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": { - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet8262" - }, - "registrationEnabled": false - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YzMxNmEwZDYtN2Y1Yi00NWRlLTljNWItOTk5MjIxNGI3NTJmXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:45:29 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YzMxNmEwZDYtN2Y1Yi00NWRlLTljNWItOTk5MjIxNGI3NTJmXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c0c27b03-4997-410f-bc58-f76a20e8863b", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", - "x-ms-request-id": "8f517a78-931a-1171-25bf-8df0dbb7c074", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214530Z:c0c27b03-4997-410f-bc58-f76a20e8863b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YzMxNmEwZDYtN2Y1Yi00NWRlLTljNWItOTk5MjIxNGI3NTJmXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c18c9ccbd06c3302f8b858e2d9a966d1-d86865d36758b61a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ffd7de8a667d5e4076b84b74e9772156", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YzMxNmEwZDYtN2Y1Yi00NWRlLTljNWItOTk5MjIxNGI3NTJmXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:45:29 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YzMxNmEwZDYtN2Y1Yi00NWRlLTljNWItOTk5MjIxNGI3NTJmXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a83ab5ab-f602-4449-aa6d-618ecb0854f1", - "x-ms-ratelimit-remaining-subscription-resource-requests": "497", - "x-ms-request-id": "ffd7de8a-667d-5e40-76b8-4b74e9772156", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214530Z:a83ab5ab-f602-4449-aa6d-618ecb0854f1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YzMxNmEwZDYtN2Y1Yi00NWRlLTljNWItOTk5MjIxNGI3NTJmXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c18c9ccbd06c3302f8b858e2d9a966d1-bbf2469ca93ffdb2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4d95cab6a78d9be37489d1a995d90060", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:45:59 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b4a7ca75-7867-42d4-95f1-46f8e938fa1d", - "x-ms-ratelimit-remaining-subscription-resource-requests": "496", - "x-ms-request-id": "4d95cab6-a78d-9be3-7489-d1a995d90060", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214600Z:b4a7ca75-7867-42d4-95f1-46f8e938fa1d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsZones/pgflexserver1977.private.postgres.database.azure.com/virtualNetworkLinks/vnet8262-link?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c18c9ccbd06c3302f8b858e2d9a966d1-c2e8258587846b50-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fd663ff7c0df7af67ffd60f99092de46", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "677", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:46:00 GMT", - "ETag": "\u0022e004ed90-0000-0100-0000-63d98c090000\u0022", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d2384f7-849e-4587-aea2-c5469e353287", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "fd663ff7-c0df-7af6-7ffd-60f99092de46", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214600Z:5d2384f7-849e-4587-aea2-c5469e353287", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsZones/pgflexserver1977.private.postgres.database.azure.com/virtualNetworkLinks/vnet8262-link", - "name": "vnet8262-link", - "type": "Microsoft.Network/privateDnsZones/virtualNetworkLinks", - "etag": "\u0022e004ed90-0000-0100-0000-63d98c090000\u0022", - "location": "global", - "tags": {}, - "properties": { - "provisioningState": "Succeeded", - "registrationEnabled": false, - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet8262" - }, - "virtualNetworkLinkState": "Completed" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1977?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "695", - "Content-Type": "application/json", - "traceparent": "00-2b5e7ee11fb94df9472542c1ce4ecaf1-10345872257d4687-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "46e1a74f7a2ee3c0fb3c8bf49497c89c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "14", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "geoRedundantBackup": "Enabled" - }, - "network": { - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet8262/subnets/subnet4992", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsZones/pgflexserver1977.private.postgres.database.azure.com" - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/49838cfc-1c4a-4023-9889-4a8c65d59d80?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "87", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:46:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/49838cfc-1c4a-4023-9889-4a8c65d59d80?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a172e34-91a1-44a9-80bc-d553252c5352", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "3198ccac-4016-4372-ad1c-3977af50ca07", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214603Z:5a172e34-91a1-44a9-80bc-d553252c5352" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-31T21:46:03.75Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/49838cfc-1c4a-4023-9889-4a8c65d59d80?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2b5e7ee11fb94df9472542c1ce4ecaf1-8f59bd17c671e087-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ee5a8baab9f87c317e8301a33501e5e7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:46:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6621f44d-8fea-45b4-a61d-a2838e0b47b2", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "d7eed464-c6cb-41d3-8b3e-389087432516", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214603Z:6621f44d-8fea-45b4-a61d-a2838e0b47b2" - }, - "ResponseBody": { - "name": "49838cfc-1c4a-4023-9889-4a8c65d59d80", - "status": "InProgress", - "startTime": "2023-01-31T21:46:03.75Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/49838cfc-1c4a-4023-9889-4a8c65d59d80?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2b5e7ee11fb94df9472542c1ce4ecaf1-a65e52ea5229e352-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a541c43533142a352feb7213ac309c10", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:47:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89b5a341-225a-497d-ab81-c01c58b39aa5", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "6a864a62-e0d8-4ee9-9b25-370c9fa72fbb", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214704Z:89b5a341-225a-497d-ab81-c01c58b39aa5" - }, - "ResponseBody": { - "name": "49838cfc-1c4a-4023-9889-4a8c65d59d80", - "status": "InProgress", - "startTime": "2023-01-31T21:46:03.75Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/49838cfc-1c4a-4023-9889-4a8c65d59d80?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2b5e7ee11fb94df9472542c1ce4ecaf1-e554b46d5d73f9ec-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0949a930da3dfea3b9002b8d22d4c0d2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:48:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e8d85c3b-dbfb-4e4e-8f08-d080e493dc59", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "e7cd8a9c-2efb-4455-b703-5e2507e16e22", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214804Z:e8d85c3b-dbfb-4e4e-8f08-d080e493dc59" - }, - "ResponseBody": { - "name": "49838cfc-1c4a-4023-9889-4a8c65d59d80", - "status": "InProgress", - "startTime": "2023-01-31T21:46:03.75Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/49838cfc-1c4a-4023-9889-4a8c65d59d80?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2b5e7ee11fb94df9472542c1ce4ecaf1-b49ccbaf20764808-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "825be63565a977cd562fbe0d471ed04e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:49:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b4de8610-78d6-405f-b6c7-96f268043adb", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "44e992c6-04da-4b94-a2ee-a627e19e4438", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T214905Z:b4de8610-78d6-405f-b6c7-96f268043adb" - }, - "ResponseBody": { - "name": "49838cfc-1c4a-4023-9889-4a8c65d59d80", - "status": "InProgress", - "startTime": "2023-01-31T21:46:03.75Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/49838cfc-1c4a-4023-9889-4a8c65d59d80?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2b5e7ee11fb94df9472542c1ce4ecaf1-5bb649e2315b401f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8b72f1e7dcb85aaa2042ec1407a7075b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:50:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "43e33bec-7a0d-4e2e-94f8-0448451beb46", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "4fa075eb-1d70-479b-b8e8-4100d31bbeae", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215006Z:43e33bec-7a0d-4e2e-94f8-0448451beb46" - }, - "ResponseBody": { - "name": "49838cfc-1c4a-4023-9889-4a8c65d59d80", - "status": "InProgress", - "startTime": "2023-01-31T21:46:03.75Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/49838cfc-1c4a-4023-9889-4a8c65d59d80?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2b5e7ee11fb94df9472542c1ce4ecaf1-345fa234c0b230f6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c6dda02a1ad5cb67dcd2b20d1b96b79a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:51:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "adfc1378-daf0-451e-b5c9-07d322348935", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "ed0cd91b-1695-4d45-ad5e-5dbb774e6eef", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215106Z:adfc1378-daf0-451e-b5c9-07d322348935" - }, - "ResponseBody": { - "name": "49838cfc-1c4a-4023-9889-4a8c65d59d80", - "status": "InProgress", - "startTime": "2023-01-31T21:46:03.75Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/49838cfc-1c4a-4023-9889-4a8c65d59d80?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2b5e7ee11fb94df9472542c1ce4ecaf1-48af39ccd8c6e797-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "31a6dd303461591a3b00616679b86fae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:52:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6529acf2-67ed-4e52-b160-84531360e90a", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "6abc246c-6a00-42fa-835e-7128cd05c518", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215206Z:6529acf2-67ed-4e52-b160-84531360e90a" - }, - "ResponseBody": { - "name": "49838cfc-1c4a-4023-9889-4a8c65d59d80", - "status": "InProgress", - "startTime": "2023-01-31T21:46:03.75Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/49838cfc-1c4a-4023-9889-4a8c65d59d80?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2b5e7ee11fb94df9472542c1ce4ecaf1-6fcf1a196bd4b2a4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a6e262280a41cd7989a7afe5299d3e8a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:53:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9240d56f-78a5-464c-bdf4-635c9083b468", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "5cb682e2-feff-4969-ab23-17e8e9f05b0b", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215307Z:9240d56f-78a5-464c-bdf4-635c9083b468" - }, - "ResponseBody": { - "name": "49838cfc-1c4a-4023-9889-4a8c65d59d80", - "status": "InProgress", - "startTime": "2023-01-31T21:46:03.75Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/49838cfc-1c4a-4023-9889-4a8c65d59d80?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2b5e7ee11fb94df9472542c1ce4ecaf1-baf39692fbd46f02-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2ae4518bd501f5fa85838ad4b8005123", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:54:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aad98c0d-df9b-43e6-be68-da8d17d1618b", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "53d5d44a-3b70-4833-91d2-9a80a94e7b32", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215407Z:aad98c0d-df9b-43e6-be68-da8d17d1618b" - }, - "ResponseBody": { - "name": "49838cfc-1c4a-4023-9889-4a8c65d59d80", - "status": "InProgress", - "startTime": "2023-01-31T21:46:03.75Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/49838cfc-1c4a-4023-9889-4a8c65d59d80?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2b5e7ee11fb94df9472542c1ce4ecaf1-4c6ff3f39ea91d9f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b9e5036310b3255964d8a8ba85342f9e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:55:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d8e29fd0-3eee-4ea4-b989-db17fe531816", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "8c1dedd3-c647-4854-9810-cebaec476344", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215507Z:d8e29fd0-3eee-4ea4-b989-db17fe531816" - }, - "ResponseBody": { - "name": "49838cfc-1c4a-4023-9889-4a8c65d59d80", - "status": "InProgress", - "startTime": "2023-01-31T21:46:03.75Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/49838cfc-1c4a-4023-9889-4a8c65d59d80?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2b5e7ee11fb94df9472542c1ce4ecaf1-a4a04a3a09c018be-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "28dbd7c144d452ac68ec21bd7fa41488", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:56:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a7206199-dda6-40e7-81fd-46836f49362c", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "4006f74b-bbf9-451c-956b-0e957fe3076f", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215608Z:a7206199-dda6-40e7-81fd-46836f49362c" - }, - "ResponseBody": { - "name": "49838cfc-1c4a-4023-9889-4a8c65d59d80", - "status": "Succeeded", - "startTime": "2023-01-31T21:46:03.75Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1977?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2b5e7ee11fb94df9472542c1ce4ecaf1-662b51324b342a5e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "25828b5585b77ad6f7bec6282d3f7050", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1481", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:56:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f0513a8d-e581-42c2-ab8c-41379aea9541", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "24917c35-6c75-468c-924d-79d17d840b78", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215608Z:f0513a8d-e581-42c2-ab8c-41379aea9541" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-31T21:46:20.9073371Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver1977.postgres.database.azure.com", - "version": "14", - "minorVersion": "6", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "1", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Enabled", - "earliestRestoreDate": "2023-01-31T21:46:20.9073371\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled", - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet8262/subnets/subnet4992", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsZones/pgflexserver1977.private.postgres.database.azure.com" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5 - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1977", - "name": "pgflexserver1977", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg2392?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-5d23b347013f29cd043e94bb0df4701f-8159c09e85f6bd60-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e013eb5428251e4e569250c7ef9ca5bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:56:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c2c00aa-a360-4667-80ce-90676993eab8", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "4c2c00aa-a360-4667-80ce-90676993eab8", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215608Z:4c2c00aa-a360-4667-80ce-90676993eab8" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392", - "name": "pgflexrg2392", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet4970?api-version=2021-02-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "398", - "Content-Type": "application/json", - "traceparent": "00-830b7c579de600aa74e341f3bffc4500-97434dc309252b57-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f9641fc309b23be6006031167d842428", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "westus", - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet4313", - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "properties": { - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - } - } - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "azure-asyncnotification": "Enabled", - "azure-asyncoperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/westus/operations/5e508e11-a1f8-461e-9d65-4522c3c833d6?api-version=2021-02-01", - "Cache-Control": "no-cache", - "Content-Length": "2013", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:56:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "ed209235-af1a-42d8-9fb4-942470c20744", - "x-ms-client-request-id": "f9641fc309b23be6006031167d842428", - "x-ms-correlation-request-id": "02c2cf78-534b-40bd-8752-ac4e610f5821", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "5e508e11-a1f8-461e-9d65-4522c3c833d6", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215610Z:02c2cf78-534b-40bd-8752-ac4e610f5821" - }, - "ResponseBody": { - "name": "vnet4970", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet4970", - "etag": "W/\u0022ae68beef-a30b-41bf-89c4-7ee5f6407263\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus", - "properties": { - "provisioningState": "Updating", - "resourceGuid": "cfc8ebf6-79d4-49d2-beb2-3b9fc7d81417", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet4313", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet4970/subnets/subnet4313", - "etag": "W/\u0022ae68beef-a30b-41bf-89c4-7ee5f6407263\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet4970/subnets/subnet4313/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u0022ae68beef-a30b-41bf-89c4-7ee5f6407263\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/westus/operations/5e508e11-a1f8-461e-9d65-4522c3c833d6?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-830b7c579de600aa74e341f3bffc4500-49eafb8be2103ec2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0e64071876db4a9e05d7dfc5f638a1d2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:56:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "647fa56f-e5eb-40e6-8b91-6d5d1af4cbba", - "x-ms-client-request-id": "0e64071876db4a9e05d7dfc5f638a1d2", - "x-ms-correlation-request-id": "bce8d905-980d-4af4-b386-8d7010d09aed", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "8ab3ab77-63b6-4094-93ed-dd9a7f6e3fa7", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215610Z:bce8d905-980d-4af4-b386-8d7010d09aed" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/westus/operations/5e508e11-a1f8-461e-9d65-4522c3c833d6?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-830b7c579de600aa74e341f3bffc4500-873c1b6ab4da75d3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1e4a286e12348f2ebc37bd4f3ac106f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:56:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "62523b95-6edf-4b43-9fb2-f7f366858586", - "x-ms-client-request-id": "1e4a286e12348f2ebc37bd4f3ac106f1", - "x-ms-correlation-request-id": "232f8b7e-9588-42c0-8d7f-fdcf275a3097", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "017049aa-1238-4fd8-8035-a80eb5c32109", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215620Z:232f8b7e-9588-42c0-8d7f-fdcf275a3097" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet4970?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-830b7c579de600aa74e341f3bffc4500-4c77d4c119e5378c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "76fed7d4161f054d321d8eb8549d3604", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "2015", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:56:20 GMT", - "ETag": "W/\u00227550ac3b-2fad-4000-844b-81d877a32161\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6792c7d3-2577-4d62-b478-dce706a3d683", - "x-ms-client-request-id": "76fed7d4161f054d321d8eb8549d3604", - "x-ms-correlation-request-id": "9783bcbc-8cce-4427-9211-2e63c2c15234", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "90dd4639-7d77-4dd3-a719-d69b8fd58ace", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215620Z:9783bcbc-8cce-4427-9211-2e63c2c15234" - }, - "ResponseBody": { - "name": "vnet4970", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet4970", - "etag": "W/\u00227550ac3b-2fad-4000-844b-81d877a32161\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus", - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "cfc8ebf6-79d4-49d2-beb2-3b9fc7d81417", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet4313", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet4970/subnets/subnet4313", - "etag": "W/\u00227550ac3b-2fad-4000-844b-81d877a32161\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet4970/subnets/subnet4313/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u00227550ac3b-2fad-4000-844b-81d877a32161\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet4970/subnets/subnet4313?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-abe324a5a4b5b1caaa44d9edfcae1752-1bb45d02c2e54c48-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0cb6fcc26cc40626d8d552a4b94e1044", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1238", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:56:20 GMT", - "ETag": "W/\u00227550ac3b-2fad-4000-844b-81d877a32161\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e058ef17-a72f-4dc8-9aa3-806f2f77bf6c", - "x-ms-client-request-id": "0cb6fcc26cc40626d8d552a4b94e1044", - "x-ms-correlation-request-id": "8f9f92d2-780a-4c56-8b0e-cd47a846e174", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "d12ef916-3076-4fd4-9f4b-26de4bc13ce2", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215620Z:8f9f92d2-780a-4c56-8b0e-cd47a846e174" - }, - "ResponseBody": { - "name": "subnet4313", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet4970/subnets/subnet4313", - "etag": "W/\u00227550ac3b-2fad-4000-844b-81d877a32161\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet4970/subnets/subnet4313/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u00227550ac3b-2fad-4000-844b-81d877a32161\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg2392?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-2edd5d812694dbd2c82330c1380ea4c9-2fb8c65310de75ae-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1ff0eed02a3957b3da45ec1683763b1e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:56:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a3c28bd9-76a3-425e-a80d-a0e37209bbba", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "a3c28bd9-76a3-425e-a80d-a0e37209bbba", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215620Z:a3c28bd9-76a3-425e-a80d-a0e37209bbba" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392", - "name": "pgflexrg2392", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/tenants?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-a73e68486218fa338a21b192a53bfeb7-0b89890ff2b5582d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3e8db800fa0a682cb0f89e4ac3a94ce3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "140", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:56:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0fa117e4-f838-438f-bd1c-706132c7930e", - "x-ms-ratelimit-remaining-tenant-reads": "11998", - "x-ms-request-id": "0fa117e4-f838-438f-bd1c-706132c7930e", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215620Z:0fa117e4-f838-438f-bd1c-706132c7930e" - }, - "ResponseBody": { - "value": [ - { - "id": "/tenants/72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantCategory": "Home" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.DBforPostgreSQL/getPrivateDnsZoneSuffix?api-version=2022-12-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "0", - "traceparent": "00-d48856a2341223fd9b4c994238fddced-3261fc5e1250beb5-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "65e74a0d16ad98cb485f327f7f108261", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:56:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4cb59ca3-ec4c-4604-bb5c-bba8aa370b57", - "x-ms-ratelimit-remaining-tenant-writes": "1198", - "x-ms-request-id": "21a28a59-dc24-495f-b237-a02cacce0a0a", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215621Z:4cb59ca3-ec4c-4604-bb5c-bba8aa370b57" - }, - "ResponseBody": "\u0022postgres.database.azure.com\u0022" - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsZones/pgflexserver3984.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "47", - "Content-Type": "application/json", - "traceparent": "00-0348ed109504051126b182c69c7b72cc-77b41397ee482a24-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "00a33499d2c1d639c2886e418b699430", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTtjYjVjMmI3ZC0yNDAzLTQ5YWMtYTg4Ny04OWNjYTBlMWQ5NWFfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:56:22 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTtjYjVjMmI3ZC0yNDAzLTQ5YWMtYTg4Ny04OWNjYTBlMWQ5NWFfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4116ffe-ee1a-4852-87b0-e5e41b23c47a", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11998", - "x-ms-request-id": "00a33499-d2c1-d639-c288-6e418b699430", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215622Z:c4116ffe-ee1a-4852-87b0-e5e41b23c47a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTtjYjVjMmI3ZC0yNDAzLTQ5YWMtYTg4Ny04OWNjYTBlMWQ5NWFfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0348ed109504051126b182c69c7b72cc-acff06ce681c28ea-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8fb03c754b063a221011a325a78a0cdf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTtjYjVjMmI3ZC0yNDAzLTQ5YWMtYTg4Ny04OWNjYTBlMWQ5NWFfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:56:22 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTtjYjVjMmI3ZC0yNDAzLTQ5YWMtYTg4Ny04OWNjYTBlMWQ5NWFfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "42df5a9e-e3e5-4043-bb88-dc7637fcc021", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "8fb03c75-4b06-3a22-1011-a325a78a0cdf", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215623Z:42df5a9e-e3e5-4043-bb88-dc7637fcc021", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTtjYjVjMmI3ZC0yNDAzLTQ5YWMtYTg4Ny04OWNjYTBlMWQ5NWFfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0348ed109504051126b182c69c7b72cc-6bad5242e053c23c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "768701cb4907c3d3c3b913cbdc8e0e15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:56:52 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "59ca533f-cb31-4054-8c90-ec0e81a093f4", - "x-ms-ratelimit-remaining-subscription-resource-requests": "498", - "x-ms-request-id": "768701cb-4907-c3d3-c3b9-13cbdc8e0e15", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215653Z:59ca533f-cb31-4054-8c90-ec0e81a093f4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsZones/pgflexserver3984.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0348ed109504051126b182c69c7b72cc-cc27ae0c6ddd0c61-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4ecbce9f04b9ad2ae6ce287d324b4163", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "742", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:56:53 GMT", - "ETag": "3df47048-f758-4ff1-9d35-10f118fbe4dc", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65e9894b-c53b-4c35-8115-ea69b0d25fa8", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "4ecbce9f-04b9-ad2a-e6ce-287d324b4163", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215653Z:65e9894b-c53b-4c35-8115-ea69b0d25fa8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsZones/pgflexserver3984.private.postgres.database.azure.com", - "name": "pgflexserver3984.private.postgres.database.azure.com", - "type": "Microsoft.Network/privateDnsZones", - "etag": "3df47048-f758-4ff1-9d35-10f118fbe4dc", - "location": "global", - "tags": {}, - "properties": { - "internalId": "SW1tdXRhYmxlWm9uZUlkZW50aXR5OzNmNzQ1MWMwLTdhY2QtNDVmYS04YjgzLWFjYjVlNGM5ODc1OTsw", - "maxNumberOfRecordSets": 25000, - "maxNumberOfVirtualNetworkLinks": 1000, - "maxNumberOfVirtualNetworkLinksWithRegistration": 100, - "numberOfRecordSets": 1, - "numberOfVirtualNetworkLinks": 0, - "numberOfVirtualNetworkLinksWithRegistration": 0, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsZones/pgflexserver3984.private.postgres.database.azure.com/virtualNetworkLinks/vnet4970-link?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "233", - "Content-Type": "application/json", - "traceparent": "00-ff84c78d7afe444e698b65537dee72de-613f7705a411d698-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c6e016e871252c9969eccb4c37565e82", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": { - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet4970" - }, - "registrationEnabled": false - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7ZTY4OGFjMjItYmNjNi00MDgwLThiODItYjcwYTQ4NmRlYzczXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:56:55 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7ZTY4OGFjMjItYmNjNi00MDgwLThiODItYjcwYTQ4NmRlYzczXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ca505a4-2b28-408f-9b78-db6cae0744f8", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11998", - "x-ms-request-id": "c6e016e8-7125-2c99-69ec-cb4c37565e82", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215655Z:0ca505a4-2b28-408f-9b78-db6cae0744f8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7ZTY4OGFjMjItYmNjNi00MDgwLThiODItYjcwYTQ4NmRlYzczXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ff84c78d7afe444e698b65537dee72de-b685eb488d409561-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c6e3b07848ae2eef349fe5cc38de758f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7ZTY4OGFjMjItYmNjNi00MDgwLThiODItYjcwYTQ4NmRlYzczXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:56:55 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7ZTY4OGFjMjItYmNjNi00MDgwLThiODItYjcwYTQ4NmRlYzczXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2f3c411b-a08d-4f7a-84b1-f2b82838cdc4", - "x-ms-ratelimit-remaining-subscription-resource-requests": "497", - "x-ms-request-id": "c6e3b078-48ae-2eef-349f-e5cc38de758f", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215655Z:2f3c411b-a08d-4f7a-84b1-f2b82838cdc4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7ZTY4OGFjMjItYmNjNi00MDgwLThiODItYjcwYTQ4NmRlYzczXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ff84c78d7afe444e698b65537dee72de-d3199e5f11f4ee24-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a47aa67068c62aa4f019ee4be1600b12", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:57:24 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6c139d9-dff1-42f2-b34a-9fb0c3424d66", - "x-ms-ratelimit-remaining-subscription-resource-requests": "496", - "x-ms-request-id": "a47aa670-68c6-2aa4-f019-ee4be1600b12", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215725Z:e6c139d9-dff1-42f2-b34a-9fb0c3424d66", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsZones/pgflexserver3984.private.postgres.database.azure.com/virtualNetworkLinks/vnet4970-link?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ff84c78d7afe444e698b65537dee72de-9e51a0e1299919f2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "86d4535b9773b9d49e57a51fd8598df9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "677", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:57:24 GMT", - "ETag": "\u0022e00455e7-0000-0100-0000-63d98eb90000\u0022", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d46d87f-5df4-4222-bf22-964b48ddd0d6", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "86d4535b-9773-b9d4-9e57-a51fd8598df9", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215725Z:4d46d87f-5df4-4222-bf22-964b48ddd0d6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsZones/pgflexserver3984.private.postgres.database.azure.com/virtualNetworkLinks/vnet4970-link", - "name": "vnet4970-link", - "type": "Microsoft.Network/privateDnsZones/virtualNetworkLinks", - "etag": "\u0022e00455e7-0000-0100-0000-63d98eb90000\u0022", - "location": "global", - "tags": {}, - "properties": { - "provisioningState": "Succeeded", - "registrationEnabled": false, - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet4970" - }, - "virtualNetworkLinkState": "Completed" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3984?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "699", - "Content-Type": "application/json", - "traceparent": "00-bcf7219c9be8a099b04ee90673ca5b57-cec4777493892931-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7ac80064ecdb10b10cb8d59459a34cd3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "westus", - "properties": { - "network": { - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet4970/subnets/subnet4313", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsZones/pgflexserver3984.private.postgres.database.azure.com" - }, - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1977", - "pointInTimeUTC": "2023-01-31T21:57:25.6436986Z", - "createMode": "GeoRestore" - } - }, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "143", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 21:57:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cdf1eb5a-084e-45fc-b076-dafebc0d6bc3", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "e5ba2247-2af2-40ba-a1d5-deb008aaaa82", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T215728Z:cdf1eb5a-084e-45fc-b076-dafebc0d6bc3" - }, - "ResponseBody": { - "error": { - "code": "GeoBackupsNotAvailable", - "message": "Unable to geo-restore server pgflexserver1977 as its geo-backups are not available yet." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3984?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "699", - "Content-Type": "application/json", - "traceparent": "00-0038e9f040d54eac93cb8b43d53d9855-349779b95825c7bd-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e470d293ee09d81cd2c0056fc2855296", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "westus", - "properties": { - "network": { - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet4970/subnets/subnet4313", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsZones/pgflexserver3984.private.postgres.database.azure.com" - }, - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1977", - "pointInTimeUTC": "2023-01-31T22:03:28.6301569Z", - "createMode": "GeoRestore" - } - }, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "143", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 22:03:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d8334991-4ded-4f16-bc43-3e790c0eb4a6", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "e721ea26-9108-4567-b3b4-477e212b86a9", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T220331Z:d8334991-4ded-4f16-bc43-3e790c0eb4a6" - }, - "ResponseBody": { - "error": { - "code": "GeoBackupsNotAvailable", - "message": "Unable to geo-restore server pgflexserver1977 as its geo-backups are not available yet." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3984?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "699", - "Content-Type": "application/json", - "traceparent": "00-539ee64891e1723e820757d052def491-d7ba44357939ee04-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e0e7f58b90986f37a2c47abbc23f60fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "westus", - "properties": { - "network": { - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet4970/subnets/subnet4313", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsZones/pgflexserver3984.private.postgres.database.azure.com" - }, - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1977", - "pointInTimeUTC": "2023-01-31T22:09:31.2248974Z", - "createMode": "GeoRestore" - } - }, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "143", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 22:09:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e987ebc7-b9b8-4a72-8d1a-de93f2e8d3f3", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "afac5961-b556-49fc-af79-90d459612ecf", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T220933Z:e987ebc7-b9b8-4a72-8d1a-de93f2e8d3f3" - }, - "ResponseBody": { - "error": { - "code": "GeoBackupsNotAvailable", - "message": "Unable to geo-restore server pgflexserver1977 as its geo-backups are not available yet." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3984?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "699", - "Content-Type": "application/json", - "traceparent": "00-109cd8d34d6c1aa782e424888fdba28e-224a70c7bd5edbb7-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "068bd10aa9e875efe4f0a81ae7424d86", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "westus", - "properties": { - "network": { - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet4970/subnets/subnet4313", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsZones/pgflexserver3984.private.postgres.database.azure.com" - }, - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1977", - "pointInTimeUTC": "2023-01-31T22:15:33.8250353Z", - "createMode": "GeoRestore" - } - }, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "143", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 22:15:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b89e438c-e0d9-451b-a198-adc56a9c7088", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "ec8b754f-55ba-44c1-a517-f77f4674d625", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T221536Z:b89e438c-e0d9-451b-a198-adc56a9c7088" - }, - "ResponseBody": { - "error": { - "code": "GeoBackupsNotAvailable", - "message": "Unable to geo-restore server pgflexserver1977 as its geo-backups are not available yet." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3984?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "699", - "Content-Type": "application/json", - "traceparent": "00-50df0f7b4f007a31ff7401c3f59bb8e4-eea15dcf886dbd1f-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "64083e656cbb033b9b01424574601592", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "westus", - "properties": { - "network": { - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet4970/subnets/subnet4313", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsZones/pgflexserver3984.private.postgres.database.azure.com" - }, - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1977", - "pointInTimeUTC": "2023-01-31T22:21:36.3466174Z", - "createMode": "GeoRestore" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/d0e84826-78ba-453c-8577-6679033e15c3?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "89", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 22:21:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/operationResults/d0e84826-78ba-453c-8577-6679033e15c3?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c19086c9-3145-430e-b692-99f6979221ef", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "b57d48a8-feb9-4970-b4a5-9057a050c371", - "x-ms-routing-request-id": "WESTUS:20230131T222139Z:c19086c9-3145-430e-b692-99f6979221ef" - }, - "ResponseBody": { - "operation": "RestoreSnapshotManagementOperation", - "startTime": "2023-01-31T22:21:39.117Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/d0e84826-78ba-453c-8577-6679033e15c3?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-50df0f7b4f007a31ff7401c3f59bb8e4-a76209fab2726959-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8355f376fc369e3f95886ae766a90183", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 22:21:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d26ec84-fcd7-4869-9fad-a1276bfe3621", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "5f09abaf-593f-40de-af6a-274b1baa2ee7", - "x-ms-routing-request-id": "WESTUS:20230131T222139Z:6d26ec84-fcd7-4869-9fad-a1276bfe3621" - }, - "ResponseBody": { - "name": "d0e84826-78ba-453c-8577-6679033e15c3", - "status": "InProgress", - "startTime": "2023-01-31T22:21:39.117Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/d0e84826-78ba-453c-8577-6679033e15c3?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-50df0f7b4f007a31ff7401c3f59bb8e4-690305e4a555607c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "dcba15da5bdd198d90265d496f941a7e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 22:22:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ff62a34-b8df-4faa-9c87-37e01fc66c39", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "13d4e4fa-9a5c-46b3-9f76-9f995ec6e4dc", - "x-ms-routing-request-id": "WESTUS:20230131T222239Z:1ff62a34-b8df-4faa-9c87-37e01fc66c39" - }, - "ResponseBody": { - "name": "d0e84826-78ba-453c-8577-6679033e15c3", - "status": "InProgress", - "startTime": "2023-01-31T22:21:39.117Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/d0e84826-78ba-453c-8577-6679033e15c3?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-50df0f7b4f007a31ff7401c3f59bb8e4-61fee548d4fffb67-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "80cfe379920a645bcac75b71e1c67c5c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 22:23:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f1fd569-7fcb-4a10-a27f-8af369b36db1", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "c80198cb-a49c-4902-80f7-622a1056ed66", - "x-ms-routing-request-id": "WESTUS:20230131T222339Z:9f1fd569-7fcb-4a10-a27f-8af369b36db1" - }, - "ResponseBody": { - "name": "d0e84826-78ba-453c-8577-6679033e15c3", - "status": "InProgress", - "startTime": "2023-01-31T22:21:39.117Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/d0e84826-78ba-453c-8577-6679033e15c3?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-50df0f7b4f007a31ff7401c3f59bb8e4-e5884618aa7cac13-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d2cc7970ab621a82663cf2109ef52e01", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 22:24:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b6fd7ac-2976-4bb4-b8b9-7feb7f6d1c4e", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "1d1883a3-d5ed-4366-be85-4e3e78751557", - "x-ms-routing-request-id": "WESTUS:20230131T222439Z:2b6fd7ac-2976-4bb4-b8b9-7feb7f6d1c4e" - }, - "ResponseBody": { - "name": "d0e84826-78ba-453c-8577-6679033e15c3", - "status": "InProgress", - "startTime": "2023-01-31T22:21:39.117Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/d0e84826-78ba-453c-8577-6679033e15c3?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-50df0f7b4f007a31ff7401c3f59bb8e4-bfec6e46b562ba52-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "836dec6d80da4878ba551116001b37ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 22:25:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ae5187d-749b-4ad2-a526-55cde8a77fb0", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "26f28fd9-bcad-4616-b7d7-6c24af7f6dfb", - "x-ms-routing-request-id": "WESTUS:20230131T222539Z:7ae5187d-749b-4ad2-a526-55cde8a77fb0" - }, - "ResponseBody": { - "name": "d0e84826-78ba-453c-8577-6679033e15c3", - "status": "InProgress", - "startTime": "2023-01-31T22:21:39.117Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/d0e84826-78ba-453c-8577-6679033e15c3?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-50df0f7b4f007a31ff7401c3f59bb8e4-f7ea6e02b76606fc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f6d801aa48c7ce1c60b41ace9f4bc6d4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 22:26:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9d3356b0-b624-424f-bbef-36db7e22b26c", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "8d9510f4-d423-4ff8-93d0-b0e036170567", - "x-ms-routing-request-id": "WESTUS:20230131T222639Z:9d3356b0-b624-424f-bbef-36db7e22b26c" - }, - "ResponseBody": { - "name": "d0e84826-78ba-453c-8577-6679033e15c3", - "status": "Succeeded", - "startTime": "2023-01-31T22:21:39.117Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3984?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-50df0f7b4f007a31ff7401c3f59bb8e4-e48f119d0bed447f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f5035998f858ef820084180c996c1a4a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1459", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 22:26:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "22dcd37d-82e2-414a-9834-a4d6e0ab9991", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "f6d9900d-1413-4671-92cd-d583b5369446", - "x-ms-routing-request-id": "WESTUS:20230131T222640Z:22dcd37d-82e2-414a-9834-a4d6e0ab9991" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-31T22:22:02.6163546Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver3984.postgres.database.azure.com", - "version": "14", - "minorVersion": "6", - "administratorLogin": "testUser", - "state": "Ready", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-31T22:22:02.6163546\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled", - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/virtualNetworks/vnet4970/subnets/subnet4313", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.Network/privateDnsZones/pgflexserver3984.private.postgres.database.azure.com" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5 - }, - "location": "West US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2392/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3984", - "name": "pgflexserver3984", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1081072621", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/GeoRestore()Async.json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/GeoRestore()Async.json deleted file mode 100644 index 9878a0603432d..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/GeoRestore()Async.json +++ /dev/null @@ -1,3717 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-0dbe9f7b160a12f1b50e7b6690cfab63-c6d23c7255faafcc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ec37da0b9f9aaed1f010c43058148353", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 19:25:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0a6d0a7-d14e-46e7-a398-1848cdaf5817", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "e0a6d0a7-d14e-46e7-a398-1848cdaf5817", - "x-ms-routing-request-id": "WESTUS:20230131T192549Z:e0a6d0a7-d14e-46e7-a398-1848cdaf5817" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg7836?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-4574bb66fe7ba63ae75f782199819a5e-e121f3d5b14b8953-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3f26372fe6bd0f06ef6b1552d8a36c2e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 19:25:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "362cab7b-34db-4be5-aede-2974696bb16c", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "362cab7b-34db-4be5-aede-2974696bb16c", - "x-ms-routing-request-id": "WESTUS:20230131T192551Z:362cab7b-34db-4be5-aede-2974696bb16c" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836", - "name": "pgflexrg7836", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1568?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "292", - "Content-Type": "application/json", - "traceparent": "00-b620ca3a15b39ed40882526bfb2b007c-19da96e1d0719fcf-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "294759ff6fa3785d0798da9c9496b000", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "14", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "geoRedundantBackup": "Enabled" - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/029efe5e-1029-4aba-a6e4-cdb01b5c5c3b?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "86", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 19:25:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/029efe5e-1029-4aba-a6e4-cdb01b5c5c3b?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6a3c15c-a7d3-44c1-8712-a2b354426c5c", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "324e93cd-9904-4e5d-8838-7761480710a7", - "x-ms-routing-request-id": "WESTUS:20230131T192553Z:e6a3c15c-a7d3-44c1-8712-a2b354426c5c" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-31T19:25:52.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/029efe5e-1029-4aba-a6e4-cdb01b5c5c3b?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b620ca3a15b39ed40882526bfb2b007c-1df481664e1caee3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "01cfd6729e92c0fdd9ad37240b697b59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 19:25:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2534458c-1823-4e14-b158-cd8e74d44d2b", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "f0733cde-4e0c-4c4e-9be1-20d9e1788d62", - "x-ms-routing-request-id": "WESTUS:20230131T192553Z:2534458c-1823-4e14-b158-cd8e74d44d2b" - }, - "ResponseBody": { - "name": "029efe5e-1029-4aba-a6e4-cdb01b5c5c3b", - "status": "InProgress", - "startTime": "2023-01-31T19:25:52.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/029efe5e-1029-4aba-a6e4-cdb01b5c5c3b?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b620ca3a15b39ed40882526bfb2b007c-85e820e595504bd2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8ce215bb03378f83261e6b8206b40b05", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 19:26:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3cc0f3c8-372e-472c-ae32-ae288ff55c8b", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "a2fca14e-0666-402b-aa1c-e5e8aa064cb0", - "x-ms-routing-request-id": "WESTUS:20230131T192653Z:3cc0f3c8-372e-472c-ae32-ae288ff55c8b" - }, - "ResponseBody": { - "name": "029efe5e-1029-4aba-a6e4-cdb01b5c5c3b", - "status": "InProgress", - "startTime": "2023-01-31T19:25:52.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/029efe5e-1029-4aba-a6e4-cdb01b5c5c3b?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b620ca3a15b39ed40882526bfb2b007c-305ce75c59e8d673-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "bd2aac4caec6d16e4eab8efd370e1d54", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 19:27:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6f6c70b3-7825-424e-a0a3-fc509b7ec69c", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "9295a1df-3904-4d7f-a1e1-d4fab10f9adb", - "x-ms-routing-request-id": "WESTUS:20230131T192754Z:6f6c70b3-7825-424e-a0a3-fc509b7ec69c" - }, - "ResponseBody": { - "name": "029efe5e-1029-4aba-a6e4-cdb01b5c5c3b", - "status": "InProgress", - "startTime": "2023-01-31T19:25:52.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/029efe5e-1029-4aba-a6e4-cdb01b5c5c3b?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b620ca3a15b39ed40882526bfb2b007c-db24250bdc51cd80-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "58ed0fa5bf1f6ef7533fda73327ab925", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 19:28:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9382d7f6-d853-4377-8f62-cdaaa69c77fb", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "11fa443a-8205-4b30-82bb-883ad443bd01", - "x-ms-routing-request-id": "WESTUS:20230131T192854Z:9382d7f6-d853-4377-8f62-cdaaa69c77fb" - }, - "ResponseBody": { - "name": "029efe5e-1029-4aba-a6e4-cdb01b5c5c3b", - "status": "InProgress", - "startTime": "2023-01-31T19:25:52.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/029efe5e-1029-4aba-a6e4-cdb01b5c5c3b?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b620ca3a15b39ed40882526bfb2b007c-c459b86e3358ed4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5fd832a2bd3f0c92a6113e8c75865818", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 19:29:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27fafdea-0919-41f4-800a-00e4fdbdfead", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "29030a9c-7274-4162-8d32-da9a829cbda5", - "x-ms-routing-request-id": "WESTUS:20230131T192955Z:27fafdea-0919-41f4-800a-00e4fdbdfead" - }, - "ResponseBody": { - "name": "029efe5e-1029-4aba-a6e4-cdb01b5c5c3b", - "status": "InProgress", - "startTime": "2023-01-31T19:25:52.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/029efe5e-1029-4aba-a6e4-cdb01b5c5c3b?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b620ca3a15b39ed40882526bfb2b007c-a7b2496ea5704d3c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f7dc1601b3c68ce6b5bb6a86d3fb9ed3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 19:30:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cf7be6da-f3c4-448d-98c5-631062f54084", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "0dcde3fa-9078-4738-8ea7-228223d425c2", - "x-ms-routing-request-id": "WESTUS:20230131T193055Z:cf7be6da-f3c4-448d-98c5-631062f54084" - }, - "ResponseBody": { - "name": "029efe5e-1029-4aba-a6e4-cdb01b5c5c3b", - "status": "InProgress", - "startTime": "2023-01-31T19:25:52.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/029efe5e-1029-4aba-a6e4-cdb01b5c5c3b?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b620ca3a15b39ed40882526bfb2b007c-cc1a4d20a976a8e0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "055b69f1bd36e8157ce1b10e816af9cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 19:31:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "35f98565-8981-4bcf-9547-c5988aef8265", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "d106ece6-1d14-4ed4-89f5-19965ed832fc", - "x-ms-routing-request-id": "WESTUS:20230131T193155Z:35f98565-8981-4bcf-9547-c5988aef8265" - }, - "ResponseBody": { - "name": "029efe5e-1029-4aba-a6e4-cdb01b5c5c3b", - "status": "InProgress", - "startTime": "2023-01-31T19:25:52.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/029efe5e-1029-4aba-a6e4-cdb01b5c5c3b?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b620ca3a15b39ed40882526bfb2b007c-5b6ff2d160170162-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1b72c2e7c29eef5e4b4baa83530c38ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 19:32:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "55d70bb8-d220-47ef-927e-60c730b0d981", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "d930811f-207a-4da7-a8a3-033cce71ccb4", - "x-ms-routing-request-id": "WESTUS:20230131T193256Z:55d70bb8-d220-47ef-927e-60c730b0d981" - }, - "ResponseBody": { - "name": "029efe5e-1029-4aba-a6e4-cdb01b5c5c3b", - "status": "InProgress", - "startTime": "2023-01-31T19:25:52.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/029efe5e-1029-4aba-a6e4-cdb01b5c5c3b?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b620ca3a15b39ed40882526bfb2b007c-c9e057261b64e444-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0b9b6a72522b43e101f47ae501d80a4a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 19:33:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f7249288-e7fc-4d3f-aea9-1c967dba53ec", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "d530da70-d585-461b-9cde-a2f3a18e89b2", - "x-ms-routing-request-id": "WESTUS:20230131T193356Z:f7249288-e7fc-4d3f-aea9-1c967dba53ec" - }, - "ResponseBody": { - "name": "029efe5e-1029-4aba-a6e4-cdb01b5c5c3b", - "status": "InProgress", - "startTime": "2023-01-31T19:25:52.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/029efe5e-1029-4aba-a6e4-cdb01b5c5c3b?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b620ca3a15b39ed40882526bfb2b007c-df3a1b52dfd602f1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "109f9dc282882f350b6bb9ea12919570", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "105", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 19:34:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0200d8df-f262-4827-bac2-23285c6868e8", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "e0cf2014-d3ec-414b-8084-cf2b6997d466", - "x-ms-routing-request-id": "WESTUS:20230131T193457Z:0200d8df-f262-4827-bac2-23285c6868e8" - }, - "ResponseBody": { - "name": "029efe5e-1029-4aba-a6e4-cdb01b5c5c3b", - "status": "Succeeded", - "startTime": "2023-01-31T19:25:52.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1568?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b620ca3a15b39ed40882526bfb2b007c-d90333715563f3dc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "179b06a9edcf94a1e02e1aaa4779ed73", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1089", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 19:34:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "44b8b6c6-c27d-4c13-acac-1838e3b1131a", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "1f9e131d-e54b-4895-9c8e-5b254a97a6af", - "x-ms-routing-request-id": "WESTUS:20230131T193457Z:44b8b6c6-c27d-4c13-acac-1838e3b1131a" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-31T19:25:59.4319564Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver1568.postgres.database.azure.com", - "version": "14", - "minorVersion": "6", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "1", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Enabled", - "earliestRestoreDate": "2023-01-31T19:25:59.4319564\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5 - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1568", - "name": "pgflexserver1568", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1179?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "296", - "Content-Type": "application/json", - "traceparent": "00-e5c7b5eb55f3777f571658c74a5c48fc-2609a06f38cf4e7b-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b5c16041276df022356b00bf99f7316f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "westus", - "properties": { - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1568", - "pointInTimeUTC": "2023-01-31T19:34:55.7005260Z", - "createMode": "GeoRestore" - } - }, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "143", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 19:34:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7b64a1f5-c6b9-4500-9a5b-33475fd4e7d1", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "8eb9a8a0-f045-4cd1-94f0-8258de276900", - "x-ms-routing-request-id": "WESTUS:20230131T193500Z:7b64a1f5-c6b9-4500-9a5b-33475fd4e7d1" - }, - "ResponseBody": { - "error": { - "code": "GeoBackupsNotAvailable", - "message": "Unable to geo-restore server pgflexserver1568 as its geo-backups are not available yet." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1179?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "296", - "Content-Type": "application/json", - "traceparent": "00-fa3b5f83efe52bfd9896fbb3a11e7c96-cbf39f96773d3487-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fb3b0a5ef33cd47bfb0a305a688be891", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "westus", - "properties": { - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1568", - "pointInTimeUTC": "2023-01-31T19:40:58.2940778Z", - "createMode": "GeoRestore" - } - }, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "143", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 19:41:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c52e5330-87b7-4638-925d-df8882da4138", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "22219222-bf33-4bcc-b0ab-a0e89dda6310", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T194104Z:c52e5330-87b7-4638-925d-df8882da4138" - }, - "ResponseBody": { - "error": { - "code": "GeoBackupsNotAvailable", - "message": "Unable to geo-restore server pgflexserver1568 as its geo-backups are not available yet." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1179?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "296", - "Content-Type": "application/json", - "traceparent": "00-7b6f476e0bdf2afbf50f4807dbc4783d-2b1a8e24c1361d97-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b2a9457edfd08102e3abe263ede2fbe9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "westus", - "properties": { - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1568", - "pointInTimeUTC": "2023-01-31T19:47:02.8311439Z", - "createMode": "GeoRestore" - } - }, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "143", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 19:47:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "acee3f62-d6d0-4c25-abd2-e82162f542e3", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "2f8a24ae-be3a-44e9-bcdb-742f5c8dfb92", - "x-ms-routing-request-id": "WESTUS:20230131T194708Z:acee3f62-d6d0-4c25-abd2-e82162f542e3" - }, - "ResponseBody": { - "error": { - "code": "GeoBackupsNotAvailable", - "message": "Unable to geo-restore server pgflexserver1568 as its geo-backups are not available yet." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1179?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "296", - "Content-Type": "application/json", - "traceparent": "00-59a7a70e52dd86c2423d67ec0a32dcff-c47de22e37307d26-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3c4baafdf23d4d36e4ecba62f7c788a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "westus", - "properties": { - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1568", - "pointInTimeUTC": "2023-01-31T19:53:07.1906126Z", - "createMode": "GeoRestore" - } - }, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "143", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 19:53:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "506af8e2-71d3-42b1-95e5-8e9ce3b43564", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "4bf62836-f2be-473a-9997-a41d2f183f27", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T195311Z:506af8e2-71d3-42b1-95e5-8e9ce3b43564" - }, - "ResponseBody": { - "error": { - "code": "GeoBackupsNotAvailable", - "message": "Unable to geo-restore server pgflexserver1568 as its geo-backups are not available yet." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1179?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "296", - "Content-Type": "application/json", - "traceparent": "00-cbdae61433b6091743f1c11391c89aec-96b4f68b337fe8b4-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "53406e837e4e7e9e07ba17911117e618", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "westus", - "properties": { - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1568", - "pointInTimeUTC": "2023-01-31T19:59:09.3638075Z", - "createMode": "GeoRestore" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/cf92adc8-e2ae-4f60-9931-ee0ca8f0b753?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "87", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 19:59:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/operationResults/cf92adc8-e2ae-4f60-9931-ee0ca8f0b753?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ce07206-a62c-4dde-bb78-3bfaa104b0e6", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "e60401d0-b6ad-4753-a3a8-227f1bd78dd4", - "x-ms-routing-request-id": "WESTUS:20230131T195913Z:0ce07206-a62c-4dde-bb78-3bfaa104b0e6" - }, - "ResponseBody": { - "operation": "RestoreSnapshotManagementOperation", - "startTime": "2023-01-31T19:59:13.2Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/cf92adc8-e2ae-4f60-9931-ee0ca8f0b753?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cbdae61433b6091743f1c11391c89aec-a67344c9c28d42b0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7fe03822a7a17e9b0bcc3483dba53ccc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 19:59:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c96dcca-954d-4d61-a3b2-49c894adef68", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "bde74435-eed2-4a57-a5c3-50c8e8a58f21", - "x-ms-routing-request-id": "WESTUS:20230131T195913Z:8c96dcca-954d-4d61-a3b2-49c894adef68" - }, - "ResponseBody": { - "name": "cf92adc8-e2ae-4f60-9931-ee0ca8f0b753", - "status": "InProgress", - "startTime": "2023-01-31T19:59:13.2Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/cf92adc8-e2ae-4f60-9931-ee0ca8f0b753?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cbdae61433b6091743f1c11391c89aec-5c28bce4f283c0a6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b153a106ca6ad76a1ab444f2b0ba5967", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:00:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "474c8629-9648-4c1b-98da-d5788c7c7edb", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "336f7b50-7083-4c44-becc-468b4541fe9c", - "x-ms-routing-request-id": "WESTUS:20230131T200013Z:474c8629-9648-4c1b-98da-d5788c7c7edb" - }, - "ResponseBody": { - "name": "cf92adc8-e2ae-4f60-9931-ee0ca8f0b753", - "status": "InProgress", - "startTime": "2023-01-31T19:59:13.2Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/cf92adc8-e2ae-4f60-9931-ee0ca8f0b753?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cbdae61433b6091743f1c11391c89aec-448437e15aa9502b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d96efb3067376776abdfb17377d1b069", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:01:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5bd7587a-303d-4bfd-bdfc-7b8dcba1fb67", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "bbf39853-75bd-41e8-a770-d87906aa20fe", - "x-ms-routing-request-id": "WESTUS:20230131T200113Z:5bd7587a-303d-4bfd-bdfc-7b8dcba1fb67" - }, - "ResponseBody": { - "name": "cf92adc8-e2ae-4f60-9931-ee0ca8f0b753", - "status": "InProgress", - "startTime": "2023-01-31T19:59:13.2Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/cf92adc8-e2ae-4f60-9931-ee0ca8f0b753?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cbdae61433b6091743f1c11391c89aec-02f46acc71406b4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "84dd011fd94c58b1cd0865ec63a8cd51", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:02:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "41960b2b-37c4-43d9-9ffc-fd66bd9caa0b", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "3de4b3b5-3d61-4201-92fa-7fd0b5bc4a53", - "x-ms-routing-request-id": "WESTUS:20230131T200213Z:41960b2b-37c4-43d9-9ffc-fd66bd9caa0b" - }, - "ResponseBody": { - "name": "cf92adc8-e2ae-4f60-9931-ee0ca8f0b753", - "status": "InProgress", - "startTime": "2023-01-31T19:59:13.2Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/cf92adc8-e2ae-4f60-9931-ee0ca8f0b753?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cbdae61433b6091743f1c11391c89aec-2cf1397f329df6e5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e053cc7363369e952aec058a18f66048", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:03:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0dbeb50d-a4fe-4374-83cf-780c2e831e21", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "6961752c-508a-45f2-9c92-586763fcf472", - "x-ms-routing-request-id": "WESTUS:20230131T200313Z:0dbeb50d-a4fe-4374-83cf-780c2e831e21" - }, - "ResponseBody": { - "name": "cf92adc8-e2ae-4f60-9931-ee0ca8f0b753", - "status": "InProgress", - "startTime": "2023-01-31T19:59:13.2Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/cf92adc8-e2ae-4f60-9931-ee0ca8f0b753?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cbdae61433b6091743f1c11391c89aec-d71b79aa70cb8671-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "afd3da04d4dc571b49160b2f02890302", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:04:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e6f0602-e717-4923-9244-f4938a670da6", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "82c1cc28-8bf1-4c12-a711-9c8169afa553", - "x-ms-routing-request-id": "WESTUS:20230131T200413Z:0e6f0602-e717-4923-9244-f4938a670da6" - }, - "ResponseBody": { - "name": "cf92adc8-e2ae-4f60-9931-ee0ca8f0b753", - "status": "InProgress", - "startTime": "2023-01-31T19:59:13.2Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/cf92adc8-e2ae-4f60-9931-ee0ca8f0b753?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cbdae61433b6091743f1c11391c89aec-7c7227092497251e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "aa006012d07ebc336b3f5a5fd3263fd7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:05:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "142d5165-6cf6-4816-8dff-de2d766efbe7", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "06875c2f-11ee-40cb-8437-f8e14cb4bd04", - "x-ms-routing-request-id": "WESTUS:20230131T200514Z:142d5165-6cf6-4816-8dff-de2d766efbe7" - }, - "ResponseBody": { - "name": "cf92adc8-e2ae-4f60-9931-ee0ca8f0b753", - "status": "InProgress", - "startTime": "2023-01-31T19:59:13.2Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/cf92adc8-e2ae-4f60-9931-ee0ca8f0b753?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cbdae61433b6091743f1c11391c89aec-47e1ef5ae6f4e4c9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "88e81ca71dd59e74b0fb961f57669ca0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "105", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:06:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b677f1c5-6bb0-4f11-a667-a1415628bf97", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "d492c0a2-67bb-4066-936b-b3d5e5b3d0c3", - "x-ms-routing-request-id": "WESTUS:20230131T200614Z:b677f1c5-6bb0-4f11-a667-a1415628bf97" - }, - "ResponseBody": { - "name": "cf92adc8-e2ae-4f60-9931-ee0ca8f0b753", - "status": "Succeeded", - "startTime": "2023-01-31T19:59:13.2Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1179?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cbdae61433b6091743f1c11391c89aec-bf4bdb62ac590f46-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b87803e8b6f633caa717449d7abc8322", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1067", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:06:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb087f36-f309-4c43-9c3b-24439a6b53b4", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "de86d8cf-d3fc-41ad-b5d3-05e955155ecb", - "x-ms-routing-request-id": "WESTUS:20230131T200614Z:bb087f36-f309-4c43-9c3b-24439a6b53b4" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-31T19:59:20.9179765Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver1179.postgres.database.azure.com", - "version": "14", - "minorVersion": "6", - "administratorLogin": "testUser", - "state": "Ready", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-31T19:59:20.9179765\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5 - }, - "location": "West US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1179", - "name": "pgflexserver1179", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg7836?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-156914094ffd402f54596a2478104ccc-dbdb892f9153229e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e68734d77ba1f42dec61f98239136405", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:06:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e350c51-0669-4c18-ac16-0c290561440b", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "0e350c51-0669-4c18-ac16-0c290561440b", - "x-ms-routing-request-id": "WESTUS:20230131T200614Z:0e350c51-0669-4c18-ac16-0c290561440b" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836", - "name": "pgflexrg7836", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet9118?api-version=2021-02-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "398", - "Content-Type": "application/json", - "traceparent": "00-f885830a65f5eccec13a199921e0caa7-ebb0cfc2fc6d120a-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "cf76b9a386aef1e051b4e1bdd9d624f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus", - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet8720", - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "properties": { - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - } - } - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/3613d1c0-bbaf-4605-9991-ff5ce955e307?api-version=2021-02-01", - "Cache-Control": "no-cache", - "Content-Length": "2013", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:06:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f59f1a19-f7f8-4e56-a427-88906bddf8cc", - "x-ms-client-request-id": "cf76b9a386aef1e051b4e1bdd9d624f4", - "x-ms-correlation-request-id": "6995452f-8582-47dc-ab8d-9baa7ec583f8", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "3613d1c0-bbaf-4605-9991-ff5ce955e307", - "x-ms-routing-request-id": "WESTUS:20230131T200616Z:6995452f-8582-47dc-ab8d-9baa7ec583f8" - }, - "ResponseBody": { - "name": "vnet9118", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet9118", - "etag": "W/\u0022d727ceb9-8c0b-4729-905c-064579b705d1\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Updating", - "resourceGuid": "5399dfba-8f97-4c5f-8719-ff46be1efb12", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet8720", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet9118/subnets/subnet8720", - "etag": "W/\u0022d727ceb9-8c0b-4729-905c-064579b705d1\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet9118/subnets/subnet8720/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u0022d727ceb9-8c0b-4729-905c-064579b705d1\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/3613d1c0-bbaf-4605-9991-ff5ce955e307?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f885830a65f5eccec13a199921e0caa7-5236f1ca143b2f41-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c0fa3eb2b3465074539695ec9a6f1b15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:06:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c2dbaa6f-20e3-4cd6-b4ce-6b8cb7159d4b", - "x-ms-client-request-id": "c0fa3eb2b3465074539695ec9a6f1b15", - "x-ms-correlation-request-id": "cfc893e8-e00d-48e3-a9f9-63c0d6a98814", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "c99d520c-d2be-4b23-9998-7ea672289cdc", - "x-ms-routing-request-id": "WESTUS:20230131T200616Z:cfc893e8-e00d-48e3-a9f9-63c0d6a98814" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/3613d1c0-bbaf-4605-9991-ff5ce955e307?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f885830a65f5eccec13a199921e0caa7-781b0d983bede76a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c509053d40cbed26ba08f92aba4b3408", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:06:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b32f0f6a-eda8-447c-b010-b8bf634c228b", - "x-ms-client-request-id": "c509053d40cbed26ba08f92aba4b3408", - "x-ms-correlation-request-id": "3e2c2909-1a0b-4a1e-b861-84daa660cba8", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "f8cfe0dc-9b3d-471f-a8d8-5b3f252f5cce", - "x-ms-routing-request-id": "WESTUS:20230131T200626Z:3e2c2909-1a0b-4a1e-b861-84daa660cba8" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet9118?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f885830a65f5eccec13a199921e0caa7-63a671bf0c6e47cc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9a0b4dba63dcc4adfff7d0482012d366", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "2015", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:06:26 GMT", - "ETag": "W/\u002262d7b9f2-2a99-4f39-9d70-7295a3c24366\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e363d719-69c1-4e49-95ff-9d9593e133a0", - "x-ms-client-request-id": "9a0b4dba63dcc4adfff7d0482012d366", - "x-ms-correlation-request-id": "ed11b6af-a6e1-4138-9f13-2530af1d5f7a", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "530953ec-274f-4d45-9ca1-ebc967255c17", - "x-ms-routing-request-id": "WESTUS:20230131T200626Z:ed11b6af-a6e1-4138-9f13-2530af1d5f7a" - }, - "ResponseBody": { - "name": "vnet9118", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet9118", - "etag": "W/\u002262d7b9f2-2a99-4f39-9d70-7295a3c24366\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "5399dfba-8f97-4c5f-8719-ff46be1efb12", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet8720", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet9118/subnets/subnet8720", - "etag": "W/\u002262d7b9f2-2a99-4f39-9d70-7295a3c24366\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet9118/subnets/subnet8720/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u002262d7b9f2-2a99-4f39-9d70-7295a3c24366\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet9118/subnets/subnet8720?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-0a9015ecb2fbedaebd10bc6acb828aff-c02d6ddbb18bdf7e-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b758b668343e71c7180c053db94a9607", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1238", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:06:26 GMT", - "ETag": "W/\u002262d7b9f2-2a99-4f39-9d70-7295a3c24366\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "d82188b9-560f-47b8-b91b-32763ef0c694", - "x-ms-client-request-id": "b758b668343e71c7180c053db94a9607", - "x-ms-correlation-request-id": "7ef9736c-4973-4d06-b6f7-bc475e5376b2", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "cdac6181-7aba-4589-815a-ec689a0b9fee", - "x-ms-routing-request-id": "WESTUS:20230131T200627Z:7ef9736c-4973-4d06-b6f7-bc475e5376b2" - }, - "ResponseBody": { - "name": "subnet8720", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet9118/subnets/subnet8720", - "etag": "W/\u002262d7b9f2-2a99-4f39-9d70-7295a3c24366\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet9118/subnets/subnet8720/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u002262d7b9f2-2a99-4f39-9d70-7295a3c24366\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg7836?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-755033bb4ac68fd6532774a88812795a-20d530bfb25e8d8f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4c318c618164d9385745c6d370ddcda8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:06:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c31e060f-dd85-480d-9aca-3cb520395c50", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "c31e060f-dd85-480d-9aca-3cb520395c50", - "x-ms-routing-request-id": "WESTUS:20230131T200627Z:c31e060f-dd85-480d-9aca-3cb520395c50" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836", - "name": "pgflexrg7836", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/tenants?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-f01f88db25353ed62261d42774bf1762-949cc39655dde3e1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "03c293357cf386c9869982d05e700ab5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "140", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:06:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e8e37e0e-8370-421d-b7ec-0d6d9f2fb64e", - "x-ms-ratelimit-remaining-tenant-reads": "11999", - "x-ms-request-id": "e8e37e0e-8370-421d-b7ec-0d6d9f2fb64e", - "x-ms-routing-request-id": "WESTUS:20230131T200627Z:e8e37e0e-8370-421d-b7ec-0d6d9f2fb64e" - }, - "ResponseBody": { - "value": [ - { - "id": "/tenants/72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantCategory": "Home" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.DBforPostgreSQL/getPrivateDnsZoneSuffix?api-version=2022-12-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "0", - "traceparent": "00-169cee82eea71a5b1a80d42e9cbf23b8-9567ad99e150032b-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "93e7c86186e0e6017e7e5ff86df4013a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:06:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f2d851a6-b730-4283-9788-207bbb759cd6", - "x-ms-ratelimit-remaining-tenant-writes": "1199", - "x-ms-request-id": "6ea746e3-9eae-4a69-91e2-e2d67a6d70ad", - "x-ms-routing-request-id": "WESTUS:20230131T200627Z:f2d851a6-b730-4283-9788-207bbb759cd6" - }, - "ResponseBody": "\u0022postgres.database.azure.com\u0022" - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsZones/pgflexserver3593.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "47", - "Content-Type": "application/json", - "traceparent": "00-24d6f40ad8f752b91e028a91cb021d98-67069b226688f7e8-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "26085d3f9288e413c2aac6cbff687be7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyOGZkZjg5Ny05YmY0LTQxNGMtYTRkMC0xYzEzNjc2OTdkY2JfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:06:29 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyOGZkZjg5Ny05YmY0LTQxNGMtYTRkMC0xYzEzNjc2OTdkY2JfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7efeb670-003a-4faa-b301-9eb4c83b6e65", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", - "x-ms-request-id": "26085d3f-9288-e413-c2aa-c6cbff687be7", - "x-ms-routing-request-id": "WESTUS:20230131T200629Z:7efeb670-003a-4faa-b301-9eb4c83b6e65", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyOGZkZjg5Ny05YmY0LTQxNGMtYTRkMC0xYzEzNjc2OTdkY2JfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-24d6f40ad8f752b91e028a91cb021d98-c00865f4f286864c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "01904797e367cf2cb402d135c036e715", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyOGZkZjg5Ny05YmY0LTQxNGMtYTRkMC0xYzEzNjc2OTdkY2JfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:06:29 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyOGZkZjg5Ny05YmY0LTQxNGMtYTRkMC0xYzEzNjc2OTdkY2JfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75794226-acfd-4ef4-845b-56f1da093304", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "01904797-e367-cf2c-b402-d135c036e715", - "x-ms-routing-request-id": "WESTUS:20230131T200629Z:75794226-acfd-4ef4-845b-56f1da093304", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyOGZkZjg5Ny05YmY0LTQxNGMtYTRkMC0xYzEzNjc2OTdkY2JfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-24d6f40ad8f752b91e028a91cb021d98-47654868d30bc59d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5cbd780359820543955994ac0d9fc7f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:06:59 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "218d19e9-cf60-47b4-aec1-5776939d859b", - "x-ms-ratelimit-remaining-subscription-resource-requests": "498", - "x-ms-request-id": "5cbd7803-5982-0543-9559-94ac0d9fc7f1", - "x-ms-routing-request-id": "WESTUS:20230131T200659Z:218d19e9-cf60-47b4-aec1-5776939d859b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsZones/pgflexserver3593.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-24d6f40ad8f752b91e028a91cb021d98-71b50f4d6c349350-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b73334917ad7577fe4a2f3f46892ee5a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "742", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:06:59 GMT", - "ETag": "9a315ed8-72b1-4395-9fc2-74f9d0b90368", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2b6e1a7-32dd-48a8-bc63-97fa1f09f7e3", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "b7333491-7ad7-577f-e4a2-f3f46892ee5a", - "x-ms-routing-request-id": "WESTUS:20230131T200700Z:e2b6e1a7-32dd-48a8-bc63-97fa1f09f7e3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsZones/pgflexserver3593.private.postgres.database.azure.com", - "name": "pgflexserver3593.private.postgres.database.azure.com", - "type": "Microsoft.Network/privateDnsZones", - "etag": "9a315ed8-72b1-4395-9fc2-74f9d0b90368", - "location": "global", - "tags": {}, - "properties": { - "internalId": "SW1tdXRhYmxlWm9uZUlkZW50aXR5O2Q4MTM5OTIwLTdjY2UtNDdkZi1hOWU0LWZmNDI1OWEwOTAzNTsw", - "maxNumberOfRecordSets": 25000, - "maxNumberOfVirtualNetworkLinks": 1000, - "maxNumberOfVirtualNetworkLinksWithRegistration": 100, - "numberOfRecordSets": 1, - "numberOfVirtualNetworkLinks": 0, - "numberOfVirtualNetworkLinksWithRegistration": 0, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsZones/pgflexserver3593.private.postgres.database.azure.com/virtualNetworkLinks/vnet9118-link?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "233", - "Content-Type": "application/json", - "traceparent": "00-a7a3dc8399f475aff6be0d1caad4bbe3-06743369d117c128-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a4716ff4bc133e0f048b6b0e4e80c115", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": { - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet9118" - }, - "registrationEnabled": false - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7ZDRjYWFiNTktZDEyNy00N2Q5LThiMzgtNTRkZWRhODBmMjVlXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:07:01 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7ZDRjYWFiNTktZDEyNy00N2Q5LThiMzgtNTRkZWRhODBmMjVlXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1111acfa-48c1-41d2-b80e-01a175d92930", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", - "x-ms-request-id": "a4716ff4-bc13-3e0f-048b-6b0e4e80c115", - "x-ms-routing-request-id": "WESTUS:20230131T200701Z:1111acfa-48c1-41d2-b80e-01a175d92930", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7ZDRjYWFiNTktZDEyNy00N2Q5LThiMzgtNTRkZWRhODBmMjVlXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a7a3dc8399f475aff6be0d1caad4bbe3-aca54d33f723692a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9db8396b232dd4dd24f4b24c0e710864", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7ZDRjYWFiNTktZDEyNy00N2Q5LThiMzgtNTRkZWRhODBmMjVlXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:07:01 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7ZDRjYWFiNTktZDEyNy00N2Q5LThiMzgtNTRkZWRhODBmMjVlXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f7d04d99-0741-4d20-826c-cff16ea3b17f", - "x-ms-ratelimit-remaining-subscription-resource-requests": "497", - "x-ms-request-id": "9db8396b-232d-d4dd-24f4-b24c0e710864", - "x-ms-routing-request-id": "WESTUS:20230131T200702Z:f7d04d99-0741-4d20-826c-cff16ea3b17f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7ZDRjYWFiNTktZDEyNy00N2Q5LThiMzgtNTRkZWRhODBmMjVlXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a7a3dc8399f475aff6be0d1caad4bbe3-51c329eafd01712f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "88b9dde161eec45732e7acae4530d8b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:07:31 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2345dd1f-3217-426d-8c95-341b45904af4", - "x-ms-ratelimit-remaining-subscription-resource-requests": "496", - "x-ms-request-id": "88b9dde1-61ee-c457-32e7-acae4530d8b4", - "x-ms-routing-request-id": "WESTUS:20230131T200732Z:2345dd1f-3217-426d-8c95-341b45904af4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsZones/pgflexserver3593.private.postgres.database.azure.com/virtualNetworkLinks/vnet9118-link?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a7a3dc8399f475aff6be0d1caad4bbe3-8fb3a79d635631d3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "14a268ed24c717e701cf670e7df07b86", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "677", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:07:31 GMT", - "ETag": "\u0022de041202-0000-0100-0000-63d974f70000\u0022", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3c8a1d44-643b-489e-9dfa-1405d5329e0b", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "14a268ed-24c7-17e7-01cf-670e7df07b86", - "x-ms-routing-request-id": "WESTUS:20230131T200732Z:3c8a1d44-643b-489e-9dfa-1405d5329e0b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsZones/pgflexserver3593.private.postgres.database.azure.com/virtualNetworkLinks/vnet9118-link", - "name": "vnet9118-link", - "type": "Microsoft.Network/privateDnsZones/virtualNetworkLinks", - "etag": "\u0022de041202-0000-0100-0000-63d974f70000\u0022", - "location": "global", - "tags": {}, - "properties": { - "provisioningState": "Succeeded", - "registrationEnabled": false, - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet9118" - }, - "virtualNetworkLinkState": "Completed" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3593?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "695", - "Content-Type": "application/json", - "traceparent": "00-8e42a29815e622612fbe2fd92f74c648-adc7dcbef18e7b3b-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "88fd135c14950915e2f46a46772f8ff3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "14", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "geoRedundantBackup": "Enabled" - }, - "network": { - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet9118/subnets/subnet8720", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsZones/pgflexserver3593.private.postgres.database.azure.com" - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5bad13c2-2cfa-4923-bbfc-860dc490cc77?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:07:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/5bad13c2-2cfa-4923-bbfc-860dc490cc77?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6932ac64-aa7d-4c24-a717-4f2062c736e7", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "417a7040-490b-439d-8b11-46c7bc471151", - "x-ms-routing-request-id": "WESTUS:20230131T200733Z:6932ac64-aa7d-4c24-a717-4f2062c736e7" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-31T20:07:33.607Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5bad13c2-2cfa-4923-bbfc-860dc490cc77?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8e42a29815e622612fbe2fd92f74c648-888635b2006afe7b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3151256c4f32d81f529832d3b9a19fd2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:07:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7affbb63-6ff2-4a1a-9c5f-12aff9a7beab", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "632f7e29-0b83-439d-a8df-54e5855ad951", - "x-ms-routing-request-id": "WESTUS:20230131T200733Z:7affbb63-6ff2-4a1a-9c5f-12aff9a7beab" - }, - "ResponseBody": { - "name": "5bad13c2-2cfa-4923-bbfc-860dc490cc77", - "status": "InProgress", - "startTime": "2023-01-31T20:07:33.607Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5bad13c2-2cfa-4923-bbfc-860dc490cc77?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8e42a29815e622612fbe2fd92f74c648-8e65314eb6b68e44-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7ff2733fd49068b7774192f38df60f99", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:08:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb2141aa-175b-4376-8774-f8097960ae8e", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "f2e116c9-6e9d-4f3e-a9d2-b4cba2f2cfc0", - "x-ms-routing-request-id": "WESTUS:20230131T200834Z:fb2141aa-175b-4376-8774-f8097960ae8e" - }, - "ResponseBody": { - "name": "5bad13c2-2cfa-4923-bbfc-860dc490cc77", - "status": "InProgress", - "startTime": "2023-01-31T20:07:33.607Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5bad13c2-2cfa-4923-bbfc-860dc490cc77?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8e42a29815e622612fbe2fd92f74c648-b166cbefcbadd57a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "51da28ad5eddccc0de865336c1c80354", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:09:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "035a20ed-befb-4910-a210-210949a27ddb", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "952b84e2-adb9-42d5-aaa1-a33ef5766862", - "x-ms-routing-request-id": "WESTUS:20230131T200934Z:035a20ed-befb-4910-a210-210949a27ddb" - }, - "ResponseBody": { - "name": "5bad13c2-2cfa-4923-bbfc-860dc490cc77", - "status": "InProgress", - "startTime": "2023-01-31T20:07:33.607Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5bad13c2-2cfa-4923-bbfc-860dc490cc77?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8e42a29815e622612fbe2fd92f74c648-16793f4da2eac4b5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "86dfb402c75797b16ee9baf1bc2b4a5c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:10:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eeefaf9f-203e-437e-8677-f4a8bb0a5b82", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "f4a5185e-e8a4-4e1e-927b-ca49ce95c17a", - "x-ms-routing-request-id": "WESTUS:20230131T201034Z:eeefaf9f-203e-437e-8677-f4a8bb0a5b82" - }, - "ResponseBody": { - "name": "5bad13c2-2cfa-4923-bbfc-860dc490cc77", - "status": "InProgress", - "startTime": "2023-01-31T20:07:33.607Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5bad13c2-2cfa-4923-bbfc-860dc490cc77?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8e42a29815e622612fbe2fd92f74c648-f8f13c6dec13fa05-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "902699894dc7e1f4b225a00a8180a7ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:11:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dee06b61-29c7-4fb0-b9cc-9dcdd11b4d94", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "294d368e-6a2d-4349-9b27-f099f5fb2f23", - "x-ms-routing-request-id": "WESTUS:20230131T201135Z:dee06b61-29c7-4fb0-b9cc-9dcdd11b4d94" - }, - "ResponseBody": { - "name": "5bad13c2-2cfa-4923-bbfc-860dc490cc77", - "status": "InProgress", - "startTime": "2023-01-31T20:07:33.607Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5bad13c2-2cfa-4923-bbfc-860dc490cc77?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8e42a29815e622612fbe2fd92f74c648-87e342d374b83bb2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d8f03e3d8816e5427742e3f4a3cf0fb2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:12:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e12508b-7bab-405b-98ad-4fec8cedad4d", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "fbf6e403-1d4c-48fd-8f76-015088eb0fc0", - "x-ms-routing-request-id": "WESTUS:20230131T201236Z:9e12508b-7bab-405b-98ad-4fec8cedad4d" - }, - "ResponseBody": { - "name": "5bad13c2-2cfa-4923-bbfc-860dc490cc77", - "status": "InProgress", - "startTime": "2023-01-31T20:07:33.607Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5bad13c2-2cfa-4923-bbfc-860dc490cc77?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8e42a29815e622612fbe2fd92f74c648-099fd56c8d3387ba-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "27adf63b73a2b48dc0fed33127a615ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:13:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b1ced3e1-3944-4833-8326-ec96e8499dd7", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "011daa57-4c6f-4e7f-bb17-e2a780ee76ba", - "x-ms-routing-request-id": "WESTUS:20230131T201336Z:b1ced3e1-3944-4833-8326-ec96e8499dd7" - }, - "ResponseBody": { - "name": "5bad13c2-2cfa-4923-bbfc-860dc490cc77", - "status": "InProgress", - "startTime": "2023-01-31T20:07:33.607Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5bad13c2-2cfa-4923-bbfc-860dc490cc77?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8e42a29815e622612fbe2fd92f74c648-0ef4ec809fab4d0c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7eb40c42723b0046574018846aff3de3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:14:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "135538d9-e11b-4ae2-9fb5-08ea942fd976", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "50028a5a-39b0-43d8-8f6e-62ad2ab4bb3f", - "x-ms-routing-request-id": "WESTUS:20230131T201437Z:135538d9-e11b-4ae2-9fb5-08ea942fd976" - }, - "ResponseBody": { - "name": "5bad13c2-2cfa-4923-bbfc-860dc490cc77", - "status": "InProgress", - "startTime": "2023-01-31T20:07:33.607Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5bad13c2-2cfa-4923-bbfc-860dc490cc77?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8e42a29815e622612fbe2fd92f74c648-a27592d6f6f698e3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8bceed157fd2ca0bb13c1817b510bed0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:15:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f57fc5ff-8108-4bc4-9cbb-cb7a3a072487", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "d387cca2-00de-4537-841f-dc45754cfacc", - "x-ms-routing-request-id": "WESTUS:20230131T201537Z:f57fc5ff-8108-4bc4-9cbb-cb7a3a072487" - }, - "ResponseBody": { - "name": "5bad13c2-2cfa-4923-bbfc-860dc490cc77", - "status": "Succeeded", - "startTime": "2023-01-31T20:07:33.607Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3593?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8e42a29815e622612fbe2fd92f74c648-5da1818206a971a4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "97b2f62d911ac977afadd0625a084ac1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1481", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:15:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e971e6a7-bddc-49d4-938b-4d1e4c401a02", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "7880c34a-61be-4a38-9ae7-1538e5010cd6", - "x-ms-routing-request-id": "WESTUS:20230131T201538Z:e971e6a7-bddc-49d4-938b-4d1e4c401a02" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-31T20:07:42.4203862Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver3593.postgres.database.azure.com", - "version": "14", - "minorVersion": "6", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "3", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Enabled", - "earliestRestoreDate": "2023-01-31T20:07:42.4203862\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled", - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet9118/subnets/subnet8720", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsZones/pgflexserver3593.private.postgres.database.azure.com" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5 - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3593", - "name": "pgflexserver3593", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg7836?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-cff19d04a5ecb96b3636a7247f688e65-e82a2ca1e4a93127-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "391cefc18ad8c21b00e9cdff5a2f4a47", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:15:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a50790d2-d50e-4b34-bfcc-c4b810a859f5", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "a50790d2-d50e-4b34-bfcc-c4b810a859f5", - "x-ms-routing-request-id": "WESTUS:20230131T201538Z:a50790d2-d50e-4b34-bfcc-c4b810a859f5" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836", - "name": "pgflexrg7836", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet1733?api-version=2021-02-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "397", - "Content-Type": "application/json", - "traceparent": "00-2032ad1a1d78cee1d1357f9c15e2c210-d3436bc080b88edd-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "74564782a54d83c87604db24aea970a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "westus", - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet599", - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "properties": { - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - } - } - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/westus/operations/40bb8949-9422-471f-8fb9-6dbb9142009d?api-version=2021-02-01", - "Cache-Control": "no-cache", - "Content-Length": "2010", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:15:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9b92a25a-64b2-44fb-8998-49185f38ed1f", - "x-ms-client-request-id": "74564782a54d83c87604db24aea970a8", - "x-ms-correlation-request-id": "7d412851-7379-4671-a450-f7b898471a4a", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "40bb8949-9422-471f-8fb9-6dbb9142009d", - "x-ms-routing-request-id": "WESTUS:20230131T201540Z:7d412851-7379-4671-a450-f7b898471a4a" - }, - "ResponseBody": { - "name": "vnet1733", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet1733", - "etag": "W/\u00224c88e6d2-e00a-411e-9164-dcbf5bfeea08\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus", - "properties": { - "provisioningState": "Updating", - "resourceGuid": "f244d965-70c7-4fed-9c86-7c167a8a104c", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet599", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet1733/subnets/subnet599", - "etag": "W/\u00224c88e6d2-e00a-411e-9164-dcbf5bfeea08\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet1733/subnets/subnet599/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u00224c88e6d2-e00a-411e-9164-dcbf5bfeea08\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/westus/operations/40bb8949-9422-471f-8fb9-6dbb9142009d?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2032ad1a1d78cee1d1357f9c15e2c210-155fb932f836faeb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "12e08962d6b21c742698c3d3aef61357", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:15:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a8c06024-cacf-4448-9664-31abf83c97f3", - "x-ms-client-request-id": "12e08962d6b21c742698c3d3aef61357", - "x-ms-correlation-request-id": "6eb0f816-b802-45c0-b19c-80e20cbd24d8", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "0f86aa48-286e-469a-987f-5977472a1c0a", - "x-ms-routing-request-id": "WESTUS:20230131T201540Z:6eb0f816-b802-45c0-b19c-80e20cbd24d8" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/westus/operations/40bb8949-9422-471f-8fb9-6dbb9142009d?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2032ad1a1d78cee1d1357f9c15e2c210-6c290fad5426a893-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "030d247985d9fd534fb3995d0d97bffd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:15:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "11953f36-b013-41a5-95d4-5796fe72485f", - "x-ms-client-request-id": "030d247985d9fd534fb3995d0d97bffd", - "x-ms-correlation-request-id": "2f026f0a-a6a7-44c5-b820-5514d21528f7", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "d7adeb59-7c48-4976-8f90-cdd47eb313f2", - "x-ms-routing-request-id": "WESTUS:20230131T201550Z:2f026f0a-a6a7-44c5-b820-5514d21528f7" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet1733?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2032ad1a1d78cee1d1357f9c15e2c210-dc1db007a44e6255-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "25c25a955ec91bf6e2399e5bc124f4e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "2012", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:15:49 GMT", - "ETag": "W/\u00227263f276-1d78-4618-95a6-5bbd09dd54be\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7498e5ed-a2f0-4c25-a764-b6b710c0820e", - "x-ms-client-request-id": "25c25a955ec91bf6e2399e5bc124f4e4", - "x-ms-correlation-request-id": "5a056300-b59e-4e73-8e5b-ea8cdc415aaf", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "083eb85c-18e5-4d3d-bdcf-1af2c1f35470", - "x-ms-routing-request-id": "WESTUS:20230131T201550Z:5a056300-b59e-4e73-8e5b-ea8cdc415aaf" - }, - "ResponseBody": { - "name": "vnet1733", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet1733", - "etag": "W/\u00227263f276-1d78-4618-95a6-5bbd09dd54be\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "westus", - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "f244d965-70c7-4fed-9c86-7c167a8a104c", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet599", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet1733/subnets/subnet599", - "etag": "W/\u00227263f276-1d78-4618-95a6-5bbd09dd54be\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet1733/subnets/subnet599/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u00227263f276-1d78-4618-95a6-5bbd09dd54be\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet1733/subnets/subnet599?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-67529738d5e449f2c7ed505208bf84e7-ff5e10e3d718b0cf-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9fb740db6c6bdda735e3c2fe3d160e8e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1235", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:15:50 GMT", - "ETag": "W/\u00227263f276-1d78-4618-95a6-5bbd09dd54be\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "475b4db5-48fc-4bbf-95d8-204ffa4941da", - "x-ms-client-request-id": "9fb740db6c6bdda735e3c2fe3d160e8e", - "x-ms-correlation-request-id": "0c098cd2-ce00-4f68-8478-6aa093453b0d", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "d53b3d8c-79b4-4528-b7fd-a6bb54bfc1ef", - "x-ms-routing-request-id": "WESTUS:20230131T201550Z:0c098cd2-ce00-4f68-8478-6aa093453b0d" - }, - "ResponseBody": { - "name": "subnet599", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet1733/subnets/subnet599", - "etag": "W/\u00227263f276-1d78-4618-95a6-5bbd09dd54be\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet1733/subnets/subnet599/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u00227263f276-1d78-4618-95a6-5bbd09dd54be\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg7836?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-51c6a362d11f551f84f2764a45976a96-61c965dd34f466d1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "533ec5d9ee341b8e2ef1209fe6f83b2a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:15:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "15c1d887-639c-434b-b46e-7d6879ffc030", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "15c1d887-639c-434b-b46e-7d6879ffc030", - "x-ms-routing-request-id": "WESTUS:20230131T201551Z:15c1d887-639c-434b-b46e-7d6879ffc030" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836", - "name": "pgflexrg7836", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/tenants?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-32c035cb919d09c12a9f5f0e1a850bcd-f95b72d9b166e30a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "cd81b4bf1fe02892b3e4f0e59bf8decc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "140", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:15:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a7a26e68-bd56-4d83-9e63-cf0c624cd0d7", - "x-ms-ratelimit-remaining-tenant-reads": "11998", - "x-ms-request-id": "a7a26e68-bd56-4d83-9e63-cf0c624cd0d7", - "x-ms-routing-request-id": "WESTUS:20230131T201551Z:a7a26e68-bd56-4d83-9e63-cf0c624cd0d7" - }, - "ResponseBody": { - "value": [ - { - "id": "/tenants/72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantCategory": "Home" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.DBforPostgreSQL/getPrivateDnsZoneSuffix?api-version=2022-12-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "0", - "traceparent": "00-f9bf0b1f3031d038fbd35efa9a99f500-9827582834334642-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fc820f2aa0e6edb0b19c71794b07f73d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:15:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "25b2d292-2d33-4a93-a489-867de7cec020", - "x-ms-ratelimit-remaining-tenant-writes": "1198", - "x-ms-request-id": "81b3681f-fe4a-44b2-b96b-762955554e1b", - "x-ms-routing-request-id": "WESTUS:20230131T201551Z:25b2d292-2d33-4a93-a489-867de7cec020" - }, - "ResponseBody": "\u0022postgres.database.azure.com\u0022" - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsZones/pgflexserver816.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "47", - "Content-Type": "application/json", - "traceparent": "00-68ef25bd92f1bb5631c364d267a7f694-51d973e9711af596-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "883e97a74194b9ae3215a04ffda88036", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTs0ZjY5YThkNS0wMTYxLTQ1MzUtOTE5ZS0wNWFhYjI3OTk4N2VfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:15:52 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTs0ZjY5YThkNS0wMTYxLTQ1MzUtOTE5ZS0wNWFhYjI3OTk4N2VfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9757e2c-efb5-496c-901c-75542b724ec6", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11998", - "x-ms-request-id": "883e97a7-4194-b9ae-3215-a04ffda88036", - "x-ms-routing-request-id": "WESTUS:20230131T201553Z:a9757e2c-efb5-496c-901c-75542b724ec6", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTs0ZjY5YThkNS0wMTYxLTQ1MzUtOTE5ZS0wNWFhYjI3OTk4N2VfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-68ef25bd92f1bb5631c364d267a7f694-114c2c2d38471855-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "033eb3ec55b9e93761c8c9d10060f009", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTs0ZjY5YThkNS0wMTYxLTQ1MzUtOTE5ZS0wNWFhYjI3OTk4N2VfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:15:52 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTs0ZjY5YThkNS0wMTYxLTQ1MzUtOTE5ZS0wNWFhYjI3OTk4N2VfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9a9e573e-a67e-41a6-9607-eed234b9d26a", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "033eb3ec-55b9-e937-61c8-c9d10060f009", - "x-ms-routing-request-id": "WESTUS:20230131T201553Z:9a9e573e-a67e-41a6-9607-eed234b9d26a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTs0ZjY5YThkNS0wMTYxLTQ1MzUtOTE5ZS0wNWFhYjI3OTk4N2VfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-68ef25bd92f1bb5631c364d267a7f694-e48a0e2d159b2142-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f7653b1c219268c653208400256a0b19", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:16:23 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea614383-f72e-4564-94d4-c670fffcf958", - "x-ms-ratelimit-remaining-subscription-resource-requests": "498", - "x-ms-request-id": "f7653b1c-2192-68c6-5320-8400256a0b19", - "x-ms-routing-request-id": "WESTUS:20230131T201623Z:ea614383-f72e-4564-94d4-c670fffcf958", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsZones/pgflexserver816.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-68ef25bd92f1bb5631c364d267a7f694-e630b01afffdc8cf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4a63f5387c6abe7d1c8b74ad75721ea3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "740", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:16:23 GMT", - "ETag": "5c999d21-0650-4a39-840d-ceded5a54362", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70517178-e22f-4fe3-a4ee-79842e73606b", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "4a63f538-7c6a-be7d-1c8b-74ad75721ea3", - "x-ms-routing-request-id": "WESTUS:20230131T201623Z:70517178-e22f-4fe3-a4ee-79842e73606b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsZones/pgflexserver816.private.postgres.database.azure.com", - "name": "pgflexserver816.private.postgres.database.azure.com", - "type": "Microsoft.Network/privateDnsZones", - "etag": "5c999d21-0650-4a39-840d-ceded5a54362", - "location": "global", - "tags": {}, - "properties": { - "internalId": "SW1tdXRhYmxlWm9uZUlkZW50aXR5OzliMjkwNDg0LWI5OTYtNDY0Zi04NGQxLTAxZmVjZTQyMDRiNTsw", - "maxNumberOfRecordSets": 25000, - "maxNumberOfVirtualNetworkLinks": 1000, - "maxNumberOfVirtualNetworkLinksWithRegistration": 100, - "numberOfRecordSets": 1, - "numberOfVirtualNetworkLinks": 0, - "numberOfVirtualNetworkLinksWithRegistration": 0, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsZones/pgflexserver816.private.postgres.database.azure.com/virtualNetworkLinks/vnet1733-link?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "233", - "Content-Type": "application/json", - "traceparent": "00-43b8b5d348d39d44e7d89ae75c7889ca-c863bb5a1b87acca-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "722812a4e5b3ca18ecd5af99d136c4f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": { - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet1733" - }, - "registrationEnabled": false - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7M2Y3MzY3ZDAtYjBiYi00Y2U1LWJkMzUtMTZjOTE2MDdjOTE4XzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:16:25 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7M2Y3MzY3ZDAtYjBiYi00Y2U1LWJkMzUtMTZjOTE2MDdjOTE4XzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cac65cd7-7df4-4ca8-b51e-3c331d9b4eec", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11998", - "x-ms-request-id": "722812a4-e5b3-ca18-ecd5-af99d136c4f6", - "x-ms-routing-request-id": "WESTUS:20230131T201625Z:cac65cd7-7df4-4ca8-b51e-3c331d9b4eec", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7M2Y3MzY3ZDAtYjBiYi00Y2U1LWJkMzUtMTZjOTE2MDdjOTE4XzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-43b8b5d348d39d44e7d89ae75c7889ca-c80c4a3827f35412-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "125ce00198425265dc985e94cde3ece6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7M2Y3MzY3ZDAtYjBiYi00Y2U1LWJkMzUtMTZjOTE2MDdjOTE4XzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:16:25 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7M2Y3MzY3ZDAtYjBiYi00Y2U1LWJkMzUtMTZjOTE2MDdjOTE4XzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b97f613b-92b8-4652-b775-3d8ac72188ac", - "x-ms-ratelimit-remaining-subscription-resource-requests": "497", - "x-ms-request-id": "125ce001-9842-5265-dc98-5e94cde3ece6", - "x-ms-routing-request-id": "WESTUS:20230131T201625Z:b97f613b-92b8-4652-b775-3d8ac72188ac", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7M2Y3MzY3ZDAtYjBiYi00Y2U1LWJkMzUtMTZjOTE2MDdjOTE4XzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-43b8b5d348d39d44e7d89ae75c7889ca-44d101741c9c3a9e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c5f17ec713d9fea67388b40c0b111dd3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:16:55 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e17fa71b-a206-4958-a47e-7a6a647252d0", - "x-ms-ratelimit-remaining-subscription-resource-requests": "496", - "x-ms-request-id": "c5f17ec7-13d9-fea6-7388-b40c0b111dd3", - "x-ms-routing-request-id": "WESTUS:20230131T201655Z:e17fa71b-a206-4958-a47e-7a6a647252d0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsZones/pgflexserver816.private.postgres.database.azure.com/virtualNetworkLinks/vnet1733-link?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-43b8b5d348d39d44e7d89ae75c7889ca-d24f8ccf6f6cb353-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f197cee1b1da24b44a462e64470ad2da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "676", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:16:55 GMT", - "ETag": "\u0022de049e39-0000-0100-0000-63d977290000\u0022", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "76749999-6dac-4c88-aa86-f0c3217035e1", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "f197cee1-b1da-24b4-4a46-2e64470ad2da", - "x-ms-routing-request-id": "WESTUS:20230131T201656Z:76749999-6dac-4c88-aa86-f0c3217035e1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsZones/pgflexserver816.private.postgres.database.azure.com/virtualNetworkLinks/vnet1733-link", - "name": "vnet1733-link", - "type": "Microsoft.Network/privateDnsZones/virtualNetworkLinks", - "etag": "\u0022de049e39-0000-0100-0000-63d977290000\u0022", - "location": "global", - "tags": {}, - "properties": { - "provisioningState": "Succeeded", - "registrationEnabled": false, - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet1733" - }, - "virtualNetworkLinkState": "Completed" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver816?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "697", - "Content-Type": "application/json", - "traceparent": "00-73dcb93b41e40979434f444a87aac380-1f48b17d02c8f353-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2e3ff4bb2e27ed07395e9fb9e35947ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "westus", - "properties": { - "network": { - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet1733/subnets/subnet599", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsZones/pgflexserver816.private.postgres.database.azure.com" - }, - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3593", - "pointInTimeUTC": "2023-01-31T20:16:56.1481282Z", - "createMode": "GeoRestore" - } - }, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "143", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:16:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "31fb3dfa-69fc-4f41-b06a-fd6051e96251", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "764e7810-f88d-47c8-be29-44ad06048be5", - "x-ms-routing-request-id": "WESTUS:20230131T201658Z:31fb3dfa-69fc-4f41-b06a-fd6051e96251" - }, - "ResponseBody": { - "error": { - "code": "GeoBackupsNotAvailable", - "message": "Unable to geo-restore server pgflexserver3593 as its geo-backups are not available yet." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver816?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "697", - "Content-Type": "application/json", - "traceparent": "00-efbab5fc6ede59b6dc84b160fe376757-cc0031360a5c9181-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "feb38a7afa4c150bc9cd7a92e542b668", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "westus", - "properties": { - "network": { - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet1733/subnets/subnet599", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsZones/pgflexserver816.private.postgres.database.azure.com" - }, - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3593", - "pointInTimeUTC": "2023-01-31T20:22:58.6599976Z", - "createMode": "GeoRestore" - } - }, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "143", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:23:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2441e0a7-8aea-456c-b16c-7fda401fc4db", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "3ae108be-b8de-4f9c-8c8f-f169bb864e9f", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T202301Z:2441e0a7-8aea-456c-b16c-7fda401fc4db" - }, - "ResponseBody": { - "error": { - "code": "GeoBackupsNotAvailable", - "message": "Unable to geo-restore server pgflexserver3593 as its geo-backups are not available yet." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver816?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "697", - "Content-Type": "application/json", - "traceparent": "00-2a01f00ec5e4c803890c13f40dcfd9ed-e25e0be387f76ca9-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1751dab6efd2b3abc7aab87c12fa40f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "westus", - "properties": { - "network": { - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet1733/subnets/subnet599", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsZones/pgflexserver816.private.postgres.database.azure.com" - }, - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3593", - "pointInTimeUTC": "2023-01-31T20:29:01.0441886Z", - "createMode": "GeoRestore" - } - }, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "143", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:29:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0fe2b112-e72c-4244-9e5c-da74bdcadda2", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "4c5f2bb4-8142-4075-aacb-e274252b4114", - "x-ms-routing-request-id": "WESTUS:20230131T202904Z:0fe2b112-e72c-4244-9e5c-da74bdcadda2" - }, - "ResponseBody": { - "error": { - "code": "GeoBackupsNotAvailable", - "message": "Unable to geo-restore server pgflexserver3593 as its geo-backups are not available yet." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver816?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "697", - "Content-Type": "application/json", - "traceparent": "00-e8199cab4bd9420acc46ab4ddf56af97-edd3320e967ddc0e-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "bcea63ffd357c08de829645ab37408f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "westus", - "properties": { - "network": { - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet1733/subnets/subnet599", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsZones/pgflexserver816.private.postgres.database.azure.com" - }, - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3593", - "pointInTimeUTC": "2023-01-31T20:35:04.4598755Z", - "createMode": "GeoRestore" - } - }, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "143", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:35:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7d6cba8-1c15-4589-b1e4-458dbb11ed14", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "ca8b4d68-2856-4700-9250-ed538a86f742", - "x-ms-routing-request-id": "WESTUS:20230131T203508Z:e7d6cba8-1c15-4589-b1e4-458dbb11ed14" - }, - "ResponseBody": { - "error": { - "code": "GeoBackupsNotAvailable", - "message": "Unable to geo-restore server pgflexserver3593 as its geo-backups are not available yet." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver816?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "697", - "Content-Type": "application/json", - "traceparent": "00-a47be4b876dc188013f553b365fb151a-d78110267ad821d7-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230131.1 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "080336a730088bf8df0037a1428f03cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "westus", - "properties": { - "network": { - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet1733/subnets/subnet599", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsZones/pgflexserver816.private.postgres.database.azure.com" - }, - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3593", - "pointInTimeUTC": "2023-01-31T20:41:08.6695017Z", - "createMode": "GeoRestore" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/6a3097be-97b3-46a2-abe0-b87c9eb06a1f?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:41:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/operationResults/6a3097be-97b3-46a2-abe0-b87c9eb06a1f?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "091dfc88-1fe4-4028-9c4f-9af973930049", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "10e2db17-31f9-42ac-9e91-c35b1d529cd6", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T204111Z:091dfc88-1fe4-4028-9c4f-9af973930049" - }, - "ResponseBody": { - "operation": "RestoreSnapshotManagementOperation", - "startTime": "2023-01-31T20:41:10.94Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/6a3097be-97b3-46a2-abe0-b87c9eb06a1f?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a47be4b876dc188013f553b365fb151a-7d0279906509cf8e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "dbd4c0a137f6cfe86b5edd579cec7d59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:41:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cf1c3998-137c-4ca3-9b48-ff70f5c23957", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "c3f7e3f4-f07f-47bd-aaca-b972a88bf2bb", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T204111Z:cf1c3998-137c-4ca3-9b48-ff70f5c23957" - }, - "ResponseBody": { - "name": "6a3097be-97b3-46a2-abe0-b87c9eb06a1f", - "status": "InProgress", - "startTime": "2023-01-31T20:41:10.94Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/6a3097be-97b3-46a2-abe0-b87c9eb06a1f?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a47be4b876dc188013f553b365fb151a-588268836e8bffbc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2acd952687e1ad9f2521bc770150018f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:42:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2927f7db-9e80-483f-8c15-8396c38b61e2", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "97a0e5d0-3a2c-494f-8050-637a5a7cb448", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T204211Z:2927f7db-9e80-483f-8c15-8396c38b61e2" - }, - "ResponseBody": { - "name": "6a3097be-97b3-46a2-abe0-b87c9eb06a1f", - "status": "InProgress", - "startTime": "2023-01-31T20:41:10.94Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/6a3097be-97b3-46a2-abe0-b87c9eb06a1f?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a47be4b876dc188013f553b365fb151a-241b5edf9760e6ea-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8100e40028ba55d8a1c316f91cb94560", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:43:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9255652b-b767-4508-87ef-13a6d2e43e94", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "3fd3ce68-c40e-459e-b51c-7286676bb51a", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T204312Z:9255652b-b767-4508-87ef-13a6d2e43e94" - }, - "ResponseBody": { - "name": "6a3097be-97b3-46a2-abe0-b87c9eb06a1f", - "status": "InProgress", - "startTime": "2023-01-31T20:41:10.94Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/6a3097be-97b3-46a2-abe0-b87c9eb06a1f?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a47be4b876dc188013f553b365fb151a-01f27d8862810a5c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f481d413d5821a712127b5d57b71ce1a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:44:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ba4bc763-cfb7-482f-a8ad-1e4e7c667d9e", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "e7b74346-9018-4f00-b825-57df7ec2f487", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T204412Z:ba4bc763-cfb7-482f-a8ad-1e4e7c667d9e" - }, - "ResponseBody": { - "name": "6a3097be-97b3-46a2-abe0-b87c9eb06a1f", - "status": "InProgress", - "startTime": "2023-01-31T20:41:10.94Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/6a3097be-97b3-46a2-abe0-b87c9eb06a1f?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a47be4b876dc188013f553b365fb151a-a91ab592796fd266-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b8564e5dfbebfd9fbc78881e70a6906b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:45:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "88f183af-471d-4301-92dd-c88ffd07f7b2", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "7b293de0-0cc9-4064-be97-973152af5848", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T204512Z:88f183af-471d-4301-92dd-c88ffd07f7b2" - }, - "ResponseBody": { - "name": "6a3097be-97b3-46a2-abe0-b87c9eb06a1f", - "status": "InProgress", - "startTime": "2023-01-31T20:41:10.94Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/6a3097be-97b3-46a2-abe0-b87c9eb06a1f?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a47be4b876dc188013f553b365fb151a-91fb3729668fd5b7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2c635bdb0cce2b0c73e560927202da30", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:46:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77e65fb5-47c9-4f4c-91b7-7ad6cc55a635", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "e3ede687-5b2f-404c-a3f6-a6d6dfb65603", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T204612Z:77e65fb5-47c9-4f4c-91b7-7ad6cc55a635" - }, - "ResponseBody": { - "name": "6a3097be-97b3-46a2-abe0-b87c9eb06a1f", - "status": "InProgress", - "startTime": "2023-01-31T20:41:10.94Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/westus/azureAsyncOperation/6a3097be-97b3-46a2-abe0-b87c9eb06a1f?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a47be4b876dc188013f553b365fb151a-0f29c15f45d350ae-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ce9bfbf48d6318743583370a4c52a97a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:47:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d017e40e-a6f1-42bc-a278-389d153e64a7", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "75efe595-1403-4315-8110-10986b2cec3e", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T204713Z:d017e40e-a6f1-42bc-a278-389d153e64a7" - }, - "ResponseBody": { - "name": "6a3097be-97b3-46a2-abe0-b87c9eb06a1f", - "status": "Succeeded", - "startTime": "2023-01-31T20:41:10.94Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver816?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a47be4b876dc188013f553b365fb151a-274de5e69f5d3773-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 7.0.2; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1ffa4a96a10d504c412a44069a0c8bba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1453", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Jan 2023 20:47:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "561c5a9d-befd-42c8-833a-d6f7681559ac", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "df87e8fa-21ff-462c-9d42-1511f2f4d40a", - "x-ms-routing-request-id": "WESTCENTRALUS:20230131T204713Z:561c5a9d-befd-42c8-833a-d6f7681559ac" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-31T20:41:21.1759080Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver816.postgres.database.azure.com", - "version": "14", - "minorVersion": "6", - "administratorLogin": "testUser", - "state": "Ready", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-31T20:41:21.175908\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled", - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/virtualNetworks/vnet1733/subnets/subnet599", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.Network/privateDnsZones/pgflexserver816.private.postgres.database.azure.com" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5 - }, - "location": "West US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7836/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver816", - "name": "pgflexserver816", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "264177895", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%11%,%12%).json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%11%,%12%).json deleted file mode 100644 index 07d75b7f040f5..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%11%,%12%).json +++ /dev/null @@ -1,899 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-08b96a5ae49bae9408dc9a07cab3afbc-0b88e07fde5edf93-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0a2ddca49326eda4be3a7afa5fd672d0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:34:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29a99ca4-74db-4505-90ed-1fa0f875b23b", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "29a99ca4-74db-4505-90ed-1fa0f875b23b", - "x-ms-routing-request-id": "WESTUS:20230127T083416Z:29a99ca4-74db-4505-90ed-1fa0f875b23b" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg8630?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-ffd7317b81ba3f8dab9e112339739de4-4d619dc2167bf5cf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "21c8942179069b7be4fd7a82c1b9fd93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:35:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "855f24f2-12ea-4dec-b9f2-cf4c5c539712", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "855f24f2-12ea-4dec-b9f2-cf4c5c539712", - "x-ms-routing-request-id": "WESTUS:20230127T083511Z:855f24f2-12ea-4dec-b9f2-cf4c5c539712" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8630", - "name": "pgflexrg8630", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8630/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2128?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "250", - "Content-Type": "application/json", - "traceparent": "00-4e57aaf3f468393804c8e7d635d41216-6364f32641156cbe-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230127.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "60a74ed465bdbc0501d971864707a308", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "11", - "storage": { - "storageSizeGB": 128 - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5571cfb9-89d2-4d12-9329-636fee828b72?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:35:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/5571cfb9-89d2-4d12-9329-636fee828b72?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "890f74fe-0fbc-42a8-b158-a26870c5ad10", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "2f0453b6-8c45-44f6-b51b-b1a014320dc4", - "x-ms-routing-request-id": "WESTUS:20230127T083516Z:890f74fe-0fbc-42a8-b158-a26870c5ad10" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T08:35:16.667Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5571cfb9-89d2-4d12-9329-636fee828b72?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4e57aaf3f468393804c8e7d635d41216-4f18b14212cd3c82-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2402ccfc2629bc098f0b202c07f554dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:35:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f9f6a683-adf8-4305-bd90-5584492ab5db", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "d46a5600-053d-41d7-989b-8881f6380440", - "x-ms-routing-request-id": "WESTUS:20230127T083516Z:f9f6a683-adf8-4305-bd90-5584492ab5db" - }, - "ResponseBody": { - "name": "5571cfb9-89d2-4d12-9329-636fee828b72", - "status": "InProgress", - "startTime": "2023-01-27T08:35:16.667Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5571cfb9-89d2-4d12-9329-636fee828b72?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4e57aaf3f468393804c8e7d635d41216-2e2addbd70a6f98f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "33d1715a1c4d51bf78f4d231b65e49c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:36:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2e2cf843-e407-49b4-812a-153318ad3614", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "b2ca10f5-f7da-41ef-b74e-5fac90e77f90", - "x-ms-routing-request-id": "WESTUS:20230127T083617Z:2e2cf843-e407-49b4-812a-153318ad3614" - }, - "ResponseBody": { - "name": "5571cfb9-89d2-4d12-9329-636fee828b72", - "status": "InProgress", - "startTime": "2023-01-27T08:35:16.667Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5571cfb9-89d2-4d12-9329-636fee828b72?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4e57aaf3f468393804c8e7d635d41216-b3066c6b2f8d7abd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7a8ab0607f048adf84af51c862a9ab99", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:37:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f9138db5-8337-4482-a310-955e692b74bc", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "9f03a667-5040-453b-9cea-f1e0452eea84", - "x-ms-routing-request-id": "WESTUS:20230127T083717Z:f9138db5-8337-4482-a310-955e692b74bc" - }, - "ResponseBody": { - "name": "5571cfb9-89d2-4d12-9329-636fee828b72", - "status": "InProgress", - "startTime": "2023-01-27T08:35:16.667Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5571cfb9-89d2-4d12-9329-636fee828b72?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4e57aaf3f468393804c8e7d635d41216-50efd6ca5d1a8bbd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "014cd136456adf730cb1ab3554d80530", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:38:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e34289f-aa88-457c-83b4-240075ebe53b", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "23292713-abe1-4c02-9930-c4853dfd1e57", - "x-ms-routing-request-id": "WESTUS:20230127T083818Z:4e34289f-aa88-457c-83b4-240075ebe53b" - }, - "ResponseBody": { - "name": "5571cfb9-89d2-4d12-9329-636fee828b72", - "status": "InProgress", - "startTime": "2023-01-27T08:35:16.667Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5571cfb9-89d2-4d12-9329-636fee828b72?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4e57aaf3f468393804c8e7d635d41216-056f84c4b86f6b40-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "57cb5ac2d96bdad89246af9ecbf7eece", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:39:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "398cf8fc-e075-4276-913f-6610475a53f1", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "da48b048-f9e8-4682-99d3-2fb9eb2f9b48", - "x-ms-routing-request-id": "WESTUS:20230127T083918Z:398cf8fc-e075-4276-913f-6610475a53f1" - }, - "ResponseBody": { - "name": "5571cfb9-89d2-4d12-9329-636fee828b72", - "status": "InProgress", - "startTime": "2023-01-27T08:35:16.667Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5571cfb9-89d2-4d12-9329-636fee828b72?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4e57aaf3f468393804c8e7d635d41216-14553a6daf8d72dd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e5fa384847121b5b3caa6d53d3aa36ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:40:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "364d376f-858e-469b-9f80-53ac8d005aca", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "f3c00d3c-1ff2-4750-9155-8b3b46b08b0d", - "x-ms-routing-request-id": "WESTUS:20230127T084018Z:364d376f-858e-469b-9f80-53ac8d005aca" - }, - "ResponseBody": { - "name": "5571cfb9-89d2-4d12-9329-636fee828b72", - "status": "InProgress", - "startTime": "2023-01-27T08:35:16.667Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5571cfb9-89d2-4d12-9329-636fee828b72?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4e57aaf3f468393804c8e7d635d41216-fb531016283d57e2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "070521aa54de5d2ef8716f2396d51415", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:41:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aa43a632-59c4-4e39-b4a7-113d0c108cf1", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "4a565ed5-7e73-4659-acd7-6932fe4f9977", - "x-ms-routing-request-id": "WESTUS:20230127T084119Z:aa43a632-59c4-4e39-b4a7-113d0c108cf1" - }, - "ResponseBody": { - "name": "5571cfb9-89d2-4d12-9329-636fee828b72", - "status": "Succeeded", - "startTime": "2023-01-27T08:35:16.667Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8630/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2128?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4e57aaf3f468393804c8e7d635d41216-3f9a391f11f9ce5a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1becddc21fdd7a1effaf1ac06b8407e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1117", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:41:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6968ee74-6726-4021-ba89-0248704658b5", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "5d040227-bb39-460e-aeb2-e9315d02bf5b", - "x-ms-routing-request-id": "WESTUS:20230127T084119Z:6968ee74-6726-4021-ba89-0248704658b5" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T08:35:22.7436899Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver2128.postgres.database.azure.com", - "version": "11", - "minorVersion": "17", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "2", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T08:35:22.7436899\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8630/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2128", - "name": "pgflexserver2128", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8630/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2128?api-version=2022-12-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-97e33033e5963dc35631dc06d949248b-0fb61b7dc06fd84a-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230127.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "aaf3020fe6f1f4ef0a9deda0d7378567", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "version": "12" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8bf57f72-d841-41c6-b2b0-ba79eeb42b8e?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "87", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:41:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/8bf57f72-d841-41c6-b2b0-ba79eeb42b8e?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08253751-7f44-42b6-af67-1ed94d02a459", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "a9bee50e-2e00-4507-94d3-45dc5bd4b078", - "x-ms-routing-request-id": "WESTUS:20230127T084131Z:08253751-7f44-42b6-af67-1ed94d02a459" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T08:41:31.63Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8bf57f72-d841-41c6-b2b0-ba79eeb42b8e?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-97e33033e5963dc35631dc06d949248b-7ed230e79ff0f99b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9313876a69e1dc23eef8113f327ea2c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:41:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "944bdbc4-60b9-4b64-bc26-3a8bd6123f46", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "afe0f1b3-a0e1-4850-8b87-66907e39f14d", - "x-ms-routing-request-id": "WESTUS:20230127T084131Z:944bdbc4-60b9-4b64-bc26-3a8bd6123f46" - }, - "ResponseBody": { - "name": "8bf57f72-d841-41c6-b2b0-ba79eeb42b8e", - "status": "InProgress", - "startTime": "2023-01-27T08:41:31.63Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8bf57f72-d841-41c6-b2b0-ba79eeb42b8e?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-97e33033e5963dc35631dc06d949248b-01b94af984e6b11b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1329b32a12f3f52a3369a766dec0bb9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:42:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08b3b380-f16a-4be3-9a78-4be6d2a3f2e2", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "93765fc0-5857-4c04-b487-4394f30f1777", - "x-ms-routing-request-id": "WESTUS:20230127T084232Z:08b3b380-f16a-4be3-9a78-4be6d2a3f2e2" - }, - "ResponseBody": { - "name": "8bf57f72-d841-41c6-b2b0-ba79eeb42b8e", - "status": "InProgress", - "startTime": "2023-01-27T08:41:31.63Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8bf57f72-d841-41c6-b2b0-ba79eeb42b8e?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-97e33033e5963dc35631dc06d949248b-657b9dcba2673447-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "503679acf1232c8534b407c4098f5884", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:43:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "01df08a3-a6d2-4873-ac17-1916b696c3f8", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "d550a42f-689d-47e7-b078-d84d823b9781", - "x-ms-routing-request-id": "WESTUS:20230127T084332Z:01df08a3-a6d2-4873-ac17-1916b696c3f8" - }, - "ResponseBody": { - "name": "8bf57f72-d841-41c6-b2b0-ba79eeb42b8e", - "status": "InProgress", - "startTime": "2023-01-27T08:41:31.63Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8bf57f72-d841-41c6-b2b0-ba79eeb42b8e?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-97e33033e5963dc35631dc06d949248b-306771a98eed14f9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "85043fe8de44587f5c1e5f78c2bdfd2e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:44:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "763719f1-e1d3-4a06-88ee-302f56b5b1db", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "ef94927d-93f7-4993-8ea6-268d77091c27", - "x-ms-routing-request-id": "WESTUS:20230127T084433Z:763719f1-e1d3-4a06-88ee-302f56b5b1db" - }, - "ResponseBody": { - "name": "8bf57f72-d841-41c6-b2b0-ba79eeb42b8e", - "status": "InProgress", - "startTime": "2023-01-27T08:41:31.63Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8bf57f72-d841-41c6-b2b0-ba79eeb42b8e?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-97e33033e5963dc35631dc06d949248b-f9dfe683ccf13387-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b892753d524739a42efdde3e0a66eba3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:45:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aeede186-ae86-457e-828d-a1082c870e76", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "c788adec-65a4-4f60-bfa8-74a6f4580b0c", - "x-ms-routing-request-id": "WESTUS:20230127T084533Z:aeede186-ae86-457e-828d-a1082c870e76" - }, - "ResponseBody": { - "name": "8bf57f72-d841-41c6-b2b0-ba79eeb42b8e", - "status": "InProgress", - "startTime": "2023-01-27T08:41:31.63Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8bf57f72-d841-41c6-b2b0-ba79eeb42b8e?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-97e33033e5963dc35631dc06d949248b-c8fe2f57d0dd998c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9e7d231035bcce57f9ddf304920c6a77", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:46:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f257eba-19a9-47d7-affe-01b843e9c916", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "45c57008-4a7d-4d1a-b104-12e8d14f09e6", - "x-ms-routing-request-id": "WESTUS:20230127T084633Z:0f257eba-19a9-47d7-affe-01b843e9c916" - }, - "ResponseBody": { - "name": "8bf57f72-d841-41c6-b2b0-ba79eeb42b8e", - "status": "InProgress", - "startTime": "2023-01-27T08:41:31.63Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8bf57f72-d841-41c6-b2b0-ba79eeb42b8e?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-97e33033e5963dc35631dc06d949248b-55889cd7cbcf88ae-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9387d9b79ffd963c9bca5747ff404df6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:47:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e5a84e5f-61da-4db4-850f-5c4458c43725", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "b48877bc-b5c1-4d07-b2df-02fbf1dd3091", - "x-ms-routing-request-id": "WESTUS:20230127T084734Z:e5a84e5f-61da-4db4-850f-5c4458c43725" - }, - "ResponseBody": { - "name": "8bf57f72-d841-41c6-b2b0-ba79eeb42b8e", - "status": "InProgress", - "startTime": "2023-01-27T08:41:31.63Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8bf57f72-d841-41c6-b2b0-ba79eeb42b8e?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-97e33033e5963dc35631dc06d949248b-5413aab38bb7a94c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9f68bb325e3f07711dc4bf695e9fa721", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:48:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "187118f2-3758-4339-82e5-157dd17bea84", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "7e6b9419-eeed-4ae0-b6bb-635e8dafd666", - "x-ms-routing-request-id": "WESTUS:20230127T084834Z:187118f2-3758-4339-82e5-157dd17bea84" - }, - "ResponseBody": { - "name": "8bf57f72-d841-41c6-b2b0-ba79eeb42b8e", - "status": "InProgress", - "startTime": "2023-01-27T08:41:31.63Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8bf57f72-d841-41c6-b2b0-ba79eeb42b8e?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-97e33033e5963dc35631dc06d949248b-5ed43f66672c7c62-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3187679258de70a6e6e703f1de10ceb8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:49:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "98f7cc53-bfc2-4756-94ac-2ef89f6925b6", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "a371a6e0-0b0b-454b-b047-0363861b650a", - "x-ms-routing-request-id": "WESTUS:20230127T084934Z:98f7cc53-bfc2-4756-94ac-2ef89f6925b6" - }, - "ResponseBody": { - "name": "8bf57f72-d841-41c6-b2b0-ba79eeb42b8e", - "status": "Succeeded", - "startTime": "2023-01-27T08:41:31.63Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8630/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2128?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-97e33033e5963dc35631dc06d949248b-3e96cbd9379a2b2b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d6d2fd90cba45837677f7538e0d237fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1117", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:49:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "728497a6-46fb-4ece-9594-42eb027bc2ef", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "750afe8c-b62e-4f6e-85e8-2bac3387f106", - "x-ms-routing-request-id": "WESTUS:20230127T084935Z:728497a6-46fb-4ece-9594-42eb027bc2ef" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T08:35:22.7436899Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver2128.postgres.database.azure.com", - "version": "12", - "minorVersion": "12", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "2", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T08:41:55.2616228\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8630/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2128", - "name": "pgflexserver2128", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1119603115", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%11%,%12%)Async.json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%11%,%12%)Async.json deleted file mode 100644 index 882aa963acfe2..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%11%,%12%)Async.json +++ /dev/null @@ -1,1001 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-67a54d2d0549f980e3f85e5597d787d2-4f2c5546b5d37338-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2c848d90380c014ef8fbcafd836ddf5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:31:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1dbf61b6-09bd-4d89-8ce1-72fd9ae9cd0d", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "1dbf61b6-09bd-4d89-8ce1-72fd9ae9cd0d", - "x-ms-routing-request-id": "WESTUS:20230127T103100Z:1dbf61b6-09bd-4d89-8ce1-72fd9ae9cd0d" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg1780?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-1f1a5fa5eaf375b3fd0a0e368046f4c2-d6a7bffcc2db7a72-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "81535254203ada3343f4b86255d09f61", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:31:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "30ba0796-8d3b-4dd7-89d2-607b38d79c65", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "30ba0796-8d3b-4dd7-89d2-607b38d79c65", - "x-ms-routing-request-id": "WESTUS:20230127T103102Z:30ba0796-8d3b-4dd7-89d2-607b38d79c65" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg1780", - "name": "pgflexrg1780", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg1780/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6883?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "250", - "Content-Type": "application/json", - "traceparent": "00-c5c35487c88fbac1cebc96f9c03ad9df-2dceeb087b2e4a0d-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230127.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b3e40090bef1e17ab866530bb6e42881", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "11", - "storage": { - "storageSizeGB": 128 - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fac3f732-efe3-42d5-8b21-b9001144d5ea?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:31:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/fac3f732-efe3-42d5-8b21-b9001144d5ea?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2478d831-102a-45ab-b641-31473325d1ae", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "2dbb7c0c-9dc2-421c-940b-dcbc6cde3676", - "x-ms-routing-request-id": "WESTUS:20230127T103103Z:2478d831-102a-45ab-b641-31473325d1ae" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T10:31:03.627Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fac3f732-efe3-42d5-8b21-b9001144d5ea?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c5c35487c88fbac1cebc96f9c03ad9df-671dd081cae9c86e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "dfdd215d9f7995bed771c8d4cc28235e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:31:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3ed39d3-72dd-4c48-91a4-93db74b5ccf4", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "dc93ebc6-895b-4c36-afc1-4dec04aa7b27", - "x-ms-routing-request-id": "WESTUS:20230127T103103Z:e3ed39d3-72dd-4c48-91a4-93db74b5ccf4" - }, - "ResponseBody": { - "name": "fac3f732-efe3-42d5-8b21-b9001144d5ea", - "status": "InProgress", - "startTime": "2023-01-27T10:31:03.627Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fac3f732-efe3-42d5-8b21-b9001144d5ea?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c5c35487c88fbac1cebc96f9c03ad9df-8a5ee04fca112189-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "648836cc4c6780d2ad80babfc9209921", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:32:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4234f62a-3c66-470f-89c0-018b4b7035fc", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "0ff3f92f-7ad0-49c9-8a16-c170631c8678", - "x-ms-routing-request-id": "WESTUS:20230127T103204Z:4234f62a-3c66-470f-89c0-018b4b7035fc" - }, - "ResponseBody": { - "name": "fac3f732-efe3-42d5-8b21-b9001144d5ea", - "status": "InProgress", - "startTime": "2023-01-27T10:31:03.627Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fac3f732-efe3-42d5-8b21-b9001144d5ea?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c5c35487c88fbac1cebc96f9c03ad9df-78586bca50b4c740-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "94ad58c04907390832d37c1d467e97d0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:33:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "26b44661-ab21-455e-abd7-e458701e3987", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "d7f3ca97-c8ba-4060-a490-702ea327366d", - "x-ms-routing-request-id": "WESTUS:20230127T103304Z:26b44661-ab21-455e-abd7-e458701e3987" - }, - "ResponseBody": { - "name": "fac3f732-efe3-42d5-8b21-b9001144d5ea", - "status": "InProgress", - "startTime": "2023-01-27T10:31:03.627Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fac3f732-efe3-42d5-8b21-b9001144d5ea?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c5c35487c88fbac1cebc96f9c03ad9df-5bf56f19a3c50c87-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "118d960e410d11934f5c31f9e4ffcbb6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:34:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5168c861-3697-4471-a6c0-4cae926c0f73", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "aa9e8791-89d2-4ce6-b80b-0ee6a52def7f", - "x-ms-routing-request-id": "WESTUS:20230127T103404Z:5168c861-3697-4471-a6c0-4cae926c0f73" - }, - "ResponseBody": { - "name": "fac3f732-efe3-42d5-8b21-b9001144d5ea", - "status": "InProgress", - "startTime": "2023-01-27T10:31:03.627Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fac3f732-efe3-42d5-8b21-b9001144d5ea?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c5c35487c88fbac1cebc96f9c03ad9df-d9994dc3b582c173-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7414a7d88f7a83572e4f3293cfb43a2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:35:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7241ce30-e47f-4e02-98c8-ef625723e91f", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "e346e54b-f30c-4f12-b23a-6e32f8032478", - "x-ms-routing-request-id": "WESTUS:20230127T103505Z:7241ce30-e47f-4e02-98c8-ef625723e91f" - }, - "ResponseBody": { - "name": "fac3f732-efe3-42d5-8b21-b9001144d5ea", - "status": "InProgress", - "startTime": "2023-01-27T10:31:03.627Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fac3f732-efe3-42d5-8b21-b9001144d5ea?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c5c35487c88fbac1cebc96f9c03ad9df-7f76efa228dd2d8d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "33b1eae887937f13c49c44aa170e5433", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:36:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2695661-543e-4150-b025-85bdcd7eacfd", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "e11a1bf7-62c0-4693-8422-7cc6a517ac39", - "x-ms-routing-request-id": "WESTUS:20230127T103605Z:d2695661-543e-4150-b025-85bdcd7eacfd" - }, - "ResponseBody": { - "name": "fac3f732-efe3-42d5-8b21-b9001144d5ea", - "status": "InProgress", - "startTime": "2023-01-27T10:31:03.627Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fac3f732-efe3-42d5-8b21-b9001144d5ea?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c5c35487c88fbac1cebc96f9c03ad9df-69567dda2cb08701-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9f44c50723697f553e0ae3be0f00419a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:37:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "241f9e3a-70a4-4dae-9844-d0defa29a44b", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "b2608fee-39f0-4a33-a041-a8911e22ae9a", - "x-ms-routing-request-id": "WESTUS:20230127T103705Z:241f9e3a-70a4-4dae-9844-d0defa29a44b" - }, - "ResponseBody": { - "name": "fac3f732-efe3-42d5-8b21-b9001144d5ea", - "status": "InProgress", - "startTime": "2023-01-27T10:31:03.627Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fac3f732-efe3-42d5-8b21-b9001144d5ea?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c5c35487c88fbac1cebc96f9c03ad9df-afd8a65abc97d2a5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fa110122984d50239394afdd4aac6b1f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:38:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2c3bf5e-93d5-4b99-b202-0123fc365c74", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "ce946c91-6970-4376-a142-1001b2127a6d", - "x-ms-routing-request-id": "WESTUS:20230127T103806Z:b2c3bf5e-93d5-4b99-b202-0123fc365c74" - }, - "ResponseBody": { - "name": "fac3f732-efe3-42d5-8b21-b9001144d5ea", - "status": "Succeeded", - "startTime": "2023-01-27T10:31:03.627Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg1780/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6883?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c5c35487c88fbac1cebc96f9c03ad9df-37481d3a7abe3fd2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0a8cfefa9a6fc4c59532f489a45570c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1117", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:38:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6302f6df-5bf7-40e4-8605-63d959ca6a00", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "d14f56c7-9369-4804-931c-3cae666e9803", - "x-ms-routing-request-id": "WESTUS:20230127T103806Z:6302f6df-5bf7-40e4-8605-63d959ca6a00" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T10:31:11.3939528Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver6883.postgres.database.azure.com", - "version": "11", - "minorVersion": "17", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "1", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T10:31:11.3939528\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg1780/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6883", - "name": "pgflexserver6883", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg1780/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6883?api-version=2022-12-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-81c53501b2090103eba5d8bbcac3adb0-6cca7c3682d8ab27-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230127.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1688aa5a5afd6fe5a2f40cd473773491", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "version": "12" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/21ea258f-7ce2-4b47-91a2-88c966b8e91a?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "87", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:38:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/21ea258f-7ce2-4b47-91a2-88c966b8e91a?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7f806825-4713-4325-a8ad-71fd51cc2c35", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "f10710b7-c808-48e4-acf8-54bebf3ea869", - "x-ms-routing-request-id": "WESTUS:20230127T103807Z:7f806825-4713-4325-a8ad-71fd51cc2c35" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T10:38:07.05Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/21ea258f-7ce2-4b47-91a2-88c966b8e91a?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-81c53501b2090103eba5d8bbcac3adb0-4d313cefab3bd7f8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a082eb2455249f21181d677b8df0501d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:38:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c6079908-7359-48ba-8009-670012ea0004", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "5df01174-7a98-4233-bf24-ab1b532734cc", - "x-ms-routing-request-id": "WESTUS:20230127T103807Z:c6079908-7359-48ba-8009-670012ea0004" - }, - "ResponseBody": { - "name": "21ea258f-7ce2-4b47-91a2-88c966b8e91a", - "status": "InProgress", - "startTime": "2023-01-27T10:38:07.05Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/21ea258f-7ce2-4b47-91a2-88c966b8e91a?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-81c53501b2090103eba5d8bbcac3adb0-53b56f8e67381b0f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e1eb62fd5f9023507f00dab1f5cacb09", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:39:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6f05b41f-f71e-41a1-86d4-9b4c3754f93f", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "59e27ef1-1a21-4f4a-bcd8-194f7e865fd6", - "x-ms-routing-request-id": "WESTUS:20230127T103907Z:6f05b41f-f71e-41a1-86d4-9b4c3754f93f" - }, - "ResponseBody": { - "name": "21ea258f-7ce2-4b47-91a2-88c966b8e91a", - "status": "InProgress", - "startTime": "2023-01-27T10:38:07.05Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/21ea258f-7ce2-4b47-91a2-88c966b8e91a?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-81c53501b2090103eba5d8bbcac3adb0-beabbb85a01c0dd5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "88b0ce4794f5486da125f756d0aefa4a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:40:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "133bff0d-2847-4eda-9ecd-d42af8d85a66", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "ddc66704-270e-4669-bd0e-4c1940549f41", - "x-ms-routing-request-id": "WESTUS:20230127T104007Z:133bff0d-2847-4eda-9ecd-d42af8d85a66" - }, - "ResponseBody": { - "name": "21ea258f-7ce2-4b47-91a2-88c966b8e91a", - "status": "InProgress", - "startTime": "2023-01-27T10:38:07.05Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/21ea258f-7ce2-4b47-91a2-88c966b8e91a?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-81c53501b2090103eba5d8bbcac3adb0-e39556c170f649e6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "401e47fbcbaec5ad9a5f20247b70a94e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:41:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b804525-e38b-4877-97e7-aa7c24c1a0c8", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "a9e80855-8f64-4bf4-a503-84c411a85d7e", - "x-ms-routing-request-id": "WESTUS:20230127T104108Z:2b804525-e38b-4877-97e7-aa7c24c1a0c8" - }, - "ResponseBody": { - "name": "21ea258f-7ce2-4b47-91a2-88c966b8e91a", - "status": "InProgress", - "startTime": "2023-01-27T10:38:07.05Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/21ea258f-7ce2-4b47-91a2-88c966b8e91a?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-81c53501b2090103eba5d8bbcac3adb0-eb8f2fef7d8ee369-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "bf335e51c8406827f5a23f6b68fa53d0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:42:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ac073089-267c-4b9f-82d5-c8f79402c5b2", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "8109ab8a-a7d9-48d4-8fed-6ae1ee79cb7f", - "x-ms-routing-request-id": "WESTUS:20230127T104208Z:ac073089-267c-4b9f-82d5-c8f79402c5b2" - }, - "ResponseBody": { - "name": "21ea258f-7ce2-4b47-91a2-88c966b8e91a", - "status": "InProgress", - "startTime": "2023-01-27T10:38:07.05Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/21ea258f-7ce2-4b47-91a2-88c966b8e91a?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-81c53501b2090103eba5d8bbcac3adb0-c58bc98ad5e180eb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "adb58f058aac7c5a20ebee957448cd30", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:43:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca82583e-9d6c-49bb-9005-2c59e99944c7", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "731f6e5a-374d-42d3-80c5-7b6e3b91d249", - "x-ms-routing-request-id": "WESTUS:20230127T104309Z:ca82583e-9d6c-49bb-9005-2c59e99944c7" - }, - "ResponseBody": { - "name": "21ea258f-7ce2-4b47-91a2-88c966b8e91a", - "status": "InProgress", - "startTime": "2023-01-27T10:38:07.05Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/21ea258f-7ce2-4b47-91a2-88c966b8e91a?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-81c53501b2090103eba5d8bbcac3adb0-ba6ec1c5fa040b76-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7104a87b3b7b330a20b54a0c8b425c9f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:44:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "afc14c52-73e7-4b48-8b68-806922852941", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "e475384c-1ca9-45b9-8eed-ef04094a6494", - "x-ms-routing-request-id": "WESTUS:20230127T104409Z:afc14c52-73e7-4b48-8b68-806922852941" - }, - "ResponseBody": { - "name": "21ea258f-7ce2-4b47-91a2-88c966b8e91a", - "status": "InProgress", - "startTime": "2023-01-27T10:38:07.05Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/21ea258f-7ce2-4b47-91a2-88c966b8e91a?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-81c53501b2090103eba5d8bbcac3adb0-cbd437f736f8df32-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ec1e500cfbbbc6a203b69e55d992f4ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:45:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f5a89e04-8597-4cc9-b499-32bf5d7f41ec", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "7a5d72aa-23e4-4f3f-8029-1cfe58a258d9", - "x-ms-routing-request-id": "WESTUS:20230127T104509Z:f5a89e04-8597-4cc9-b499-32bf5d7f41ec" - }, - "ResponseBody": { - "name": "21ea258f-7ce2-4b47-91a2-88c966b8e91a", - "status": "InProgress", - "startTime": "2023-01-27T10:38:07.05Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/21ea258f-7ce2-4b47-91a2-88c966b8e91a?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-81c53501b2090103eba5d8bbcac3adb0-1f40d4eff7e87613-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "bfef0fd4e1f5ca5585818df63f4ef1de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:46:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "76847664-3839-4e7b-b745-81e059fd445f", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "c227d220-44a8-4a02-908c-cef9713182b9", - "x-ms-routing-request-id": "WESTUS:20230127T104610Z:76847664-3839-4e7b-b745-81e059fd445f" - }, - "ResponseBody": { - "name": "21ea258f-7ce2-4b47-91a2-88c966b8e91a", - "status": "InProgress", - "startTime": "2023-01-27T10:38:07.05Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/21ea258f-7ce2-4b47-91a2-88c966b8e91a?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-81c53501b2090103eba5d8bbcac3adb0-58b7f8e6cbe56836-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "24884e8ee1298075063e6ec49cb45a8d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:47:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e189eceb-79ab-4d45-b8a9-d1dfd3bad8b9", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "8c4d2243-7cba-43b7-9f33-f2906009f1a5", - "x-ms-routing-request-id": "WESTUS:20230127T104710Z:e189eceb-79ab-4d45-b8a9-d1dfd3bad8b9" - }, - "ResponseBody": { - "name": "21ea258f-7ce2-4b47-91a2-88c966b8e91a", - "status": "InProgress", - "startTime": "2023-01-27T10:38:07.05Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/21ea258f-7ce2-4b47-91a2-88c966b8e91a?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-81c53501b2090103eba5d8bbcac3adb0-682f6aed90d8b32c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7c379dc19d532baafa5466396dab86b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:48:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d969d054-7163-4282-ad1a-7ebc721b0ac3", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "1632bb46-b8ab-48c8-a135-da440a52b342", - "x-ms-routing-request-id": "WESTUS:20230127T104811Z:d969d054-7163-4282-ad1a-7ebc721b0ac3" - }, - "ResponseBody": { - "name": "21ea258f-7ce2-4b47-91a2-88c966b8e91a", - "status": "Succeeded", - "startTime": "2023-01-27T10:38:07.05Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg1780/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6883?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-81c53501b2090103eba5d8bbcac3adb0-f902f204cf8825b6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8ac7c0c5d009f383996fb9b773912dd1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1117", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:48:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "858b04fa-465d-4d68-b0b5-01f6c922965b", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "f8e2fe30-592d-4a34-9539-2f68b5509618", - "x-ms-routing-request-id": "WESTUS:20230127T104811Z:858b04fa-465d-4d68-b0b5-01f6c922965b" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T10:31:11.3939528Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver6883.postgres.database.azure.com", - "version": "12", - "minorVersion": "12", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "1", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T10:38:48.4012454\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg1780/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6883", - "name": "pgflexserver6883", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "367930469", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%11%,%13%).json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%11%,%13%).json deleted file mode 100644 index 20e72cf91d1e7..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%11%,%13%).json +++ /dev/null @@ -1,967 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-95798e74cd80be3cf769f6b50867395f-8bcc40ed03eb0e22-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5112dcb59baf1c5600a3132130f81fff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:52:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ba8253bb-4efb-4fe2-957f-9e8b2a1b8482", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "ba8253bb-4efb-4fe2-957f-9e8b2a1b8482", - "x-ms-routing-request-id": "WESTUS:20230127T085237Z:ba8253bb-4efb-4fe2-957f-9e8b2a1b8482" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg8814?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-df86e8171dcb357b29a8af50369e1a11-41e69a3700b6fdaa-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5baf776e8d8bb7e96160d1f77e082c4e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:52:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85c40f73-2270-4cb2-874d-24ee37caddf5", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "85c40f73-2270-4cb2-874d-24ee37caddf5", - "x-ms-routing-request-id": "WESTUS:20230127T085239Z:85c40f73-2270-4cb2-874d-24ee37caddf5" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8814", - "name": "pgflexrg8814", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8814/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6042?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "250", - "Content-Type": "application/json", - "traceparent": "00-e84d500060833fe0b36ca75987ba8b9d-e25790eae601343b-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230127.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "436fc7e2acfdc38640c8d31159382773", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "11", - "storage": { - "storageSizeGB": 128 - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/62b2973c-675e-4bb6-b81a-5d1205d83994?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:52:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/62b2973c-675e-4bb6-b81a-5d1205d83994?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d11739d1-40a5-473c-9168-6f866f4dd1c1", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "b1d2bcbb-9267-4c7c-82e7-a2458c3a3bca", - "x-ms-routing-request-id": "WESTUS:20230127T085241Z:d11739d1-40a5-473c-9168-6f866f4dd1c1" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T08:52:41.017Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/62b2973c-675e-4bb6-b81a-5d1205d83994?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e84d500060833fe0b36ca75987ba8b9d-0af583c9e8da4992-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5815e1f52590c2a7f0ec1bc3bad75e29", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:52:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f53b3380-a165-45eb-9561-538fac243932", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "7d8e2ae4-fa58-4c98-8ca7-250a209e01ea", - "x-ms-routing-request-id": "WESTUS:20230127T085241Z:f53b3380-a165-45eb-9561-538fac243932" - }, - "ResponseBody": { - "name": "62b2973c-675e-4bb6-b81a-5d1205d83994", - "status": "InProgress", - "startTime": "2023-01-27T08:52:41.017Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/62b2973c-675e-4bb6-b81a-5d1205d83994?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e84d500060833fe0b36ca75987ba8b9d-bf2d68d3eda013c8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1f825d38d7d9880875eadb0573917837", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:53:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78107a00-0d64-4937-828a-612d066fa5c2", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "3badf976-d41b-4145-b033-f3d74108402e", - "x-ms-routing-request-id": "WESTUS:20230127T085341Z:78107a00-0d64-4937-828a-612d066fa5c2" - }, - "ResponseBody": { - "name": "62b2973c-675e-4bb6-b81a-5d1205d83994", - "status": "InProgress", - "startTime": "2023-01-27T08:52:41.017Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/62b2973c-675e-4bb6-b81a-5d1205d83994?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e84d500060833fe0b36ca75987ba8b9d-00ef58fdf2a2ec2b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "781cc9a4ce234fe3b86d63593e8eca90", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:54:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d96aeda-9697-47d8-866e-ec50e5af91fe", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "06f21ce3-822e-4402-ad4b-6ba5837cc938", - "x-ms-routing-request-id": "WESTUS:20230127T085442Z:7d96aeda-9697-47d8-866e-ec50e5af91fe" - }, - "ResponseBody": { - "name": "62b2973c-675e-4bb6-b81a-5d1205d83994", - "status": "InProgress", - "startTime": "2023-01-27T08:52:41.017Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/62b2973c-675e-4bb6-b81a-5d1205d83994?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e84d500060833fe0b36ca75987ba8b9d-2d71d78754552003-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "edbc0f9904861d31d98ce2a54aa14f5f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:55:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03a53faf-e88b-4e30-b393-e6d91fee569b", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "a8bd9a95-d893-41f4-ad6a-5f5bd65d724f", - "x-ms-routing-request-id": "WESTUS:20230127T085542Z:03a53faf-e88b-4e30-b393-e6d91fee569b" - }, - "ResponseBody": { - "name": "62b2973c-675e-4bb6-b81a-5d1205d83994", - "status": "InProgress", - "startTime": "2023-01-27T08:52:41.017Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/62b2973c-675e-4bb6-b81a-5d1205d83994?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e84d500060833fe0b36ca75987ba8b9d-44dd3dd277a99761-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f01ee374e6bb69067932676b74ae49e7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:56:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d27c05bc-5cab-4651-b100-8a7d32cf8b33", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "1f693fc1-ca58-49d2-a5be-45228e572788", - "x-ms-routing-request-id": "WESTUS:20230127T085642Z:d27c05bc-5cab-4651-b100-8a7d32cf8b33" - }, - "ResponseBody": { - "name": "62b2973c-675e-4bb6-b81a-5d1205d83994", - "status": "InProgress", - "startTime": "2023-01-27T08:52:41.017Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/62b2973c-675e-4bb6-b81a-5d1205d83994?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e84d500060833fe0b36ca75987ba8b9d-5734215fc76d157b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "636b4a208ad49fb098fe9e96ec3e0516", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:57:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a0faa685-1054-4df2-ae17-8a0db4f70000", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "09d0c9c5-3049-4fc0-8ddb-6dd087fa8465", - "x-ms-routing-request-id": "WESTUS:20230127T085743Z:a0faa685-1054-4df2-ae17-8a0db4f70000" - }, - "ResponseBody": { - "name": "62b2973c-675e-4bb6-b81a-5d1205d83994", - "status": "InProgress", - "startTime": "2023-01-27T08:52:41.017Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/62b2973c-675e-4bb6-b81a-5d1205d83994?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e84d500060833fe0b36ca75987ba8b9d-2eb9ae734e679876-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5ae5031ed96fb3d5095273549dc5a92a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:58:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c78d8b94-601a-4743-a601-7deb106fb3b7", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "04f8ed8f-4e5b-4361-96cb-51ec51974dc0", - "x-ms-routing-request-id": "WESTUS:20230127T085843Z:c78d8b94-601a-4743-a601-7deb106fb3b7" - }, - "ResponseBody": { - "name": "62b2973c-675e-4bb6-b81a-5d1205d83994", - "status": "Succeeded", - "startTime": "2023-01-27T08:52:41.017Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8814/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6042?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e84d500060833fe0b36ca75987ba8b9d-7626483034ea50cf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ff84fa42eb35e98a337f57bc47707d3a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1117", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:58:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "873eacfe-6ef2-4f8b-97bf-f8bcf67c0d5a", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "80a60faf-43be-423a-95fe-6e91ac37de5f", - "x-ms-routing-request-id": "WESTUS:20230127T085844Z:873eacfe-6ef2-4f8b-97bf-f8bcf67c0d5a" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T08:52:46.5638157Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver6042.postgres.database.azure.com", - "version": "11", - "minorVersion": "17", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "1", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T08:52:46.5638157\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8814/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6042", - "name": "pgflexserver6042", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8814/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6042?api-version=2022-12-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-b9fef1f5337656d5ae06a85e285cbb35-be09dc60c6966448-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230127.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "704d502cefc9477875b85a82175c01d2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "version": "13" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/0a64f8f6-7956-4dc9-925b-8db3265ee028?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "87", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:58:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/0a64f8f6-7956-4dc9-925b-8db3265ee028?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8b39c19d-72c8-4dbc-ac7d-a0f15b8dcba6", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "499e4956-db77-49ea-84c6-cae297c89557", - "x-ms-routing-request-id": "WESTUS:20230127T085844Z:8b39c19d-72c8-4dbc-ac7d-a0f15b8dcba6" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T08:58:44.51Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/0a64f8f6-7956-4dc9-925b-8db3265ee028?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b9fef1f5337656d5ae06a85e285cbb35-f4449ca218d37776-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4c2738d438785360823c8a7d9108d1d7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:58:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0effed1b-ba37-4686-9a39-fc6885ca7527", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "43aee37d-9604-4808-bbf9-8c4d4d4adf99", - "x-ms-routing-request-id": "WESTUS:20230127T085844Z:0effed1b-ba37-4686-9a39-fc6885ca7527" - }, - "ResponseBody": { - "name": "0a64f8f6-7956-4dc9-925b-8db3265ee028", - "status": "InProgress", - "startTime": "2023-01-27T08:58:44.51Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/0a64f8f6-7956-4dc9-925b-8db3265ee028?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b9fef1f5337656d5ae06a85e285cbb35-314f53d0be56f975-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d266857d8c1c2780701af7ccc788c55c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 08:59:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5eb4b5c9-e1ae-45eb-a793-f98986524d47", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "bb27742b-9685-47bc-9670-ab2ca614e577", - "x-ms-routing-request-id": "WESTUS:20230127T085945Z:5eb4b5c9-e1ae-45eb-a793-f98986524d47" - }, - "ResponseBody": { - "name": "0a64f8f6-7956-4dc9-925b-8db3265ee028", - "status": "InProgress", - "startTime": "2023-01-27T08:58:44.51Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/0a64f8f6-7956-4dc9-925b-8db3265ee028?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b9fef1f5337656d5ae06a85e285cbb35-2e082cd67799b12a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "deadc14bb5341d5a13ff6f7d7b63a170", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:00:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ee6d6f9-8f31-4e23-8c22-e44d7b037c47", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "08fd498e-71b0-4015-ae75-e4acc6b88c22", - "x-ms-routing-request-id": "WESTUS:20230127T090045Z:0ee6d6f9-8f31-4e23-8c22-e44d7b037c47" - }, - "ResponseBody": { - "name": "0a64f8f6-7956-4dc9-925b-8db3265ee028", - "status": "InProgress", - "startTime": "2023-01-27T08:58:44.51Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/0a64f8f6-7956-4dc9-925b-8db3265ee028?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b9fef1f5337656d5ae06a85e285cbb35-8a35573bfb857062-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fc72502a99b1487cb800dc5e40948cf9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:01:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0b360980-5805-4a1c-b033-8071acaa8f41", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "1bef22bf-54e8-450e-9946-54f627b07435", - "x-ms-routing-request-id": "WESTUS:20230127T090145Z:0b360980-5805-4a1c-b033-8071acaa8f41" - }, - "ResponseBody": { - "name": "0a64f8f6-7956-4dc9-925b-8db3265ee028", - "status": "InProgress", - "startTime": "2023-01-27T08:58:44.51Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/0a64f8f6-7956-4dc9-925b-8db3265ee028?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b9fef1f5337656d5ae06a85e285cbb35-b2d2286b0b311f8e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "cf322d77f35bc8a22a49bf1c1d03ac0d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:02:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4147e3c9-b34d-4e8f-8611-1e38677d0fea", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "c68b833c-0ae1-4a89-8616-afa0084597fd", - "x-ms-routing-request-id": "WESTUS:20230127T090246Z:4147e3c9-b34d-4e8f-8611-1e38677d0fea" - }, - "ResponseBody": { - "name": "0a64f8f6-7956-4dc9-925b-8db3265ee028", - "status": "InProgress", - "startTime": "2023-01-27T08:58:44.51Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/0a64f8f6-7956-4dc9-925b-8db3265ee028?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b9fef1f5337656d5ae06a85e285cbb35-cf494e9bb99b1e6f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "77a28778c916b1ab44642634d8fbdc7f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:03:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2af704a-b0eb-4bae-9488-4c9b8e6a7ad7", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "465ecd48-56ea-4f7f-b565-537995ad7ede", - "x-ms-routing-request-id": "WESTUS:20230127T090346Z:b2af704a-b0eb-4bae-9488-4c9b8e6a7ad7" - }, - "ResponseBody": { - "name": "0a64f8f6-7956-4dc9-925b-8db3265ee028", - "status": "InProgress", - "startTime": "2023-01-27T08:58:44.51Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/0a64f8f6-7956-4dc9-925b-8db3265ee028?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b9fef1f5337656d5ae06a85e285cbb35-cb2a34705ff542fa-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4d067573d2303714adaad167da602bb4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:04:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27b57972-3231-46f7-a923-ae076e60a480", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "ae297086-789e-403f-b920-4ecc1eacf19b", - "x-ms-routing-request-id": "WESTUS:20230127T090447Z:27b57972-3231-46f7-a923-ae076e60a480" - }, - "ResponseBody": { - "name": "0a64f8f6-7956-4dc9-925b-8db3265ee028", - "status": "InProgress", - "startTime": "2023-01-27T08:58:44.51Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/0a64f8f6-7956-4dc9-925b-8db3265ee028?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b9fef1f5337656d5ae06a85e285cbb35-c15e10bb0d4bca3c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b9e5cf5415f1ade382808af6cc6df02e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:05:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7189dd62-74b8-49f1-8912-5ac8741507e7", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "559bf625-4b8e-4865-be2a-b19b61eda14d", - "x-ms-routing-request-id": "WESTUS:20230127T090547Z:7189dd62-74b8-49f1-8912-5ac8741507e7" - }, - "ResponseBody": { - "name": "0a64f8f6-7956-4dc9-925b-8db3265ee028", - "status": "InProgress", - "startTime": "2023-01-27T08:58:44.51Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/0a64f8f6-7956-4dc9-925b-8db3265ee028?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b9fef1f5337656d5ae06a85e285cbb35-5b5ca8eb4d792e5a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a8a83f6d5efca6dc726bc96cf743d7e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:06:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6938eed4-c079-413f-b89c-16985a787b2d", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "2ce0aa10-b98e-4a46-985d-af7008e69c05", - "x-ms-routing-request-id": "WESTUS:20230127T090647Z:6938eed4-c079-413f-b89c-16985a787b2d" - }, - "ResponseBody": { - "name": "0a64f8f6-7956-4dc9-925b-8db3265ee028", - "status": "InProgress", - "startTime": "2023-01-27T08:58:44.51Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/0a64f8f6-7956-4dc9-925b-8db3265ee028?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b9fef1f5337656d5ae06a85e285cbb35-7e4c809331a5142c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "08e0713923155e8d9158cab0471e6a40", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:07:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "63678088-6cb3-4168-8010-29ce56dc6ceb", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "071cd677-5db4-435c-b5c8-df1770bb8c70", - "x-ms-routing-request-id": "WESTUS:20230127T090748Z:63678088-6cb3-4168-8010-29ce56dc6ceb" - }, - "ResponseBody": { - "name": "0a64f8f6-7956-4dc9-925b-8db3265ee028", - "status": "InProgress", - "startTime": "2023-01-27T08:58:44.51Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/0a64f8f6-7956-4dc9-925b-8db3265ee028?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b9fef1f5337656d5ae06a85e285cbb35-4ff6a8495bf29912-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9afaa2ba82b7f5b8f33f46864b77b63f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:08:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "392a546a-8ed4-4723-b47b-68377fbb44a0", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "6bb5a546-dae0-42db-8727-92a1c2a1c622", - "x-ms-routing-request-id": "WESTUS:20230127T090848Z:392a546a-8ed4-4723-b47b-68377fbb44a0" - }, - "ResponseBody": { - "name": "0a64f8f6-7956-4dc9-925b-8db3265ee028", - "status": "Succeeded", - "startTime": "2023-01-27T08:58:44.51Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8814/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6042?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b9fef1f5337656d5ae06a85e285cbb35-532e5ee02047c7ef-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5bbca6a9e78d4a19b24916a4942b5e54", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1116", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:08:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2e5734e-5e8f-4f68-8968-6eb2360ceb73", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "9a03dba5-4313-4602-b380-09048493a561", - "x-ms-routing-request-id": "WESTUS:20230127T090848Z:d2e5734e-5e8f-4f68-8968-6eb2360ceb73" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T08:52:46.5638157Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver6042.postgres.database.azure.com", - "version": "13", - "minorVersion": "8", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "1", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T08:59:21.6905713\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8814/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6042", - "name": "pgflexserver6042", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "825584883", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%11%,%13%)Async.json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%11%,%13%)Async.json deleted file mode 100644 index 76e9ebfe3655e..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%11%,%13%)Async.json +++ /dev/null @@ -1,933 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-2666144e96ae74e4a6c3c4f78853dcf9-9029f7351c9c747d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "6b58c9a19b2a6f7ba5c3ecbeab815a09", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:48:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c6f7426-d3d7-433e-bfb3-ea75b762c66a", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "4c6f7426-d3d7-433e-bfb3-ea75b762c66a", - "x-ms-routing-request-id": "WESTUS:20230127T104817Z:4c6f7426-d3d7-433e-bfb3-ea75b762c66a" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg1092?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-d9fa16b4526a39491230c5c0c308db11-8e0ad00cc5e2abae-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e41431ec9708b6591962eeb8ba0a8d61", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:48:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec9e2bd4-01bf-49cb-8cab-b375bc64f07d", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "ec9e2bd4-01bf-49cb-8cab-b375bc64f07d", - "x-ms-routing-request-id": "WESTUS:20230127T104818Z:ec9e2bd4-01bf-49cb-8cab-b375bc64f07d" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg1092", - "name": "pgflexrg1092", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg1092/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6100?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "250", - "Content-Type": "application/json", - "traceparent": "00-95a4f08da7698d872713ae00bb4a7467-bde5ddacc547a81b-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230127.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "960ccd75fa1251569fe33e81256bf1f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "11", - "storage": { - "storageSizeGB": 128 - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3b8c5c45-d325-4c92-9e4d-d60ab354fcc2?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:48:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/3b8c5c45-d325-4c92-9e4d-d60ab354fcc2?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f00fe151-54d5-4790-8ad6-280cfcf33088", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "5d033a17-a618-4340-bbd7-7bd18c49aae2", - "x-ms-routing-request-id": "WESTUS:20230127T104819Z:f00fe151-54d5-4790-8ad6-280cfcf33088" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T10:48:19.687Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3b8c5c45-d325-4c92-9e4d-d60ab354fcc2?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-95a4f08da7698d872713ae00bb4a7467-4b2d9c50b4ae4e65-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8d0b493168fcf15ddac3452459d891ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:48:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7dacb695-71cd-4c8c-87cd-d11ecca7d169", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "1b674e3a-220c-48be-81ba-f15b94796192", - "x-ms-routing-request-id": "WESTUS:20230127T104820Z:7dacb695-71cd-4c8c-87cd-d11ecca7d169" - }, - "ResponseBody": { - "name": "3b8c5c45-d325-4c92-9e4d-d60ab354fcc2", - "status": "InProgress", - "startTime": "2023-01-27T10:48:19.687Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3b8c5c45-d325-4c92-9e4d-d60ab354fcc2?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-95a4f08da7698d872713ae00bb4a7467-e239f70f14977c85-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ea2dfd71cab7b8830b4c849e773ecfb1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:49:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d68d3b75-f0ad-4bc0-8968-1e3ee4e47ee6", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "d667e282-7b3d-4d64-9e51-a5c22a764424", - "x-ms-routing-request-id": "WESTUS:20230127T104920Z:d68d3b75-f0ad-4bc0-8968-1e3ee4e47ee6" - }, - "ResponseBody": { - "name": "3b8c5c45-d325-4c92-9e4d-d60ab354fcc2", - "status": "InProgress", - "startTime": "2023-01-27T10:48:19.687Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3b8c5c45-d325-4c92-9e4d-d60ab354fcc2?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-95a4f08da7698d872713ae00bb4a7467-d1c2e29bb7f5798a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "db4f5bda635f22f47160e81a779d6739", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:50:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ccbe32d-ba6d-4077-88fd-80d931a84d29", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "12109532-cbed-41d5-80f3-07960ee434e6", - "x-ms-routing-request-id": "WESTUS:20230127T105020Z:8ccbe32d-ba6d-4077-88fd-80d931a84d29" - }, - "ResponseBody": { - "name": "3b8c5c45-d325-4c92-9e4d-d60ab354fcc2", - "status": "InProgress", - "startTime": "2023-01-27T10:48:19.687Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3b8c5c45-d325-4c92-9e4d-d60ab354fcc2?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-95a4f08da7698d872713ae00bb4a7467-2a95ea3cdcdd0cbb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "83a7d4e21ebf662ac65381afe4bf7a9c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:51:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "30e14666-3eb5-42b2-9a8d-fd3e8d76e0da", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "8dfdde28-de63-467e-b6b5-2c37f8ec9a51", - "x-ms-routing-request-id": "WESTUS:20230127T105121Z:30e14666-3eb5-42b2-9a8d-fd3e8d76e0da" - }, - "ResponseBody": { - "name": "3b8c5c45-d325-4c92-9e4d-d60ab354fcc2", - "status": "InProgress", - "startTime": "2023-01-27T10:48:19.687Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3b8c5c45-d325-4c92-9e4d-d60ab354fcc2?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-95a4f08da7698d872713ae00bb4a7467-535505aafa247c36-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fd4993f3b6880d4f080b7957e268406e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:52:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3443942-42cd-4a6a-9bdd-a55bf2ec9152", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "2a0eb9e6-c2b6-4c1e-85b6-34371a075f48", - "x-ms-routing-request-id": "WESTUS:20230127T105221Z:d3443942-42cd-4a6a-9bdd-a55bf2ec9152" - }, - "ResponseBody": { - "name": "3b8c5c45-d325-4c92-9e4d-d60ab354fcc2", - "status": "InProgress", - "startTime": "2023-01-27T10:48:19.687Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3b8c5c45-d325-4c92-9e4d-d60ab354fcc2?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-95a4f08da7698d872713ae00bb4a7467-59ad8cec305533d9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a2bc4ae44b96bcf231e8140be2443eb1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:53:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69d6000f-543a-423d-8275-9fcbaacfea9b", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "1911634c-0b23-40d6-8676-ffb49ec1f51b", - "x-ms-routing-request-id": "WESTUS:20230127T105322Z:69d6000f-543a-423d-8275-9fcbaacfea9b" - }, - "ResponseBody": { - "name": "3b8c5c45-d325-4c92-9e4d-d60ab354fcc2", - "status": "InProgress", - "startTime": "2023-01-27T10:48:19.687Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3b8c5c45-d325-4c92-9e4d-d60ab354fcc2?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-95a4f08da7698d872713ae00bb4a7467-6c380635170f1a96-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e4274be669532bb185997bb4a4d3845e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:54:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "047d1639-c0ad-40ed-af07-5032593e3bd9", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "e47447f8-eb9e-4204-b422-7fe38aa70524", - "x-ms-routing-request-id": "WESTUS:20230127T105422Z:047d1639-c0ad-40ed-af07-5032593e3bd9" - }, - "ResponseBody": { - "name": "3b8c5c45-d325-4c92-9e4d-d60ab354fcc2", - "status": "Succeeded", - "startTime": "2023-01-27T10:48:19.687Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg1092/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6100?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-95a4f08da7698d872713ae00bb4a7467-8e4595c665fcbec5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "99cb1312d703a806a08ccc9fa2432bc4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1117", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:54:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb82129c-83d5-4f73-acb3-324aa02bf416", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "cc87ec64-9e0e-4489-87bc-b6d134dd5ab6", - "x-ms-routing-request-id": "WESTUS:20230127T105422Z:eb82129c-83d5-4f73-acb3-324aa02bf416" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T10:48:26.7969455Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver6100.postgres.database.azure.com", - "version": "11", - "minorVersion": "17", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "2", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T10:48:26.7969455\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg1092/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6100", - "name": "pgflexserver6100", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg1092/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6100?api-version=2022-12-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-6917a44df1fa45b5b96c6c3edb45b84c-9e399e44c86b7e75-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230127.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9771c8cc5c417a1b99901dfdd03d185d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "version": "13" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8f32de8a-e892-4d5f-9db6-a14953aac977?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:54:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/8f32de8a-e892-4d5f-9db6-a14953aac977?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb543e66-7f52-4697-85b2-2ec4e9471433", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "885024c3-3e1d-4316-bf65-b1e525764ca4", - "x-ms-routing-request-id": "WESTUS:20230127T105423Z:fb543e66-7f52-4697-85b2-2ec4e9471433" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T10:54:23.213Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8f32de8a-e892-4d5f-9db6-a14953aac977?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6917a44df1fa45b5b96c6c3edb45b84c-9db9b055b6c28a16-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "dce7b76eed61b61df7500072ba09d762", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:54:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8e9ad283-dd13-4ef2-ba7b-c1085ccbf01c", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "1ac06377-57b4-4a02-ab27-61ab02364f76", - "x-ms-routing-request-id": "WESTUS:20230127T105423Z:8e9ad283-dd13-4ef2-ba7b-c1085ccbf01c" - }, - "ResponseBody": { - "name": "8f32de8a-e892-4d5f-9db6-a14953aac977", - "status": "InProgress", - "startTime": "2023-01-27T10:54:23.213Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8f32de8a-e892-4d5f-9db6-a14953aac977?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6917a44df1fa45b5b96c6c3edb45b84c-d042a23d6acf89db-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ec3b6e745c4a284a196251c21854dd87", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:55:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1e67875c-6235-44bd-8e37-b58161c0f093", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "4f3a27e5-4b16-41ff-9b7a-014f18795488", - "x-ms-routing-request-id": "WESTUS:20230127T105523Z:1e67875c-6235-44bd-8e37-b58161c0f093" - }, - "ResponseBody": { - "name": "8f32de8a-e892-4d5f-9db6-a14953aac977", - "status": "InProgress", - "startTime": "2023-01-27T10:54:23.213Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8f32de8a-e892-4d5f-9db6-a14953aac977?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6917a44df1fa45b5b96c6c3edb45b84c-463d8c2b0b9969e8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "198edb073b5677fc9741d728a33c543c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:56:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f829001b-0553-41b2-9837-144f9ccecbf6", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "0aae646e-2d6b-4e58-b07d-f0f5cd1eb3bb", - "x-ms-routing-request-id": "WESTUS:20230127T105623Z:f829001b-0553-41b2-9837-144f9ccecbf6" - }, - "ResponseBody": { - "name": "8f32de8a-e892-4d5f-9db6-a14953aac977", - "status": "InProgress", - "startTime": "2023-01-27T10:54:23.213Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8f32de8a-e892-4d5f-9db6-a14953aac977?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6917a44df1fa45b5b96c6c3edb45b84c-f4c780697e503e4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2e51e0a79cd612f76cbec3ff9b5b9ea3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:57:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a26e251-2cdd-42fc-833a-ba490bbd3752", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "89c2a0cd-2537-4d48-9aff-c56d7aca9003", - "x-ms-routing-request-id": "WESTUS:20230127T105724Z:3a26e251-2cdd-42fc-833a-ba490bbd3752" - }, - "ResponseBody": { - "name": "8f32de8a-e892-4d5f-9db6-a14953aac977", - "status": "InProgress", - "startTime": "2023-01-27T10:54:23.213Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8f32de8a-e892-4d5f-9db6-a14953aac977?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6917a44df1fa45b5b96c6c3edb45b84c-a165901f745b589f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "de6a7973bd7a390c72c45408842284dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:58:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8387ac0e-14bf-4d5d-afdc-2f340d186b36", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "76638ead-85b9-43f4-a22d-f0972d8a63cb", - "x-ms-routing-request-id": "WESTUS:20230127T105824Z:8387ac0e-14bf-4d5d-afdc-2f340d186b36" - }, - "ResponseBody": { - "name": "8f32de8a-e892-4d5f-9db6-a14953aac977", - "status": "InProgress", - "startTime": "2023-01-27T10:54:23.213Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8f32de8a-e892-4d5f-9db6-a14953aac977?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6917a44df1fa45b5b96c6c3edb45b84c-dd9609444643e522-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "371a150eae026ab0e37bad9778fcdb3c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:59:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2bcf58c8-0d56-4f6d-9a70-729862e0cafc", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "e510eae3-5d08-4351-b60a-6dcc5f62fcc3", - "x-ms-routing-request-id": "WESTUS:20230127T105925Z:2bcf58c8-0d56-4f6d-9a70-729862e0cafc" - }, - "ResponseBody": { - "name": "8f32de8a-e892-4d5f-9db6-a14953aac977", - "status": "InProgress", - "startTime": "2023-01-27T10:54:23.213Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8f32de8a-e892-4d5f-9db6-a14953aac977?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6917a44df1fa45b5b96c6c3edb45b84c-1fe2624a108f3cc4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2ab533a375d1e9c1d418bc1248ee8d4a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:00:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7b0de240-0f56-4d5e-a4d3-35b2caa378cc", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "c42a4a90-d638-4886-b97d-500728b16f47", - "x-ms-routing-request-id": "WESTUS:20230127T110025Z:7b0de240-0f56-4d5e-a4d3-35b2caa378cc" - }, - "ResponseBody": { - "name": "8f32de8a-e892-4d5f-9db6-a14953aac977", - "status": "InProgress", - "startTime": "2023-01-27T10:54:23.213Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8f32de8a-e892-4d5f-9db6-a14953aac977?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6917a44df1fa45b5b96c6c3edb45b84c-d26851a390e2d8a8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "85f1e53a6641c4a0c800faff1074c075", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:01:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "064f720d-55af-41ba-94de-1b71fabc9dde", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "bc64cd54-3a57-4dd1-85b1-e9fd7729b110", - "x-ms-routing-request-id": "WESTUS:20230127T110125Z:064f720d-55af-41ba-94de-1b71fabc9dde" - }, - "ResponseBody": { - "name": "8f32de8a-e892-4d5f-9db6-a14953aac977", - "status": "InProgress", - "startTime": "2023-01-27T10:54:23.213Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8f32de8a-e892-4d5f-9db6-a14953aac977?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6917a44df1fa45b5b96c6c3edb45b84c-43909cdfb936dc1a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "516518e85a6d980b543063eaf29e22f5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:02:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "36ac1d8d-cae2-4edf-8914-094e5d602248", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "3d162323-6e4b-4523-9b45-c2ff537e2cc6", - "x-ms-routing-request-id": "WESTUS:20230127T110226Z:36ac1d8d-cae2-4edf-8914-094e5d602248" - }, - "ResponseBody": { - "name": "8f32de8a-e892-4d5f-9db6-a14953aac977", - "status": "InProgress", - "startTime": "2023-01-27T10:54:23.213Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8f32de8a-e892-4d5f-9db6-a14953aac977?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6917a44df1fa45b5b96c6c3edb45b84c-415726bb4124e46a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "925d63ee560b3cfb93f062d07ac2d95f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:03:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b221df04-228d-4ac5-abe1-09881419a673", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "91c27d14-7191-45d2-8138-eb9520efa8e2", - "x-ms-routing-request-id": "WESTUS:20230127T110326Z:b221df04-228d-4ac5-abe1-09881419a673" - }, - "ResponseBody": { - "name": "8f32de8a-e892-4d5f-9db6-a14953aac977", - "status": "Succeeded", - "startTime": "2023-01-27T10:54:23.213Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg1092/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6100?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6917a44df1fa45b5b96c6c3edb45b84c-4a7fcd8c47ddf3e0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2f2a46573c88dfdcda58311003b6d229", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1116", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:03:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4836a40b-2ea0-43d2-9de4-36d670994075", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "e0b4b338-fe1a-4020-8ad1-a0ec8a275aaf", - "x-ms-routing-request-id": "WESTUS:20230127T110326Z:4836a40b-2ea0-43d2-9de4-36d670994075" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T10:48:26.7969455Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver6100.postgres.database.azure.com", - "version": "13", - "minorVersion": "8", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "2", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T10:54:45.5404115\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg1092/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver6100", - "name": "pgflexserver6100", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1986409903", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%11%,%14%).json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%11%,%14%).json deleted file mode 100644 index 3a179224ac6c7..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%11%,%14%).json +++ /dev/null @@ -1,967 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-b579adfde66f25626b40f1b6c2670683-49615037a51cd660-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7bfb1cc4fd589087243f36907b3b4845", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:08:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "604aa80f-0837-45f2-99cd-ce059abc44ea", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "604aa80f-0837-45f2-99cd-ce059abc44ea", - "x-ms-routing-request-id": "WESTUS:20230127T090851Z:604aa80f-0837-45f2-99cd-ce059abc44ea" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg7447?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-a76946578dab010b3e2fcf09bc5a7eb9-656233b755637f16-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "6744df95736afd3f3f9c632557ce8831", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:08:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d7752f76-41f2-4fee-b397-1b4c4d3e5d99", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "d7752f76-41f2-4fee-b397-1b4c4d3e5d99", - "x-ms-routing-request-id": "WESTUS:20230127T090852Z:d7752f76-41f2-4fee-b397-1b4c4d3e5d99" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7447", - "name": "pgflexrg7447", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7447/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2421?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "250", - "Content-Type": "application/json", - "traceparent": "00-932070f478cc49929f445f4fa1c9ef36-96ddf7a42f9e47c3-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230127.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4d5061201252c8289b132a0371807cc1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "11", - "storage": { - "storageSizeGB": 128 - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5976db54-50a9-421a-bdd8-4676a6b27f15?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "87", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:08:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/5976db54-50a9-421a-bdd8-4676a6b27f15?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a063fc63-9656-4e6a-8541-c40d1b5499d8", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "008a54c7-c0df-422c-8cb1-71773e8558d7", - "x-ms-routing-request-id": "WESTUS:20230127T090853Z:a063fc63-9656-4e6a-8541-c40d1b5499d8" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T09:08:53.48Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5976db54-50a9-421a-bdd8-4676a6b27f15?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-932070f478cc49929f445f4fa1c9ef36-97ee1edf9bb0b108-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e61b4a0767f482a7b77ccb56483c8bbf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:08:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "07ddc996-a534-4ca5-a957-28718f678e09", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "e15210f5-acc0-4325-ba39-83f51d3e0227", - "x-ms-routing-request-id": "WESTUS:20230127T090853Z:07ddc996-a534-4ca5-a957-28718f678e09" - }, - "ResponseBody": { - "name": "5976db54-50a9-421a-bdd8-4676a6b27f15", - "status": "InProgress", - "startTime": "2023-01-27T09:08:53.48Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5976db54-50a9-421a-bdd8-4676a6b27f15?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-932070f478cc49929f445f4fa1c9ef36-00482510d21db590-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e6dfa21fb083c4a3b0c712f7553d9b9c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:09:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c507f68-3a20-4066-9b91-8ef39f6a869c", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "0d765b2e-bf55-4126-a624-34d6066b3f51", - "x-ms-routing-request-id": "WESTUS:20230127T090954Z:6c507f68-3a20-4066-9b91-8ef39f6a869c" - }, - "ResponseBody": { - "name": "5976db54-50a9-421a-bdd8-4676a6b27f15", - "status": "InProgress", - "startTime": "2023-01-27T09:08:53.48Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5976db54-50a9-421a-bdd8-4676a6b27f15?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-932070f478cc49929f445f4fa1c9ef36-98fce238239451fb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "26fcc22c9665deccc9c82111905a3fff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:10:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82250a6e-254a-48de-aa75-e7d21186d6e5", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "3687e5f3-456b-4dc0-914c-5601b112d091", - "x-ms-routing-request-id": "WESTUS:20230127T091054Z:82250a6e-254a-48de-aa75-e7d21186d6e5" - }, - "ResponseBody": { - "name": "5976db54-50a9-421a-bdd8-4676a6b27f15", - "status": "InProgress", - "startTime": "2023-01-27T09:08:53.48Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5976db54-50a9-421a-bdd8-4676a6b27f15?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-932070f478cc49929f445f4fa1c9ef36-4c1fb8e4e70957f8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8acbfdcf012057e4a656362d55b02d79", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:11:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "80c2c628-67e8-4d9c-a66d-fb9a71b324b0", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "6c80e583-b4f2-4254-81ae-ca0ca75cf988", - "x-ms-routing-request-id": "WESTUS:20230127T091154Z:80c2c628-67e8-4d9c-a66d-fb9a71b324b0" - }, - "ResponseBody": { - "name": "5976db54-50a9-421a-bdd8-4676a6b27f15", - "status": "InProgress", - "startTime": "2023-01-27T09:08:53.48Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5976db54-50a9-421a-bdd8-4676a6b27f15?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-932070f478cc49929f445f4fa1c9ef36-f9bb992c1cad05fd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "862a2fe06440895ad5011cbb8e923355", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:12:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89ee7614-4e59-4043-bad8-64f84ac8d0e7", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "6836aefa-0bfd-4610-84c1-c2f0baba6942", - "x-ms-routing-request-id": "WESTUS:20230127T091255Z:89ee7614-4e59-4043-bad8-64f84ac8d0e7" - }, - "ResponseBody": { - "name": "5976db54-50a9-421a-bdd8-4676a6b27f15", - "status": "InProgress", - "startTime": "2023-01-27T09:08:53.48Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5976db54-50a9-421a-bdd8-4676a6b27f15?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-932070f478cc49929f445f4fa1c9ef36-21ccb633d40d8bda-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5727128710722a7bdda4800e5f9f8819", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:13:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e1c2647a-df14-48a8-b662-f645e4ea4b8f", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "31ab9565-9d79-40c9-ba04-d9771e0f38ee", - "x-ms-routing-request-id": "WESTUS:20230127T091355Z:e1c2647a-df14-48a8-b662-f645e4ea4b8f" - }, - "ResponseBody": { - "name": "5976db54-50a9-421a-bdd8-4676a6b27f15", - "status": "InProgress", - "startTime": "2023-01-27T09:08:53.48Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5976db54-50a9-421a-bdd8-4676a6b27f15?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-932070f478cc49929f445f4fa1c9ef36-98d6113e9cc504cc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "6030a89bb92f6abfa341b41ee529c814", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:14:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd533836-300e-4513-830d-4e9ee0bb5459", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "e4d89be5-5fff-44ec-bd51-4f7c2b6ddb0c", - "x-ms-routing-request-id": "WESTUS:20230127T091455Z:cd533836-300e-4513-830d-4e9ee0bb5459" - }, - "ResponseBody": { - "name": "5976db54-50a9-421a-bdd8-4676a6b27f15", - "status": "InProgress", - "startTime": "2023-01-27T09:08:53.48Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5976db54-50a9-421a-bdd8-4676a6b27f15?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-932070f478cc49929f445f4fa1c9ef36-fc63b61a35456d3f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "42a5e123d588cf06b400a89be44c2a36", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:15:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "915f07e6-303e-4b1f-a6c1-91b5467c6cc9", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "20a87cc9-2b5a-4820-bb2b-31ab48a0a310", - "x-ms-routing-request-id": "WESTUS:20230127T091556Z:915f07e6-303e-4b1f-a6c1-91b5467c6cc9" - }, - "ResponseBody": { - "name": "5976db54-50a9-421a-bdd8-4676a6b27f15", - "status": "Succeeded", - "startTime": "2023-01-27T09:08:53.48Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7447/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2421?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-932070f478cc49929f445f4fa1c9ef36-7555dfc5723c0d2c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e61f0278d261ce2553bcb3315c5c44b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1117", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:15:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7cafc2d4-6b74-43b6-8f63-253996ddd4c1", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "803fdb38-128d-4706-a345-28f89b300098", - "x-ms-routing-request-id": "WESTUS:20230127T091556Z:7cafc2d4-6b74-43b6-8f63-253996ddd4c1" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T09:08:59.7144482Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver2421.postgres.database.azure.com", - "version": "11", - "minorVersion": "17", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "1", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T09:08:59.7144482\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7447/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2421", - "name": "pgflexserver2421", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7447/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2421?api-version=2022-12-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-a4957b0f82c81e565adedd64802c093d-592bab88dd1312eb-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230127.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7eea6bdc46f9c591a160ac2f10238557", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "version": "14" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/6e4181ad-8530-4fd4-8aa2-4a7a5fc79363?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "87", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:15:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/6e4181ad-8530-4fd4-8aa2-4a7a5fc79363?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6d53802-d435-4d6e-8802-d8f7a733c9f6", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "48abbb3f-ef77-4080-9543-45b8718f029e", - "x-ms-routing-request-id": "WESTUS:20230127T091556Z:e6d53802-d435-4d6e-8802-d8f7a733c9f6" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T09:15:56.81Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/6e4181ad-8530-4fd4-8aa2-4a7a5fc79363?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a4957b0f82c81e565adedd64802c093d-3d443fcce56d69b2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "79bff4bbac61313c715a450025f6bd30", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:15:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "24d1cc13-943d-40d9-affb-8c126cbff792", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "7852574f-95c3-4058-a27e-0d001a3c4804", - "x-ms-routing-request-id": "WESTUS:20230127T091556Z:24d1cc13-943d-40d9-affb-8c126cbff792" - }, - "ResponseBody": { - "name": "6e4181ad-8530-4fd4-8aa2-4a7a5fc79363", - "status": "InProgress", - "startTime": "2023-01-27T09:15:56.81Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/6e4181ad-8530-4fd4-8aa2-4a7a5fc79363?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a4957b0f82c81e565adedd64802c093d-6dd067ae5bed3111-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "de1a5c3661b6faaab799c22358c5a3cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:16:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d32be3b-b65c-45ea-b03a-87e8fb514d11", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "665a381a-5e66-4d24-9045-63f995430478", - "x-ms-routing-request-id": "WESTUS:20230127T091657Z:7d32be3b-b65c-45ea-b03a-87e8fb514d11" - }, - "ResponseBody": { - "name": "6e4181ad-8530-4fd4-8aa2-4a7a5fc79363", - "status": "InProgress", - "startTime": "2023-01-27T09:15:56.81Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/6e4181ad-8530-4fd4-8aa2-4a7a5fc79363?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a4957b0f82c81e565adedd64802c093d-bc05ac35ef33bf5a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1b7355ed0c646af5407471af9cb32ac5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:17:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f4ac376-50ec-4b2c-a294-0bc527d712e8", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "ebfe9e75-3ade-471e-b1c9-38b5ecc8e903", - "x-ms-routing-request-id": "WESTUS:20230127T091757Z:5f4ac376-50ec-4b2c-a294-0bc527d712e8" - }, - "ResponseBody": { - "name": "6e4181ad-8530-4fd4-8aa2-4a7a5fc79363", - "status": "InProgress", - "startTime": "2023-01-27T09:15:56.81Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/6e4181ad-8530-4fd4-8aa2-4a7a5fc79363?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a4957b0f82c81e565adedd64802c093d-1ba9294ad8d4c6b1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c594be1894bb5aa04ac5c1c7e919d9ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:18:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bc6e0d29-cfd4-4fa4-88f0-38d44cce2590", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "a3e7684b-7a00-4b53-98a8-697818cd0991", - "x-ms-routing-request-id": "WESTUS:20230127T091857Z:bc6e0d29-cfd4-4fa4-88f0-38d44cce2590" - }, - "ResponseBody": { - "name": "6e4181ad-8530-4fd4-8aa2-4a7a5fc79363", - "status": "InProgress", - "startTime": "2023-01-27T09:15:56.81Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/6e4181ad-8530-4fd4-8aa2-4a7a5fc79363?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a4957b0f82c81e565adedd64802c093d-c50ab567353d6cfa-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d01279b6a2822acc67af9d41effb5e04", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:19:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a2d23f6f-81b2-4696-aa88-15b1c517cb82", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "ae03096a-6336-4ab0-83fc-366e8be6dd4d", - "x-ms-routing-request-id": "WESTUS:20230127T091958Z:a2d23f6f-81b2-4696-aa88-15b1c517cb82" - }, - "ResponseBody": { - "name": "6e4181ad-8530-4fd4-8aa2-4a7a5fc79363", - "status": "InProgress", - "startTime": "2023-01-27T09:15:56.81Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/6e4181ad-8530-4fd4-8aa2-4a7a5fc79363?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a4957b0f82c81e565adedd64802c093d-27ac9780e637f516-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9a0afc6ede305810b418d19f4a2d8126", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:20:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c84aebc-6e14-4aef-93c7-7f633dad53d8", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "997af905-ff35-4243-8de5-d79b483e2c95", - "x-ms-routing-request-id": "WESTUS:20230127T092058Z:7c84aebc-6e14-4aef-93c7-7f633dad53d8" - }, - "ResponseBody": { - "name": "6e4181ad-8530-4fd4-8aa2-4a7a5fc79363", - "status": "InProgress", - "startTime": "2023-01-27T09:15:56.81Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/6e4181ad-8530-4fd4-8aa2-4a7a5fc79363?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a4957b0f82c81e565adedd64802c093d-c86dfdf13d17b442-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "22f8c59b5aa07642f16a5e0cf75f6b4f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:21:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f87a2b7e-198f-4825-9c30-973236afbacb", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "e04a4c63-2fd2-4d91-ab7e-8a0fcd9e411a", - "x-ms-routing-request-id": "WESTUS:20230127T092159Z:f87a2b7e-198f-4825-9c30-973236afbacb" - }, - "ResponseBody": { - "name": "6e4181ad-8530-4fd4-8aa2-4a7a5fc79363", - "status": "InProgress", - "startTime": "2023-01-27T09:15:56.81Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/6e4181ad-8530-4fd4-8aa2-4a7a5fc79363?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a4957b0f82c81e565adedd64802c093d-2d0e9a2a1e3782c6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ed58bd673f0fd87b69ba1c6ad12de039", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:22:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7b0b7ebf-6710-4287-81c2-7c6dae2fded3", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "ed90c2e2-5dd2-4f8e-ab25-cc8721a82e9d", - "x-ms-routing-request-id": "WESTUS:20230127T092259Z:7b0b7ebf-6710-4287-81c2-7c6dae2fded3" - }, - "ResponseBody": { - "name": "6e4181ad-8530-4fd4-8aa2-4a7a5fc79363", - "status": "InProgress", - "startTime": "2023-01-27T09:15:56.81Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/6e4181ad-8530-4fd4-8aa2-4a7a5fc79363?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a4957b0f82c81e565adedd64802c093d-87263e5660ba3cb0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "29a6762e3b021463b993a8c680046155", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:23:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f3694a7-acde-4693-aecc-69ea3a28d14d", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "ac426531-078a-4c62-bff1-d54f91760373", - "x-ms-routing-request-id": "WESTUS:20230127T092359Z:3f3694a7-acde-4693-aecc-69ea3a28d14d" - }, - "ResponseBody": { - "name": "6e4181ad-8530-4fd4-8aa2-4a7a5fc79363", - "status": "InProgress", - "startTime": "2023-01-27T09:15:56.81Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/6e4181ad-8530-4fd4-8aa2-4a7a5fc79363?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a4957b0f82c81e565adedd64802c093d-8816b2447874d7cb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8c3781ad93d55c174a20b8e63ed8a5c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:24:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "16b41cfe-cd12-41a8-bc6b-49c608744362", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "5cf8e878-c22c-4ba4-9345-82e058d1423f", - "x-ms-routing-request-id": "WESTUS:20230127T092500Z:16b41cfe-cd12-41a8-bc6b-49c608744362" - }, - "ResponseBody": { - "name": "6e4181ad-8530-4fd4-8aa2-4a7a5fc79363", - "status": "Succeeded", - "startTime": "2023-01-27T09:15:56.81Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7447/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2421?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a4957b0f82c81e565adedd64802c093d-18a03ef66dec7ce3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "80dd248941b82b4c5943337c96b55765", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1116", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:24:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e58fedc2-4668-4a44-87fc-2a269ee075fc", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "7b12b10f-4291-4dd2-bcb0-d834ddcc2ad7", - "x-ms-routing-request-id": "WESTUS:20230127T092500Z:e58fedc2-4668-4a44-87fc-2a269ee075fc" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T09:08:59.7144482Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver2421.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "1", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T09:16:18.6933715\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7447/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2421", - "name": "pgflexserver2421", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1848396401", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%11%,%14%)Async.json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%11%,%14%)Async.json deleted file mode 100644 index 9f13aebbad645..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%11%,%14%)Async.json +++ /dev/null @@ -1,1001 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-d64391bb92f9f2311a538ee341bd9624-5f55732d31c5a6e6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7fdef7bc3c68220a38ca361c36990ed9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:03:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8bf781be-40a2-419d-8df4-09f63bbb45d1", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "8bf781be-40a2-419d-8df4-09f63bbb45d1", - "x-ms-routing-request-id": "WESTUS:20230127T110329Z:8bf781be-40a2-419d-8df4-09f63bbb45d1" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg5260?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-8815f5480aa27d490af555c80ecd1cfc-ed6d0f1fddcc2953-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "89c9a8108be1dbc0c0878647cb8d03f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:03:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a515e9eb-6b0e-4426-b5d4-6c311293ae33", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "a515e9eb-6b0e-4426-b5d4-6c311293ae33", - "x-ms-routing-request-id": "WESTUS:20230127T110330Z:a515e9eb-6b0e-4426-b5d4-6c311293ae33" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5260", - "name": "pgflexrg5260", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5260/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3023?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "250", - "Content-Type": "application/json", - "traceparent": "00-8efdb190e4cbb0d819460e2968d009b2-d8e00c781ab400ec-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230127.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b6df7e88f63fa04a4183472c032e3a47", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "11", - "storage": { - "storageSizeGB": 128 - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8ac4f104-3409-40da-ab3f-08d5a48407d9?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "87", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:03:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/8ac4f104-3409-40da-ab3f-08d5a48407d9?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e844f2ff-8999-415c-8ea0-0388d9832719", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "46b9c5f4-ae0e-49b2-8393-481926a285ae", - "x-ms-routing-request-id": "WESTUS:20230127T110331Z:e844f2ff-8999-415c-8ea0-0388d9832719" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T11:03:31.22Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8ac4f104-3409-40da-ab3f-08d5a48407d9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8efdb190e4cbb0d819460e2968d009b2-8a41d2e1bf0f004b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8f11441864fa1a4a5d28475d4493d891", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:03:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d26f0f1e-5a33-4510-b859-2c9d2d8b0667", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "882b00db-00e0-4979-b38e-05f6049aecc2", - "x-ms-routing-request-id": "WESTUS:20230127T110331Z:d26f0f1e-5a33-4510-b859-2c9d2d8b0667" - }, - "ResponseBody": { - "name": "8ac4f104-3409-40da-ab3f-08d5a48407d9", - "status": "InProgress", - "startTime": "2023-01-27T11:03:31.22Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8ac4f104-3409-40da-ab3f-08d5a48407d9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8efdb190e4cbb0d819460e2968d009b2-b2c807fa75a000ae-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a4a83e4c77645515688cf8b279c70350", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:04:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "07b62c08-ec7e-4459-9c47-3a183a475179", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "4f8043b2-c02c-417d-84ea-e4a4e5ba3cda", - "x-ms-routing-request-id": "WESTUS:20230127T110431Z:07b62c08-ec7e-4459-9c47-3a183a475179" - }, - "ResponseBody": { - "name": "8ac4f104-3409-40da-ab3f-08d5a48407d9", - "status": "InProgress", - "startTime": "2023-01-27T11:03:31.22Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8ac4f104-3409-40da-ab3f-08d5a48407d9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8efdb190e4cbb0d819460e2968d009b2-dfe110ae01c20e6d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "be149e84aa1d3a4ddb0e2eb4ebb80f2a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:05:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "795a3560-4625-4e17-aec2-ffed925a0a35", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "17e3a9ee-be14-4449-a0d3-d709a3ba4183", - "x-ms-routing-request-id": "WESTUS:20230127T110532Z:795a3560-4625-4e17-aec2-ffed925a0a35" - }, - "ResponseBody": { - "name": "8ac4f104-3409-40da-ab3f-08d5a48407d9", - "status": "InProgress", - "startTime": "2023-01-27T11:03:31.22Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8ac4f104-3409-40da-ab3f-08d5a48407d9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8efdb190e4cbb0d819460e2968d009b2-ccdab621a24feb63-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5e37eab35a48a1442fbb276e6b97a096", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:06:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77e94bf2-ac82-4732-9bc2-9a169ac4b93f", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "eba5a68c-91d8-4439-a9ed-4aa128c2751a", - "x-ms-routing-request-id": "WESTUS:20230127T110632Z:77e94bf2-ac82-4732-9bc2-9a169ac4b93f" - }, - "ResponseBody": { - "name": "8ac4f104-3409-40da-ab3f-08d5a48407d9", - "status": "InProgress", - "startTime": "2023-01-27T11:03:31.22Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8ac4f104-3409-40da-ab3f-08d5a48407d9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8efdb190e4cbb0d819460e2968d009b2-28dd39c2491d6a1e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a5d9f7241a7fa174f06dc95649616aaf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:07:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6521fae6-8f57-4322-aa36-37d11965efac", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "a1a6982d-a95d-4ed5-a5f1-35ded354aebe", - "x-ms-routing-request-id": "WESTUS:20230127T110733Z:6521fae6-8f57-4322-aa36-37d11965efac" - }, - "ResponseBody": { - "name": "8ac4f104-3409-40da-ab3f-08d5a48407d9", - "status": "InProgress", - "startTime": "2023-01-27T11:03:31.22Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8ac4f104-3409-40da-ab3f-08d5a48407d9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8efdb190e4cbb0d819460e2968d009b2-b9eede56babeb7d7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8fffcd7ca58f290759728e6183dfce44", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:08:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "343ed744-f77c-45d2-a645-76769e8749f8", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "78c3cf60-becd-499b-aee6-dca0d7c66523", - "x-ms-routing-request-id": "WESTUS:20230127T110833Z:343ed744-f77c-45d2-a645-76769e8749f8" - }, - "ResponseBody": { - "name": "8ac4f104-3409-40da-ab3f-08d5a48407d9", - "status": "InProgress", - "startTime": "2023-01-27T11:03:31.22Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8ac4f104-3409-40da-ab3f-08d5a48407d9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8efdb190e4cbb0d819460e2968d009b2-c6bcc1e2d5a1291b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f38f976d69df99ab76956edb91ed58ce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:09:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "00e233e5-df66-40dc-904b-91485eb37db7", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "90ae35b9-30f6-429c-92ce-08f88f452edc", - "x-ms-routing-request-id": "WESTUS:20230127T110933Z:00e233e5-df66-40dc-904b-91485eb37db7" - }, - "ResponseBody": { - "name": "8ac4f104-3409-40da-ab3f-08d5a48407d9", - "status": "InProgress", - "startTime": "2023-01-27T11:03:31.22Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8ac4f104-3409-40da-ab3f-08d5a48407d9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8efdb190e4cbb0d819460e2968d009b2-7a76eb6d7071fe43-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9ef1775111987f07efaf4c0d8b131e10", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:10:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9cc25ac9-41f4-4469-ae8c-8e95a81ac220", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "c1cab489-0047-4fff-a897-c0d342927c4e", - "x-ms-routing-request-id": "WESTUS:20230127T111034Z:9cc25ac9-41f4-4469-ae8c-8e95a81ac220" - }, - "ResponseBody": { - "name": "8ac4f104-3409-40da-ab3f-08d5a48407d9", - "status": "InProgress", - "startTime": "2023-01-27T11:03:31.22Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8ac4f104-3409-40da-ab3f-08d5a48407d9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8efdb190e4cbb0d819460e2968d009b2-7bee7044d3c17206-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b1e8849e76d113d0226518f9362c976b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:11:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dcb78c44-38a8-4556-879a-e0bc126426e6", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "7fde6956-1c39-4892-b05b-faef93302d39", - "x-ms-routing-request-id": "WESTUS:20230127T111134Z:dcb78c44-38a8-4556-879a-e0bc126426e6" - }, - "ResponseBody": { - "name": "8ac4f104-3409-40da-ab3f-08d5a48407d9", - "status": "InProgress", - "startTime": "2023-01-27T11:03:31.22Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8ac4f104-3409-40da-ab3f-08d5a48407d9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8efdb190e4cbb0d819460e2968d009b2-ebf3f799c6382240-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0b0fc01930ee5cac900f032f1c9d0d63", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:12:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c70aa242-626d-4f83-a7a5-1ffe67b8f83c", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "a8d51740-bcaa-42a2-b529-8ac277de5175", - "x-ms-routing-request-id": "WESTUS:20230127T111235Z:c70aa242-626d-4f83-a7a5-1ffe67b8f83c" - }, - "ResponseBody": { - "name": "8ac4f104-3409-40da-ab3f-08d5a48407d9", - "status": "Succeeded", - "startTime": "2023-01-27T11:03:31.22Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5260/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3023?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8efdb190e4cbb0d819460e2968d009b2-7b9751d20640a570-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0c3c5e77a604dafca7dd7b32f80d49c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1117", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:12:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a40da0be-ef4a-4075-9747-09b7a418fe70", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "07c2a8e4-0eb2-4d61-b8ae-b808b04dc30b", - "x-ms-routing-request-id": "WESTUS:20230127T111235Z:a40da0be-ef4a-4075-9747-09b7a418fe70" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T11:03:36.7662902Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver3023.postgres.database.azure.com", - "version": "11", - "minorVersion": "17", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "2", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T11:03:36.7662902\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5260/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3023", - "name": "pgflexserver3023", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5260/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3023?api-version=2022-12-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-812bb4d56560d175309010c34aa2e7dd-2b8c8ceb401cb152-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230127.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "cbf3e01812036e21d88c21c273a0f784", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "version": "14" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/03fbbcc1-b216-4c50-a247-020749572670?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "87", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:12:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/03fbbcc1-b216-4c50-a247-020749572670?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea0a70ee-5b4a-452d-8b17-aa9d94825d6a", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "9a2d5142-8804-4589-aa00-f957bb385fe2", - "x-ms-routing-request-id": "WESTUS:20230127T111235Z:ea0a70ee-5b4a-452d-8b17-aa9d94825d6a" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T11:12:35.84Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/03fbbcc1-b216-4c50-a247-020749572670?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-812bb4d56560d175309010c34aa2e7dd-3811cb90181809fb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3c1740c642aa645f3ccd3478853a6707", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:12:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6cade390-ef0d-4b7c-a1e6-a3f6a14ee5de", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "d34c9682-d3d2-4c5b-aea6-3d5452281653", - "x-ms-routing-request-id": "WESTUS:20230127T111236Z:6cade390-ef0d-4b7c-a1e6-a3f6a14ee5de" - }, - "ResponseBody": { - "name": "03fbbcc1-b216-4c50-a247-020749572670", - "status": "InProgress", - "startTime": "2023-01-27T11:12:35.84Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/03fbbcc1-b216-4c50-a247-020749572670?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-812bb4d56560d175309010c34aa2e7dd-e5a97ea6ac9f8a25-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "42d9f7e6708a8dd3798007cdae0fb95e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:13:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f87741f1-0186-4747-b7bb-4e6d7d8434a0", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "20909e4c-c30d-4bcb-8022-b8262937fa4c", - "x-ms-routing-request-id": "WESTUS:20230127T111336Z:f87741f1-0186-4747-b7bb-4e6d7d8434a0" - }, - "ResponseBody": { - "name": "03fbbcc1-b216-4c50-a247-020749572670", - "status": "InProgress", - "startTime": "2023-01-27T11:12:35.84Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/03fbbcc1-b216-4c50-a247-020749572670?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-812bb4d56560d175309010c34aa2e7dd-d2b369b58a22bc51-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "32fc9e28ba8915d9551d9b2256eeed89", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:14:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d6bea8a-0fa9-4e51-b1df-ef0e0cc64296", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "3799e76f-85fe-4937-93b3-bd6a20b51008", - "x-ms-routing-request-id": "WESTUS:20230127T111436Z:5d6bea8a-0fa9-4e51-b1df-ef0e0cc64296" - }, - "ResponseBody": { - "name": "03fbbcc1-b216-4c50-a247-020749572670", - "status": "InProgress", - "startTime": "2023-01-27T11:12:35.84Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/03fbbcc1-b216-4c50-a247-020749572670?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-812bb4d56560d175309010c34aa2e7dd-42629643a63a80c3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "bd2b5cce20a055f86c8ac32a3b91b62c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:15:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3181edcd-d421-43f5-a967-5b9dfab8d644", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "b129154e-fd9f-4a94-b60e-166bfe6fb5c0", - "x-ms-routing-request-id": "WESTUS:20230127T111537Z:3181edcd-d421-43f5-a967-5b9dfab8d644" - }, - "ResponseBody": { - "name": "03fbbcc1-b216-4c50-a247-020749572670", - "status": "InProgress", - "startTime": "2023-01-27T11:12:35.84Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/03fbbcc1-b216-4c50-a247-020749572670?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-812bb4d56560d175309010c34aa2e7dd-717f85ae8adc241f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e750d513343e2b7d1dc4ec6dd5b0368a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:16:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f0d1f2c4-045b-4d80-97cf-d0be4b89cb65", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "ddd4ba5a-b539-45f7-ac5f-85e94bd9440f", - "x-ms-routing-request-id": "WESTUS:20230127T111637Z:f0d1f2c4-045b-4d80-97cf-d0be4b89cb65" - }, - "ResponseBody": { - "name": "03fbbcc1-b216-4c50-a247-020749572670", - "status": "InProgress", - "startTime": "2023-01-27T11:12:35.84Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/03fbbcc1-b216-4c50-a247-020749572670?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-812bb4d56560d175309010c34aa2e7dd-4b31145634f83663-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "51ff7d92fce407bea6a6c5fef6afdac4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:17:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "07dcfe5f-bfa9-4992-b71e-00cb9575652d", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "7ae30af9-6c8e-4747-b0d6-c6070366c14d", - "x-ms-routing-request-id": "WESTUS:20230127T111737Z:07dcfe5f-bfa9-4992-b71e-00cb9575652d" - }, - "ResponseBody": { - "name": "03fbbcc1-b216-4c50-a247-020749572670", - "status": "InProgress", - "startTime": "2023-01-27T11:12:35.84Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/03fbbcc1-b216-4c50-a247-020749572670?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-812bb4d56560d175309010c34aa2e7dd-f62ac0777f6bb3ed-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "810e6e67069e994bdfffa0dc338a80bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:18:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3bfd954f-4852-4394-96a7-a15293d6adef", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "a5387367-9b7a-4b4c-a944-b7923efb4ef6", - "x-ms-routing-request-id": "WESTUS:20230127T111838Z:3bfd954f-4852-4394-96a7-a15293d6adef" - }, - "ResponseBody": { - "name": "03fbbcc1-b216-4c50-a247-020749572670", - "status": "InProgress", - "startTime": "2023-01-27T11:12:35.84Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/03fbbcc1-b216-4c50-a247-020749572670?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-812bb4d56560d175309010c34aa2e7dd-1eefd9fed4bb6406-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "bd97385464921748174840976e7f346d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:19:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "426f76f4-618b-404c-b305-bdc5e13e08ef", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "10ac2a70-207c-4af1-b256-65f9c353ef87", - "x-ms-routing-request-id": "WESTUS:20230127T111938Z:426f76f4-618b-404c-b305-bdc5e13e08ef" - }, - "ResponseBody": { - "name": "03fbbcc1-b216-4c50-a247-020749572670", - "status": "InProgress", - "startTime": "2023-01-27T11:12:35.84Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/03fbbcc1-b216-4c50-a247-020749572670?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-812bb4d56560d175309010c34aa2e7dd-0087b22197d208bd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "660528e9b4a28cec316672e45ce2d31b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:20:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2193b43-6ac9-4684-9463-9113c2c0da30", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "ae1cc7ab-7e5c-4a76-b1be-55751bd5856e", - "x-ms-routing-request-id": "WESTUS:20230127T112039Z:e2193b43-6ac9-4684-9463-9113c2c0da30" - }, - "ResponseBody": { - "name": "03fbbcc1-b216-4c50-a247-020749572670", - "status": "Succeeded", - "startTime": "2023-01-27T11:12:35.84Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5260/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3023?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-812bb4d56560d175309010c34aa2e7dd-81e6cf5f3cd4fac9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "beaa09261c18033125f76a55c5b42a5f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1116", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:20:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8cf350f7-5b0c-456d-b789-817f34f3b833", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "084adf66-8919-4d32-977c-f55dd0689b89", - "x-ms-routing-request-id": "WESTUS:20230127T112039Z:8cf350f7-5b0c-456d-b789-817f34f3b833" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T11:03:36.7662902Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver3023.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "2", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T11:13:09.2510266\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5260/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3023", - "name": "pgflexserver3023", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1057364884", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%12%,%13%).json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%12%,%13%).json deleted file mode 100644 index 8d51629052ec8..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%12%,%13%).json +++ /dev/null @@ -1,899 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-0e23299fc9d05e2c6ee146266db45023-20455070d1115544-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d08b5da3ac1f3eaf043d87e2c6c5ba25", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:25:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f9a73b7a-98a3-4355-a1eb-92862a6e5e9f", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "f9a73b7a-98a3-4355-a1eb-92862a6e5e9f", - "x-ms-routing-request-id": "WESTUS:20230127T092502Z:f9a73b7a-98a3-4355-a1eb-92862a6e5e9f" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg5492?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-878c5eeb842ff4b4d5c04e2003532f1d-bc7fa5a432c612b5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2b33446de1488e3fb0d146e6dc8f3248", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:25:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c0354ea-28c2-4a0c-ba4a-206ea26035f9", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "9c0354ea-28c2-4a0c-ba4a-206ea26035f9", - "x-ms-routing-request-id": "WESTUS:20230127T092504Z:9c0354ea-28c2-4a0c-ba4a-206ea26035f9" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5492", - "name": "pgflexrg5492", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5492/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver7330?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "250", - "Content-Type": "application/json", - "traceparent": "00-6aa347daeb447bd07d7c3b380f5a6a12-83116904832e0a86-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230127.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d28030ec41bb523e613b85630b7555e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "12", - "storage": { - "storageSizeGB": 128 - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/c56fc3c2-92b7-454c-b91d-fcb4b424aed3?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:25:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/c56fc3c2-92b7-454c-b91d-fcb4b424aed3?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e2442087-3350-43ee-bea7-6a95ac05260b", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "9e756dc6-057a-400d-a1ce-89e04795d909", - "x-ms-routing-request-id": "WESTUS:20230127T092505Z:e2442087-3350-43ee-bea7-6a95ac05260b" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T09:25:04.993Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/c56fc3c2-92b7-454c-b91d-fcb4b424aed3?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6aa347daeb447bd07d7c3b380f5a6a12-05f9544a861b140d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "89d97eb096a42c6305e0c90c5cdb823a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:25:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7481b4d1-006f-4aec-90c1-b7d1e22d7a73", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "ce244e5f-a572-4e1c-b6be-6c445333b0bf", - "x-ms-routing-request-id": "WESTUS:20230127T092505Z:7481b4d1-006f-4aec-90c1-b7d1e22d7a73" - }, - "ResponseBody": { - "name": "c56fc3c2-92b7-454c-b91d-fcb4b424aed3", - "status": "InProgress", - "startTime": "2023-01-27T09:25:04.993Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/c56fc3c2-92b7-454c-b91d-fcb4b424aed3?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6aa347daeb447bd07d7c3b380f5a6a12-138f0092207375f3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f52b5f7b2627745c1bd7412b45605a43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:26:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0150b572-7e89-4255-831a-1904b6c1ff9e", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "c0389dda-ac3a-4027-9548-5a1bcef1642c", - "x-ms-routing-request-id": "WESTUS:20230127T092605Z:0150b572-7e89-4255-831a-1904b6c1ff9e" - }, - "ResponseBody": { - "name": "c56fc3c2-92b7-454c-b91d-fcb4b424aed3", - "status": "InProgress", - "startTime": "2023-01-27T09:25:04.993Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/c56fc3c2-92b7-454c-b91d-fcb4b424aed3?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6aa347daeb447bd07d7c3b380f5a6a12-827fae27dd7c4b23-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8db38ddbcc9c2341833c060bad084cb5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:27:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c9891c95-6a82-4dd0-8131-c4d45ea33deb", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "ab2f5281-ee54-42cd-90e6-252a4f78148d", - "x-ms-routing-request-id": "WESTUS:20230127T092706Z:c9891c95-6a82-4dd0-8131-c4d45ea33deb" - }, - "ResponseBody": { - "name": "c56fc3c2-92b7-454c-b91d-fcb4b424aed3", - "status": "InProgress", - "startTime": "2023-01-27T09:25:04.993Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/c56fc3c2-92b7-454c-b91d-fcb4b424aed3?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6aa347daeb447bd07d7c3b380f5a6a12-53ba763caf2531d2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9861c10e6af289cf21646ecd5538e6a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:28:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a69764f0-e84f-45c1-a27c-7f172a01c946", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "c33ea2a7-cc43-420e-af5e-131ebf544aca", - "x-ms-routing-request-id": "WESTUS:20230127T092806Z:a69764f0-e84f-45c1-a27c-7f172a01c946" - }, - "ResponseBody": { - "name": "c56fc3c2-92b7-454c-b91d-fcb4b424aed3", - "status": "InProgress", - "startTime": "2023-01-27T09:25:04.993Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/c56fc3c2-92b7-454c-b91d-fcb4b424aed3?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6aa347daeb447bd07d7c3b380f5a6a12-1df0fc6381acdebc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ce318685f528af9e1e0772eb2051c612", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:29:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "02a28efa-69b3-4cd8-8a6c-32e256b110df", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "f8a0573b-bffb-4a32-acec-2f146f98d27a", - "x-ms-routing-request-id": "WESTUS:20230127T092906Z:02a28efa-69b3-4cd8-8a6c-32e256b110df" - }, - "ResponseBody": { - "name": "c56fc3c2-92b7-454c-b91d-fcb4b424aed3", - "status": "InProgress", - "startTime": "2023-01-27T09:25:04.993Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/c56fc3c2-92b7-454c-b91d-fcb4b424aed3?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6aa347daeb447bd07d7c3b380f5a6a12-33166e1a113fc735-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "831c8b8ac1ff7050be296b375d73ce4a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:30:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67af6846-e822-4f65-8f7e-06d2692563df", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "572cc96d-da90-4852-b925-1c1b7ca23b3f", - "x-ms-routing-request-id": "WESTUS:20230127T093007Z:67af6846-e822-4f65-8f7e-06d2692563df" - }, - "ResponseBody": { - "name": "c56fc3c2-92b7-454c-b91d-fcb4b424aed3", - "status": "InProgress", - "startTime": "2023-01-27T09:25:04.993Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/c56fc3c2-92b7-454c-b91d-fcb4b424aed3?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6aa347daeb447bd07d7c3b380f5a6a12-297598bc6862c602-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "278561557ed7198c23b17aeaf7e469d0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:31:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b79da78-0032-44cc-80e8-c7d66407615e", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "5c7329b1-ca45-4910-a091-e6f0ba807a78", - "x-ms-routing-request-id": "WESTUS:20230127T093107Z:2b79da78-0032-44cc-80e8-c7d66407615e" - }, - "ResponseBody": { - "name": "c56fc3c2-92b7-454c-b91d-fcb4b424aed3", - "status": "Succeeded", - "startTime": "2023-01-27T09:25:04.993Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5492/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver7330?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6aa347daeb447bd07d7c3b380f5a6a12-b00822cda314f46c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c9435b9d621bc4a535c010ff896752aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1117", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:31:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b081a410-c268-4e5b-8dda-ff766e07e50d", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "2e6bfc0a-80bf-43d8-839d-2a09cf33cabd", - "x-ms-routing-request-id": "WESTUS:20230127T093108Z:b081a410-c268-4e5b-8dda-ff766e07e50d" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T09:25:10.5092132Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver7330.postgres.database.azure.com", - "version": "12", - "minorVersion": "12", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "1", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T09:25:10.5092132\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5492/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver7330", - "name": "pgflexserver7330", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5492/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver7330?api-version=2022-12-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-39dc50cd03b3c7f8445aed26312a0630-a4c97ea2eb096cea-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230127.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "be9528399fcb0c3bff03604d466678d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "version": "13" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/748fdee2-0f3d-497e-bafd-4ccb654baae1?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:31:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/748fdee2-0f3d-497e-bafd-4ccb654baae1?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8137e53f-77f0-479f-b0ca-7bd18f582dc6", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "878ce227-d679-44d2-b7cd-5cc1edc534a5", - "x-ms-routing-request-id": "WESTUS:20230127T093108Z:8137e53f-77f0-479f-b0ca-7bd18f582dc6" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T09:31:08.423Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/748fdee2-0f3d-497e-bafd-4ccb654baae1?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-39dc50cd03b3c7f8445aed26312a0630-8fbf4da20aee1b0b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "cfb1d05fab4efe042037ca1801577dcf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:31:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "80d401fd-4c61-4ade-86fe-bb63fb3fbc24", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "c3e41961-f305-4568-b7be-59e1243675bc", - "x-ms-routing-request-id": "WESTUS:20230127T093108Z:80d401fd-4c61-4ade-86fe-bb63fb3fbc24" - }, - "ResponseBody": { - "name": "748fdee2-0f3d-497e-bafd-4ccb654baae1", - "status": "InProgress", - "startTime": "2023-01-27T09:31:08.423Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/748fdee2-0f3d-497e-bafd-4ccb654baae1?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-39dc50cd03b3c7f8445aed26312a0630-50048202e0d66fa6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ee3f37474fcd3379f9a3020aac259e71", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:32:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b8cf640b-b5cc-4f48-ab8d-d6617f425f06", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "d5b4a18d-6f7a-401f-bf52-a62d60b97a18", - "x-ms-routing-request-id": "WESTUS:20230127T093208Z:b8cf640b-b5cc-4f48-ab8d-d6617f425f06" - }, - "ResponseBody": { - "name": "748fdee2-0f3d-497e-bafd-4ccb654baae1", - "status": "InProgress", - "startTime": "2023-01-27T09:31:08.423Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/748fdee2-0f3d-497e-bafd-4ccb654baae1?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-39dc50cd03b3c7f8445aed26312a0630-cc6d61d9f52d8f4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "76eda574a9b4148a969ae2f93b16f064", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:33:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "18afb846-1e9b-45fb-bfd6-72fb53cc68c6", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "c4971160-97a1-429e-bfcb-d1e4c8f3903a", - "x-ms-routing-request-id": "WESTUS:20230127T093309Z:18afb846-1e9b-45fb-bfd6-72fb53cc68c6" - }, - "ResponseBody": { - "name": "748fdee2-0f3d-497e-bafd-4ccb654baae1", - "status": "InProgress", - "startTime": "2023-01-27T09:31:08.423Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/748fdee2-0f3d-497e-bafd-4ccb654baae1?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-39dc50cd03b3c7f8445aed26312a0630-e8258544e01e45b7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "36ce2343a14e0fee567ed6aba8fa51fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:34:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1b97d382-2359-44b0-8b63-29e40ef5f177", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "2f53c758-402b-4bbf-a362-881325d284d9", - "x-ms-routing-request-id": "WESTUS:20230127T093409Z:1b97d382-2359-44b0-8b63-29e40ef5f177" - }, - "ResponseBody": { - "name": "748fdee2-0f3d-497e-bafd-4ccb654baae1", - "status": "InProgress", - "startTime": "2023-01-27T09:31:08.423Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/748fdee2-0f3d-497e-bafd-4ccb654baae1?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-39dc50cd03b3c7f8445aed26312a0630-4af938339b4a67d4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5ca45898076a9e1aad2b57326d80f8e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:35:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "abbb3dc2-e457-46cc-80e3-9ee2583966f2", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "83fc8ef6-89b7-4286-86e1-196f7438aaa0", - "x-ms-routing-request-id": "WESTUS:20230127T093510Z:abbb3dc2-e457-46cc-80e3-9ee2583966f2" - }, - "ResponseBody": { - "name": "748fdee2-0f3d-497e-bafd-4ccb654baae1", - "status": "InProgress", - "startTime": "2023-01-27T09:31:08.423Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/748fdee2-0f3d-497e-bafd-4ccb654baae1?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-39dc50cd03b3c7f8445aed26312a0630-6191ca588de7f8dd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "89c69eb26856d223b6dd1f36d3de6b9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:36:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1eb91c2b-40c0-4195-854c-ca3fabe4d49e", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "49429180-3256-49fb-919f-a77653b67a55", - "x-ms-routing-request-id": "WESTUS:20230127T093610Z:1eb91c2b-40c0-4195-854c-ca3fabe4d49e" - }, - "ResponseBody": { - "name": "748fdee2-0f3d-497e-bafd-4ccb654baae1", - "status": "InProgress", - "startTime": "2023-01-27T09:31:08.423Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/748fdee2-0f3d-497e-bafd-4ccb654baae1?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-39dc50cd03b3c7f8445aed26312a0630-b8f5f72b7f4163e5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e260e74993713cf9082f892249bba1d6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:37:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fea7b0f6-5809-4fff-a884-8beea9938847", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "2e633dbd-3d58-4903-af62-0946406873a1", - "x-ms-routing-request-id": "WESTUS:20230127T093710Z:fea7b0f6-5809-4fff-a884-8beea9938847" - }, - "ResponseBody": { - "name": "748fdee2-0f3d-497e-bafd-4ccb654baae1", - "status": "InProgress", - "startTime": "2023-01-27T09:31:08.423Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/748fdee2-0f3d-497e-bafd-4ccb654baae1?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-39dc50cd03b3c7f8445aed26312a0630-45dfa608b8a7ea91-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0af8f285c83430a335d1a58ce7e4cbce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:38:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f80e94d9-d4e2-4e9c-bb38-7ff48a9838f6", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "6fb20e82-e319-4a38-8dfd-e4d259e96839", - "x-ms-routing-request-id": "WESTUS:20230127T093811Z:f80e94d9-d4e2-4e9c-bb38-7ff48a9838f6" - }, - "ResponseBody": { - "name": "748fdee2-0f3d-497e-bafd-4ccb654baae1", - "status": "InProgress", - "startTime": "2023-01-27T09:31:08.423Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/748fdee2-0f3d-497e-bafd-4ccb654baae1?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-39dc50cd03b3c7f8445aed26312a0630-b971a61a8372c2e2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "86e9bcbf151f1f71a4898027df0089fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:39:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3c4dff99-80b8-4541-9975-8c847c815736", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "1e692b4e-653b-4c11-ad3f-7c21a74aad5d", - "x-ms-routing-request-id": "WESTUS:20230127T093911Z:3c4dff99-80b8-4541-9975-8c847c815736" - }, - "ResponseBody": { - "name": "748fdee2-0f3d-497e-bafd-4ccb654baae1", - "status": "Succeeded", - "startTime": "2023-01-27T09:31:08.423Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5492/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver7330?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-39dc50cd03b3c7f8445aed26312a0630-2f82b244a2e4c957-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e0b0483b61e581674330ada0ed6d5524", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1116", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:39:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f435e2a0-d4f8-47c7-96a2-66a7bfd6c32b", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "17ef2ef8-22c3-4243-ba85-948afc538104", - "x-ms-routing-request-id": "WESTUS:20230127T093911Z:f435e2a0-d4f8-47c7-96a2-66a7bfd6c32b" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T09:25:10.5092132Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver7330.postgres.database.azure.com", - "version": "13", - "minorVersion": "8", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "1", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T09:32:35.3608976\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5492/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver7330", - "name": "pgflexserver7330", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1529909355", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%12%,%13%)Async.json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%12%,%13%)Async.json deleted file mode 100644 index 58a5c90246fda..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%12%,%13%)Async.json +++ /dev/null @@ -1,1035 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-272f7e152ffb083376be0ac265bd8ec2-b29977b276dd04d7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0ae40b3fef3f1a030db5bce24228ff40", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:20:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a61b2c05-4bf4-4ebc-bc96-83f4c431f256", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "a61b2c05-4bf4-4ebc-bc96-83f4c431f256", - "x-ms-routing-request-id": "WESTUS:20230127T112042Z:a61b2c05-4bf4-4ebc-bc96-83f4c431f256" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg1615?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-5d7cbad0661aac7c877255104db261c0-c3db55b2581bbd5f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e72889455e0513130d3e8efec09a3d98", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:20:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b7487bdc-4349-4bff-bfdb-85de953c8ba6", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "b7487bdc-4349-4bff-bfdb-85de953c8ba6", - "x-ms-routing-request-id": "WESTUS:20230127T112043Z:b7487bdc-4349-4bff-bfdb-85de953c8ba6" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg1615", - "name": "pgflexrg1615", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg1615/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver7306?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "250", - "Content-Type": "application/json", - "traceparent": "00-341e4f88bb5ea97407eb6d1569219a01-cf7d28561dcc1b7d-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230127.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fb698179163fae1e8b48b76bd70d290a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "12", - "storage": { - "storageSizeGB": 128 - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5c8af5e1-34f9-4962-9987-9903e8ea595f?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:20:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/5c8af5e1-34f9-4962-9987-9903e8ea595f?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e9ebf60b-22b6-4bf1-b33f-6a8073211e41", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "6e01f67b-cc07-4b22-bda9-f058a42233ec", - "x-ms-routing-request-id": "WESTUS:20230127T112044Z:e9ebf60b-22b6-4bf1-b33f-6a8073211e41" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T11:20:44.437Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5c8af5e1-34f9-4962-9987-9903e8ea595f?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-341e4f88bb5ea97407eb6d1569219a01-391a2e441f39e07e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7eaea9a493d62e3c6a795bbca6a73cff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:20:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea3e82cb-7ecd-4c48-9346-901cf7d28125", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "8170a32d-8663-41c4-b5ce-e357ce2c1212", - "x-ms-routing-request-id": "WESTUS:20230127T112044Z:ea3e82cb-7ecd-4c48-9346-901cf7d28125" - }, - "ResponseBody": { - "name": "5c8af5e1-34f9-4962-9987-9903e8ea595f", - "status": "InProgress", - "startTime": "2023-01-27T11:20:44.437Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5c8af5e1-34f9-4962-9987-9903e8ea595f?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-341e4f88bb5ea97407eb6d1569219a01-332fe810adb3a7c8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "39378315f25122ee7ae303133458217d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:21:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4364c501-8d99-4b97-b804-f5806af8e4a6", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "85c3884b-a427-49df-af50-05726168d1c4", - "x-ms-routing-request-id": "WESTUS:20230127T112145Z:4364c501-8d99-4b97-b804-f5806af8e4a6" - }, - "ResponseBody": { - "name": "5c8af5e1-34f9-4962-9987-9903e8ea595f", - "status": "InProgress", - "startTime": "2023-01-27T11:20:44.437Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5c8af5e1-34f9-4962-9987-9903e8ea595f?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-341e4f88bb5ea97407eb6d1569219a01-5192df1efcf2f1fe-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2dc69554aa5e33334a1adf2ffb4adf4f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:22:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f5fca042-3531-48e8-85f8-e395358725e6", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "972e907c-1d8d-4325-a7a9-cd6dc854155b", - "x-ms-routing-request-id": "WESTUS:20230127T112245Z:f5fca042-3531-48e8-85f8-e395358725e6" - }, - "ResponseBody": { - "name": "5c8af5e1-34f9-4962-9987-9903e8ea595f", - "status": "InProgress", - "startTime": "2023-01-27T11:20:44.437Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5c8af5e1-34f9-4962-9987-9903e8ea595f?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-341e4f88bb5ea97407eb6d1569219a01-2ec4a3eeca00a59e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "08b0e2efbad7b1d1bb8c04f38f29fa12", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:23:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5910e603-713a-449b-b6ef-a5a90f13ffb3", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "58399119-a9d1-46c8-871c-e22231441257", - "x-ms-routing-request-id": "WESTUS:20230127T112345Z:5910e603-713a-449b-b6ef-a5a90f13ffb3" - }, - "ResponseBody": { - "name": "5c8af5e1-34f9-4962-9987-9903e8ea595f", - "status": "InProgress", - "startTime": "2023-01-27T11:20:44.437Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5c8af5e1-34f9-4962-9987-9903e8ea595f?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-341e4f88bb5ea97407eb6d1569219a01-7b54e609be9e3418-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1167de580ee16aa05003ef3612be2630", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:24:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "84bf2646-bd6e-4721-be10-1b2621edb6f1", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "ef9d975e-8fd7-4b70-a14f-1e1fb0c3a29b", - "x-ms-routing-request-id": "WESTUS:20230127T112446Z:84bf2646-bd6e-4721-be10-1b2621edb6f1" - }, - "ResponseBody": { - "name": "5c8af5e1-34f9-4962-9987-9903e8ea595f", - "status": "InProgress", - "startTime": "2023-01-27T11:20:44.437Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5c8af5e1-34f9-4962-9987-9903e8ea595f?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-341e4f88bb5ea97407eb6d1569219a01-49f50dbeee0e95dc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5124b30419a799a5c31471d2a640a421", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:25:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0cc28661-d0df-4472-a739-3da0699bad4f", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "6a88f168-892d-44d0-a376-d97b9803dab6", - "x-ms-routing-request-id": "WESTUS:20230127T112546Z:0cc28661-d0df-4472-a739-3da0699bad4f" - }, - "ResponseBody": { - "name": "5c8af5e1-34f9-4962-9987-9903e8ea595f", - "status": "InProgress", - "startTime": "2023-01-27T11:20:44.437Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5c8af5e1-34f9-4962-9987-9903e8ea595f?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-341e4f88bb5ea97407eb6d1569219a01-ba429ede19565590-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1cd7cd1fcde2e06e4145b8d4cb9a9efd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:26:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "95fc3bfd-a03e-4fd2-baaa-674909a2f853", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "983ea209-04d8-465e-8092-cbf20c879cdc", - "x-ms-routing-request-id": "WESTUS:20230127T112647Z:95fc3bfd-a03e-4fd2-baaa-674909a2f853" - }, - "ResponseBody": { - "name": "5c8af5e1-34f9-4962-9987-9903e8ea595f", - "status": "InProgress", - "startTime": "2023-01-27T11:20:44.437Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5c8af5e1-34f9-4962-9987-9903e8ea595f?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-341e4f88bb5ea97407eb6d1569219a01-2f6b3cfa9aa26851-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "dbeed365a8053e6a39ce4ecc9dcec410", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:27:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c6579ab1-a48e-4006-b18f-3d5fcdfe1ba6", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "01776da9-ff8c-420c-b024-25063bb30f2b", - "x-ms-routing-request-id": "WESTUS:20230127T112747Z:c6579ab1-a48e-4006-b18f-3d5fcdfe1ba6" - }, - "ResponseBody": { - "name": "5c8af5e1-34f9-4962-9987-9903e8ea595f", - "status": "InProgress", - "startTime": "2023-01-27T11:20:44.437Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5c8af5e1-34f9-4962-9987-9903e8ea595f?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-341e4f88bb5ea97407eb6d1569219a01-06564c90d848a313-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4517ce5e0ae6374d45430f6160d1cd29", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:28:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "19776f04-c86a-4cb4-8899-2ef2670cf718", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "5ec264a8-5faf-45ed-b09d-ce8e332161e9", - "x-ms-routing-request-id": "WESTUS:20230127T112848Z:19776f04-c86a-4cb4-8899-2ef2670cf718" - }, - "ResponseBody": { - "name": "5c8af5e1-34f9-4962-9987-9903e8ea595f", - "status": "Succeeded", - "startTime": "2023-01-27T11:20:44.437Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg1615/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver7306?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-341e4f88bb5ea97407eb6d1569219a01-43a23ff1bf4c5575-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d26d7476c851771b6398e3147fa24373", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1117", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:28:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7b464773-b2dd-4954-adfe-50cce776db69", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "52384d8d-b644-4576-9751-37e4f96b45dd", - "x-ms-routing-request-id": "WESTUS:20230127T112848Z:7b464773-b2dd-4954-adfe-50cce776db69" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T11:20:50.3894229Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver7306.postgres.database.azure.com", - "version": "12", - "minorVersion": "12", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "1", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T11:20:50.3894229\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg1615/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver7306", - "name": "pgflexserver7306", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg1615/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver7306?api-version=2022-12-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-0264eeac1c56aea33c761576afde455b-c7973be7308820ae-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230127.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fd75a88159835b1685b796c19808de68", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "version": "13" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e095710a-55fd-4fff-821a-40cf30dd77aa?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "86", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:28:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/e095710a-55fd-4fff-821a-40cf30dd77aa?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa88d76a-0291-4d0e-a0f4-0a554e6339d7", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "36ae4b44-de30-4f83-800b-509f2fed21ae", - "x-ms-routing-request-id": "WESTUS:20230127T112848Z:fa88d76a-0291-4d0e-a0f4-0a554e6339d7" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T11:28:48.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e095710a-55fd-4fff-821a-40cf30dd77aa?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0264eeac1c56aea33c761576afde455b-8bbe8a8d9ce74cbb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b8e09c00d05b1ca55e114c9a3159de5b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:28:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ce74551-1411-478a-9fca-5da04be301b8", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "89306156-655a-43ab-ac04-83aa58bb0526", - "x-ms-routing-request-id": "WESTUS:20230127T112849Z:8ce74551-1411-478a-9fca-5da04be301b8" - }, - "ResponseBody": { - "name": "e095710a-55fd-4fff-821a-40cf30dd77aa", - "status": "InProgress", - "startTime": "2023-01-27T11:28:48.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e095710a-55fd-4fff-821a-40cf30dd77aa?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0264eeac1c56aea33c761576afde455b-13c01798c19c5da2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "59147bba1a4c8f12eadf4be377c8344c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:29:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dbe8824f-06b7-4803-a06e-15172f01c029", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "cec9f15e-d764-4f31-9a99-69217ee01d77", - "x-ms-routing-request-id": "WESTUS:20230127T112949Z:dbe8824f-06b7-4803-a06e-15172f01c029" - }, - "ResponseBody": { - "name": "e095710a-55fd-4fff-821a-40cf30dd77aa", - "status": "InProgress", - "startTime": "2023-01-27T11:28:48.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e095710a-55fd-4fff-821a-40cf30dd77aa?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0264eeac1c56aea33c761576afde455b-8c642c28f370e1d4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fcc1f3fe2627300c7f39ca4fa4236458", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:30:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ad8daeb-f4ab-4d3c-a8f0-86edc5579fe7", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "e456f1f6-1f64-4a6e-bca6-398b00ff5896", - "x-ms-routing-request-id": "WESTUS:20230127T113050Z:3ad8daeb-f4ab-4d3c-a8f0-86edc5579fe7" - }, - "ResponseBody": { - "name": "e095710a-55fd-4fff-821a-40cf30dd77aa", - "status": "InProgress", - "startTime": "2023-01-27T11:28:48.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e095710a-55fd-4fff-821a-40cf30dd77aa?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0264eeac1c56aea33c761576afde455b-a81361a80cdb1e35-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ab9386c05e25e5568950cd7c84c2a495", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:31:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eb202919-ef03-4e24-812d-03906d4c4214", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "801e1bc8-eb0e-4fba-8e43-9620c704aa11", - "x-ms-routing-request-id": "WESTUS:20230127T113150Z:eb202919-ef03-4e24-812d-03906d4c4214" - }, - "ResponseBody": { - "name": "e095710a-55fd-4fff-821a-40cf30dd77aa", - "status": "InProgress", - "startTime": "2023-01-27T11:28:48.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e095710a-55fd-4fff-821a-40cf30dd77aa?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0264eeac1c56aea33c761576afde455b-0dcfbd8b965d3f03-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3e9b00dde29894336ee3da1250c3eac7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:32:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a2fb64f8-62c5-435c-a091-5fa332bd6285", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "efddd5a1-b44f-4946-a939-2490e40850f3", - "x-ms-routing-request-id": "WESTUS:20230127T113250Z:a2fb64f8-62c5-435c-a091-5fa332bd6285" - }, - "ResponseBody": { - "name": "e095710a-55fd-4fff-821a-40cf30dd77aa", - "status": "InProgress", - "startTime": "2023-01-27T11:28:48.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e095710a-55fd-4fff-821a-40cf30dd77aa?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0264eeac1c56aea33c761576afde455b-00384d10af27fa05-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f022f37a8835a0269cdc72d75890abbd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:33:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6df306e9-9d36-4f8b-83f8-f6b0e0375c1b", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "c1f4e6cf-a10a-4171-8638-80d9a6f4a9b9", - "x-ms-routing-request-id": "WESTUS:20230127T113351Z:6df306e9-9d36-4f8b-83f8-f6b0e0375c1b" - }, - "ResponseBody": { - "name": "e095710a-55fd-4fff-821a-40cf30dd77aa", - "status": "InProgress", - "startTime": "2023-01-27T11:28:48.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e095710a-55fd-4fff-821a-40cf30dd77aa?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0264eeac1c56aea33c761576afde455b-cf90ef0377503ef8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a47134942687debf53fe3d41834494c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:34:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "41338303-6503-4438-991c-ca298e8b515e", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "96112b71-f47f-4f2a-9e36-6f560218b6db", - "x-ms-routing-request-id": "WESTUS:20230127T113451Z:41338303-6503-4438-991c-ca298e8b515e" - }, - "ResponseBody": { - "name": "e095710a-55fd-4fff-821a-40cf30dd77aa", - "status": "InProgress", - "startTime": "2023-01-27T11:28:48.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e095710a-55fd-4fff-821a-40cf30dd77aa?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0264eeac1c56aea33c761576afde455b-592707afbeb0e337-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "91010666b49f5460d9fba1bc6f5c3cdd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:35:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d2eca6a-8375-4b81-88f9-d8ae7832f5f9", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "33e793a9-85d5-4dab-a2cd-37d6558d640d", - "x-ms-routing-request-id": "WESTUS:20230127T113552Z:3d2eca6a-8375-4b81-88f9-d8ae7832f5f9" - }, - "ResponseBody": { - "name": "e095710a-55fd-4fff-821a-40cf30dd77aa", - "status": "InProgress", - "startTime": "2023-01-27T11:28:48.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e095710a-55fd-4fff-821a-40cf30dd77aa?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0264eeac1c56aea33c761576afde455b-78085a1f318a1e6e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1c7d1d384651533f33449c364be51c58", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:36:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d57fd63-d5fd-465e-8241-8dea8ed8ba14", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "341018b0-6cba-4f88-b3a3-c7ec4ef4c635", - "x-ms-routing-request-id": "WESTUS:20230127T113652Z:6d57fd63-d5fd-465e-8241-8dea8ed8ba14" - }, - "ResponseBody": { - "name": "e095710a-55fd-4fff-821a-40cf30dd77aa", - "status": "InProgress", - "startTime": "2023-01-27T11:28:48.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e095710a-55fd-4fff-821a-40cf30dd77aa?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0264eeac1c56aea33c761576afde455b-91b1b2184d1f02f5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5170ac471a8ee01dd31dca8b85036ff7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:37:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a8da12cc-dfa9-4f94-a314-e50491be1758", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "dc8d7e08-1eb9-407f-8b6f-176696616aad", - "x-ms-routing-request-id": "WESTUS:20230127T113752Z:a8da12cc-dfa9-4f94-a314-e50491be1758" - }, - "ResponseBody": { - "name": "e095710a-55fd-4fff-821a-40cf30dd77aa", - "status": "InProgress", - "startTime": "2023-01-27T11:28:48.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e095710a-55fd-4fff-821a-40cf30dd77aa?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0264eeac1c56aea33c761576afde455b-6b1f760e46bc178f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "66095fc278c71f74c6ae5e5b172909f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "105", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:38:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e7d49fa-8b1b-4ef9-b7fd-7640ba85755b", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "0deeebb7-e1f3-4b0d-8a15-42d49b95d1c8", - "x-ms-routing-request-id": "WESTUS:20230127T113853Z:9e7d49fa-8b1b-4ef9-b7fd-7640ba85755b" - }, - "ResponseBody": { - "name": "e095710a-55fd-4fff-821a-40cf30dd77aa", - "status": "Succeeded", - "startTime": "2023-01-27T11:28:48.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg1615/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver7306?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0264eeac1c56aea33c761576afde455b-6fa0283f63ba71f2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c27549deeaeb1d4fff9c48337bb4ce2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1116", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:38:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "706fa44b-9a0a-4f91-b4dc-ec130a77b9db", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "9055bf59-1aab-4ecc-88c1-3ac59c12a317", - "x-ms-routing-request-id": "WESTUS:20230127T113853Z:706fa44b-9a0a-4f91-b4dc-ec130a77b9db" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T11:20:50.3894229Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver7306.postgres.database.azure.com", - "version": "13", - "minorVersion": "8", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "1", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T11:28:52.6771469\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg1615/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver7306", - "name": "pgflexserver7306", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1323425848", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%12%,%14%).json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%12%,%14%).json deleted file mode 100644 index dc9c135691e75..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%12%,%14%).json +++ /dev/null @@ -1,967 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-b67577bcf1cad16b7200607c48fef077-526331272166d957-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a7b195837a7b73d46df3e08865fd1c3a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:39:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f9ab012-cf3c-40eb-84c0-b88be2b70c94", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "3f9ab012-cf3c-40eb-84c0-b88be2b70c94", - "x-ms-routing-request-id": "WESTUS:20230127T093913Z:3f9ab012-cf3c-40eb-84c0-b88be2b70c94" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg3202?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-be27e259d822e4e1f33248915c8b04da-4d727d35a18d7396-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "48b2cf870daf8d2dfef968a605aacf42", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:39:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e13300f2-d29a-419a-bee6-e640d37f79c8", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "e13300f2-d29a-419a-bee6-e640d37f79c8", - "x-ms-routing-request-id": "WESTUS:20230127T093914Z:e13300f2-d29a-419a-bee6-e640d37f79c8" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3202", - "name": "pgflexrg3202", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3202/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1376?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "250", - "Content-Type": "application/json", - "traceparent": "00-b1c0847f686a89dcd93bd3d7c0ddbd3a-66a1d6204195038d-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230127.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2d3625e948c45e1c675e1a6391998274", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "12", - "storage": { - "storageSizeGB": 128 - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/d162c5c2-27dc-4351-917d-fd714b6a31f5?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:39:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/d162c5c2-27dc-4351-917d-fd714b6a31f5?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aaa7b2e0-df77-4cfb-a6c0-193db50c9d1e", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "02de1ea6-0084-4c1a-b846-6574c6044361", - "x-ms-routing-request-id": "WESTUS:20230127T093915Z:aaa7b2e0-df77-4cfb-a6c0-193db50c9d1e" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T09:39:15.513Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/d162c5c2-27dc-4351-917d-fd714b6a31f5?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b1c0847f686a89dcd93bd3d7c0ddbd3a-0d77c61dfcd21746-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f61423b848043e91b353e151f3cafc65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:39:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3114fa64-ebcd-4984-b6fc-86c18a47edc2", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "a71be04c-514d-4777-be25-04fc4149f669", - "x-ms-routing-request-id": "WESTUS:20230127T093915Z:3114fa64-ebcd-4984-b6fc-86c18a47edc2" - }, - "ResponseBody": { - "name": "d162c5c2-27dc-4351-917d-fd714b6a31f5", - "status": "InProgress", - "startTime": "2023-01-27T09:39:15.513Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/d162c5c2-27dc-4351-917d-fd714b6a31f5?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b1c0847f686a89dcd93bd3d7c0ddbd3a-26faa4591f3a8ce5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4f1ff477d905af414092b3d6cc4254a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:40:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "936dcde8-e569-476f-a95c-7416fa6e3833", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "185a4085-a68c-49c2-a171-aa8e34af518e", - "x-ms-routing-request-id": "WESTUS:20230127T094016Z:936dcde8-e569-476f-a95c-7416fa6e3833" - }, - "ResponseBody": { - "name": "d162c5c2-27dc-4351-917d-fd714b6a31f5", - "status": "InProgress", - "startTime": "2023-01-27T09:39:15.513Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/d162c5c2-27dc-4351-917d-fd714b6a31f5?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b1c0847f686a89dcd93bd3d7c0ddbd3a-ab8d1428ba321058-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "6eaae4708c843d6f236643ad5893b0af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:41:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "25ccb6be-dc80-4285-9496-df76022a22de", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "368653fa-5143-43b1-ae66-5eeebce8c3ca", - "x-ms-routing-request-id": "WESTUS:20230127T094116Z:25ccb6be-dc80-4285-9496-df76022a22de" - }, - "ResponseBody": { - "name": "d162c5c2-27dc-4351-917d-fd714b6a31f5", - "status": "InProgress", - "startTime": "2023-01-27T09:39:15.513Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/d162c5c2-27dc-4351-917d-fd714b6a31f5?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b1c0847f686a89dcd93bd3d7c0ddbd3a-6a6a08cf2cda5304-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "166316f19ea6df30e165b67295bb7271", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:42:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1af956a7-840c-4381-bc9d-2fd8d4d858b8", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "ec08983f-7431-4837-ad13-03fe9e078a70", - "x-ms-routing-request-id": "WESTUS:20230127T094216Z:1af956a7-840c-4381-bc9d-2fd8d4d858b8" - }, - "ResponseBody": { - "name": "d162c5c2-27dc-4351-917d-fd714b6a31f5", - "status": "InProgress", - "startTime": "2023-01-27T09:39:15.513Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/d162c5c2-27dc-4351-917d-fd714b6a31f5?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b1c0847f686a89dcd93bd3d7c0ddbd3a-b92ccdd3e79c6e0d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0fe140fe8d20ebe084e22c9e959456ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:43:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a8a241f0-77ab-43b3-a40a-b5f7dc00c7bf", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "82398a00-6f45-4ef9-9d0b-2eb3f9e8e561", - "x-ms-routing-request-id": "WESTUS:20230127T094317Z:a8a241f0-77ab-43b3-a40a-b5f7dc00c7bf" - }, - "ResponseBody": { - "name": "d162c5c2-27dc-4351-917d-fd714b6a31f5", - "status": "InProgress", - "startTime": "2023-01-27T09:39:15.513Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/d162c5c2-27dc-4351-917d-fd714b6a31f5?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b1c0847f686a89dcd93bd3d7c0ddbd3a-166008f832e063df-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b5e504e23edfd1f9b3ca8c1fd5fda868", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:44:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2077ac2c-d0fd-43c9-bb30-1713e6c41a9f", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "3ac361dc-bc7b-44c7-ad6d-ad82b6727deb", - "x-ms-routing-request-id": "WESTUS:20230127T094417Z:2077ac2c-d0fd-43c9-bb30-1713e6c41a9f" - }, - "ResponseBody": { - "name": "d162c5c2-27dc-4351-917d-fd714b6a31f5", - "status": "InProgress", - "startTime": "2023-01-27T09:39:15.513Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/d162c5c2-27dc-4351-917d-fd714b6a31f5?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b1c0847f686a89dcd93bd3d7c0ddbd3a-9fafd29b2a86fb60-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "18aed2f4a0b2638e367791c47292494c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:45:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ba380e34-4d21-4bcc-b30b-d182a40308fd", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "670d1112-18b9-45a2-827d-ddff53a165c0", - "x-ms-routing-request-id": "WESTUS:20230127T094517Z:ba380e34-4d21-4bcc-b30b-d182a40308fd" - }, - "ResponseBody": { - "name": "d162c5c2-27dc-4351-917d-fd714b6a31f5", - "status": "InProgress", - "startTime": "2023-01-27T09:39:15.513Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/d162c5c2-27dc-4351-917d-fd714b6a31f5?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b1c0847f686a89dcd93bd3d7c0ddbd3a-2de1f018a41456e8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9090090fbcd6c092460f5c5600c11586", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:46:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "36af97ab-ba22-49ce-ad41-e971d5dd4fb3", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "a9b26498-6ea2-40fc-952a-c00cc62a9874", - "x-ms-routing-request-id": "WESTUS:20230127T094618Z:36af97ab-ba22-49ce-ad41-e971d5dd4fb3" - }, - "ResponseBody": { - "name": "d162c5c2-27dc-4351-917d-fd714b6a31f5", - "status": "InProgress", - "startTime": "2023-01-27T09:39:15.513Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/d162c5c2-27dc-4351-917d-fd714b6a31f5?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b1c0847f686a89dcd93bd3d7c0ddbd3a-ed866b337b2d54a8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c3aac3393de641fa75817f67ad355f20", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:47:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3bbff55e-9cd2-49dc-937b-745f280d01ac", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "03e25676-1dec-4e96-9e68-a8486a035f25", - "x-ms-routing-request-id": "WESTUS:20230127T094718Z:3bbff55e-9cd2-49dc-937b-745f280d01ac" - }, - "ResponseBody": { - "name": "d162c5c2-27dc-4351-917d-fd714b6a31f5", - "status": "Succeeded", - "startTime": "2023-01-27T09:39:15.513Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3202/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1376?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b1c0847f686a89dcd93bd3d7c0ddbd3a-44d68e88eb09e6e9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "cb104080176d379240eed1a244386274", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1117", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:47:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "190d73b3-4c5c-4695-ab63-b9dde3e80206", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "bb4c3c10-2daf-470a-b720-f995cf591096", - "x-ms-routing-request-id": "WESTUS:20230127T094718Z:190d73b3-4c5c-4695-ab63-b9dde3e80206" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T09:39:21.5603635Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver1376.postgres.database.azure.com", - "version": "12", - "minorVersion": "12", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "1", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T09:39:21.5603635\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3202/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1376", - "name": "pgflexserver1376", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3202/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1376?api-version=2022-12-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-ec65ddf41acc5b0bffa93367ee7ac60d-b2947ec2eaf3c278-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230127.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ae8a0a6186e8d1660f4f1a543d2a1311", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "version": "14" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/4fb3d821-12b7-41a5-a767-669a0f975801?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:47:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/4fb3d821-12b7-41a5-a767-669a0f975801?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ccfa41a-66e6-44fb-8512-97b2fcd61022", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "4fe3c23f-271d-427c-bece-542b396a51cf", - "x-ms-routing-request-id": "WESTUS:20230127T094719Z:4ccfa41a-66e6-44fb-8512-97b2fcd61022" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T09:47:19.313Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/4fb3d821-12b7-41a5-a767-669a0f975801?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ec65ddf41acc5b0bffa93367ee7ac60d-1bd88811978f6052-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a2050a1eb1aafa38da3fbc1efc3df915", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:47:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67212659-0d34-4697-96e5-1a181c51f197", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "a1286847-646b-4031-9560-a3f425615652", - "x-ms-routing-request-id": "WESTUS:20230127T094719Z:67212659-0d34-4697-96e5-1a181c51f197" - }, - "ResponseBody": { - "name": "4fb3d821-12b7-41a5-a767-669a0f975801", - "status": "InProgress", - "startTime": "2023-01-27T09:47:19.313Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/4fb3d821-12b7-41a5-a767-669a0f975801?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ec65ddf41acc5b0bffa93367ee7ac60d-e0594b00f59d4750-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "09f2c0daa26218c4f1687c75026d65b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:48:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e89873e-e080-4b11-b641-168cbb731524", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "a1fa48f7-0821-4c47-8784-26453ac361d1", - "x-ms-routing-request-id": "WESTUS:20230127T094819Z:4e89873e-e080-4b11-b641-168cbb731524" - }, - "ResponseBody": { - "name": "4fb3d821-12b7-41a5-a767-669a0f975801", - "status": "InProgress", - "startTime": "2023-01-27T09:47:19.313Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/4fb3d821-12b7-41a5-a767-669a0f975801?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ec65ddf41acc5b0bffa93367ee7ac60d-26f5731180e03b52-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3336dd527025fe6602dbe6718dfa24f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:49:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f1d3b817-2cb3-4946-9413-2398c4988882", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "192a56ac-c453-4975-a094-a99a8c530bc2", - "x-ms-routing-request-id": "WESTUS:20230127T094920Z:f1d3b817-2cb3-4946-9413-2398c4988882" - }, - "ResponseBody": { - "name": "4fb3d821-12b7-41a5-a767-669a0f975801", - "status": "InProgress", - "startTime": "2023-01-27T09:47:19.313Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/4fb3d821-12b7-41a5-a767-669a0f975801?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ec65ddf41acc5b0bffa93367ee7ac60d-5381098a0f6460bb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ab1d6d79f2657cda46edb04135c3f76c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:50:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "682fdd22-02e3-49eb-96f0-dc63488bf336", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "13857304-f41d-4fcf-9520-79c6146f66bb", - "x-ms-routing-request-id": "WESTUS:20230127T095020Z:682fdd22-02e3-49eb-96f0-dc63488bf336" - }, - "ResponseBody": { - "name": "4fb3d821-12b7-41a5-a767-669a0f975801", - "status": "InProgress", - "startTime": "2023-01-27T09:47:19.313Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/4fb3d821-12b7-41a5-a767-669a0f975801?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ec65ddf41acc5b0bffa93367ee7ac60d-7b2f136ceb0b3ea3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1fcb04d9c60669f059f40686bb528af7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:51:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "11abbd4c-df18-41bf-86c3-8e07ebb85989", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "f77a73d5-e016-44f1-9fc1-77028b855301", - "x-ms-routing-request-id": "WESTUS:20230127T095120Z:11abbd4c-df18-41bf-86c3-8e07ebb85989" - }, - "ResponseBody": { - "name": "4fb3d821-12b7-41a5-a767-669a0f975801", - "status": "InProgress", - "startTime": "2023-01-27T09:47:19.313Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/4fb3d821-12b7-41a5-a767-669a0f975801?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ec65ddf41acc5b0bffa93367ee7ac60d-2ab795a3d19e3631-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "94fc8743ba50605203baec37c025c83f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:52:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c9a7f45-c59d-4977-8d24-a3f365f9886b", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "f6ae3791-5c3d-443d-b240-a150f350c1d9", - "x-ms-routing-request-id": "WESTUS:20230127T095221Z:2c9a7f45-c59d-4977-8d24-a3f365f9886b" - }, - "ResponseBody": { - "name": "4fb3d821-12b7-41a5-a767-669a0f975801", - "status": "InProgress", - "startTime": "2023-01-27T09:47:19.313Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/4fb3d821-12b7-41a5-a767-669a0f975801?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ec65ddf41acc5b0bffa93367ee7ac60d-301cb5dd66e6d63c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "89987ae4052eb2ee7db35171eb53c0f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:53:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c08e0c9-d801-46e8-8f57-c0b98c095be9", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "a8c03e97-b539-441d-8e18-75815c4d7e29", - "x-ms-routing-request-id": "WESTUS:20230127T095321Z:7c08e0c9-d801-46e8-8f57-c0b98c095be9" - }, - "ResponseBody": { - "name": "4fb3d821-12b7-41a5-a767-669a0f975801", - "status": "InProgress", - "startTime": "2023-01-27T09:47:19.313Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/4fb3d821-12b7-41a5-a767-669a0f975801?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ec65ddf41acc5b0bffa93367ee7ac60d-dc72cdb2950a2f5f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "aefdb86262c71f1cb16b1b4cd9b8a934", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:54:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5913df1-5ef8-4aa6-b17a-8c39d996bd76", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "25cb9368-2512-42f6-8bbe-4e1eb86c9988", - "x-ms-routing-request-id": "WESTUS:20230127T095422Z:d5913df1-5ef8-4aa6-b17a-8c39d996bd76" - }, - "ResponseBody": { - "name": "4fb3d821-12b7-41a5-a767-669a0f975801", - "status": "InProgress", - "startTime": "2023-01-27T09:47:19.313Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/4fb3d821-12b7-41a5-a767-669a0f975801?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ec65ddf41acc5b0bffa93367ee7ac60d-5d1901ad89fd507a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "41a2c72b00b93ec99949179c69e174af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:55:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d007d53-7532-4c33-8708-b5e91cb88bda", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "22a8502e-ab13-407e-bd47-8a9847057040", - "x-ms-routing-request-id": "WESTUS:20230127T095522Z:2d007d53-7532-4c33-8708-b5e91cb88bda" - }, - "ResponseBody": { - "name": "4fb3d821-12b7-41a5-a767-669a0f975801", - "status": "Succeeded", - "startTime": "2023-01-27T09:47:19.313Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3202/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1376?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ec65ddf41acc5b0bffa93367ee7ac60d-4eafdd5d0bcbeb9e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "08d5f8f91a2781785d78d8c2eaa1d8c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1116", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:55:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "20f370b0-dfd2-401a-b031-c07c8fbaed3c", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "a282eea8-2c00-441b-8561-513576713834", - "x-ms-routing-request-id": "WESTUS:20230127T095522Z:20f370b0-dfd2-401a-b031-c07c8fbaed3c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T09:39:21.5603635Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver1376.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "1", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T09:47:26.6728139\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3202/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1376", - "name": "pgflexserver1376", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "518697249", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%12%,%14%)Async.json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%12%,%14%)Async.json deleted file mode 100644 index c88b5d223376c..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%12%,%14%)Async.json +++ /dev/null @@ -1,967 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-cd697022259d1d70afc07b9bd4b2eb3b-d9ad59653638beb4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "52565302c69a38799a478a724c463331", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:38:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "13917af4-5c5f-4a12-a7f3-6df08f2cbbbe", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "13917af4-5c5f-4a12-a7f3-6df08f2cbbbe", - "x-ms-routing-request-id": "WESTUS:20230127T113855Z:13917af4-5c5f-4a12-a7f3-6df08f2cbbbe" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg6138?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-b36d3b048fd3b78f50979e7629fecb76-0ddecdb1300111ad-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "47be9b192913159fda35d137ae61250d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:38:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "09000062-76aa-43dd-9dd0-02f6bc91b600", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "09000062-76aa-43dd-9dd0-02f6bc91b600", - "x-ms-routing-request-id": "WESTUS:20230127T113856Z:09000062-76aa-43dd-9dd0-02f6bc91b600" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg6138", - "name": "pgflexrg6138", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg6138/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver4347?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "250", - "Content-Type": "application/json", - "traceparent": "00-e7835577c4d6bb43ce961ea5855b5b59-e6bee03ae6f1ca6f-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230127.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0818b0260b3e02c4e003dd67f6fab059", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "12", - "storage": { - "storageSizeGB": 128 - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59b67c33-e1b5-489a-abad-032352bb9973?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "87", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:38:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/59b67c33-e1b5-489a-abad-032352bb9973?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1b618d81-a20a-44c4-a0b8-96067385a57a", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "6165a368-4f00-4085-a82c-fe1397f38b13", - "x-ms-routing-request-id": "WESTUS:20230127T113857Z:1b618d81-a20a-44c4-a0b8-96067385a57a" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T11:38:57.92Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59b67c33-e1b5-489a-abad-032352bb9973?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e7835577c4d6bb43ce961ea5855b5b59-8fdeeacc330da3ad-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "821f3f4db3180db9d6bc67104c371fe0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:38:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ac56dbc0-6e7e-4153-a8c2-29a5fa36cf64", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "6ce72de8-b05a-4a2f-b94d-9574b7dabb0e", - "x-ms-routing-request-id": "WESTUS:20230127T113858Z:ac56dbc0-6e7e-4153-a8c2-29a5fa36cf64" - }, - "ResponseBody": { - "name": "59b67c33-e1b5-489a-abad-032352bb9973", - "status": "InProgress", - "startTime": "2023-01-27T11:38:57.92Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59b67c33-e1b5-489a-abad-032352bb9973?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e7835577c4d6bb43ce961ea5855b5b59-fd42ac7d9ab8fb25-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "406c7884c5766b2d71eb55b91f819b7d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:39:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c2ce3bdf-e0b3-4921-a83c-e243ca54ebda", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "0a9601f8-99f3-4aa3-b2ae-aa2b742209b4", - "x-ms-routing-request-id": "WESTUS:20230127T113958Z:c2ce3bdf-e0b3-4921-a83c-e243ca54ebda" - }, - "ResponseBody": { - "name": "59b67c33-e1b5-489a-abad-032352bb9973", - "status": "InProgress", - "startTime": "2023-01-27T11:38:57.92Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59b67c33-e1b5-489a-abad-032352bb9973?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e7835577c4d6bb43ce961ea5855b5b59-001af19e4b00737d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b619b46a2eda1740b4dd8923532fe17b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:40:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa51d65e-9ff8-408e-959a-6e25ea564f3c", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "f1db999f-90cc-4930-a52e-7e5064ced017", - "x-ms-routing-request-id": "WESTUS:20230127T114059Z:fa51d65e-9ff8-408e-959a-6e25ea564f3c" - }, - "ResponseBody": { - "name": "59b67c33-e1b5-489a-abad-032352bb9973", - "status": "InProgress", - "startTime": "2023-01-27T11:38:57.92Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59b67c33-e1b5-489a-abad-032352bb9973?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e7835577c4d6bb43ce961ea5855b5b59-b91fab53ceab63ff-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "eebe0c6558f587b211b3112d5d00ed55", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:41:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "92792b02-a69b-4445-a5da-51b6383e5342", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "d353ac53-9d95-450f-a3b8-26666bab128a", - "x-ms-routing-request-id": "WESTUS:20230127T114159Z:92792b02-a69b-4445-a5da-51b6383e5342" - }, - "ResponseBody": { - "name": "59b67c33-e1b5-489a-abad-032352bb9973", - "status": "InProgress", - "startTime": "2023-01-27T11:38:57.92Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59b67c33-e1b5-489a-abad-032352bb9973?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e7835577c4d6bb43ce961ea5855b5b59-d20d567f895a0508-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "97a5ea20681e560537558b993c0a1841", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:42:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8cc98e93-0639-46d6-ac7a-cc68f51025f6", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "3d149f52-7ada-4881-823b-8db0024226b8", - "x-ms-routing-request-id": "WESTUS:20230127T114259Z:8cc98e93-0639-46d6-ac7a-cc68f51025f6" - }, - "ResponseBody": { - "name": "59b67c33-e1b5-489a-abad-032352bb9973", - "status": "InProgress", - "startTime": "2023-01-27T11:38:57.92Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59b67c33-e1b5-489a-abad-032352bb9973?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e7835577c4d6bb43ce961ea5855b5b59-38ac6c35ebc33980-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1354da0aacc212870292a5261d13b9b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:43:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6a03ddc5-09a9-4d4b-8f0d-c0dd9370f8f3", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "c9a6f0dc-fb23-411a-ace8-a9e96902fb39", - "x-ms-routing-request-id": "WESTUS:20230127T114359Z:6a03ddc5-09a9-4d4b-8f0d-c0dd9370f8f3" - }, - "ResponseBody": { - "name": "59b67c33-e1b5-489a-abad-032352bb9973", - "status": "InProgress", - "startTime": "2023-01-27T11:38:57.92Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59b67c33-e1b5-489a-abad-032352bb9973?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e7835577c4d6bb43ce961ea5855b5b59-77f5675dcbfd4bbd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "680233ef498afc5d0668b7a0cd184b07", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:44:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f02ef7ec-8868-4833-b993-323f3d52b12d", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "978f4c61-06a3-460b-b96e-f9fe48f2b56e", - "x-ms-routing-request-id": "WESTUS:20230127T114500Z:f02ef7ec-8868-4833-b993-323f3d52b12d" - }, - "ResponseBody": { - "name": "59b67c33-e1b5-489a-abad-032352bb9973", - "status": "InProgress", - "startTime": "2023-01-27T11:38:57.92Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59b67c33-e1b5-489a-abad-032352bb9973?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e7835577c4d6bb43ce961ea5855b5b59-41634fc94da1eec0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8323cf9bdaac74936293948bc3df3924", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:46:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e7f3e85-b05f-48f5-b313-ba3db5ead957", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "284742de-82cf-4712-85be-992565f1b647", - "x-ms-routing-request-id": "WESTUS:20230127T114600Z:9e7f3e85-b05f-48f5-b313-ba3db5ead957" - }, - "ResponseBody": { - "name": "59b67c33-e1b5-489a-abad-032352bb9973", - "status": "Succeeded", - "startTime": "2023-01-27T11:38:57.92Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg6138/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver4347?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e7835577c4d6bb43ce961ea5855b5b59-8cd13c7d5fc7ac37-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "08aad69caf07c0b77d570d5af4e744ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1117", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:46:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "688f4c70-b3b6-46be-82e6-10b6aba0415c", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "8a83bb4c-1f8d-42a3-b612-cb1cabbeb266", - "x-ms-routing-request-id": "WESTUS:20230127T114601Z:688f4c70-b3b6-46be-82e6-10b6aba0415c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T11:39:03.9034498Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver4347.postgres.database.azure.com", - "version": "12", - "minorVersion": "12", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "1", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T11:39:03.9034498\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg6138/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver4347", - "name": "pgflexserver4347", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg6138/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver4347?api-version=2022-12-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-bdd6c2f041265e4e3ea5e2c6e737f09f-7d6ccba3b0503f95-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230127.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4d8b9e4735ef1508a08e06f6b5d13927", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "version": "14" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f40647c4-6af4-4355-ae9c-75c98b959e57?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:46:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/f40647c4-6af4-4355-ae9c-75c98b959e57?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ac1fbc8-42c6-42ae-9d1c-b9e77d52d9f3", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "5a9ad60d-44b1-4867-a74d-4c96c0ea1be2", - "x-ms-routing-request-id": "WESTUS:20230127T114601Z:4ac1fbc8-42c6-42ae-9d1c-b9e77d52d9f3" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T11:46:01.657Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f40647c4-6af4-4355-ae9c-75c98b959e57?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-bdd6c2f041265e4e3ea5e2c6e737f09f-de15966f272f3d33-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2544aa4eec536734cd946879a9c00bab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:46:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ceb54e65-2445-4360-99d3-1b843ee4e477", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "57859df5-fd90-45f5-8ec8-c80b836886b4", - "x-ms-routing-request-id": "WESTUS:20230127T114601Z:ceb54e65-2445-4360-99d3-1b843ee4e477" - }, - "ResponseBody": { - "name": "f40647c4-6af4-4355-ae9c-75c98b959e57", - "status": "InProgress", - "startTime": "2023-01-27T11:46:01.657Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f40647c4-6af4-4355-ae9c-75c98b959e57?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-bdd6c2f041265e4e3ea5e2c6e737f09f-cb66486ca9058f22-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "612be51d4de4047c9e9f358d2fb34868", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:47:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f2c8e75f-6008-4a6b-8b29-6b43e1f8d257", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "8d28864c-7032-4a62-a740-4e87f5b9da3a", - "x-ms-routing-request-id": "WESTUS:20230127T114702Z:f2c8e75f-6008-4a6b-8b29-6b43e1f8d257" - }, - "ResponseBody": { - "name": "f40647c4-6af4-4355-ae9c-75c98b959e57", - "status": "InProgress", - "startTime": "2023-01-27T11:46:01.657Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f40647c4-6af4-4355-ae9c-75c98b959e57?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-bdd6c2f041265e4e3ea5e2c6e737f09f-29a4d0b3c41db133-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0ba88a0e148c42d35e9c29d9da864157", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:48:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2fca7e07-6830-4d58-ba65-899dd22f4c4d", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "fa65902b-10fb-43d0-b93a-8c80213cbc41", - "x-ms-routing-request-id": "WESTUS:20230127T114802Z:2fca7e07-6830-4d58-ba65-899dd22f4c4d" - }, - "ResponseBody": { - "name": "f40647c4-6af4-4355-ae9c-75c98b959e57", - "status": "InProgress", - "startTime": "2023-01-27T11:46:01.657Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f40647c4-6af4-4355-ae9c-75c98b959e57?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-bdd6c2f041265e4e3ea5e2c6e737f09f-67d36da2b5ed71c1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e7375a571d0c00972e4086b3b6a7381a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:49:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "39c5104a-0b07-41e0-90ed-6158a4716b59", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "d0870722-d8f1-4a4c-bbca-fd56f3ced876", - "x-ms-routing-request-id": "WESTUS:20230127T114902Z:39c5104a-0b07-41e0-90ed-6158a4716b59" - }, - "ResponseBody": { - "name": "f40647c4-6af4-4355-ae9c-75c98b959e57", - "status": "InProgress", - "startTime": "2023-01-27T11:46:01.657Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f40647c4-6af4-4355-ae9c-75c98b959e57?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-bdd6c2f041265e4e3ea5e2c6e737f09f-91276aab17d86cc7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1e6b004cff18091f12e9034724a22a18", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:50:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a9054b3-9043-49f3-9af6-fe4a4c695bc0", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "d608f548-1e46-4caf-be4a-df48cf7b67a7", - "x-ms-routing-request-id": "WESTUS:20230127T115003Z:8a9054b3-9043-49f3-9af6-fe4a4c695bc0" - }, - "ResponseBody": { - "name": "f40647c4-6af4-4355-ae9c-75c98b959e57", - "status": "InProgress", - "startTime": "2023-01-27T11:46:01.657Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f40647c4-6af4-4355-ae9c-75c98b959e57?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-bdd6c2f041265e4e3ea5e2c6e737f09f-0716fceb026509b9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d435de5e607bf05bf3a8dd4c8d1f8bb6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:51:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "691914cc-d8cc-48a9-bafb-d65076cdb648", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "d9955b0e-31ce-4fba-bd00-a93ae9958a0a", - "x-ms-routing-request-id": "WESTUS:20230127T115103Z:691914cc-d8cc-48a9-bafb-d65076cdb648" - }, - "ResponseBody": { - "name": "f40647c4-6af4-4355-ae9c-75c98b959e57", - "status": "InProgress", - "startTime": "2023-01-27T11:46:01.657Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f40647c4-6af4-4355-ae9c-75c98b959e57?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-bdd6c2f041265e4e3ea5e2c6e737f09f-84f20f0c56baf694-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "da8c0e64221a573f3b2ed4231a4fdb8b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:52:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d93c9728-008f-4056-96ea-c001fe8a2398", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "3f1756be-8ab2-489e-845a-e62280f1da12", - "x-ms-routing-request-id": "WESTUS:20230127T115204Z:d93c9728-008f-4056-96ea-c001fe8a2398" - }, - "ResponseBody": { - "name": "f40647c4-6af4-4355-ae9c-75c98b959e57", - "status": "InProgress", - "startTime": "2023-01-27T11:46:01.657Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f40647c4-6af4-4355-ae9c-75c98b959e57?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-bdd6c2f041265e4e3ea5e2c6e737f09f-fe97e907c8eba668-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d8556e156372ec9ea47a2b7022d27bf3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:53:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0d2198b7-3d1b-4ad1-a66b-394dd452273f", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "7ef1519a-9f4f-4d20-b5d5-7532c4ab2a2a", - "x-ms-routing-request-id": "WESTUS:20230127T115304Z:0d2198b7-3d1b-4ad1-a66b-394dd452273f" - }, - "ResponseBody": { - "name": "f40647c4-6af4-4355-ae9c-75c98b959e57", - "status": "InProgress", - "startTime": "2023-01-27T11:46:01.657Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f40647c4-6af4-4355-ae9c-75c98b959e57?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-bdd6c2f041265e4e3ea5e2c6e737f09f-114706d56dd1de8c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "16e34c5d50153bfd9fdd984c8b37d6a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:54:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "afeed0ad-bdb2-4582-a425-9b1bf47fa0a5", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "eae86470-74e7-404c-9ba3-f1e33a52d8c6", - "x-ms-routing-request-id": "WESTUS:20230127T115405Z:afeed0ad-bdb2-4582-a425-9b1bf47fa0a5" - }, - "ResponseBody": { - "name": "f40647c4-6af4-4355-ae9c-75c98b959e57", - "status": "InProgress", - "startTime": "2023-01-27T11:46:01.657Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f40647c4-6af4-4355-ae9c-75c98b959e57?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-bdd6c2f041265e4e3ea5e2c6e737f09f-41d68cfd6e81ff95-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1e3651ccb3c900446fa035a0f7ce3568", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:55:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e4859a09-4c1b-4307-a614-8830a27f5675", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "460eeb48-242d-4cc0-a77b-82f80f2cd3ed", - "x-ms-routing-request-id": "WESTUS:20230127T115505Z:e4859a09-4c1b-4307-a614-8830a27f5675" - }, - "ResponseBody": { - "name": "f40647c4-6af4-4355-ae9c-75c98b959e57", - "status": "Succeeded", - "startTime": "2023-01-27T11:46:01.657Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg6138/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver4347?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-bdd6c2f041265e4e3ea5e2c6e737f09f-ad2ee6eca60e82ea-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "cdc5e1b2c56bc575711a3994cb52606c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1116", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:55:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a0e1a7d-cba8-4794-88d0-f19f24cf6723", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "e189dd41-66c2-4cc5-a464-4dfe2ecb7514", - "x-ms-routing-request-id": "WESTUS:20230127T115505Z:8a0e1a7d-cba8-4794-88d0-f19f24cf6723" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T11:39:03.9034498Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver4347.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "1", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T11:46:10.6980283\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg6138/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver4347", - "name": "pgflexserver4347", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "979546140", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%13%,%14%).json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%13%,%14%).json deleted file mode 100644 index 649e5c1b0c184..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%13%,%14%).json +++ /dev/null @@ -1,967 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-aebd23b4a31a8035a0c9a87267348e7b-861c5fc1bd700b1c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c100c93519ed4b0d47d2dbc72fda6b5b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:55:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53302c1d-4e6f-400d-becc-1712eef3e6ad", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "53302c1d-4e6f-400d-becc-1712eef3e6ad", - "x-ms-routing-request-id": "WESTUS:20230127T095525Z:53302c1d-4e6f-400d-becc-1712eef3e6ad" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg998?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-757910e38873fde96f17940bff84710f-3a35b4fc8bda3813-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "50a9b2f40a62aeb3fc6c39efb0118a8e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "219", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:55:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "348e5f69-1641-451e-8c04-77d69dc614b7", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "348e5f69-1641-451e-8c04-77d69dc614b7", - "x-ms-routing-request-id": "WESTUS:20230127T095526Z:348e5f69-1641-451e-8c04-77d69dc614b7" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg998", - "name": "pgflexrg998", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg998/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5098?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "250", - "Content-Type": "application/json", - "traceparent": "00-94f89c034760acd7126f2a4b30eee6a8-2a5d175f2e0ba810-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230127.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0c57b5941978dad49ae99bbdcc829b84", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "13", - "storage": { - "storageSizeGB": 128 - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/896431f1-c71d-41de-93c8-80f8a163af65?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:55:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/896431f1-c71d-41de-93c8-80f8a163af65?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "171f0237-796c-440a-9dc6-165fc0a952bf", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "0eed3ede-6382-4887-bf6a-36bd1a7ef819", - "x-ms-routing-request-id": "WESTUS:20230127T095527Z:171f0237-796c-440a-9dc6-165fc0a952bf" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T09:55:27.833Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/896431f1-c71d-41de-93c8-80f8a163af65?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-94f89c034760acd7126f2a4b30eee6a8-2f2ac8ade27de68f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b645a03d2104dac3decfb5796ef6e179", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:55:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f19055ec-7e00-44f0-851e-684307cb510b", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "20a07533-08fc-429c-8f30-416cba9d3efe", - "x-ms-routing-request-id": "WESTUS:20230127T095528Z:f19055ec-7e00-44f0-851e-684307cb510b" - }, - "ResponseBody": { - "name": "896431f1-c71d-41de-93c8-80f8a163af65", - "status": "InProgress", - "startTime": "2023-01-27T09:55:27.833Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/896431f1-c71d-41de-93c8-80f8a163af65?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-94f89c034760acd7126f2a4b30eee6a8-1b24d1449d0495fc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4ff5b4d1a453afec4e60fe39fc32c842", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:56:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a49abccf-a814-492d-83fe-08a2862001bd", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "e0b014ff-bfcb-4ae9-95ec-a90b3411af28", - "x-ms-routing-request-id": "WESTUS:20230127T095628Z:a49abccf-a814-492d-83fe-08a2862001bd" - }, - "ResponseBody": { - "name": "896431f1-c71d-41de-93c8-80f8a163af65", - "status": "InProgress", - "startTime": "2023-01-27T09:55:27.833Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/896431f1-c71d-41de-93c8-80f8a163af65?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-94f89c034760acd7126f2a4b30eee6a8-9d4b162f50a684fa-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2b80d1c8e53cd8809de307d22fee8818", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:57:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0719775-4e6b-4e07-a124-851ddb51c49c", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "f0060d1e-58fb-4ebc-b563-a4a00a9dc12b", - "x-ms-routing-request-id": "WESTUS:20230127T095728Z:e0719775-4e6b-4e07-a124-851ddb51c49c" - }, - "ResponseBody": { - "name": "896431f1-c71d-41de-93c8-80f8a163af65", - "status": "InProgress", - "startTime": "2023-01-27T09:55:27.833Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/896431f1-c71d-41de-93c8-80f8a163af65?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-94f89c034760acd7126f2a4b30eee6a8-e05b47db5b42afb0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5dd0a35dd1629876b49668a3238addab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:58:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1f6ce3d6-95b1-4132-8585-c3d85599a389", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "2614cdfb-cff4-4c37-865a-7b872c4d1e7b", - "x-ms-routing-request-id": "WESTUS:20230127T095829Z:1f6ce3d6-95b1-4132-8585-c3d85599a389" - }, - "ResponseBody": { - "name": "896431f1-c71d-41de-93c8-80f8a163af65", - "status": "InProgress", - "startTime": "2023-01-27T09:55:27.833Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/896431f1-c71d-41de-93c8-80f8a163af65?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-94f89c034760acd7126f2a4b30eee6a8-620276a7ff6c337d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9cb07207b676ec3c341db2709c197f5f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 09:59:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70ba2961-9921-4e94-b5c6-875a0ca243ef", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "fe25ba37-b397-4891-888a-b523dafb04fe", - "x-ms-routing-request-id": "WESTUS:20230127T095929Z:70ba2961-9921-4e94-b5c6-875a0ca243ef" - }, - "ResponseBody": { - "name": "896431f1-c71d-41de-93c8-80f8a163af65", - "status": "InProgress", - "startTime": "2023-01-27T09:55:27.833Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/896431f1-c71d-41de-93c8-80f8a163af65?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-94f89c034760acd7126f2a4b30eee6a8-0f6b9e0f1cf7699a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "59dbe6d86a62f6e05be777a67ddcb412", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:00:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d06760e-f50f-42f5-be46-3c8beeed8bfe", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "49d9d6ca-86d2-44fd-9c33-c1fa98e90854", - "x-ms-routing-request-id": "WESTUS:20230127T100029Z:2d06760e-f50f-42f5-be46-3c8beeed8bfe" - }, - "ResponseBody": { - "name": "896431f1-c71d-41de-93c8-80f8a163af65", - "status": "InProgress", - "startTime": "2023-01-27T09:55:27.833Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/896431f1-c71d-41de-93c8-80f8a163af65?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-94f89c034760acd7126f2a4b30eee6a8-982122e28ae57313-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "bccb5b06ec3da7a166e329441e06fc9a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:01:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "18b93a88-4c09-405f-bbef-90ecb20bdc69", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "5f55c970-87d9-46f4-91b2-939af7af3699", - "x-ms-routing-request-id": "WESTUS:20230127T100130Z:18b93a88-4c09-405f-bbef-90ecb20bdc69" - }, - "ResponseBody": { - "name": "896431f1-c71d-41de-93c8-80f8a163af65", - "status": "InProgress", - "startTime": "2023-01-27T09:55:27.833Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/896431f1-c71d-41de-93c8-80f8a163af65?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-94f89c034760acd7126f2a4b30eee6a8-8f5b173c303f6fc2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3ccb081683ae9c4892ba418f3e966e57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:02:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "81357d9d-b771-4a5b-8d42-33997308395e", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "001b141c-b711-4e00-9071-aa6b6fed6710", - "x-ms-routing-request-id": "WESTUS:20230127T100230Z:81357d9d-b771-4a5b-8d42-33997308395e" - }, - "ResponseBody": { - "name": "896431f1-c71d-41de-93c8-80f8a163af65", - "status": "Succeeded", - "startTime": "2023-01-27T09:55:27.833Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg998/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5098?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-94f89c034760acd7126f2a4b30eee6a8-4a26a7743d603186-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "416aa068c34eeb224434f27e409cd854", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1115", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:02:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ebfd868-75bb-4686-ab60-9f26f1957664", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "ff62fec1-b19c-483a-8597-6b857aac0a4b", - "x-ms-routing-request-id": "WESTUS:20230127T100231Z:3ebfd868-75bb-4686-ab60-9f26f1957664" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T09:55:35.2854205Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver5098.postgres.database.azure.com", - "version": "13", - "minorVersion": "8", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "3", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T09:55:35.2854205\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg998/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5098", - "name": "pgflexserver5098", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg998/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5098?api-version=2022-12-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-ba4620078b7909a89d739593bbfd9aad-eef28b334f6f35c4-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230127.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "748fddeb78118264132f2a83aa1269cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "version": "14" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/77ed5abb-1ff9-4749-b209-4962a7fb17a0?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "87", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:02:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/77ed5abb-1ff9-4749-b209-4962a7fb17a0?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf369a2a-40e6-4de0-a61c-a94e85185521", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "13fb94de-27ab-4baf-983a-ea83abeca1bc", - "x-ms-routing-request-id": "WESTUS:20230127T100231Z:bf369a2a-40e6-4de0-a61c-a94e85185521" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T10:02:31.61Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/77ed5abb-1ff9-4749-b209-4962a7fb17a0?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ba4620078b7909a89d739593bbfd9aad-35075c0600df18e8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "60a4ece1fa07f0453ce72d1e989f4131", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:02:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ccd9e464-ecbe-4b3e-a068-7de21b5c1d3c", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "548eee6f-bf10-4d51-9394-80fae37407f5", - "x-ms-routing-request-id": "WESTUS:20230127T100231Z:ccd9e464-ecbe-4b3e-a068-7de21b5c1d3c" - }, - "ResponseBody": { - "name": "77ed5abb-1ff9-4749-b209-4962a7fb17a0", - "status": "InProgress", - "startTime": "2023-01-27T10:02:31.61Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/77ed5abb-1ff9-4749-b209-4962a7fb17a0?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ba4620078b7909a89d739593bbfd9aad-54a32fbe3609e574-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "6e0923cb59c030b8913b8f317feaf149", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:03:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f1bbfa02-3937-4787-b23d-4f3b93be7f1a", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "d1337253-9979-443d-874d-7af6e813738e", - "x-ms-routing-request-id": "WESTUS:20230127T100332Z:f1bbfa02-3937-4787-b23d-4f3b93be7f1a" - }, - "ResponseBody": { - "name": "77ed5abb-1ff9-4749-b209-4962a7fb17a0", - "status": "InProgress", - "startTime": "2023-01-27T10:02:31.61Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/77ed5abb-1ff9-4749-b209-4962a7fb17a0?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ba4620078b7909a89d739593bbfd9aad-03e7c3565f72c120-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "bea134d3086e7ac88cea42b48c2dba46", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:04:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27bc2527-a4b8-41fa-9182-85e0bd3cb869", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "3e721e4b-c87d-4fc4-9400-2902df27c5fe", - "x-ms-routing-request-id": "WESTUS:20230127T100432Z:27bc2527-a4b8-41fa-9182-85e0bd3cb869" - }, - "ResponseBody": { - "name": "77ed5abb-1ff9-4749-b209-4962a7fb17a0", - "status": "InProgress", - "startTime": "2023-01-27T10:02:31.61Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/77ed5abb-1ff9-4749-b209-4962a7fb17a0?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ba4620078b7909a89d739593bbfd9aad-8c45066379d447a2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "6daec69eedc087353374cecb6a147051", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:05:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a462044-598e-4616-9b49-d1cacf809c33", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "63c7b2c1-8042-4010-931b-e8248210959b", - "x-ms-routing-request-id": "WESTUS:20230127T100533Z:3a462044-598e-4616-9b49-d1cacf809c33" - }, - "ResponseBody": { - "name": "77ed5abb-1ff9-4749-b209-4962a7fb17a0", - "status": "InProgress", - "startTime": "2023-01-27T10:02:31.61Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/77ed5abb-1ff9-4749-b209-4962a7fb17a0?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ba4620078b7909a89d739593bbfd9aad-eb169f0808df674e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "634be4f682fec2c35a8ee1d51704a364", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:06:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cb506d36-6ded-480a-8565-b1b0e6ea4ed6", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "ca9f14b3-b060-431a-9d28-f88765210568", - "x-ms-routing-request-id": "WESTUS:20230127T100633Z:cb506d36-6ded-480a-8565-b1b0e6ea4ed6" - }, - "ResponseBody": { - "name": "77ed5abb-1ff9-4749-b209-4962a7fb17a0", - "status": "InProgress", - "startTime": "2023-01-27T10:02:31.61Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/77ed5abb-1ff9-4749-b209-4962a7fb17a0?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ba4620078b7909a89d739593bbfd9aad-29d4f660678f78c8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b9934980833ce588ff198afa3afc1078", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:07:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f9a2a45-6ad5-4698-981b-48e39f7c3bbb", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "498e1048-6146-4fb2-a3da-a1d7a247550f", - "x-ms-routing-request-id": "WESTUS:20230127T100733Z:3f9a2a45-6ad5-4698-981b-48e39f7c3bbb" - }, - "ResponseBody": { - "name": "77ed5abb-1ff9-4749-b209-4962a7fb17a0", - "status": "InProgress", - "startTime": "2023-01-27T10:02:31.61Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/77ed5abb-1ff9-4749-b209-4962a7fb17a0?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ba4620078b7909a89d739593bbfd9aad-136f4edd2f08273b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a8bdf07a57e11b4703eb13310c5f702f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:08:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f3d54df-d367-449e-93aa-8e60bcc80dbc", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "3be93662-6564-493b-85b7-ad0f95063f20", - "x-ms-routing-request-id": "WESTUS:20230127T100834Z:5f3d54df-d367-449e-93aa-8e60bcc80dbc" - }, - "ResponseBody": { - "name": "77ed5abb-1ff9-4749-b209-4962a7fb17a0", - "status": "InProgress", - "startTime": "2023-01-27T10:02:31.61Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/77ed5abb-1ff9-4749-b209-4962a7fb17a0?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ba4620078b7909a89d739593bbfd9aad-ed3e970a854cf762-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "214a69d0b78073155c6663e4f8c8875e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:09:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d060fc1-cc2b-4ee9-a773-551474901657", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "bd6f8cc1-99a6-4e28-8fe6-b29247819928", - "x-ms-routing-request-id": "WESTUS:20230127T100934Z:5d060fc1-cc2b-4ee9-a773-551474901657" - }, - "ResponseBody": { - "name": "77ed5abb-1ff9-4749-b209-4962a7fb17a0", - "status": "InProgress", - "startTime": "2023-01-27T10:02:31.61Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/77ed5abb-1ff9-4749-b209-4962a7fb17a0?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ba4620078b7909a89d739593bbfd9aad-181764d324d98811-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "275b697efa4629830177b6517057d9a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:10:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cf9f8136-8ad3-439c-8086-3fe4c3adc917", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "14e6a6f9-e551-4a8d-8f07-9e1343148535", - "x-ms-routing-request-id": "WESTUS:20230127T101035Z:cf9f8136-8ad3-439c-8086-3fe4c3adc917" - }, - "ResponseBody": { - "name": "77ed5abb-1ff9-4749-b209-4962a7fb17a0", - "status": "InProgress", - "startTime": "2023-01-27T10:02:31.61Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/77ed5abb-1ff9-4749-b209-4962a7fb17a0?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ba4620078b7909a89d739593bbfd9aad-6b45d727f3c55fbc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d1295aa9eeb1c3f7db4a4b7af363233b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:11:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "17881391-07d0-44b2-b9e7-711f07925494", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "ccb41c7f-b8c8-4e12-b8c4-451f8835f289", - "x-ms-routing-request-id": "WESTUS:20230127T101135Z:17881391-07d0-44b2-b9e7-711f07925494" - }, - "ResponseBody": { - "name": "77ed5abb-1ff9-4749-b209-4962a7fb17a0", - "status": "Succeeded", - "startTime": "2023-01-27T10:02:31.61Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg998/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5098?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ba4620078b7909a89d739593bbfd9aad-a8791210bd6fcb40-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a2b2b5634903d5e9e521200901c30304", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1115", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 10:11:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5100e5ea-fc9c-4fb8-b4a7-beab2a551510", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "62198178-d8ee-459e-93c0-a6393f965e7e", - "x-ms-routing-request-id": "WESTUS:20230127T101135Z:5100e5ea-fc9c-4fb8-b4a7-beab2a551510" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T09:55:35.2854205Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver5098.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "3", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T10:02:38.6602691\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg998/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5098", - "name": "pgflexserver5098", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1536134982", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%13%,%14%)Async.json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%13%,%14%)Async.json deleted file mode 100644 index 5edef371b4f38..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/MajorVersionUpgrade(%13%,%14%)Async.json +++ /dev/null @@ -1,933 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-7455e36cc3351b95d8fd95ada856736a-00b30fbf30128241-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fd3b0472a6a7b27a6f779ed06c1061ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:55:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bfb93608-4ca6-4225-941d-6cfe7d6d9cd0", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "bfb93608-4ca6-4225-941d-6cfe7d6d9cd0", - "x-ms-routing-request-id": "WESTUS:20230127T115508Z:bfb93608-4ca6-4225-941d-6cfe7d6d9cd0" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg8876?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-87e89cbf23ef7392948185e9cfdcfa2a-3b4bb41a38bd60d5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f449bcff533618e7850ad0034d9e8608", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:55:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c7202de-80a8-48fa-bc97-6f7217a38dee", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "9c7202de-80a8-48fa-bc97-6f7217a38dee", - "x-ms-routing-request-id": "WESTUS:20230127T115509Z:9c7202de-80a8-48fa-bc97-6f7217a38dee" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8876", - "name": "pgflexrg8876", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8876/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver327?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "250", - "Content-Type": "application/json", - "traceparent": "00-312a139db14dd71b3269face17167fc4-2f9b4b3f8761ddb5-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230127.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "53d27b7d74edfc7932b4fd98ef2bb6bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "13", - "storage": { - "storageSizeGB": 128 - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/353759f5-7cf9-41c9-9540-2ef66f3dd485?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:55:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/353759f5-7cf9-41c9-9540-2ef66f3dd485?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "86bd95c2-d115-4cbb-8dc5-17f87184c447", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "dd7470f0-1177-4c57-a168-d273c39be355", - "x-ms-routing-request-id": "WESTUS:20230127T115510Z:86bd95c2-d115-4cbb-8dc5-17f87184c447" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T11:55:10.037Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/353759f5-7cf9-41c9-9540-2ef66f3dd485?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-312a139db14dd71b3269face17167fc4-733f16a7d76e26bd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e693634ab8db8bcb434dc282564e285a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:55:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "082c5e79-d426-46bf-9374-341bd14779b7", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "afa90e9e-89aa-457b-a978-d852a677fd94", - "x-ms-routing-request-id": "WESTUS:20230127T115510Z:082c5e79-d426-46bf-9374-341bd14779b7" - }, - "ResponseBody": { - "name": "353759f5-7cf9-41c9-9540-2ef66f3dd485", - "status": "InProgress", - "startTime": "2023-01-27T11:55:10.037Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/353759f5-7cf9-41c9-9540-2ef66f3dd485?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-312a139db14dd71b3269face17167fc4-d481581949dd557b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "22e51353aa9eff49ade93d5f530819c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:56:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a15fe69d-b35a-4ce5-a6f3-d14d36d272b1", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "ec036798-35f4-48fc-9035-09bfb70687d6", - "x-ms-routing-request-id": "WESTUS:20230127T115610Z:a15fe69d-b35a-4ce5-a6f3-d14d36d272b1" - }, - "ResponseBody": { - "name": "353759f5-7cf9-41c9-9540-2ef66f3dd485", - "status": "InProgress", - "startTime": "2023-01-27T11:55:10.037Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/353759f5-7cf9-41c9-9540-2ef66f3dd485?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-312a139db14dd71b3269face17167fc4-05234532606dda44-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8b4efc8ad09865e15f749871bb4b92c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:57:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3928c95-6da7-4369-bd0e-1e17299e1e97", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "fe5f3b9d-5553-419d-8349-fccc2f15c38c", - "x-ms-routing-request-id": "WESTUS:20230127T115710Z:e3928c95-6da7-4369-bd0e-1e17299e1e97" - }, - "ResponseBody": { - "name": "353759f5-7cf9-41c9-9540-2ef66f3dd485", - "status": "InProgress", - "startTime": "2023-01-27T11:55:10.037Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/353759f5-7cf9-41c9-9540-2ef66f3dd485?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-312a139db14dd71b3269face17167fc4-3a9e1c56c6ef159d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ce1cc66508859f621a9338f17b6b373a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:58:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "15dadea0-b9a6-4bd2-afac-2b536bc8ed71", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "ac4869e4-1b71-4c4c-8907-21ae44dae341", - "x-ms-routing-request-id": "WESTUS:20230127T115811Z:15dadea0-b9a6-4bd2-afac-2b536bc8ed71" - }, - "ResponseBody": { - "name": "353759f5-7cf9-41c9-9540-2ef66f3dd485", - "status": "InProgress", - "startTime": "2023-01-27T11:55:10.037Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/353759f5-7cf9-41c9-9540-2ef66f3dd485?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-312a139db14dd71b3269face17167fc4-1535716ecac32387-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "59f8fb339c0083c23280c22912d74461", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 11:59:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "893e9b60-bb7f-4e72-9eec-f69e5be4f5d6", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "acacd222-ec26-45dd-b016-56e9aefc643e", - "x-ms-routing-request-id": "WESTUS:20230127T115911Z:893e9b60-bb7f-4e72-9eec-f69e5be4f5d6" - }, - "ResponseBody": { - "name": "353759f5-7cf9-41c9-9540-2ef66f3dd485", - "status": "InProgress", - "startTime": "2023-01-27T11:55:10.037Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/353759f5-7cf9-41c9-9540-2ef66f3dd485?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-312a139db14dd71b3269face17167fc4-840c5c1cf6aaa485-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8df976574aeb81409aae710498efeaf3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 12:00:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1cfc416f-9d73-44f6-9b7e-25e0d15f07e2", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "b8ff032a-754d-4b1e-9394-fd91551455f9", - "x-ms-routing-request-id": "WESTUS:20230127T120011Z:1cfc416f-9d73-44f6-9b7e-25e0d15f07e2" - }, - "ResponseBody": { - "name": "353759f5-7cf9-41c9-9540-2ef66f3dd485", - "status": "InProgress", - "startTime": "2023-01-27T11:55:10.037Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/353759f5-7cf9-41c9-9540-2ef66f3dd485?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-312a139db14dd71b3269face17167fc4-6af2ab3a1edc8477-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "bf3e5d3d3853c8c603999c0546388d43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 12:01:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37e8f3f5-3440-4fbb-9a49-13ecdbcf4ed7", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "c3ea1ae3-1e2c-48b7-a1b2-48262bfd8a8a", - "x-ms-routing-request-id": "WESTUS:20230127T120112Z:37e8f3f5-3440-4fbb-9a49-13ecdbcf4ed7" - }, - "ResponseBody": { - "name": "353759f5-7cf9-41c9-9540-2ef66f3dd485", - "status": "InProgress", - "startTime": "2023-01-27T11:55:10.037Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/353759f5-7cf9-41c9-9540-2ef66f3dd485?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-312a139db14dd71b3269face17167fc4-dfd8407224868879-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "049ad64ea972e84fbb76bf522bbdeb42", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 12:02:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c2bc50fe-a4d5-4710-ac72-695e2a534aaf", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "6757c03b-6fe1-4f8d-98de-819bd31dacc9", - "x-ms-routing-request-id": "WESTUS:20230127T120212Z:c2bc50fe-a4d5-4710-ac72-695e2a534aaf" - }, - "ResponseBody": { - "name": "353759f5-7cf9-41c9-9540-2ef66f3dd485", - "status": "Succeeded", - "startTime": "2023-01-27T11:55:10.037Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8876/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver327?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-312a139db14dd71b3269face17167fc4-6721ac61f13549c7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b4ebce9685991f0db0308a51ae3b3a61", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1113", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 12:02:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "210b343c-a1b0-4521-9ad0-b569c6f9c895", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "a179697e-d3d6-40b2-b81f-db489f5c7e05", - "x-ms-routing-request-id": "WESTUS:20230127T120212Z:210b343c-a1b0-4521-9ad0-b569c6f9c895" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T11:55:15.2240771Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver327.postgres.database.azure.com", - "version": "13", - "minorVersion": "8", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "3", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T11:55:15.2240771\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8876/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver327", - "name": "pgflexserver327", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8876/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver327?api-version=2022-12-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-2e02d42420dc9e019645e734a29ad7e3-bef2e9666f4f44d8-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230127.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c1b62e20e55594810e5503dd78749c46", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "version": "14" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/16695123-f354-4109-a335-61ff0a43b174?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 12:02:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/16695123-f354-4109-a335-61ff0a43b174?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4a77a25-614b-4774-8a1b-0b49656b0b3f", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "8f27abf0-75ab-4fc1-aa78-6e68d8daea23", - "x-ms-routing-request-id": "WESTUS:20230127T120213Z:c4a77a25-614b-4774-8a1b-0b49656b0b3f" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-27T12:02:13.407Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/16695123-f354-4109-a335-61ff0a43b174?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2e02d42420dc9e019645e734a29ad7e3-28a953c661333f52-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fd315d3b2907b1ed4c56a6438130a63b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 12:02:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b53721e4-8df5-460c-9b72-5df3b38f92d9", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "0bde0c80-54d0-46eb-bc96-018359fbecd2", - "x-ms-routing-request-id": "WESTUS:20230127T120213Z:b53721e4-8df5-460c-9b72-5df3b38f92d9" - }, - "ResponseBody": { - "name": "16695123-f354-4109-a335-61ff0a43b174", - "status": "InProgress", - "startTime": "2023-01-27T12:02:13.407Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/16695123-f354-4109-a335-61ff0a43b174?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2e02d42420dc9e019645e734a29ad7e3-68968d63b46caa72-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "54a34393c2cc471484edf8da903f7510", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 12:03:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a6e49b1a-eaaf-44ef-b847-e9fd607c3e17", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "80364754-0435-4fe2-8004-6cf363992821", - "x-ms-routing-request-id": "WESTUS:20230127T120314Z:a6e49b1a-eaaf-44ef-b847-e9fd607c3e17" - }, - "ResponseBody": { - "name": "16695123-f354-4109-a335-61ff0a43b174", - "status": "InProgress", - "startTime": "2023-01-27T12:02:13.407Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/16695123-f354-4109-a335-61ff0a43b174?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2e02d42420dc9e019645e734a29ad7e3-1ca21665bfbd1fc7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1ba1831a9f42843f6cbd2bf632664798", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 12:04:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aaa7d797-a1ff-4b9d-8f92-4fbc83a35e51", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "94c123cb-ff51-4140-9909-144eaf0e0654", - "x-ms-routing-request-id": "WESTUS:20230127T120414Z:aaa7d797-a1ff-4b9d-8f92-4fbc83a35e51" - }, - "ResponseBody": { - "name": "16695123-f354-4109-a335-61ff0a43b174", - "status": "InProgress", - "startTime": "2023-01-27T12:02:13.407Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/16695123-f354-4109-a335-61ff0a43b174?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2e02d42420dc9e019645e734a29ad7e3-748eec3eba75f4eb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "dbae18d4e55a79b449ea791a3112200c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 12:05:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f84ba9f-f5f4-49d2-8f8a-e67ad341c1f5", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "1830255f-a3d7-4141-8981-d83d9c2e695e", - "x-ms-routing-request-id": "WESTUS:20230127T120514Z:9f84ba9f-f5f4-49d2-8f8a-e67ad341c1f5" - }, - "ResponseBody": { - "name": "16695123-f354-4109-a335-61ff0a43b174", - "status": "InProgress", - "startTime": "2023-01-27T12:02:13.407Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/16695123-f354-4109-a335-61ff0a43b174?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2e02d42420dc9e019645e734a29ad7e3-7a3669fee28e5034-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fe2895e18b8ef4f9041ee80e961e141d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 12:06:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4eea2c04-a4dc-4ae0-85cb-1529208ac3f2", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "2d0a2754-ea3f-46b7-9f1d-aaf965dbfee0", - "x-ms-routing-request-id": "WESTUS:20230127T120615Z:4eea2c04-a4dc-4ae0-85cb-1529208ac3f2" - }, - "ResponseBody": { - "name": "16695123-f354-4109-a335-61ff0a43b174", - "status": "InProgress", - "startTime": "2023-01-27T12:02:13.407Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/16695123-f354-4109-a335-61ff0a43b174?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2e02d42420dc9e019645e734a29ad7e3-3d7b2299cda4f9fb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "78065fa59a9135b6cf28d15825255359", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 12:07:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a0da39c3-cf07-4ae4-aa8a-472ebb7d8d36", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "daba97f1-f6f7-4f9d-9db5-aeb7bd20243c", - "x-ms-routing-request-id": "WESTUS:20230127T120715Z:a0da39c3-cf07-4ae4-aa8a-472ebb7d8d36" - }, - "ResponseBody": { - "name": "16695123-f354-4109-a335-61ff0a43b174", - "status": "InProgress", - "startTime": "2023-01-27T12:02:13.407Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/16695123-f354-4109-a335-61ff0a43b174?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2e02d42420dc9e019645e734a29ad7e3-1ce125d9084902e3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9c141f9d483d490a1fb9d63bfda5e22b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 12:08:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4bb523b1-d6c1-46a5-8a29-d57bc0fee246", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "c714a50e-dd8d-43c6-8755-3e5429dee2fd", - "x-ms-routing-request-id": "WESTUS:20230127T120815Z:4bb523b1-d6c1-46a5-8a29-d57bc0fee246" - }, - "ResponseBody": { - "name": "16695123-f354-4109-a335-61ff0a43b174", - "status": "InProgress", - "startTime": "2023-01-27T12:02:13.407Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/16695123-f354-4109-a335-61ff0a43b174?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2e02d42420dc9e019645e734a29ad7e3-97248539f394a9cd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d1745bd5a80c477bdff32f65b9a0cedf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 12:09:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "072ca6d2-36af-4ad0-ab90-0d0e03a1eb2b", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "8f47b31f-c2ee-442e-a4b1-1636b2512c8d", - "x-ms-routing-request-id": "WESTUS:20230127T120916Z:072ca6d2-36af-4ad0-ab90-0d0e03a1eb2b" - }, - "ResponseBody": { - "name": "16695123-f354-4109-a335-61ff0a43b174", - "status": "InProgress", - "startTime": "2023-01-27T12:02:13.407Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/16695123-f354-4109-a335-61ff0a43b174?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2e02d42420dc9e019645e734a29ad7e3-931396416643ae12-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "77718ecb77095de055bd58d8c37a3729", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 12:10:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a851086a-9145-4a1d-8a24-9b97890c2799", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "6ea1c18c-1eb9-4adb-8bc1-001e1cc76647", - "x-ms-routing-request-id": "WESTUS:20230127T121016Z:a851086a-9145-4a1d-8a24-9b97890c2799" - }, - "ResponseBody": { - "name": "16695123-f354-4109-a335-61ff0a43b174", - "status": "Succeeded", - "startTime": "2023-01-27T12:02:13.407Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8876/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver327?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2e02d42420dc9e019645e734a29ad7e3-1c3b168b9e7e4946-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ca83a64581b1f54da3cdbd4919a48f7f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1113", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 27 Jan 2023 12:10:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e924dfa1-b87a-4cde-9557-472d13eb5557", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "9dcbedee-d52a-47dc-aeae-62e0250f8979", - "x-ms-routing-request-id": "WESTUS:20230127T121017Z:e924dfa1-b87a-4cde-9557-472d13eb5557" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-27T11:55:15.2240771Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver327.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "3", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-27T12:03:33.5029324\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8876/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver327", - "name": "pgflexserver327", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1351294002", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/Replica(False).json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/Replica(False).json deleted file mode 100644 index 93eb2f380e941..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/Replica(False).json +++ /dev/null @@ -1,2320 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-2511fe5fd9b59be7854f79c3acf9e5e6-c32ddc1a828eb1fc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d1bef9af77c30312aeeeb034d02c9555", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:13:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c40ef32-8fba-41c6-975d-69f37fd4bb93", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "9c40ef32-8fba-41c6-975d-69f37fd4bb93", - "x-ms-routing-request-id": "WESTUS:20230126T181334Z:9c40ef32-8fba-41c6-975d-69f37fd4bb93" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg3476?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-9cdd812654b639f498024889b00f9f36-194ddd6e7fc37a70-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "acdc57f07f95a1b0e5c62b605a107882", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:13:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5154ce56-33f2-48e4-8c77-353aa1e036b3", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "5154ce56-33f2-48e4-8c77-353aa1e036b3", - "x-ms-routing-request-id": "WESTUS:20230126T181335Z:5154ce56-33f2-48e4-8c77-353aa1e036b3" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476", - "name": "pgflexrg3476", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2959?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "250", - "Content-Type": "application/json", - "traceparent": "00-b284b11164c6b16f61f44835732f803e-e49aefbf366aac94-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "59e70ee24418acd14c0ac01822763157", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "14", - "storage": { - "storageSizeGB": 128 - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/559b1c9d-1e3b-4d88-b377-afb772fb06f9?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "87", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:13:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/559b1c9d-1e3b-4d88-b377-afb772fb06f9?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5901dd33-0105-4a4b-8127-d93f6e4be6d3", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "54e872e5-da7b-403d-a810-a8774649281d", - "x-ms-routing-request-id": "WESTUS:20230126T181337Z:5901dd33-0105-4a4b-8127-d93f6e4be6d3" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-26T18:13:36.91Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/559b1c9d-1e3b-4d88-b377-afb772fb06f9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b284b11164c6b16f61f44835732f803e-811dfee28dac2fca-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e14c4e4e826f5193ad0354da05123ee4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:13:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b68842b7-976d-475a-b284-37985e40ebf1", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "dbde9cd9-4793-4d27-8664-01a2da17e9cb", - "x-ms-routing-request-id": "WESTUS:20230126T181337Z:b68842b7-976d-475a-b284-37985e40ebf1" - }, - "ResponseBody": { - "name": "559b1c9d-1e3b-4d88-b377-afb772fb06f9", - "status": "InProgress", - "startTime": "2023-01-26T18:13:36.91Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/559b1c9d-1e3b-4d88-b377-afb772fb06f9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b284b11164c6b16f61f44835732f803e-ad62fea226a0032d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1a6520df7d1571b9f0ff97c96912f838", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:14:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "76528d15-0946-48b1-a45e-ca161b371a3d", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "ab6086fc-1ac7-4385-832c-eb22e0c6027a", - "x-ms-routing-request-id": "WESTUS:20230126T181437Z:76528d15-0946-48b1-a45e-ca161b371a3d" - }, - "ResponseBody": { - "name": "559b1c9d-1e3b-4d88-b377-afb772fb06f9", - "status": "InProgress", - "startTime": "2023-01-26T18:13:36.91Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/559b1c9d-1e3b-4d88-b377-afb772fb06f9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b284b11164c6b16f61f44835732f803e-320a4bc6cd69d6e2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d4c900e24f2999e77feb96c21b44e2b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:15:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0cfee245-10ea-47ef-84df-910e1d363874", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "84643c4c-d66b-44d5-b3e1-685ea65c0ae7", - "x-ms-routing-request-id": "WESTUS:20230126T181538Z:0cfee245-10ea-47ef-84df-910e1d363874" - }, - "ResponseBody": { - "name": "559b1c9d-1e3b-4d88-b377-afb772fb06f9", - "status": "InProgress", - "startTime": "2023-01-26T18:13:36.91Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/559b1c9d-1e3b-4d88-b377-afb772fb06f9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b284b11164c6b16f61f44835732f803e-7c6c4159eb51c9b2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "93e0f5110dadd1ab94daf170ebc9e79b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:16:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50d044f3-e8dd-4cd4-8e60-260bd9348cc2", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "0ad1bb9f-5467-484b-808f-b8db67f524e5", - "x-ms-routing-request-id": "WESTUS:20230126T181638Z:50d044f3-e8dd-4cd4-8e60-260bd9348cc2" - }, - "ResponseBody": { - "name": "559b1c9d-1e3b-4d88-b377-afb772fb06f9", - "status": "InProgress", - "startTime": "2023-01-26T18:13:36.91Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/559b1c9d-1e3b-4d88-b377-afb772fb06f9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b284b11164c6b16f61f44835732f803e-ae8631f2fc82d94d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "05f71b0b69498fbb38cc9b29e7f756ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:17:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f48b4f59-d327-4ac6-96b5-9a3a7b827753", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "0186fd5d-4d56-40a4-947c-4eeffd0e7288", - "x-ms-routing-request-id": "WESTUS:20230126T181738Z:f48b4f59-d327-4ac6-96b5-9a3a7b827753" - }, - "ResponseBody": { - "name": "559b1c9d-1e3b-4d88-b377-afb772fb06f9", - "status": "InProgress", - "startTime": "2023-01-26T18:13:36.91Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/559b1c9d-1e3b-4d88-b377-afb772fb06f9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b284b11164c6b16f61f44835732f803e-4d3332a49a5242d8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "74b8e71d6531d48b54f83f4e5e77adb5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:18:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91dda01c-1064-45fd-8942-5d7c3f91a91d", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "2710b8f2-b2e1-4754-b681-d624322edb2f", - "x-ms-routing-request-id": "WESTUS:20230126T181839Z:91dda01c-1064-45fd-8942-5d7c3f91a91d" - }, - "ResponseBody": { - "name": "559b1c9d-1e3b-4d88-b377-afb772fb06f9", - "status": "InProgress", - "startTime": "2023-01-26T18:13:36.91Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/559b1c9d-1e3b-4d88-b377-afb772fb06f9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b284b11164c6b16f61f44835732f803e-4c1e20253ff91b03-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ffb7fb04dc4ca7663a505ae17281ea9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:19:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e4edeeb6-0657-41f7-8d80-fd3761403fd0", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "09c0b00a-5b2d-4d03-809d-c9a433257fa9", - "x-ms-routing-request-id": "WESTUS:20230126T181939Z:e4edeeb6-0657-41f7-8d80-fd3761403fd0" - }, - "ResponseBody": { - "name": "559b1c9d-1e3b-4d88-b377-afb772fb06f9", - "status": "InProgress", - "startTime": "2023-01-26T18:13:36.91Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/559b1c9d-1e3b-4d88-b377-afb772fb06f9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b284b11164c6b16f61f44835732f803e-297cc45948baf42d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "045244847311a5699022b0502a6c31c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:20:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "134b7e17-45ef-4e6e-ac39-bef92003f31b", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "5fe4fffe-d87f-4021-b896-71ebc98313e1", - "x-ms-routing-request-id": "WESTUS:20230126T182039Z:134b7e17-45ef-4e6e-ac39-bef92003f31b" - }, - "ResponseBody": { - "name": "559b1c9d-1e3b-4d88-b377-afb772fb06f9", - "status": "Succeeded", - "startTime": "2023-01-26T18:13:36.91Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2959?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b284b11164c6b16f61f44835732f803e-735b6cfb03dc8ec0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ec25e61f563f415f801039e00aaa62d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1116", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:20:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f5490798-2f41-4e6d-b291-30432bc61b00", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "5f54d900-e7e4-4288-a4c6-10c4d5a13f62", - "x-ms-routing-request-id": "WESTUS:20230126T182040Z:f5490798-2f41-4e6d-b291-30432bc61b00" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-26T18:13:43.5030237Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver2959.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "3", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-26T18:13:43.5030237\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2959", - "name": "pgflexserver2959", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2988?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "268", - "Content-Type": "application/json", - "traceparent": "00-074e5ea6261c161fbb05cb9f74c2e69e-f2e06b2ef6b6bf02-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "19c9a20ea82590a391116e292b157dcd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "eastus", - "properties": { - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2959", - "availabilityZone": "2", - "createMode": "Replica" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f682cd9b-7f7a-4952-b448-8af7b6e1422e?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "91", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:20:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/f682cd9b-7f7a-4952-b448-8af7b6e1422e?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3922fe43-bdd0-4694-a210-f45de7edac79", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "73d036d3-fdcf-481a-bb44-c7352dd4d596", - "x-ms-routing-request-id": "WESTUS:20230126T182041Z:3922fe43-bdd0-4694-a210-f45de7edac79" - }, - "ResponseBody": { - "operation": "CreateReadReplicaManagementOperation", - "startTime": "2023-01-26T18:20:41.723Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f682cd9b-7f7a-4952-b448-8af7b6e1422e?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-074e5ea6261c161fbb05cb9f74c2e69e-5818f427b6b79ea0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8742ddc017a3769b42945a2de735156a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:20:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "529ac447-5e2a-4679-ad33-8d3f92a55a9a", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "0c39c4b7-df81-4567-87fa-feb3d0d4a75a", - "x-ms-routing-request-id": "WESTUS:20230126T182042Z:529ac447-5e2a-4679-ad33-8d3f92a55a9a" - }, - "ResponseBody": { - "name": "f682cd9b-7f7a-4952-b448-8af7b6e1422e", - "status": "InProgress", - "startTime": "2023-01-26T18:20:41.723Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f682cd9b-7f7a-4952-b448-8af7b6e1422e?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-074e5ea6261c161fbb05cb9f74c2e69e-b0c0f696260563a9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "70c06b93d6e81077449b341424a25608", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:21:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "60bfe01b-2f57-4459-99e8-a12af06f69d5", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "c2ceccf6-e29a-4a06-9914-0958265283b8", - "x-ms-routing-request-id": "WESTUS:20230126T182142Z:60bfe01b-2f57-4459-99e8-a12af06f69d5" - }, - "ResponseBody": { - "name": "f682cd9b-7f7a-4952-b448-8af7b6e1422e", - "status": "InProgress", - "startTime": "2023-01-26T18:20:41.723Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f682cd9b-7f7a-4952-b448-8af7b6e1422e?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-074e5ea6261c161fbb05cb9f74c2e69e-f8a83478ce4ff111-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4e698877f5d3082afe4b49c7a32f46af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:22:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6546d9b8-6ccf-429c-9535-c78066f7e0b7", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "4b36450c-d64a-4a1a-92e1-6ba8d87b4595", - "x-ms-routing-request-id": "WESTUS:20230126T182242Z:6546d9b8-6ccf-429c-9535-c78066f7e0b7" - }, - "ResponseBody": { - "name": "f682cd9b-7f7a-4952-b448-8af7b6e1422e", - "status": "InProgress", - "startTime": "2023-01-26T18:20:41.723Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f682cd9b-7f7a-4952-b448-8af7b6e1422e?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-074e5ea6261c161fbb05cb9f74c2e69e-827af6abfd2f3388-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ce6d1afc2ac8e9fe66324307e38752a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:23:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9bacca60-35e2-43be-a880-510d577bdd87", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "ec8cfb1d-77fe-425c-907d-3dfd44ece602", - "x-ms-routing-request-id": "WESTUS:20230126T182343Z:9bacca60-35e2-43be-a880-510d577bdd87" - }, - "ResponseBody": { - "name": "f682cd9b-7f7a-4952-b448-8af7b6e1422e", - "status": "InProgress", - "startTime": "2023-01-26T18:20:41.723Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f682cd9b-7f7a-4952-b448-8af7b6e1422e?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-074e5ea6261c161fbb05cb9f74c2e69e-bee2c5ee0e738e59-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5fb6523dc6cc9e9741b8719c8daf6c14", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:24:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "baa78e2e-e82c-4e42-bdf8-b897353d8f77", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "d4d743a4-c850-4a44-94dc-1e0c85c87d6a", - "x-ms-routing-request-id": "WESTUS:20230126T182443Z:baa78e2e-e82c-4e42-bdf8-b897353d8f77" - }, - "ResponseBody": { - "name": "f682cd9b-7f7a-4952-b448-8af7b6e1422e", - "status": "InProgress", - "startTime": "2023-01-26T18:20:41.723Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f682cd9b-7f7a-4952-b448-8af7b6e1422e?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-074e5ea6261c161fbb05cb9f74c2e69e-725e0434b6252749-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0a17845488344d408a80e7a0b2222577", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:25:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "09db7f15-f50b-4daf-bae7-2204273ec723", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "ec8befd3-bc24-4a7b-852f-b4598c91596f", - "x-ms-routing-request-id": "WESTUS:20230126T182544Z:09db7f15-f50b-4daf-bae7-2204273ec723" - }, - "ResponseBody": { - "name": "f682cd9b-7f7a-4952-b448-8af7b6e1422e", - "status": "InProgress", - "startTime": "2023-01-26T18:20:41.723Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f682cd9b-7f7a-4952-b448-8af7b6e1422e?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-074e5ea6261c161fbb05cb9f74c2e69e-9dd935035c2f9349-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5189a8f9e77935e382cf8d0fb8625bb6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:26:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "92a6c836-9ff2-49f8-8d35-ed65eb273be3", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "58d9f838-2258-44ee-82c2-ed4364f28a0a", - "x-ms-routing-request-id": "WESTUS:20230126T182644Z:92a6c836-9ff2-49f8-8d35-ed65eb273be3" - }, - "ResponseBody": { - "name": "f682cd9b-7f7a-4952-b448-8af7b6e1422e", - "status": "InProgress", - "startTime": "2023-01-26T18:20:41.723Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f682cd9b-7f7a-4952-b448-8af7b6e1422e?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-074e5ea6261c161fbb05cb9f74c2e69e-7fedb4ab5027e489-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5eb32ec6486fb56c1169d54bdef6ec1e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:27:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d59faa7-76ae-45ab-bc05-37441171a69e", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "f06e0f82-86df-4caf-9a8b-82012f1124fc", - "x-ms-routing-request-id": "WESTUS:20230126T182744Z:3d59faa7-76ae-45ab-bc05-37441171a69e" - }, - "ResponseBody": { - "name": "f682cd9b-7f7a-4952-b448-8af7b6e1422e", - "status": "InProgress", - "startTime": "2023-01-26T18:20:41.723Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f682cd9b-7f7a-4952-b448-8af7b6e1422e?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-074e5ea6261c161fbb05cb9f74c2e69e-2652bf258fca3524-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e5a2fa931b256d9ba0e28764fb309427", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:28:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37962e24-18f6-4be8-a644-eeacbf6b4c8e", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "3e3551bf-f453-486d-9d5d-041d66ec61a4", - "x-ms-routing-request-id": "WESTUS:20230126T182845Z:37962e24-18f6-4be8-a644-eeacbf6b4c8e" - }, - "ResponseBody": { - "name": "f682cd9b-7f7a-4952-b448-8af7b6e1422e", - "status": "InProgress", - "startTime": "2023-01-26T18:20:41.723Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f682cd9b-7f7a-4952-b448-8af7b6e1422e?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-074e5ea6261c161fbb05cb9f74c2e69e-8c37cac3f991f6cc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "83da3124c66fb1083cd43f0f1297568b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:29:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9c61d60-478c-4288-a4fd-3bc583dc2917", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "2cefc9e1-51fb-4f85-afed-40b25cac5e22", - "x-ms-routing-request-id": "WESTUS:20230126T182945Z:a9c61d60-478c-4288-a4fd-3bc583dc2917" - }, - "ResponseBody": { - "name": "f682cd9b-7f7a-4952-b448-8af7b6e1422e", - "status": "InProgress", - "startTime": "2023-01-26T18:20:41.723Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f682cd9b-7f7a-4952-b448-8af7b6e1422e?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-074e5ea6261c161fbb05cb9f74c2e69e-107c474e06ecb02f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "be7c6ee376bfaa919246be8cc007b9e0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:30:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c734322-f2c9-47c8-8a8d-c6eb4a0dbc04", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "624ae0f9-faba-40e2-8023-ad4cd1290fb4", - "x-ms-routing-request-id": "WESTUS:20230126T183046Z:9c734322-f2c9-47c8-8a8d-c6eb4a0dbc04" - }, - "ResponseBody": { - "name": "f682cd9b-7f7a-4952-b448-8af7b6e1422e", - "status": "InProgress", - "startTime": "2023-01-26T18:20:41.723Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/f682cd9b-7f7a-4952-b448-8af7b6e1422e?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-074e5ea6261c161fbb05cb9f74c2e69e-f48bc69b69084f02-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ad27add4681cccaff2f1a951db8b5a09", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:31:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f71b8131-e703-404d-9dbe-8667c6ef1975", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "58a4a41c-6f44-46f0-96c1-c81033a07ec0", - "x-ms-routing-request-id": "WESTUS:20230126T183146Z:f71b8131-e703-404d-9dbe-8667c6ef1975" - }, - "ResponseBody": { - "name": "f682cd9b-7f7a-4952-b448-8af7b6e1422e", - "status": "Succeeded", - "startTime": "2023-01-26T18:20:41.723Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2988?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-074e5ea6261c161fbb05cb9f74c2e69e-48fda2ea06e3158b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8c80fb8cd6b4ad68a02ff028087bf034", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1297", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:31:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0fb429b4-e7eb-426b-8b91-62d52a63353a", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "d2a26e78-320b-41f6-920c-6f5a7e3e314f", - "x-ms-routing-request-id": "WESTUS:20230126T183146Z:0fb429b4-e7eb-426b-8b91-62d52a63353a" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-26T18:22:11.3319597Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver2988.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "2", - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2959", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-26T18:22:11.3319597\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "AsyncReplica", - "replicaCapacity": 0, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2988", - "name": "pgflexserver2988", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8187?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "268", - "Content-Type": "application/json", - "traceparent": "00-b9e7b9a7aaab09825ecfed4e997bdae5-b57136e4549b6b24-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "653b5f1aa8707b6fbfafcccecd3fcf07", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "eastus", - "properties": { - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2959", - "availabilityZone": "2", - "createMode": "Replica" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/39271784-ed51-4eec-a5bf-212ccc99ad38?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "90", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:31:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/39271784-ed51-4eec-a5bf-212ccc99ad38?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e906710b-bc69-46f2-9644-d0b7d567f050", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "545b25ee-9a12-409d-965c-c226b9444738", - "x-ms-routing-request-id": "WESTUS:20230126T183149Z:e906710b-bc69-46f2-9644-d0b7d567f050" - }, - "ResponseBody": { - "operation": "CreateReadReplicaManagementOperation", - "startTime": "2023-01-26T18:31:49.27Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/39271784-ed51-4eec-a5bf-212ccc99ad38?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b9e7b9a7aaab09825ecfed4e997bdae5-cc50cc6d7141423c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7c367400f550e3988c05cc040a9ae060", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:31:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "11fc268c-b538-4260-91f1-76a5dbe32504", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "9dc7f6a5-338f-4448-86cc-1232ad37d3f9", - "x-ms-routing-request-id": "WESTUS:20230126T183149Z:11fc268c-b538-4260-91f1-76a5dbe32504" - }, - "ResponseBody": { - "name": "39271784-ed51-4eec-a5bf-212ccc99ad38", - "status": "InProgress", - "startTime": "2023-01-26T18:31:49.27Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/39271784-ed51-4eec-a5bf-212ccc99ad38?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b9e7b9a7aaab09825ecfed4e997bdae5-998fe67693f377d1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "533ce95f2b7aedad323d20f69a810239", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:32:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1b345172-fb85-4231-8e91-b3232c0e9043", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "1e86d77c-0185-4ffb-ac3d-9502cfd3142e", - "x-ms-routing-request-id": "WESTUS:20230126T183249Z:1b345172-fb85-4231-8e91-b3232c0e9043" - }, - "ResponseBody": { - "name": "39271784-ed51-4eec-a5bf-212ccc99ad38", - "status": "InProgress", - "startTime": "2023-01-26T18:31:49.27Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/39271784-ed51-4eec-a5bf-212ccc99ad38?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b9e7b9a7aaab09825ecfed4e997bdae5-c094648a078eece3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "58ce55ea5309f6b61c1c38806027f3aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:33:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9eb711d3-df85-4079-85b9-f4c7eef65077", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "83c1ef5d-f9e6-49b5-8694-955fccc7f222", - "x-ms-routing-request-id": "WESTUS:20230126T183350Z:9eb711d3-df85-4079-85b9-f4c7eef65077" - }, - "ResponseBody": { - "name": "39271784-ed51-4eec-a5bf-212ccc99ad38", - "status": "InProgress", - "startTime": "2023-01-26T18:31:49.27Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/39271784-ed51-4eec-a5bf-212ccc99ad38?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b9e7b9a7aaab09825ecfed4e997bdae5-c6823cf83334c54d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8e8dad997149d4fbc7484912d4a2490a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:34:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "72670848-ff48-4f7a-8273-c99bc47128d5", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "f05e56d1-d321-4eef-aee3-09eef5ecfde1", - "x-ms-routing-request-id": "WESTUS:20230126T183450Z:72670848-ff48-4f7a-8273-c99bc47128d5" - }, - "ResponseBody": { - "name": "39271784-ed51-4eec-a5bf-212ccc99ad38", - "status": "InProgress", - "startTime": "2023-01-26T18:31:49.27Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/39271784-ed51-4eec-a5bf-212ccc99ad38?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b9e7b9a7aaab09825ecfed4e997bdae5-a81be6f3c6b4d496-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b51a930287cc0c563246365ef22c8c0b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:35:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "651f2d9a-404a-4104-a30d-135c7ef40f17", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "0834f108-29d7-47c0-ae1d-864627a214a5", - "x-ms-routing-request-id": "WESTUS:20230126T183550Z:651f2d9a-404a-4104-a30d-135c7ef40f17" - }, - "ResponseBody": { - "name": "39271784-ed51-4eec-a5bf-212ccc99ad38", - "status": "InProgress", - "startTime": "2023-01-26T18:31:49.27Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/39271784-ed51-4eec-a5bf-212ccc99ad38?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b9e7b9a7aaab09825ecfed4e997bdae5-1c62447892b17e37-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ed5c764a74f478ef59f991c009a32279", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:36:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d45ded9-581a-4753-82a6-663a6d098e2d", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "af121641-0878-4ce2-abb3-5ba3c0a6d8e2", - "x-ms-routing-request-id": "WESTUS:20230126T183651Z:3d45ded9-581a-4753-82a6-663a6d098e2d" - }, - "ResponseBody": { - "name": "39271784-ed51-4eec-a5bf-212ccc99ad38", - "status": "InProgress", - "startTime": "2023-01-26T18:31:49.27Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/39271784-ed51-4eec-a5bf-212ccc99ad38?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b9e7b9a7aaab09825ecfed4e997bdae5-6325f2c44d5eb4a0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "cc7e2ed33e0d12de56815c033a9de19b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:37:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b94f9a75-3b43-46c5-a85c-ffe1a8cb314b", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "ed4656eb-a704-47a6-9665-eee68ec4c3fe", - "x-ms-routing-request-id": "WESTUS:20230126T183751Z:b94f9a75-3b43-46c5-a85c-ffe1a8cb314b" - }, - "ResponseBody": { - "name": "39271784-ed51-4eec-a5bf-212ccc99ad38", - "status": "InProgress", - "startTime": "2023-01-26T18:31:49.27Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/39271784-ed51-4eec-a5bf-212ccc99ad38?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b9e7b9a7aaab09825ecfed4e997bdae5-a8827258f8c1609f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5ec83dbc5c458e16a4a15bd2f596028e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:38:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "682ba5af-b1b0-4f96-bd43-aace5d6585a4", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "7d96bab8-5c7f-4bad-a7b7-bb7ff2509fee", - "x-ms-routing-request-id": "WESTUS:20230126T183851Z:682ba5af-b1b0-4f96-bd43-aace5d6585a4" - }, - "ResponseBody": { - "name": "39271784-ed51-4eec-a5bf-212ccc99ad38", - "status": "InProgress", - "startTime": "2023-01-26T18:31:49.27Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/39271784-ed51-4eec-a5bf-212ccc99ad38?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b9e7b9a7aaab09825ecfed4e997bdae5-9e94071c7c703c30-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c48bbd23bfae0bfe984a967317eb3ebb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:39:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0edbb1f4-b556-47a5-8f94-4545b8fd5de2", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "faa5cbf6-9e79-4995-b416-3054cf917002", - "x-ms-routing-request-id": "WESTUS:20230126T183952Z:0edbb1f4-b556-47a5-8f94-4545b8fd5de2" - }, - "ResponseBody": { - "name": "39271784-ed51-4eec-a5bf-212ccc99ad38", - "status": "InProgress", - "startTime": "2023-01-26T18:31:49.27Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/39271784-ed51-4eec-a5bf-212ccc99ad38?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b9e7b9a7aaab09825ecfed4e997bdae5-d96179c703fc80ad-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "cc04f618c4da773418ef286be20b1cc0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:40:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "55d4fbdc-1dc8-4f18-9ab4-f3c7a711e9a5", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "109263e3-13a8-4a3c-b190-992c25326870", - "x-ms-routing-request-id": "WESTUS:20230126T184052Z:55d4fbdc-1dc8-4f18-9ab4-f3c7a711e9a5" - }, - "ResponseBody": { - "name": "39271784-ed51-4eec-a5bf-212ccc99ad38", - "status": "InProgress", - "startTime": "2023-01-26T18:31:49.27Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/39271784-ed51-4eec-a5bf-212ccc99ad38?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b9e7b9a7aaab09825ecfed4e997bdae5-d8b592f244b686f3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7ddfce7e1d12fcec3fbdc5fbc6a377b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:41:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32fd0e99-4d73-4c74-a7ed-c9cf7d7eb701", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "7c99721c-d252-4688-b155-3a85be9980ae", - "x-ms-routing-request-id": "WESTUS:20230126T184152Z:32fd0e99-4d73-4c74-a7ed-c9cf7d7eb701" - }, - "ResponseBody": { - "name": "39271784-ed51-4eec-a5bf-212ccc99ad38", - "status": "Succeeded", - "startTime": "2023-01-26T18:31:49.27Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8187?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b9e7b9a7aaab09825ecfed4e997bdae5-fdac3cd7b1b22041-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ffba9f6236915fb38914acbf9792298c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1297", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:41:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f8c3c77d-5836-4f58-b139-fa3568b94a6c", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "55465848-a6ef-416a-adfc-07ceca19a4c7", - "x-ms-routing-request-id": "WESTUS:20230126T184153Z:f8c3c77d-5836-4f58-b139-fa3568b94a6c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-26T18:32:53.2241726Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver8187.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "2", - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2959", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-26T18:32:53.2241726\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "AsyncReplica", - "replicaCapacity": 0, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8187", - "name": "pgflexserver8187", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2959/replicas?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-ecc616adeea5a9edc6e9ed1d1435cf8e-866c3705158c9d86-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "49f4d52dc00cfba909078c1dfe38b074", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1825", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:41:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b951d5aa-1246-465f-b6b4-6ceeb386522f", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "efe30493-2991-4ab9-a2df-0f589d4744c5", - "x-ms-routing-request-id": "WESTUS:20230126T184153Z:b951d5aa-1246-465f-b6b4-6ceeb386522f" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "" - }, - "systemData": { - "createdAt": "2023-01-26T18:31:50.1299377Z" - }, - "properties": { - "dataEncryption": { - "type": "SystemManaged" - }, - "state": "Ready", - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2959", - "storage": { - "storageSizeGB": 0 - }, - "backup": { - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-26T18:31:50.1299377\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "AsyncReplica", - "storageAutoGrowth": false - }, - "location": "eastus", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8187", - "name": "pgflexserver8187", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - }, - { - "sku": { - "name": "" - }, - "systemData": { - "createdAt": "2023-01-26T18:20:42.5500013Z" - }, - "properties": { - "dataEncryption": { - "type": "SystemManaged" - }, - "state": "Ready", - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2959", - "storage": { - "storageSizeGB": 0 - }, - "backup": { - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-26T18:20:42.5500013\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "AsyncReplica", - "storageAutoGrowth": false - }, - "location": "eastus", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2988", - "name": "pgflexserver2988", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2988?api-version=2022-12-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "41", - "Content-Type": "application/json", - "traceparent": "00-3bb6443aa70418533f8fb39def26b03e-2967510a7b51d452-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "420870771d50482f1a7ff4fe702d65ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "replicationRole": "None" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/93a2cfcd-e114-4922-80a2-2fe3af5e6610?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "91", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:41:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/operationResults/93a2cfcd-e114-4922-80a2-2fe3af5e6610?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "597602f6-fb03-4229-833a-c2a361e51057", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "93a2cfcd-e114-4922-80a2-2fe3af5e6610", - "x-ms-routing-request-id": "WESTUS:20230126T184153Z:597602f6-fb03-4229-833a-c2a361e51057" - }, - "ResponseBody": { - "operation": "PromoteReadReplicaManagementOperation", - "startTime": "2023-01-26T18:41:53.84Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/93a2cfcd-e114-4922-80a2-2fe3af5e6610?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3bb6443aa70418533f8fb39def26b03e-39504d6b41b492b2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "26473763e689103ca6ab2e8cccab8adc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:41:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eccb13f5-a7cf-4233-b4ca-c686b1e7f6c6", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "963b91bf-c702-4909-98c5-fae6b480b008", - "x-ms-routing-request-id": "WESTUS:20230126T184154Z:eccb13f5-a7cf-4233-b4ca-c686b1e7f6c6" - }, - "ResponseBody": { - "name": "93a2cfcd-e114-4922-80a2-2fe3af5e6610", - "status": "InProgress", - "startTime": "2023-01-26T18:41:53.84Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/93a2cfcd-e114-4922-80a2-2fe3af5e6610?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3bb6443aa70418533f8fb39def26b03e-10de5f60e1c0ad41-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c58adfa2c06a49c5c4664c9127a59f85", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:42:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "92c3d6e3-8ea8-4d86-a2d2-3d6a47eaf2a3", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "4e103e3d-9c8d-42c6-87ee-38d0d6264b9b", - "x-ms-routing-request-id": "WESTUS:20230126T184209Z:92c3d6e3-8ea8-4d86-a2d2-3d6a47eaf2a3" - }, - "ResponseBody": { - "name": "93a2cfcd-e114-4922-80a2-2fe3af5e6610", - "status": "Succeeded", - "startTime": "2023-01-26T18:41:53.84Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2988?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3bb6443aa70418533f8fb39def26b03e-4026b567667b996f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "399ba41e3ee5ac22fcbd4a03ff1fd54b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1116", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:42:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "20936a1c-b734-4921-a2fe-8106c83599fd", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "ab2645e0-82d9-4749-a92e-0b44b1c08360", - "x-ms-routing-request-id": "WESTUS:20230126T184209Z:20936a1c-b734-4921-a2fe-8106c83599fd" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-26T18:22:11.3319597Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver2988.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "2", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-26T18:22:11.3319597\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2988", - "name": "pgflexserver2988", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2959?api-version=2022-12-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-518eb3f73ac70d1db7d4722a01823f70-fcbedef3651c1831-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c9e719359b0ba3e571fe62239aaae900", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 500, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "36", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:42:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bc046266-3f65-4429-8429-0a4eda663cbb", - "x-ms-failure-cause": "service", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "210f5643-ff61-4e4d-bfe8-3d72b080f386", - "x-ms-routing-request-id": "WESTUS:20230126T184209Z:bc046266-3f65-4429-8429-0a4eda663cbb" - }, - "ResponseBody": { - "Message": "An error has occurred." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2959?api-version=2022-12-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-518eb3f73ac70d1db7d4722a01823f70-fcbedef3651c1831-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c9e719359b0ba3e571fe62239aaae900", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 500, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "36", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:42:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "26065c5f-a378-4af7-8df5-0c12062f0634", - "x-ms-failure-cause": "service", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "fe422d35-5f05-44c2-8fec-55333029a72b", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T184211Z:26065c5f-a378-4af7-8df5-0c12062f0634" - }, - "ResponseBody": { - "Message": "An error has occurred." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2959?api-version=2022-12-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-518eb3f73ac70d1db7d4722a01823f70-fcbedef3651c1831-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c9e719359b0ba3e571fe62239aaae900", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 500, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "36", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:42:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a4ec49a-aa6b-4446-a8cf-53f5400ee84d", - "x-ms-failure-cause": "service", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "8315dcf0-5aa0-418e-bab2-31be74b8243d", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T184214Z:2a4ec49a-aa6b-4446-a8cf-53f5400ee84d" - }, - "ResponseBody": { - "Message": "An error has occurred." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2959?api-version=2022-12-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-518eb3f73ac70d1db7d4722a01823f70-fcbedef3651c1831-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c9e719359b0ba3e571fe62239aaae900", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 500, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "36", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:42:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c01d3dbd-3abf-4b7f-b02f-058abc14f6a4", - "x-ms-failure-cause": "service", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "330955cb-4701-4449-a401-d4127c5b4ca9", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T184217Z:c01d3dbd-3abf-4b7f-b02f-058abc14f6a4" - }, - "ResponseBody": { - "Message": "An error has occurred." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8187?api-version=2022-12-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-61ec63dc8fb31ab115f33f00f5dd8304-cae86d6f5013d374-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "286da90c500f64f6bdddc9ad75c24aa4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/2646319f-c9e5-46bc-a3a9-7c5132462277?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "89", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:42:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/operationResults/2646319f-c9e5-46bc-a3a9-7c5132462277?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b1290dea-311f-42be-9c80-694240f8525e", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "2646319f-c9e5-46bc-a3a9-7c5132462277", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T184218Z:b1290dea-311f-42be-9c80-694240f8525e" - }, - "ResponseBody": { - "operation": "DropReadReplicaManagementOperation", - "startTime": "2023-01-26T18:42:18.687Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/2646319f-c9e5-46bc-a3a9-7c5132462277?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-61ec63dc8fb31ab115f33f00f5dd8304-1b8c601b57736bdf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "55f649d3adb1e43b23830c2dd1382dae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:42:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d12a7490-b6c4-4313-825e-3f94f9232b62", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "a67c31c3-1776-4cd7-902c-6e1e706e877e", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T184218Z:d12a7490-b6c4-4313-825e-3f94f9232b62" - }, - "ResponseBody": { - "name": "2646319f-c9e5-46bc-a3a9-7c5132462277", - "status": "InProgress", - "startTime": "2023-01-26T18:42:18.687Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/2646319f-c9e5-46bc-a3a9-7c5132462277?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-61ec63dc8fb31ab115f33f00f5dd8304-ea8681105ec98547-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9892bdb3dc4e37422fe96917880e88bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:42:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb9ada9c-dac4-431f-a2f5-2b2412059a2e", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "002eebf3-3d30-4f61-9880-0f5c96c158cc", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T184233Z:bb9ada9c-dac4-431f-a2f5-2b2412059a2e" - }, - "ResponseBody": { - "name": "2646319f-c9e5-46bc-a3a9-7c5132462277", - "status": "InProgress", - "startTime": "2023-01-26T18:42:18.687Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/2646319f-c9e5-46bc-a3a9-7c5132462277?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-61ec63dc8fb31ab115f33f00f5dd8304-148c01365e7010f1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2bd977caf4cbe3f3c677ea3ac94cb186", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:42:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a29658db-15fd-4d00-8735-c6081f6b9e13", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "52e50064-6350-40ab-b45d-15be665dd487", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T184249Z:a29658db-15fd-4d00-8735-c6081f6b9e13" - }, - "ResponseBody": { - "name": "2646319f-c9e5-46bc-a3a9-7c5132462277", - "status": "InProgress", - "startTime": "2023-01-26T18:42:18.687Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/2646319f-c9e5-46bc-a3a9-7c5132462277?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-61ec63dc8fb31ab115f33f00f5dd8304-fb398786f5c60a41-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1e3319ca7a6cf70307bf25c743235b14", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:43:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2495601e-855a-4628-82be-8cbaa37e94fd", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "81e2d23d-9638-4569-9eab-a75bd31238d3", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T184304Z:2495601e-855a-4628-82be-8cbaa37e94fd" - }, - "ResponseBody": { - "name": "2646319f-c9e5-46bc-a3a9-7c5132462277", - "status": "Succeeded", - "startTime": "2023-01-26T18:42:18.687Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg3476/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2959?api-version=2022-12-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-94fd9defda019bcbc3c056f9d971b04e-a2a5a69a74a02e75-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5a634efa025fbfe3caafd2d6f1076de3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/0d295bbc-14fc-4549-9b41-e6b63e88f2d4?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "84", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:43:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/operationResults/0d295bbc-14fc-4549-9b41-e6b63e88f2d4?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6db8eccf-53a7-4ac8-b5c8-eec7ddfddaa7", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "0d295bbc-14fc-4549-9b41-e6b63e88f2d4", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T184304Z:6db8eccf-53a7-4ac8-b5c8-eec7ddfddaa7" - }, - "ResponseBody": { - "operation": "DropServerManagementOperation", - "startTime": "2023-01-26T18:43:04.577Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/0d295bbc-14fc-4549-9b41-e6b63e88f2d4?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-94fd9defda019bcbc3c056f9d971b04e-d6bad4c465071fc1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7a3fd51c57e8c827367453bda72c06ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:43:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dbdaa474-5809-4ece-897e-d0d6b81ec686", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "356c9fc0-338d-4dc3-adea-1a7c70588b14", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T184304Z:dbdaa474-5809-4ece-897e-d0d6b81ec686" - }, - "ResponseBody": { - "name": "0d295bbc-14fc-4549-9b41-e6b63e88f2d4", - "status": "InProgress", - "startTime": "2023-01-26T18:43:04.577Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/0d295bbc-14fc-4549-9b41-e6b63e88f2d4?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-94fd9defda019bcbc3c056f9d971b04e-fd7910bb53fb3e13-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "608f4251ecd69039fd12e77dddd7f19e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:43:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85f21032-091a-40bb-9ca9-aa4b5c470c9d", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "35971d66-0603-4647-a53f-42167bd9ff77", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T184319Z:85f21032-091a-40bb-9ca9-aa4b5c470c9d" - }, - "ResponseBody": { - "name": "0d295bbc-14fc-4549-9b41-e6b63e88f2d4", - "status": "InProgress", - "startTime": "2023-01-26T18:43:04.577Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/0d295bbc-14fc-4549-9b41-e6b63e88f2d4?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-94fd9defda019bcbc3c056f9d971b04e-95b0fae62d64845c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1cba2f0ff3c8e0fabc8439661693a846", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:43:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "96bfa6bf-2650-4131-bf45-7981351ed682", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "350ef7fa-731d-4827-800d-26afcad44471", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T184335Z:96bfa6bf-2650-4131-bf45-7981351ed682" - }, - "ResponseBody": { - "name": "0d295bbc-14fc-4549-9b41-e6b63e88f2d4", - "status": "InProgress", - "startTime": "2023-01-26T18:43:04.577Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/0d295bbc-14fc-4549-9b41-e6b63e88f2d4?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-94fd9defda019bcbc3c056f9d971b04e-3e1a31e15411185f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8cb925db3f9b2fcc9baf7dd66fa9ea5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:43:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2c7692b-bf81-44c7-afa6-e8559f69af0b", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "283e2ef5-2c8d-46a6-963b-bc2cb1274c38", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T184350Z:d2c7692b-bf81-44c7-afa6-e8559f69af0b" - }, - "ResponseBody": { - "name": "0d295bbc-14fc-4549-9b41-e6b63e88f2d4", - "status": "Succeeded", - "startTime": "2023-01-26T18:43:04.577Z" - } - } - ], - "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1094219671", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/Replica(False)Async.json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/Replica(False)Async.json deleted file mode 100644 index 9e23823c6e36a..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/Replica(False)Async.json +++ /dev/null @@ -1,2319 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-6ad2d9bf16c7f2ca4391616bc99180e8-970c5247a33dfbc1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9787a31d4d5b4fb86aadfe0655887421", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 09:42:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b3e7b9dc-1d57-450b-80ae-611f7e1ab690", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "b3e7b9dc-1d57-450b-80ae-611f7e1ab690", - "x-ms-routing-request-id": "WESTUS:20230126T094253Z:b3e7b9dc-1d57-450b-80ae-611f7e1ab690" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg7047?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-bcca50d5a726c961c51f5382553486e0-dce88da9002d52b9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "83415a4be487f2e081fcca8381f7d9e1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 09:42:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53e45a91-ab55-4816-9160-c12a499a8920", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "53e45a91-ab55-4816-9160-c12a499a8920", - "x-ms-routing-request-id": "WESTUS:20230126T094258Z:53e45a91-ab55-4816-9160-c12a499a8920" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047", - "name": "pgflexrg7047", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8090?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "250", - "Content-Type": "application/json", - "traceparent": "00-2c7689d8a77e78ce00886e4782f01e15-30f02277f17818c0-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "302d7785f99057a2d3bf6221b4e3e8c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "14", - "storage": { - "storageSizeGB": 128 - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/30a54465-8b4f-49a8-aaf1-5c332a4892d2?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 09:43:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/30a54465-8b4f-49a8-aaf1-5c332a4892d2?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c7e0e66b-bae3-4e66-81db-97d1821f34b7", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "1f8d2a0e-f34f-4458-9ca5-1049bd57fcb0", - "x-ms-routing-request-id": "WESTUS:20230126T094300Z:c7e0e66b-bae3-4e66-81db-97d1821f34b7" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-26T09:43:00.497Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/30a54465-8b4f-49a8-aaf1-5c332a4892d2?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2c7689d8a77e78ce00886e4782f01e15-3285da990eeb6eb7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d347bdbf102c8ef341881ec199a9cf9e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 09:43:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53cdbfe6-f570-4869-acf8-6e954de57af0", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "5712e366-a2f4-4f3c-a601-f32b82c4d66c", - "x-ms-routing-request-id": "WESTUS:20230126T094300Z:53cdbfe6-f570-4869-acf8-6e954de57af0" - }, - "ResponseBody": { - "name": "30a54465-8b4f-49a8-aaf1-5c332a4892d2", - "status": "InProgress", - "startTime": "2023-01-26T09:43:00.497Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/30a54465-8b4f-49a8-aaf1-5c332a4892d2?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2c7689d8a77e78ce00886e4782f01e15-3943d90be22869d7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "137f160ee473bf20a9be4d157344a840", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 09:44:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0169e9d-d7f9-49ab-ab82-c0a4924eefc3", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "a7c87ed9-746f-4012-8fb4-6c3af9da3e16", - "x-ms-routing-request-id": "WESTUS:20230126T094401Z:e0169e9d-d7f9-49ab-ab82-c0a4924eefc3" - }, - "ResponseBody": { - "name": "30a54465-8b4f-49a8-aaf1-5c332a4892d2", - "status": "InProgress", - "startTime": "2023-01-26T09:43:00.497Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/30a54465-8b4f-49a8-aaf1-5c332a4892d2?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2c7689d8a77e78ce00886e4782f01e15-72daddf2f0f00491-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f6617eb5159b5196118135e4a80cd439", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 09:45:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32f94ea6-b533-4f83-ba47-889518638073", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "97da07a2-29b8-4940-b77a-dd2b48e0966c", - "x-ms-routing-request-id": "WESTUS:20230126T094501Z:32f94ea6-b533-4f83-ba47-889518638073" - }, - "ResponseBody": { - "name": "30a54465-8b4f-49a8-aaf1-5c332a4892d2", - "status": "InProgress", - "startTime": "2023-01-26T09:43:00.497Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/30a54465-8b4f-49a8-aaf1-5c332a4892d2?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2c7689d8a77e78ce00886e4782f01e15-fc766ea706bb76be-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "984ee7abf713da709d87296dc3dd1bfd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 09:46:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad938d4c-3ff7-4069-969c-5d06822c5f35", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "de5f298d-73eb-4fa6-abc8-634f374ba12a", - "x-ms-routing-request-id": "WESTUS:20230126T094605Z:ad938d4c-3ff7-4069-969c-5d06822c5f35" - }, - "ResponseBody": { - "name": "30a54465-8b4f-49a8-aaf1-5c332a4892d2", - "status": "InProgress", - "startTime": "2023-01-26T09:43:00.497Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/30a54465-8b4f-49a8-aaf1-5c332a4892d2?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2c7689d8a77e78ce00886e4782f01e15-021794d8001fd1d1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1a0cdddfd947f9027f2e01f1af3c179d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 09:47:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b9d002b-c413-4bd2-86c1-886d2378c26c", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "22b2fd2f-98ba-46f1-a80e-780916582cae", - "x-ms-routing-request-id": "WESTUS:20230126T094706Z:9b9d002b-c413-4bd2-86c1-886d2378c26c" - }, - "ResponseBody": { - "name": "30a54465-8b4f-49a8-aaf1-5c332a4892d2", - "status": "InProgress", - "startTime": "2023-01-26T09:43:00.497Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/30a54465-8b4f-49a8-aaf1-5c332a4892d2?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2c7689d8a77e78ce00886e4782f01e15-356f53058affd233-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8b6a14ea10f5bd2d0e875914eb288e33", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 09:48:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75c309ad-9069-450f-963e-ba17fca828c5", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "78cf7efa-e633-487b-8956-bfd1e618cb8c", - "x-ms-routing-request-id": "WESTUS:20230126T094806Z:75c309ad-9069-450f-963e-ba17fca828c5" - }, - "ResponseBody": { - "name": "30a54465-8b4f-49a8-aaf1-5c332a4892d2", - "status": "InProgress", - "startTime": "2023-01-26T09:43:00.497Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/30a54465-8b4f-49a8-aaf1-5c332a4892d2?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2c7689d8a77e78ce00886e4782f01e15-3e4da66b02b0d965-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ca043866b900d1f1e55518e5f57e2a60", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 09:49:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c5cdf529-cfd3-4c13-aa07-11df771c3930", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "8c024be1-b3f6-4693-8751-a6212bc19ecd", - "x-ms-routing-request-id": "WESTUS:20230126T094907Z:c5cdf529-cfd3-4c13-aa07-11df771c3930" - }, - "ResponseBody": { - "name": "30a54465-8b4f-49a8-aaf1-5c332a4892d2", - "status": "InProgress", - "startTime": "2023-01-26T09:43:00.497Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/30a54465-8b4f-49a8-aaf1-5c332a4892d2?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2c7689d8a77e78ce00886e4782f01e15-c346355d3af80908-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "af838c708f73cf07b04e0bc07fee0e57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 09:50:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ade0238-9cef-4ce3-84fa-ea0aed8970e6", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "080f6c29-97e7-426a-b202-c30c9bbe93cb", - "x-ms-routing-request-id": "WESTUS:20230126T095007Z:5ade0238-9cef-4ce3-84fa-ea0aed8970e6" - }, - "ResponseBody": { - "name": "30a54465-8b4f-49a8-aaf1-5c332a4892d2", - "status": "InProgress", - "startTime": "2023-01-26T09:43:00.497Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/30a54465-8b4f-49a8-aaf1-5c332a4892d2?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2c7689d8a77e78ce00886e4782f01e15-b04444c659bbde5c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "778bcea04c37309d2298a6a0f748c890", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 09:51:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3963a41f-e28e-44c6-90c8-91a57e8ece36", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "3b001dc1-cfb2-4091-98f9-a0035b2d42a6", - "x-ms-routing-request-id": "WESTUS:20230126T095108Z:3963a41f-e28e-44c6-90c8-91a57e8ece36" - }, - "ResponseBody": { - "name": "30a54465-8b4f-49a8-aaf1-5c332a4892d2", - "status": "Succeeded", - "startTime": "2023-01-26T09:43:00.497Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8090?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2c7689d8a77e78ce00886e4782f01e15-68d952d62c30d2c9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5fa3f85cdea5d7c0313419b1ad3152f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1116", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 09:51:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "25fca471-5869-4cf9-a8b4-74c0bd458876", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "86e87f4b-534d-42ea-b451-0bb4e62c2222", - "x-ms-routing-request-id": "WESTUS:20230126T095110Z:25fca471-5869-4cf9-a8b4-74c0bd458876" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-26T09:43:06.7634835Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver8090.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "1", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-26T09:43:06.7634835\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8090", - "name": "pgflexserver8090", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2920?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "268", - "Content-Type": "application/json", - "traceparent": "00-a4c9e721c03cb37e043ec53fc33fb9b7-fb832cc32a0492e2-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2744c146b3f22329ef528cdae866d868", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "eastus", - "properties": { - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8090", - "availabilityZone": "2", - "createMode": "Replica" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/1201f97b-e0e5-4564-b42b-330b51de16c9?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "91", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 09:51:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/1201f97b-e0e5-4564-b42b-330b51de16c9?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "33e5c11a-b377-4d7a-a2e4-dac09b437de0", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "f049c606-315b-4ea8-87d7-0d7a34716098", - "x-ms-routing-request-id": "WESTUS:20230126T095114Z:33e5c11a-b377-4d7a-a2e4-dac09b437de0" - }, - "ResponseBody": { - "operation": "CreateReadReplicaManagementOperation", - "startTime": "2023-01-26T09:51:14.887Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/1201f97b-e0e5-4564-b42b-330b51de16c9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a4c9e721c03cb37e043ec53fc33fb9b7-15756b3e60b8252f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3659af45a003a99dcf7f705252e5eeca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 09:51:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8bcc2feb-91bc-416f-aee8-906b7bc2d951", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "dbadfa98-0eee-4721-8944-46e635714268", - "x-ms-routing-request-id": "WESTUS:20230126T095115Z:8bcc2feb-91bc-416f-aee8-906b7bc2d951" - }, - "ResponseBody": { - "name": "1201f97b-e0e5-4564-b42b-330b51de16c9", - "status": "InProgress", - "startTime": "2023-01-26T09:51:14.887Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/1201f97b-e0e5-4564-b42b-330b51de16c9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a4c9e721c03cb37e043ec53fc33fb9b7-2d7700f6bff712f9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "322bb15ccbce97ac0f83193e6d26f003", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 09:52:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dfceecc4-55bf-4233-8c0f-18146f152587", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "9288452d-1548-490f-8e84-5468854c9635", - "x-ms-routing-request-id": "WESTUS:20230126T095215Z:dfceecc4-55bf-4233-8c0f-18146f152587" - }, - "ResponseBody": { - "name": "1201f97b-e0e5-4564-b42b-330b51de16c9", - "status": "InProgress", - "startTime": "2023-01-26T09:51:14.887Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/1201f97b-e0e5-4564-b42b-330b51de16c9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a4c9e721c03cb37e043ec53fc33fb9b7-0a9eddb97750a2b7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "39949bcfa10ce564ddbab7cb3e5f6f27", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 09:53:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6cf36e1f-26ca-4469-94f1-c57bdb014b09", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "4aa76c48-d2ce-4444-86ce-33253b20662e", - "x-ms-routing-request-id": "WESTUS:20230126T095316Z:6cf36e1f-26ca-4469-94f1-c57bdb014b09" - }, - "ResponseBody": { - "name": "1201f97b-e0e5-4564-b42b-330b51de16c9", - "status": "InProgress", - "startTime": "2023-01-26T09:51:14.887Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/1201f97b-e0e5-4564-b42b-330b51de16c9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a4c9e721c03cb37e043ec53fc33fb9b7-d467d68660179358-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "81a67bc550c0792203c12780865f3ba9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 09:54:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4ab4c02-e049-4cb3-9a04-e8fcefc14a56", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "02df1468-19a6-46b2-82a2-45b96c861197", - "x-ms-routing-request-id": "WESTUS:20230126T095416Z:c4ab4c02-e049-4cb3-9a04-e8fcefc14a56" - }, - "ResponseBody": { - "name": "1201f97b-e0e5-4564-b42b-330b51de16c9", - "status": "InProgress", - "startTime": "2023-01-26T09:51:14.887Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/1201f97b-e0e5-4564-b42b-330b51de16c9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a4c9e721c03cb37e043ec53fc33fb9b7-6f7230826cb31369-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b6836c8eb451babd4c45541314e058af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 09:55:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ff14375-5451-414c-86ab-e9156050ffa4", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "2c6c1ac0-3660-47b3-96d8-1efe6b7b05d3", - "x-ms-routing-request-id": "WESTUS:20230126T095517Z:6ff14375-5451-414c-86ab-e9156050ffa4" - }, - "ResponseBody": { - "name": "1201f97b-e0e5-4564-b42b-330b51de16c9", - "status": "InProgress", - "startTime": "2023-01-26T09:51:14.887Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/1201f97b-e0e5-4564-b42b-330b51de16c9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a4c9e721c03cb37e043ec53fc33fb9b7-98eb62814a8881b2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f278f2146f7f7e43781a354a7ae45f7e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 09:56:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5b6e5054-9122-4a18-a621-cebd3fa7ffaa", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "9aff1c36-b77c-4ed0-8b1a-1309bcb0e161", - "x-ms-routing-request-id": "WESTUS:20230126T095617Z:5b6e5054-9122-4a18-a621-cebd3fa7ffaa" - }, - "ResponseBody": { - "name": "1201f97b-e0e5-4564-b42b-330b51de16c9", - "status": "InProgress", - "startTime": "2023-01-26T09:51:14.887Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/1201f97b-e0e5-4564-b42b-330b51de16c9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a4c9e721c03cb37e043ec53fc33fb9b7-ec7d590ce649234c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d23d0d7fb8dc11d6bdec347afb0f6522", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 09:57:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "14ea766c-bde8-418f-9087-76b3b29d3ec7", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "1cb8cd69-ca5a-4785-879a-7a56ef90ca94", - "x-ms-routing-request-id": "WESTUS:20230126T095717Z:14ea766c-bde8-418f-9087-76b3b29d3ec7" - }, - "ResponseBody": { - "name": "1201f97b-e0e5-4564-b42b-330b51de16c9", - "status": "InProgress", - "startTime": "2023-01-26T09:51:14.887Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/1201f97b-e0e5-4564-b42b-330b51de16c9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a4c9e721c03cb37e043ec53fc33fb9b7-462da9dfbf297cd1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "946c776949e61e2a28043d367e733f68", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 09:58:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "69e48412-6193-436d-b077-ca17fb1a68e9", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "84a366f2-79ba-44f5-9909-afc0475998f8", - "x-ms-routing-request-id": "WESTUS:20230126T095818Z:69e48412-6193-436d-b077-ca17fb1a68e9" - }, - "ResponseBody": { - "name": "1201f97b-e0e5-4564-b42b-330b51de16c9", - "status": "InProgress", - "startTime": "2023-01-26T09:51:14.887Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/1201f97b-e0e5-4564-b42b-330b51de16c9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a4c9e721c03cb37e043ec53fc33fb9b7-c9bf6a95a309256a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0794d6e686a35bd21b6734933bc98269", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 09:59:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dd40be29-66a7-4726-bc39-56a0fd3918d9", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "c0c1d3ae-2a46-4191-af6e-c68d90dadd8c", - "x-ms-routing-request-id": "WESTUS:20230126T095918Z:dd40be29-66a7-4726-bc39-56a0fd3918d9" - }, - "ResponseBody": { - "name": "1201f97b-e0e5-4564-b42b-330b51de16c9", - "status": "InProgress", - "startTime": "2023-01-26T09:51:14.887Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/1201f97b-e0e5-4564-b42b-330b51de16c9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a4c9e721c03cb37e043ec53fc33fb9b7-ac718a800ba4117b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "02e113b5ca783597e31ea9d77aa0924a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:00:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "744abd99-29ab-43e1-9c5b-eb42d410e720", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "26834fb6-f3f1-4ed7-b2bb-4ac9e9411190", - "x-ms-routing-request-id": "WESTUS:20230126T100019Z:744abd99-29ab-43e1-9c5b-eb42d410e720" - }, - "ResponseBody": { - "name": "1201f97b-e0e5-4564-b42b-330b51de16c9", - "status": "InProgress", - "startTime": "2023-01-26T09:51:14.887Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/1201f97b-e0e5-4564-b42b-330b51de16c9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a4c9e721c03cb37e043ec53fc33fb9b7-570dbe674d90ffa8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2594ccac5d7ae27fa410787f1496e35f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:01:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ab04c99-1186-4663-b02d-25999eb5b24c", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "d9a7669e-f84b-4d83-a582-b97afc47351f", - "x-ms-routing-request-id": "WESTUS:20230126T100119Z:8ab04c99-1186-4663-b02d-25999eb5b24c" - }, - "ResponseBody": { - "name": "1201f97b-e0e5-4564-b42b-330b51de16c9", - "status": "InProgress", - "startTime": "2023-01-26T09:51:14.887Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/1201f97b-e0e5-4564-b42b-330b51de16c9?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a4c9e721c03cb37e043ec53fc33fb9b7-1b2beb451a6509b2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "6b80d4823d911bef3f5e2384dcfbe07a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:02:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab20df55-f0ce-4605-8236-7dac54f8759a", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "df5d9d07-2f81-4eed-bdbc-681f4be3120d", - "x-ms-routing-request-id": "WESTUS:20230126T100220Z:ab20df55-f0ce-4605-8236-7dac54f8759a" - }, - "ResponseBody": { - "name": "1201f97b-e0e5-4564-b42b-330b51de16c9", - "status": "Succeeded", - "startTime": "2023-01-26T09:51:14.887Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2920?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a4c9e721c03cb37e043ec53fc33fb9b7-b31ea30e67dcc8c8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "6ee7e9d55d3558ef93fe5d675217214d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1297", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:02:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e38bc09-62b7-404b-96cc-9f7b4424475a", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "4522b739-acd2-4067-966e-3ba43d871c0d", - "x-ms-routing-request-id": "WESTUS:20230126T100220Z:9e38bc09-62b7-404b-96cc-9f7b4424475a" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-26T09:53:13.6528326Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver2920.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "2", - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8090", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-26T09:53:13.6528326\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "AsyncReplica", - "replicaCapacity": 0, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2920", - "name": "pgflexserver2920", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1888?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "268", - "Content-Type": "application/json", - "traceparent": "00-79480e3aaaf531c61acc7e85e3bb76fc-e866fc5e18f5fcd3-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a6554a3a26206fb9dc78e51b3afa06a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "eastus", - "properties": { - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8090", - "availabilityZone": "2", - "createMode": "Replica" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/aee36320-9f74-43a9-87f7-93f590473ad6?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "89", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:02:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/aee36320-9f74-43a9-87f7-93f590473ad6?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e91d0ae6-8a99-4967-8a9f-64ad3240c4ef", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "4791140f-25bf-4736-b260-e2023da2c25b", - "x-ms-routing-request-id": "WESTUS:20230126T100236Z:e91d0ae6-8a99-4967-8a9f-64ad3240c4ef" - }, - "ResponseBody": { - "operation": "CreateReadReplicaManagementOperation", - "startTime": "2023-01-26T10:02:35.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/aee36320-9f74-43a9-87f7-93f590473ad6?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-79480e3aaaf531c61acc7e85e3bb76fc-18c851adb140b8f6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9149d63d3aa6af5a307892bc77d31d98", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:02:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "54b36f2a-5130-4374-a402-5d325eebef8a", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "291b4c45-16a0-44bf-b6ba-6f9e53f2043e", - "x-ms-routing-request-id": "WESTUS:20230126T100236Z:54b36f2a-5130-4374-a402-5d325eebef8a" - }, - "ResponseBody": { - "name": "aee36320-9f74-43a9-87f7-93f590473ad6", - "status": "InProgress", - "startTime": "2023-01-26T10:02:35.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/aee36320-9f74-43a9-87f7-93f590473ad6?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-79480e3aaaf531c61acc7e85e3bb76fc-a72ac234617e675b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5438b4f8f66dc59d2030c1f84e268f54", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:03:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1043212c-fe55-4d81-889f-7ea087f56cd5", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "9b049ddc-3828-442b-9dcc-67b340908bf7", - "x-ms-routing-request-id": "WESTUS:20230126T100336Z:1043212c-fe55-4d81-889f-7ea087f56cd5" - }, - "ResponseBody": { - "name": "aee36320-9f74-43a9-87f7-93f590473ad6", - "status": "InProgress", - "startTime": "2023-01-26T10:02:35.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/aee36320-9f74-43a9-87f7-93f590473ad6?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-79480e3aaaf531c61acc7e85e3bb76fc-2d44d5cbe8cad219-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "63debdaf74b0f503a3fbfa37e26dad11", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:04:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "686fbc59-4022-4272-a438-3433d56a4918", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "3b8e0ce7-5568-4f01-be78-23cabe90c8a6", - "x-ms-routing-request-id": "WESTUS:20230126T100437Z:686fbc59-4022-4272-a438-3433d56a4918" - }, - "ResponseBody": { - "name": "aee36320-9f74-43a9-87f7-93f590473ad6", - "status": "InProgress", - "startTime": "2023-01-26T10:02:35.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/aee36320-9f74-43a9-87f7-93f590473ad6?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-79480e3aaaf531c61acc7e85e3bb76fc-869ca58cb4da3dab-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2a9a3f0a754f46ba388471757861600a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:05:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad61535c-8156-41c6-8e02-fb8592f2708c", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "1a87f406-5333-41ac-8ee4-81555e5693d2", - "x-ms-routing-request-id": "WESTUS:20230126T100537Z:ad61535c-8156-41c6-8e02-fb8592f2708c" - }, - "ResponseBody": { - "name": "aee36320-9f74-43a9-87f7-93f590473ad6", - "status": "InProgress", - "startTime": "2023-01-26T10:02:35.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/aee36320-9f74-43a9-87f7-93f590473ad6?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-79480e3aaaf531c61acc7e85e3bb76fc-d2d1f173310ce31f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ba0d3ee8b9f583e7b142b072fc66e3b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:06:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e5c4b23d-e2d8-4628-8fa5-41af30691a27", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "1167e397-e148-42cf-94e5-a370c3575365", - "x-ms-routing-request-id": "WESTUS:20230126T100637Z:e5c4b23d-e2d8-4628-8fa5-41af30691a27" - }, - "ResponseBody": { - "name": "aee36320-9f74-43a9-87f7-93f590473ad6", - "status": "InProgress", - "startTime": "2023-01-26T10:02:35.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/aee36320-9f74-43a9-87f7-93f590473ad6?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-79480e3aaaf531c61acc7e85e3bb76fc-502cdf001da35363-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0eeeaf83658c3a0403972b2c038d7c42", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:07:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d001a0d7-0b56-4223-9830-3d74eb661da7", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "2d98ea95-b0d7-4f69-a877-ecba0bcde720", - "x-ms-routing-request-id": "WESTUS:20230126T100738Z:d001a0d7-0b56-4223-9830-3d74eb661da7" - }, - "ResponseBody": { - "name": "aee36320-9f74-43a9-87f7-93f590473ad6", - "status": "InProgress", - "startTime": "2023-01-26T10:02:35.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/aee36320-9f74-43a9-87f7-93f590473ad6?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-79480e3aaaf531c61acc7e85e3bb76fc-a9cab02d37d3fc7f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a44eef9af360501c5716790dc4484ad2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:08:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c83793b-4ddd-4019-82a4-e78214d7aa11", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "a99fea10-b21b-4121-9ac9-0e039c433818", - "x-ms-routing-request-id": "WESTUS:20230126T100839Z:9c83793b-4ddd-4019-82a4-e78214d7aa11" - }, - "ResponseBody": { - "name": "aee36320-9f74-43a9-87f7-93f590473ad6", - "status": "InProgress", - "startTime": "2023-01-26T10:02:35.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/aee36320-9f74-43a9-87f7-93f590473ad6?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-79480e3aaaf531c61acc7e85e3bb76fc-75748e9c98c5255c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c8f2bfa05273837e39d3b65d8ebb8024", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:09:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ad3147f-9345-4732-b2ca-d7cd83708cb7", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "8f73ac4f-a669-4e45-b18a-7b045aea26f3", - "x-ms-routing-request-id": "WESTUS:20230126T100939Z:5ad3147f-9345-4732-b2ca-d7cd83708cb7" - }, - "ResponseBody": { - "name": "aee36320-9f74-43a9-87f7-93f590473ad6", - "status": "InProgress", - "startTime": "2023-01-26T10:02:35.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/aee36320-9f74-43a9-87f7-93f590473ad6?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-79480e3aaaf531c61acc7e85e3bb76fc-52e1f39756407b2a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0cd76ec53f179051939db775ecf775ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:10:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6611478d-2ed3-4340-a64e-f5f7445db893", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "5f24bcba-d16c-4149-8c8d-ba533f424b49", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T101039Z:6611478d-2ed3-4340-a64e-f5f7445db893" - }, - "ResponseBody": { - "name": "aee36320-9f74-43a9-87f7-93f590473ad6", - "status": "InProgress", - "startTime": "2023-01-26T10:02:35.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/aee36320-9f74-43a9-87f7-93f590473ad6?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-79480e3aaaf531c61acc7e85e3bb76fc-6dd2f20f6cee2dfa-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "438c584db49a48ce71cb6a8d3cbec19c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "105", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:11:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "367676f9-6860-4c3b-afa4-50e9bb697ba5", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "30fa514e-3171-462b-a089-6db9b807342e", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T101140Z:367676f9-6860-4c3b-afa4-50e9bb697ba5" - }, - "ResponseBody": { - "name": "aee36320-9f74-43a9-87f7-93f590473ad6", - "status": "Succeeded", - "startTime": "2023-01-26T10:02:35.9Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1888?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-79480e3aaaf531c61acc7e85e3bb76fc-aeee898d719c2dd2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "564755963d7061ba6d6235d59b089642", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1297", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:11:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a362157-f9fd-475e-884b-47ba118ba3b3", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "1fa213ce-6d71-4bee-b50c-1cdb09e4f5c8", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T101140Z:2a362157-f9fd-475e-884b-47ba118ba3b3" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-26T10:03:33.0136421Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver1888.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "2", - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8090", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-26T10:03:33.0136421\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "AsyncReplica", - "replicaCapacity": 0, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1888", - "name": "pgflexserver1888", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8090/replicas?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3610fc5d3c2e11899f8f9a4cd4c354d4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1825", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:51:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cab538a7-b083-403e-95a1-713de65e6086", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "dab108ec-e4de-44d9-a094-7f888ad3e00f", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T105124Z:cab538a7-b083-403e-95a1-713de65e6086" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "" - }, - "systemData": { - "createdAt": "2023-01-26T10:02:36.7610191Z" - }, - "properties": { - "dataEncryption": { - "type": "SystemManaged" - }, - "state": "Ready", - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8090", - "storage": { - "storageSizeGB": 0 - }, - "backup": { - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-26T10:02:36.7610191\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "AsyncReplica", - "storageAutoGrowth": false - }, - "location": "eastus", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1888", - "name": "pgflexserver1888", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - }, - { - "sku": { - "name": "" - }, - "systemData": { - "createdAt": "2023-01-26T09:51:15.8389804Z" - }, - "properties": { - "dataEncryption": { - "type": "SystemManaged" - }, - "state": "Ready", - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8090", - "storage": { - "storageSizeGB": 0 - }, - "backup": { - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-26T09:51:15.8389804\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "AsyncReplica", - "storageAutoGrowth": false - }, - "location": "eastus", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2920", - "name": "pgflexserver2920", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2920?api-version=2022-12-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "41", - "Content-Type": "application/json", - "traceparent": "00-d7ba68c1ea84beb4f93852fc777e98c8-67310db18cb6858d-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "97de1adc1faf0f4a9e2ad5377ef9ac69", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "replicationRole": "None" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/44f1d5d3-f4b5-4e47-8b26-b1a4a210c44f?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "92", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:51:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/operationResults/44f1d5d3-f4b5-4e47-8b26-b1a4a210c44f?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd1a5fb2-e0b9-49ce-b000-cbe1e896a9f7", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "44f1d5d3-f4b5-4e47-8b26-b1a4a210c44f", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T105132Z:bd1a5fb2-e0b9-49ce-b000-cbe1e896a9f7" - }, - "ResponseBody": { - "operation": "PromoteReadReplicaManagementOperation", - "startTime": "2023-01-26T10:51:32.173Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/44f1d5d3-f4b5-4e47-8b26-b1a4a210c44f?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d7ba68c1ea84beb4f93852fc777e98c8-369cec7c67a24c75-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "80f9610eff2a3e92b1019704665192a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:51:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d2e50cc-c22e-4f7a-9cb4-ce99deadd794", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "7c13de3d-b1b2-4de8-b7aa-565480a8118b", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T105132Z:2d2e50cc-c22e-4f7a-9cb4-ce99deadd794" - }, - "ResponseBody": { - "name": "44f1d5d3-f4b5-4e47-8b26-b1a4a210c44f", - "status": "InProgress", - "startTime": "2023-01-26T10:51:32.173Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/44f1d5d3-f4b5-4e47-8b26-b1a4a210c44f?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d7ba68c1ea84beb4f93852fc777e98c8-ab078efb7068755d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ac1731e214935025ad85cb7968696c2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:51:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5418dd24-9f39-4324-9a9b-f88652d0e91d", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "9b0e01b4-786a-4cf1-a2bd-9f16b5d3ff2c", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T105147Z:5418dd24-9f39-4324-9a9b-f88652d0e91d" - }, - "ResponseBody": { - "name": "44f1d5d3-f4b5-4e47-8b26-b1a4a210c44f", - "status": "InProgress", - "startTime": "2023-01-26T10:51:32.173Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/44f1d5d3-f4b5-4e47-8b26-b1a4a210c44f?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d7ba68c1ea84beb4f93852fc777e98c8-00c9b90079773bd0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1d292c9e2c00353f95f18dadf369f279", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:52:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45d09415-5a46-426d-a110-b2ada62c50a1", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "d399bc70-20af-4b69-b52e-81d369a41ad7", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T105202Z:45d09415-5a46-426d-a110-b2ada62c50a1" - }, - "ResponseBody": { - "name": "44f1d5d3-f4b5-4e47-8b26-b1a4a210c44f", - "status": "Succeeded", - "startTime": "2023-01-26T10:51:32.173Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2920?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d7ba68c1ea84beb4f93852fc777e98c8-48fa8dc90389cdb9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "71fd10a3df57fa163ba8d3a43319d548", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1116", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:52:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "378d6516-c8d7-4d02-bff6-a2a007ff6af4", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "83ef6707-2b2b-4b76-a779-36ed931f6807", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T105202Z:378d6516-c8d7-4d02-bff6-a2a007ff6af4" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-26T09:53:13.6528326Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver2920.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "2", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-26T09:53:13.6528326\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2920", - "name": "pgflexserver2920", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8090?api-version=2022-12-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-79afcec8c161bb5503a75ab356c3c3d0-d60267152bd0170b-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3a6568947428b6a5f2e117a286785d43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 500, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "36", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:52:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6429ffcf-c149-4db7-a0be-a9bb1ca2edb4", - "x-ms-failure-cause": "service", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "fc6c4742-258f-44b2-af89-ecd85f57543c", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T105222Z:6429ffcf-c149-4db7-a0be-a9bb1ca2edb4" - }, - "ResponseBody": { - "Message": "An error has occurred." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8090?api-version=2022-12-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-79afcec8c161bb5503a75ab356c3c3d0-d60267152bd0170b-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3a6568947428b6a5f2e117a286785d43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 500, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "36", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:52:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f00191d-4bf5-4bec-9c67-307276a0379f", - "x-ms-failure-cause": "service", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "450affc2-182e-4ff2-a667-b29a36949e5e", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T105223Z:8f00191d-4bf5-4bec-9c67-307276a0379f" - }, - "ResponseBody": { - "Message": "An error has occurred." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8090?api-version=2022-12-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-79afcec8c161bb5503a75ab356c3c3d0-d60267152bd0170b-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3a6568947428b6a5f2e117a286785d43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 500, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "36", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:52:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3b5f407c-d9d1-484d-89a4-cfa25efcd6dc", - "x-ms-failure-cause": "service", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "cb520c4d-94b0-459f-8b07-de5011df6996", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T105226Z:3b5f407c-d9d1-484d-89a4-cfa25efcd6dc" - }, - "ResponseBody": { - "Message": "An error has occurred." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8090?api-version=2022-12-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-79afcec8c161bb5503a75ab356c3c3d0-d60267152bd0170b-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3a6568947428b6a5f2e117a286785d43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 500, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "36", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:52:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4780d42-1573-48c3-a182-4d25d87b934b", - "x-ms-failure-cause": "service", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "ab593910-ee4b-478f-9d8d-72e1c24d212a", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T105229Z:a4780d42-1573-48c3-a182-4d25d87b934b" - }, - "ResponseBody": { - "Message": "An error has occurred." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1888?api-version=2022-12-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-4b03624ff8051da0ac8e35f228b2cf90-3755e518f0d9ef1b-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "57d55292fa6bbed8152ee257589a017c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/f3dc854a-5343-4165-88f6-a9de5112e545?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "89", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:52:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/operationResults/f3dc854a-5343-4165-88f6-a9de5112e545?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38774350-058d-47aa-a241-29ec5d6f0932", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "f3dc854a-5343-4165-88f6-a9de5112e545", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T105244Z:38774350-058d-47aa-a241-29ec5d6f0932" - }, - "ResponseBody": { - "operation": "DropReadReplicaManagementOperation", - "startTime": "2023-01-26T10:52:44.513Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/f3dc854a-5343-4165-88f6-a9de5112e545?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4b03624ff8051da0ac8e35f228b2cf90-e906eea117ad0332-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e1128f4b7e4399dc90a724f9924d5d58", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:52:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3d57010-c51b-4665-8ad2-63b5b8eb7358", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "2fd1a62b-2e3b-4cc6-b497-95acb6729551", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T105244Z:d3d57010-c51b-4665-8ad2-63b5b8eb7358" - }, - "ResponseBody": { - "name": "f3dc854a-5343-4165-88f6-a9de5112e545", - "status": "InProgress", - "startTime": "2023-01-26T10:52:44.513Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/f3dc854a-5343-4165-88f6-a9de5112e545?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4b03624ff8051da0ac8e35f228b2cf90-828a331855d9985c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "40869be0d15fda4000a6ed247b62f6a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:52:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec567d9b-cce8-4cc7-aa24-972f08ced040", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "3326d213-4796-4c7d-8fa6-1a30c39b06d4", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T105259Z:ec567d9b-cce8-4cc7-aa24-972f08ced040" - }, - "ResponseBody": { - "name": "f3dc854a-5343-4165-88f6-a9de5112e545", - "status": "InProgress", - "startTime": "2023-01-26T10:52:44.513Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/f3dc854a-5343-4165-88f6-a9de5112e545?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4b03624ff8051da0ac8e35f228b2cf90-182ef6d465bf74ba-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c90c1fba1f889d38697efb5c92579c1c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:53:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "20a3c753-9cb0-4cb9-b0ea-cd87527b8b74", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "ae04d1ab-4498-4706-80a2-9d9f3a162522", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T105315Z:20a3c753-9cb0-4cb9-b0ea-cd87527b8b74" - }, - "ResponseBody": { - "name": "f3dc854a-5343-4165-88f6-a9de5112e545", - "status": "Succeeded", - "startTime": "2023-01-26T10:52:44.513Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg7047/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8090?api-version=2022-12-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-72629307bc19a410538f97f14ba71760-65f02b47805f0648-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2c9526e933ed79634f37e09d90b81e2d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/60eb05da-0b40-4f96-a233-d1f3489e370d?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "84", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:53:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/operationResults/60eb05da-0b40-4f96-a233-d1f3489e370d?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "575ad955-6505-4210-a75e-5fa483804e8b", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "60eb05da-0b40-4f96-a233-d1f3489e370d", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T105319Z:575ad955-6505-4210-a75e-5fa483804e8b" - }, - "ResponseBody": { - "operation": "DropServerManagementOperation", - "startTime": "2023-01-26T10:53:19.657Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/60eb05da-0b40-4f96-a233-d1f3489e370d?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-72629307bc19a410538f97f14ba71760-f9c026fa8d71670f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "543ad00acacd87b4bc9379503f9b0cb0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:53:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "08bd454e-1483-4797-98ee-7ab910751351", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "8395dd1d-6867-44a9-aa42-4b5717ca5ba1", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T105319Z:08bd454e-1483-4797-98ee-7ab910751351" - }, - "ResponseBody": { - "name": "60eb05da-0b40-4f96-a233-d1f3489e370d", - "status": "InProgress", - "startTime": "2023-01-26T10:53:19.657Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/60eb05da-0b40-4f96-a233-d1f3489e370d?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-72629307bc19a410538f97f14ba71760-7a5b28586dbb2248-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0fabcd60291855db56d4c9045c82a36b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:53:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2ced6d5-8ca1-4fd3-9f82-373eea06a473", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "7be4eddd-2e10-459a-a4ab-cba9c2f10a52", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T105334Z:d2ced6d5-8ca1-4fd3-9f82-373eea06a473" - }, - "ResponseBody": { - "name": "60eb05da-0b40-4f96-a233-d1f3489e370d", - "status": "InProgress", - "startTime": "2023-01-26T10:53:19.657Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/60eb05da-0b40-4f96-a233-d1f3489e370d?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-72629307bc19a410538f97f14ba71760-c9d541ad39957736-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c09337eec97ee660ceb7b6ae1a7f81c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:53:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8db50570-b071-43c3-98db-8fa20a19237b", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "c72d4f56-3bfa-4201-b769-2b18a71e547d", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T105350Z:8db50570-b071-43c3-98db-8fa20a19237b" - }, - "ResponseBody": { - "name": "60eb05da-0b40-4f96-a233-d1f3489e370d", - "status": "InProgress", - "startTime": "2023-01-26T10:53:19.657Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/60eb05da-0b40-4f96-a233-d1f3489e370d?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-72629307bc19a410538f97f14ba71760-879bfecc1dd0e0ba-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "087f26db3838e090f5e4fdf800af2b39", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:54:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f5796bd2-4e35-4f17-af46-4ce5f9b4dacc", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "e7b48924-852a-4ed9-a54f-9a1b068044ff", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T105405Z:f5796bd2-4e35-4f17-af46-4ce5f9b4dacc" - }, - "ResponseBody": { - "name": "60eb05da-0b40-4f96-a233-d1f3489e370d", - "status": "Succeeded", - "startTime": "2023-01-26T10:53:19.657Z" - } - } - ], - "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1058435056", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/Replica(True).json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/Replica(True).json deleted file mode 100644 index e9df4ca52bae7..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/Replica(True).json +++ /dev/null @@ -1,4635 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-87a4e886bf8b3c327db9723151fd910c-f671a088a070a06f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "6e431a7c23acf8ad62e55603ed4cf6aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:35:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3b73178d-a8d5-4d4d-b766-fa47fabf59b6", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "3b73178d-a8d5-4d4d-b766-fa47fabf59b6", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173549Z:3b73178d-a8d5-4d4d-b766-fa47fabf59b6" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg5920?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-ed80216a85ae7bb12ac79b5f83489416-2031b26573f3e06d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "03284b238b06c6dd88757eeb6b6ead29", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:35:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b96ead78-c279-435a-9f69-ae7b70e8ccdf", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "b96ead78-c279-435a-9f69-ae7b70e8ccdf", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173550Z:b96ead78-c279-435a-9f69-ae7b70e8ccdf" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920", - "name": "pgflexrg5920", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg5920?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-5f068ff3cf18c032ad61a90cab1e1083-1766ca9c501a07cd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "03f9dad8eb7405d09d362983a41a6630", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:35:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f75c16c-cada-414b-9366-f408b801e1e6", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "5f75c16c-cada-414b-9366-f408b801e1e6", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173550Z:5f75c16c-cada-414b-9366-f408b801e1e6" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920", - "name": "pgflexrg5920", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821?api-version=2021-02-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "398", - "Content-Type": "application/json", - "traceparent": "00-83154316de2efbd5e92440038fddfde9-0fe91f1f736f7efd-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "20673ff2e645ec6f666b987f9fcca6bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus", - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet7316", - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "properties": { - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - } - } - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/04016d29-a638-4341-bded-5e01f6dd6d32?api-version=2021-02-01", - "Cache-Control": "no-cache", - "Content-Length": "2013", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:35:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "84f3e479-806b-442b-9016-805c68a75537", - "x-ms-client-request-id": "20673ff2e645ec6f666b987f9fcca6bc", - "x-ms-correlation-request-id": "a965df8b-3ab1-452b-b174-c076b0a8f4f5", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "04016d29-a638-4341-bded-5e01f6dd6d32", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173552Z:a965df8b-3ab1-452b-b174-c076b0a8f4f5" - }, - "ResponseBody": { - "name": "vnet1821", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821", - "etag": "W/\u0022f67dc155-51fb-45c4-a1f2-88e8f82f4314\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Updating", - "resourceGuid": "044dc020-96cb-4337-8db4-aef99197a234", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet7316", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet7316", - "etag": "W/\u0022f67dc155-51fb-45c4-a1f2-88e8f82f4314\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet7316/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u0022f67dc155-51fb-45c4-a1f2-88e8f82f4314\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/04016d29-a638-4341-bded-5e01f6dd6d32?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-83154316de2efbd5e92440038fddfde9-54442b079a53351d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c4367c071061f1ea6a0d9c09525165d0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:35:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "7c87e2ee-71fc-4b08-a332-611755d0c155", - "x-ms-client-request-id": "c4367c071061f1ea6a0d9c09525165d0", - "x-ms-correlation-request-id": "3dc1a426-ab70-4165-ada6-65aaa68a7662", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "a4a2036f-d074-445c-82f1-234dba3c94ca", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173552Z:3dc1a426-ab70-4165-ada6-65aaa68a7662" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/04016d29-a638-4341-bded-5e01f6dd6d32?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-83154316de2efbd5e92440038fddfde9-d8905d673b944df9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "25676d8f1d63cddeb14c646cbe1da06b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:36:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f68fe1a5-3d8e-43f1-a0ee-691a09a28b66", - "x-ms-client-request-id": "25676d8f1d63cddeb14c646cbe1da06b", - "x-ms-correlation-request-id": "a73dd02b-870c-4903-921f-a5f966526cee", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "d9bbb6ec-a47d-4c03-a5d8-39c228f2bd80", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173603Z:a73dd02b-870c-4903-921f-a5f966526cee" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-83154316de2efbd5e92440038fddfde9-87baa3b9840590fa-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "22774724e2950b5b95c6de458885c86a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "2015", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:36:03 GMT", - "ETag": "W/\u0022cfa6769b-c092-403f-b126-b054d11cf5e8\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1eb47490-5c8a-4845-939e-2ab5a749d362", - "x-ms-client-request-id": "22774724e2950b5b95c6de458885c86a", - "x-ms-correlation-request-id": "9831ce08-49c6-4215-964a-2ba679c8b28d", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "4ef0c5d9-4751-471a-8a5b-ea7590e2b28b", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173603Z:9831ce08-49c6-4215-964a-2ba679c8b28d" - }, - "ResponseBody": { - "name": "vnet1821", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821", - "etag": "W/\u0022cfa6769b-c092-403f-b126-b054d11cf5e8\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "044dc020-96cb-4337-8db4-aef99197a234", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet7316", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet7316", - "etag": "W/\u0022cfa6769b-c092-403f-b126-b054d11cf5e8\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet7316/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u0022cfa6769b-c092-403f-b126-b054d11cf5e8\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet7316?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-96a8d7e7de2bac73e140de88742f2b04-339dc65d53998920-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "dfc258732093eaed9e691314ab7d334c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1238", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:36:03 GMT", - "ETag": "W/\u0022cfa6769b-c092-403f-b126-b054d11cf5e8\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "92500a71-d7d1-43aa-9ad4-e783721a1384", - "x-ms-client-request-id": "dfc258732093eaed9e691314ab7d334c", - "x-ms-correlation-request-id": "9fc9a671-669f-496e-b67c-cd5f1ad92282", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "dc40d030-708d-4a46-b020-97dfbbb191cc", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173603Z:9fc9a671-669f-496e-b67c-cd5f1ad92282" - }, - "ResponseBody": { - "name": "subnet7316", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet7316", - "etag": "W/\u0022cfa6769b-c092-403f-b126-b054d11cf5e8\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet7316/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u0022cfa6769b-c092-403f-b126-b054d11cf5e8\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg5920?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-957485fbdbfae7af9a915a7cb08d3029-d7ef5f4c83db60d3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0be4306c42d9ac3a115b909c3e99442b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:36:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77f2c422-e536-4c7d-a54c-a81f62a84407", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "77f2c422-e536-4c7d-a54c-a81f62a84407", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173603Z:77f2c422-e536-4c7d-a54c-a81f62a84407" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920", - "name": "pgflexrg5920", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/tenants?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-ef6d3d09de2a272f6f951eb5a99c2738-c5da470ff5c399b6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "66f9fa83c15a03d75a8c832ccf466017", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "140", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:36:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b080ccc4-35f5-48ad-801e-7e120f8719ec", - "x-ms-ratelimit-remaining-tenant-reads": "11999", - "x-ms-request-id": "b080ccc4-35f5-48ad-801e-7e120f8719ec", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173603Z:b080ccc4-35f5-48ad-801e-7e120f8719ec" - }, - "ResponseBody": { - "value": [ - { - "id": "/tenants/72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantCategory": "Home" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.DBforPostgreSQL/getPrivateDnsZoneSuffix?api-version=2022-12-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "0", - "traceparent": "00-b72ca9f5628862d80570b94c1666673f-43aebdbff7955284-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "58d89193bda130901d15cd389050ac05", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:36:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "885cddef-a197-4bc4-ba3b-46ec8f2577f8", - "x-ms-ratelimit-remaining-tenant-writes": "1199", - "x-ms-request-id": "c0358c30-34d0-4f38-aa25-5865c5212dfe", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173604Z:885cddef-a197-4bc4-ba3b-46ec8f2577f8" - }, - "ResponseBody": "\u0022postgres.database.azure.com\u0022" - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver759.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "47", - "Content-Type": "application/json", - "traceparent": "00-32e450a62770bd814f76c30736d4c3af-137af537cd21ae16-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b191e725cd83abf258e0b04dbe0eddcb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTs5Y2Q2YTA1ZC1jMGMxLTQ4NTUtODAxNS01OTlkZDdmNmRiN2ZfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:36:05 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTs5Y2Q2YTA1ZC1jMGMxLTQ4NTUtODAxNS01OTlkZDdmNmRiN2ZfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c51c6250-b3e2-447d-8418-556989d64200", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", - "x-ms-request-id": "b191e725-cd83-abf2-58e0-b04dbe0eddcb", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173606Z:c51c6250-b3e2-447d-8418-556989d64200", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTs5Y2Q2YTA1ZC1jMGMxLTQ4NTUtODAxNS01OTlkZDdmNmRiN2ZfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-32e450a62770bd814f76c30736d4c3af-a833d2bf042af1c6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e7067ee0afb5c5949f2cffc10c42710e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTs5Y2Q2YTA1ZC1jMGMxLTQ4NTUtODAxNS01OTlkZDdmNmRiN2ZfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:36:06 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTs5Y2Q2YTA1ZC1jMGMxLTQ4NTUtODAxNS01OTlkZDdmNmRiN2ZfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "faa1977e-1e33-498a-9c1a-b3ad8bcac073", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "e7067ee0-afb5-c594-9f2c-ffc10c42710e", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173606Z:faa1977e-1e33-498a-9c1a-b3ad8bcac073", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTs5Y2Q2YTA1ZC1jMGMxLTQ4NTUtODAxNS01OTlkZDdmNmRiN2ZfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-32e450a62770bd814f76c30736d4c3af-745a70c81bf468ec-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "183e0238ff4639445eca47b984adb8b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:36:36 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c8d3f50-1108-49df-ab9a-9eecb484ce36", - "x-ms-ratelimit-remaining-subscription-resource-requests": "498", - "x-ms-request-id": "183e0238-ff46-3944-5eca-47b984adb8b9", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173636Z:1c8d3f50-1108-49df-ab9a-9eecb484ce36", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver759.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-32e450a62770bd814f76c30736d4c3af-6e1973050a4ea39d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "406da76cf5084b15e3430c94ecc7b926", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "740", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:36:36 GMT", - "ETag": "94885b6a-510e-47e1-8c0d-1dc05da6f40e", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b257f4e8-fe17-4fbc-b4da-2523e5fc5b13", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "406da76c-f508-4b15-e343-0c94ecc7b926", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173636Z:b257f4e8-fe17-4fbc-b4da-2523e5fc5b13", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver759.private.postgres.database.azure.com", - "name": "pgflexserver759.private.postgres.database.azure.com", - "type": "Microsoft.Network/privateDnsZones", - "etag": "94885b6a-510e-47e1-8c0d-1dc05da6f40e", - "location": "global", - "tags": {}, - "properties": { - "internalId": "SW1tdXRhYmxlWm9uZUlkZW50aXR5O2NlMGM0Yzk1LWFmMmEtNDc2My1iYzlkLWJiMGEwYjdmNzRhODsw", - "maxNumberOfRecordSets": 25000, - "maxNumberOfVirtualNetworkLinks": 1000, - "maxNumberOfVirtualNetworkLinksWithRegistration": 100, - "numberOfRecordSets": 1, - "numberOfVirtualNetworkLinks": 0, - "numberOfVirtualNetworkLinksWithRegistration": 0, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver759.private.postgres.database.azure.com/virtualNetworkLinks/vnet1821-link?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "233", - "Content-Type": "application/json", - "traceparent": "00-f2152863545d71364aba8452a87db369-139b4306a378df09-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f00c3a585b60e0c239cd88ea68db41f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": { - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821" - }, - "registrationEnabled": false - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7ZGZhZjA3YjAtZWI0ZC00N2I5LWI0NjEtMWQzY2I1ZTJlNmY0XzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:36:38 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7ZGZhZjA3YjAtZWI0ZC00N2I5LWI0NjEtMWQzY2I1ZTJlNmY0XzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c61335c-e92b-477e-880c-a10560591d07", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", - "x-ms-request-id": "f00c3a58-5b60-e0c2-39cd-88ea68db41f2", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173638Z:9c61335c-e92b-477e-880c-a10560591d07", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7ZGZhZjA3YjAtZWI0ZC00N2I5LWI0NjEtMWQzY2I1ZTJlNmY0XzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f2152863545d71364aba8452a87db369-edfac699d90deedb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "49602011c7a01159e48d063a6c2ae207", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7ZGZhZjA3YjAtZWI0ZC00N2I5LWI0NjEtMWQzY2I1ZTJlNmY0XzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:36:38 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7ZGZhZjA3YjAtZWI0ZC00N2I5LWI0NjEtMWQzY2I1ZTJlNmY0XzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9168d8f0-24ba-4d42-823b-0fefa9b99c9e", - "x-ms-ratelimit-remaining-subscription-resource-requests": "497", - "x-ms-request-id": "49602011-c7a0-1159-e48d-063a6c2ae207", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173638Z:9168d8f0-24ba-4d42-823b-0fefa9b99c9e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7ZGZhZjA3YjAtZWI0ZC00N2I5LWI0NjEtMWQzY2I1ZTJlNmY0XzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f2152863545d71364aba8452a87db369-821db3559b726d85-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a6201a025472285134c9036d27c0ed8a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:37:08 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75cabf17-ae73-4b6d-9ebf-3961470498f0", - "x-ms-ratelimit-remaining-subscription-resource-requests": "496", - "x-ms-request-id": "a6201a02-5472-2851-34c9-036d27c0ed8a", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173708Z:75cabf17-ae73-4b6d-9ebf-3961470498f0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver759.private.postgres.database.azure.com/virtualNetworkLinks/vnet1821-link?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f2152863545d71364aba8452a87db369-55be4fa10ff2ed7b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "47d9f280f87bac52ec4381482acad5c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "676", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:37:08 GMT", - "ETag": "\u002212040741-0000-0100-0000-63d2ba3c0000\u0022", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf4bba77-8026-48fa-b477-e17b8328b4d9", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "47d9f280-f87b-ac52-ec43-81482acad5c2", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173708Z:bf4bba77-8026-48fa-b477-e17b8328b4d9", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver759.private.postgres.database.azure.com/virtualNetworkLinks/vnet1821-link", - "name": "vnet1821-link", - "type": "Microsoft.Network/privateDnsZones/virtualNetworkLinks", - "etag": "\u002212040741-0000-0100-0000-63d2ba3c0000\u0022", - "location": "global", - "tags": {}, - "properties": { - "provisioningState": "Succeeded", - "registrationEnabled": false, - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821" - }, - "virtualNetworkLinkState": "Completed" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet2916?api-version=2021-02-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "298", - "Content-Type": "application/json", - "traceparent": "00-5f9658c59357345bfb484c84c72da5bf-6029c88a5f02a1b1-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d8002c10a58fbc24ce3814d6c3ebea24", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "name": "subnet2916", - "properties": { - "addressPrefix": "10.0.1.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "properties": { - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/b7d30ddd-2e2b-4594-b351-c00a91584752?api-version=2021-02-01", - "Cache-Control": "no-cache", - "Content-Length": "1237", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:37:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "99b01767-c708-402a-be84-4936f6abf589", - "x-ms-client-request-id": "d8002c10a58fbc24ce3814d6c3ebea24", - "x-ms-correlation-request-id": "b58a7a1f-716b-4705-a83e-c70ab08cc959", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "b7d30ddd-2e2b-4594-b351-c00a91584752", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173709Z:b58a7a1f-716b-4705-a83e-c70ab08cc959" - }, - "ResponseBody": { - "name": "subnet2916", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet2916", - "etag": "W/\u0022c07ebafc-e1cd-4234-bab2-639e2ef4a195\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.1.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet2916/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u0022c07ebafc-e1cd-4234-bab2-639e2ef4a195\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/b7d30ddd-2e2b-4594-b351-c00a91584752?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5f9658c59357345bfb484c84c72da5bf-b10db2fd8cd9b7a7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fa5d41f414bfdafbcd1c7943e37be900", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:37:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "fe598333-7aa2-4a3f-8543-e7da70f1709a", - "x-ms-client-request-id": "fa5d41f414bfdafbcd1c7943e37be900", - "x-ms-correlation-request-id": "f9cd2d72-c2c4-41c1-acb2-881385b7e365", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "93859ddf-bb84-4b1b-8c40-21f6e6198470", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173709Z:f9cd2d72-c2c4-41c1-acb2-881385b7e365" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet2916?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5f9658c59357345bfb484c84c72da5bf-8ab70bc6b3693ee8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ada85d595b1075719ff6101bebf4eac5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1238", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:37:09 GMT", - "ETag": "W/\u002235526f6f-b3e3-4aa8-89e2-620653924d30\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "17d0f4c5-9be2-4094-a049-339bdea82dfe", - "x-ms-client-request-id": "ada85d595b1075719ff6101bebf4eac5", - "x-ms-correlation-request-id": "f40bc31c-3c32-4884-b4bd-f1cf70b3f85d", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "d0e6c623-f081-4c4e-b03b-47c22d18fc30", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173709Z:f40bc31c-3c32-4884-b4bd-f1cf70b3f85d" - }, - "ResponseBody": { - "name": "subnet2916", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet2916", - "etag": "W/\u002235526f6f-b3e3-4aa8-89e2-620653924d30\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.1.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet2916/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u002235526f6f-b3e3-4aa8-89e2-620653924d30\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg5920?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-efabbba08c72ea1da959865dd093277c-8809a6215ebda711-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "81e2ab39ef8e8b6481dfac342249264c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:37:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c8f4406a-720b-45d6-9299-40956b691212", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "c8f4406a-720b-45d6-9299-40956b691212", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173710Z:c8f4406a-720b-45d6-9299-40956b691212" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920", - "name": "pgflexrg5920", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/tenants?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-06cf573a17d85f2bc105757056beaa82-11980405edb7e1a5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "75d5ba8a50609859d0e75ac903dfefd9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "140", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:37:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7757cce5-6868-45e8-b3f1-bc4ba5c10fa3", - "x-ms-ratelimit-remaining-tenant-reads": "11998", - "x-ms-request-id": "7757cce5-6868-45e8-b3f1-bc4ba5c10fa3", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173710Z:7757cce5-6868-45e8-b3f1-bc4ba5c10fa3" - }, - "ResponseBody": { - "value": [ - { - "id": "/tenants/72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantCategory": "Home" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.DBforPostgreSQL/getPrivateDnsZoneSuffix?api-version=2022-12-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "0", - "traceparent": "00-a01d7830aeea82cdc618c2b61c97af59-dcb72e6ecd760d3d-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3709b33268996971f81c2c31ae3c5356", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:37:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ff37755-9096-40a8-a505-044239b66f95", - "x-ms-ratelimit-remaining-tenant-writes": "1198", - "x-ms-request-id": "2682cdeb-0f86-4493-bd2e-d429eecfbd2c", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173710Z:1ff37755-9096-40a8-a505-044239b66f95" - }, - "ResponseBody": "\u0022postgres.database.azure.com\u0022" - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver782.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "47", - "Content-Type": "application/json", - "traceparent": "00-89b4dbb4a7ae19786bf9828054375a7c-71a4277ea5f0218d-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3190c4cf741fe9645249b0a7949b87a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTswZTA4NDVhYS1kOWY3LTQ1MTYtOWIwMS1kODdiNmM1MWM4NmRfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:37:11 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTswZTA4NDVhYS1kOWY3LTQ1MTYtOWIwMS1kODdiNmM1MWM4NmRfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a0d186a9-7d2e-4bea-a07e-41d1b0cf7aeb", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11998", - "x-ms-request-id": "3190c4cf-741f-e964-5249-b0a7949b87a1", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173712Z:a0d186a9-7d2e-4bea-a07e-41d1b0cf7aeb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTswZTA4NDVhYS1kOWY3LTQ1MTYtOWIwMS1kODdiNmM1MWM4NmRfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-89b4dbb4a7ae19786bf9828054375a7c-25350fdb86f451d2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3ff90494be4ebeb94e1fe54fb7cad45c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTswZTA4NDVhYS1kOWY3LTQ1MTYtOWIwMS1kODdiNmM1MWM4NmRfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:37:11 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTswZTA4NDVhYS1kOWY3LTQ1MTYtOWIwMS1kODdiNmM1MWM4NmRfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "72e565c3-0d80-48dc-aa41-2c959dd52e64", - "x-ms-ratelimit-remaining-subscription-resource-requests": "495", - "x-ms-request-id": "3ff90494-be4e-beb9-4e1f-e54fb7cad45c", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173712Z:72e565c3-0d80-48dc-aa41-2c959dd52e64", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTswZTA4NDVhYS1kOWY3LTQ1MTYtOWIwMS1kODdiNmM1MWM4NmRfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-89b4dbb4a7ae19786bf9828054375a7c-c397bd62c0d56631-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "da418a95e43be015116ee8b3f620c52a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:37:41 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0456a007-37e9-48bf-a221-8816e89e3396", - "x-ms-ratelimit-remaining-subscription-resource-requests": "494", - "x-ms-request-id": "da418a95-e43b-e015-116e-e8b3f620c52a", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173742Z:0456a007-37e9-48bf-a221-8816e89e3396", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver782.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-89b4dbb4a7ae19786bf9828054375a7c-b297158dc0c1fbf3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8f121d5f48a1315219431f2009636b7e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "740", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:37:41 GMT", - "ETag": "c2f9f5c8-e42f-4f16-b545-8c1562f1f0dd", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9edfac9f-7128-4cfc-a158-7d31195590d2", - "x-ms-ratelimit-remaining-subscription-resource-requests": "498", - "x-ms-request-id": "8f121d5f-48a1-3152-1943-1f2009636b7e", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173742Z:9edfac9f-7128-4cfc-a158-7d31195590d2", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver782.private.postgres.database.azure.com", - "name": "pgflexserver782.private.postgres.database.azure.com", - "type": "Microsoft.Network/privateDnsZones", - "etag": "c2f9f5c8-e42f-4f16-b545-8c1562f1f0dd", - "location": "global", - "tags": {}, - "properties": { - "internalId": "SW1tdXRhYmxlWm9uZUlkZW50aXR5O2YwYWM5ZGYyLTc4NGUtNGYyNi05MjJhLTY1ZWY3MzE5Y2JiYjsw", - "maxNumberOfRecordSets": 25000, - "maxNumberOfVirtualNetworkLinks": 1000, - "maxNumberOfVirtualNetworkLinksWithRegistration": 100, - "numberOfRecordSets": 1, - "numberOfVirtualNetworkLinks": 0, - "numberOfVirtualNetworkLinksWithRegistration": 0, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver782.private.postgres.database.azure.com/virtualNetworkLinks/vnet1821-link?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "233", - "Content-Type": "application/json", - "traceparent": "00-769c265137d107a116d5a1767d6b6bb2-7525fe09b1edc5a8-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "99ae20970fe6b058ef192ee0d606c72e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": { - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821" - }, - "registrationEnabled": false - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7Y2Q0MzIxOTItNjhkMS00NjJmLWE2YzktYzcyYzRlZjU4YTZhXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:37:43 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7Y2Q0MzIxOTItNjhkMS00NjJmLWE2YzktYzcyYzRlZjU4YTZhXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "13f58eae-faf1-470f-ab6d-2d93581b0265", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11998", - "x-ms-request-id": "99ae2097-0fe6-b058-ef19-2ee0d606c72e", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173744Z:13f58eae-faf1-470f-ab6d-2d93581b0265", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7Y2Q0MzIxOTItNjhkMS00NjJmLWE2YzktYzcyYzRlZjU4YTZhXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-769c265137d107a116d5a1767d6b6bb2-8d0c188332d97743-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d61c6a032b715043c462a08819725b13", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7Y2Q0MzIxOTItNjhkMS00NjJmLWE2YzktYzcyYzRlZjU4YTZhXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:37:43 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7Y2Q0MzIxOTItNjhkMS00NjJmLWE2YzktYzcyYzRlZjU4YTZhXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9b6254f-7db8-4cd6-8422-9970dca43f57", - "x-ms-ratelimit-remaining-subscription-resource-requests": "493", - "x-ms-request-id": "d61c6a03-2b71-5043-c462-a08819725b13", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173744Z:b9b6254f-7db8-4cd6-8422-9970dca43f57", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7Y2Q0MzIxOTItNjhkMS00NjJmLWE2YzktYzcyYzRlZjU4YTZhXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-769c265137d107a116d5a1767d6b6bb2-93982650a8f7a889-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4dc6f17bd17352c6656161d64e60ebfa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:38:14 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c3f1c2a6-411d-4f45-aebb-2adcdcc1c570", - "x-ms-ratelimit-remaining-subscription-resource-requests": "492", - "x-ms-request-id": "4dc6f17b-d173-52c6-6561-61d64e60ebfa", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173814Z:c3f1c2a6-411d-4f45-aebb-2adcdcc1c570", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver782.private.postgres.database.azure.com/virtualNetworkLinks/vnet1821-link?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-769c265137d107a116d5a1767d6b6bb2-d87f7771cde02619-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "6cdc8141f0ea2ebc779fd555a43233c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "676", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:38:14 GMT", - "ETag": "\u00221204d348-0000-0100-0000-63d2ba750000\u0022", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ac71208-0077-4ad0-967b-552efa73ed26", - "x-ms-ratelimit-remaining-subscription-resource-requests": "498", - "x-ms-request-id": "6cdc8141-f0ea-2ebc-779f-d555a43233c5", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173814Z:2ac71208-0077-4ad0-967b-552efa73ed26", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver782.private.postgres.database.azure.com/virtualNetworkLinks/vnet1821-link", - "name": "vnet1821-link", - "type": "Microsoft.Network/privateDnsZones/virtualNetworkLinks", - "etag": "\u00221204d348-0000-0100-0000-63d2ba750000\u0022", - "location": "global", - "tags": {}, - "properties": { - "provisioningState": "Succeeded", - "registrationEnabled": false, - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821" - }, - "virtualNetworkLinkState": "Completed" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet6209?api-version=2021-02-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "298", - "Content-Type": "application/json", - "traceparent": "00-2d78f2bbe92a9582a3158e4a1dedd3c7-9617d0758039775f-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d27caeb4892d3239a3c97010ca6c0264", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "name": "subnet6209", - "properties": { - "addressPrefix": "10.0.2.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "properties": { - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/391b73ac-c760-4232-8273-3bbe2f1d0d46?api-version=2021-02-01", - "Cache-Control": "no-cache", - "Content-Length": "1237", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:38:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "84c6881a-cbfa-41b5-a422-3667e2ba48a3", - "x-ms-client-request-id": "d27caeb4892d3239a3c97010ca6c0264", - "x-ms-correlation-request-id": "94d184f9-db27-4552-93c1-726cd85c33ec", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "391b73ac-c760-4232-8273-3bbe2f1d0d46", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173815Z:94d184f9-db27-4552-93c1-726cd85c33ec" - }, - "ResponseBody": { - "name": "subnet6209", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet6209", - "etag": "W/\u00226f2852c0-ba27-431d-9546-752b70be282e\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.2.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet6209/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u00226f2852c0-ba27-431d-9546-752b70be282e\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/391b73ac-c760-4232-8273-3bbe2f1d0d46?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2d78f2bbe92a9582a3158e4a1dedd3c7-05c406a1a27c04bf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9f219b2d18e3b8cd47aac82080ab630a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:38:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a9ba7491-fb7c-46b7-9b87-c313577d22b9", - "x-ms-client-request-id": "9f219b2d18e3b8cd47aac82080ab630a", - "x-ms-correlation-request-id": "86903442-702c-445c-8403-0ecd6e97a275", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "86185142-c5c5-4d35-a97b-317cd3783b84", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173815Z:86903442-702c-445c-8403-0ecd6e97a275" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/391b73ac-c760-4232-8273-3bbe2f1d0d46?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2d78f2bbe92a9582a3158e4a1dedd3c7-605ab84a3fd67ebb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fede709d9bebc52f85f19d95b4653631", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:38:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "53705a6d-2704-499f-908d-013951e2981f", - "x-ms-client-request-id": "fede709d9bebc52f85f19d95b4653631", - "x-ms-correlation-request-id": "cc5e6971-0271-4bbb-b0ea-7b076f6e8867", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "05497d5c-79dc-46b8-bc37-d14d9cec787f", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173825Z:cc5e6971-0271-4bbb-b0ea-7b076f6e8867" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet6209?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2d78f2bbe92a9582a3158e4a1dedd3c7-2c1dc623c7ec9eaa-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2ee23d1c624b5d81d88e50eb26070a89", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1238", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:38:25 GMT", - "ETag": "W/\u002215cce559-9e89-4669-918b-59c57b55f5ce\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b4288fc4-e587-4ce2-a519-11f2de9b31b6", - "x-ms-client-request-id": "2ee23d1c624b5d81d88e50eb26070a89", - "x-ms-correlation-request-id": "30a26268-298c-4224-9484-b2a612c6908d", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "a405c282-fac5-4210-a0bd-ddc5da3ccf33", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173825Z:30a26268-298c-4224-9484-b2a612c6908d" - }, - "ResponseBody": { - "name": "subnet6209", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet6209", - "etag": "W/\u002215cce559-9e89-4669-918b-59c57b55f5ce\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.2.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet6209/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u002215cce559-9e89-4669-918b-59c57b55f5ce\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg5920?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-a35b9df3cae455ac32da4f8315369a09-f281bd7c1f298314-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8b36ca34ae9292486c5b1af17b3704e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:38:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d8659aa6-6b43-44e3-b995-0af3d975cb85", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "d8659aa6-6b43-44e3-b995-0af3d975cb85", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173825Z:d8659aa6-6b43-44e3-b995-0af3d975cb85" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920", - "name": "pgflexrg5920", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/tenants?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-f9bb6e62f3e002595a35c3e39cd1d122-2ac9da87def92bc3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4204967335c93bbfef80265c4a449f7e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "140", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:38:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23e3b1a9-31b8-4d7f-bfe4-05f305818fc6", - "x-ms-ratelimit-remaining-tenant-reads": "11997", - "x-ms-request-id": "23e3b1a9-31b8-4d7f-bfe4-05f305818fc6", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173825Z:23e3b1a9-31b8-4d7f-bfe4-05f305818fc6" - }, - "ResponseBody": { - "value": [ - { - "id": "/tenants/72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantCategory": "Home" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.DBforPostgreSQL/getPrivateDnsZoneSuffix?api-version=2022-12-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "0", - "traceparent": "00-34f027f05947dc1c5eab1bb215297139-90990d97975f6202-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e96113e7ab2f6d9ff550c2ef488fe1a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:38:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b58ae6bf-ac61-48fd-a57c-071382685677", - "x-ms-ratelimit-remaining-tenant-writes": "1197", - "x-ms-request-id": "28c07028-fd8e-4406-ba78-c0b6a2467f62", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173826Z:b58ae6bf-ac61-48fd-a57c-071382685677" - }, - "ResponseBody": "\u0022postgres.database.azure.com\u0022" - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver8448.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "47", - "Content-Type": "application/json", - "traceparent": "00-26b9e0dcd89c7dadc3cc4f81c3c9fcfb-7cc0def526894e24-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8f776e8ac803ffc00afb9b1188eb4828", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyMWM2M2RlNi04MTU1LTQwYTgtOGMxYi02NTQ0ZDcyMThiN2FfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:38:27 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyMWM2M2RlNi04MTU1LTQwYTgtOGMxYi02NTQ0ZDcyMThiN2FfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e5a2a88f-7f90-4a52-a923-3ad478657d2a", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11997", - "x-ms-request-id": "8f776e8a-c803-ffc0-0afb-9b1188eb4828", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173827Z:e5a2a88f-7f90-4a52-a923-3ad478657d2a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyMWM2M2RlNi04MTU1LTQwYTgtOGMxYi02NTQ0ZDcyMThiN2FfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-26b9e0dcd89c7dadc3cc4f81c3c9fcfb-78f91f492f29d779-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "dbd2859f10cc1f7a5262de340f8de40a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyMWM2M2RlNi04MTU1LTQwYTgtOGMxYi02NTQ0ZDcyMThiN2FfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:38:27 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyMWM2M2RlNi04MTU1LTQwYTgtOGMxYi02NTQ0ZDcyMThiN2FfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c853bf9d-7025-4d2d-b195-76e31637e5e1", - "x-ms-ratelimit-remaining-subscription-resource-requests": "491", - "x-ms-request-id": "dbd2859f-10cc-1f7a-5262-de340f8de40a", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173827Z:c853bf9d-7025-4d2d-b195-76e31637e5e1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyMWM2M2RlNi04MTU1LTQwYTgtOGMxYi02NTQ0ZDcyMThiN2FfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-26b9e0dcd89c7dadc3cc4f81c3c9fcfb-9eaf9647e9ab2848-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ac329a0879846fcbbbaf976c7a478c3a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:38:57 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d30fd9b0-eef6-4dc8-8c2d-3258d1bb462a", - "x-ms-ratelimit-remaining-subscription-resource-requests": "490", - "x-ms-request-id": "ac329a08-7984-6fcb-bbaf-976c7a478c3a", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173857Z:d30fd9b0-eef6-4dc8-8c2d-3258d1bb462a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver8448.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-26b9e0dcd89c7dadc3cc4f81c3c9fcfb-69fc3883467420e7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "03723a076c18ac5b21eb15733c7eb86a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "742", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:38:57 GMT", - "ETag": "20ef9f04-28e1-45fc-b2a6-8bffa57fe23e", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "755037ce-7dfc-4f2f-a5ef-5782b92ad9b5", - "x-ms-ratelimit-remaining-subscription-resource-requests": "497", - "x-ms-request-id": "03723a07-6c18-ac5b-21eb-15733c7eb86a", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173858Z:755037ce-7dfc-4f2f-a5ef-5782b92ad9b5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver8448.private.postgres.database.azure.com", - "name": "pgflexserver8448.private.postgres.database.azure.com", - "type": "Microsoft.Network/privateDnsZones", - "etag": "20ef9f04-28e1-45fc-b2a6-8bffa57fe23e", - "location": "global", - "tags": {}, - "properties": { - "internalId": "SW1tdXRhYmxlWm9uZUlkZW50aXR5OzFiODkxMmUwLTMxYjQtNGNmMS1iYTIwLWEyM2FiMGYxOGI4Yjsw", - "maxNumberOfRecordSets": 25000, - "maxNumberOfVirtualNetworkLinks": 1000, - "maxNumberOfVirtualNetworkLinksWithRegistration": 100, - "numberOfRecordSets": 1, - "numberOfVirtualNetworkLinks": 0, - "numberOfVirtualNetworkLinksWithRegistration": 0, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver8448.private.postgres.database.azure.com/virtualNetworkLinks/vnet1821-link?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "233", - "Content-Type": "application/json", - "traceparent": "00-70d8419d7af66117f52c1773d559cbf0-852215392ae55512-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d77043b1469d25dbba621f1d780ea40b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": { - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821" - }, - "registrationEnabled": false - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7ODhjMjI1MTgtZDgyYS00NDg1LTg3YzgtMzEyZTNiMGE0MmE1XzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:38:59 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7ODhjMjI1MTgtZDgyYS00NDg1LTg3YzgtMzEyZTNiMGE0MmE1XzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "40db88c9-010b-48fe-9347-2a1dfbe241ae", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11997", - "x-ms-request-id": "d77043b1-469d-25db-ba62-1f1d780ea40b", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173859Z:40db88c9-010b-48fe-9347-2a1dfbe241ae", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7ODhjMjI1MTgtZDgyYS00NDg1LTg3YzgtMzEyZTNiMGE0MmE1XzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-70d8419d7af66117f52c1773d559cbf0-021d45e09bc9f18f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "37ba2df6b5d6c19c5f4d49b64c3e3313", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7ODhjMjI1MTgtZDgyYS00NDg1LTg3YzgtMzEyZTNiMGE0MmE1XzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:38:59 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7ODhjMjI1MTgtZDgyYS00NDg1LTg3YzgtMzEyZTNiMGE0MmE1XzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5b513e2-4a8c-438e-b384-da2f346401df", - "x-ms-ratelimit-remaining-subscription-resource-requests": "489", - "x-ms-request-id": "37ba2df6-b5d6-c19c-5f4d-49b64c3e3313", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173859Z:d5b513e2-4a8c-438e-b384-da2f346401df", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7ODhjMjI1MTgtZDgyYS00NDg1LTg3YzgtMzEyZTNiMGE0MmE1XzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-70d8419d7af66117f52c1773d559cbf0-6980f586da7d6316-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "989d0a47e352d04f51d59916bb42c262", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:39:29 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d79ae3a-b19f-4cdd-88f1-5068463729b8", - "x-ms-ratelimit-remaining-subscription-resource-requests": "488", - "x-ms-request-id": "989d0a47-e352-d04f-51d5-9916bb42c262", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173930Z:6d79ae3a-b19f-4cdd-88f1-5068463729b8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver8448.private.postgres.database.azure.com/virtualNetworkLinks/vnet1821-link?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-70d8419d7af66117f52c1773d559cbf0-483fd9f06fe526f3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4a26e22e6c532034076a75cd983a4f00", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "677", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:39:29 GMT", - "ETag": "\u002212041b53-0000-0100-0000-63d2babf0000\u0022", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "984e3815-bb31-43c4-bd87-cbc4e444a3ec", - "x-ms-ratelimit-remaining-subscription-resource-requests": "497", - "x-ms-request-id": "4a26e22e-6c53-2034-076a-75cd983a4f00", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173930Z:984e3815-bb31-43c4-bd87-cbc4e444a3ec", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver8448.private.postgres.database.azure.com/virtualNetworkLinks/vnet1821-link", - "name": "vnet1821-link", - "type": "Microsoft.Network/privateDnsZones/virtualNetworkLinks", - "etag": "\u002212041b53-0000-0100-0000-63d2babf0000\u0022", - "location": "global", - "tags": {}, - "properties": { - "provisioningState": "Succeeded", - "registrationEnabled": false, - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821" - }, - "virtualNetworkLinkState": "Completed" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver759?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "652", - "Content-Type": "application/json", - "traceparent": "00-6723bdfeb396728ebe7d7c921e9c2288-adce17e7ba950179-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "585178529bba12eadeeae6011b86051c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "14", - "storage": { - "storageSizeGB": 128 - }, - "network": { - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet7316", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver759.private.postgres.database.azure.com" - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/4a41e224-74ad-46c8-9dff-e4991bcd19a5?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "86", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:39:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/4a41e224-74ad-46c8-9dff-e4991bcd19a5?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78a3c318-6429-4a57-b0b1-b9f3ff04d061", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "ec780f26-1d8d-4f57-aee2-d77cbf02550b", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173931Z:78a3c318-6429-4a57-b0b1-b9f3ff04d061" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-26T17:39:31.4Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/4a41e224-74ad-46c8-9dff-e4991bcd19a5?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6723bdfeb396728ebe7d7c921e9c2288-b3a44e32f7435ee7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "43c3988569f193a8f7136c6986330480", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:39:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2bd41813-d481-458a-afe2-99c1b0e43e6b", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "447444e5-84ff-4b3d-9648-2a6f2d88e6a1", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T173931Z:2bd41813-d481-458a-afe2-99c1b0e43e6b" - }, - "ResponseBody": { - "name": "4a41e224-74ad-46c8-9dff-e4991bcd19a5", - "status": "InProgress", - "startTime": "2023-01-26T17:39:31.4Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/4a41e224-74ad-46c8-9dff-e4991bcd19a5?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6723bdfeb396728ebe7d7c921e9c2288-558f12cc4b08ffab-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b1425965e5b369e8b876823c0a03a55c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:40:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e27f3aa-e3af-4521-bada-e8d4496ce964", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "2238975d-2869-4a95-ad2d-1f065cfc1cb1", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T174032Z:9e27f3aa-e3af-4521-bada-e8d4496ce964" - }, - "ResponseBody": { - "name": "4a41e224-74ad-46c8-9dff-e4991bcd19a5", - "status": "InProgress", - "startTime": "2023-01-26T17:39:31.4Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/4a41e224-74ad-46c8-9dff-e4991bcd19a5?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6723bdfeb396728ebe7d7c921e9c2288-b6789636972b5beb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "827bceb2c2c2222a3ef371037d5655a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:41:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2d665b4a-2f6f-46b8-b741-d3098d133d23", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "b3e499e1-a296-4530-b1d1-1e76347dbdc7", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T174132Z:2d665b4a-2f6f-46b8-b741-d3098d133d23" - }, - "ResponseBody": { - "name": "4a41e224-74ad-46c8-9dff-e4991bcd19a5", - "status": "InProgress", - "startTime": "2023-01-26T17:39:31.4Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/4a41e224-74ad-46c8-9dff-e4991bcd19a5?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6723bdfeb396728ebe7d7c921e9c2288-0187d3456ed5fbe4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "13821078853f9f63b05a8a7be66b89f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:42:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ae0becb-6ce0-4f1c-8624-f467f2b2f2c0", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "67c1db2c-6da4-4b68-a23d-a15ec26e1888", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T174232Z:3ae0becb-6ce0-4f1c-8624-f467f2b2f2c0" - }, - "ResponseBody": { - "name": "4a41e224-74ad-46c8-9dff-e4991bcd19a5", - "status": "InProgress", - "startTime": "2023-01-26T17:39:31.4Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/4a41e224-74ad-46c8-9dff-e4991bcd19a5?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6723bdfeb396728ebe7d7c921e9c2288-4eb7b7f0df5c4130-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b7b60f6e81b7a3be2f2073bf74e4eb62", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:43:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7f8753f6-63a3-4c44-bb56-4cc2402e175a", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "e7452c64-57f9-41d3-abc6-aaac003691c2", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T174333Z:7f8753f6-63a3-4c44-bb56-4cc2402e175a" - }, - "ResponseBody": { - "name": "4a41e224-74ad-46c8-9dff-e4991bcd19a5", - "status": "InProgress", - "startTime": "2023-01-26T17:39:31.4Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/4a41e224-74ad-46c8-9dff-e4991bcd19a5?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6723bdfeb396728ebe7d7c921e9c2288-46d8f0b33d3897cc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f9c4df2091812d1d6bdcd26737af3bd3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:44:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38cc3eec-34db-4423-95d1-868ed45053b1", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "74a8d593-260c-492e-9c87-69cd13040d6e", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T174433Z:38cc3eec-34db-4423-95d1-868ed45053b1" - }, - "ResponseBody": { - "name": "4a41e224-74ad-46c8-9dff-e4991bcd19a5", - "status": "InProgress", - "startTime": "2023-01-26T17:39:31.4Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/4a41e224-74ad-46c8-9dff-e4991bcd19a5?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6723bdfeb396728ebe7d7c921e9c2288-29fdcd07d5a23406-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "6e957d6a9e9ff6eb51dfe41f12a42bcc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:45:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0a80f262-76be-4aa2-88bc-b68310f9e258", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "3779b2f5-4821-48f5-88ba-c7cacb1a7920", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T174534Z:0a80f262-76be-4aa2-88bc-b68310f9e258" - }, - "ResponseBody": { - "name": "4a41e224-74ad-46c8-9dff-e4991bcd19a5", - "status": "InProgress", - "startTime": "2023-01-26T17:39:31.4Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/4a41e224-74ad-46c8-9dff-e4991bcd19a5?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6723bdfeb396728ebe7d7c921e9c2288-05a1984135595c9c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "065a286e8fa7dd73f2894cdaaf576b7f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "105", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:46:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "184bcb6f-1ca4-4f86-a555-fba1d4304e25", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "1805c1fa-8d6d-4b3f-aaba-11738a5a7319", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T174634Z:184bcb6f-1ca4-4f86-a555-fba1d4304e25" - }, - "ResponseBody": { - "name": "4a41e224-74ad-46c8-9dff-e4991bcd19a5", - "status": "Succeeded", - "startTime": "2023-01-26T17:39:31.4Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver759?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6723bdfeb396728ebe7d7c921e9c2288-2c8c08b4a236bace-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f6549fe47d4f82c3f3cda8a1acfd1ac6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1504", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:46:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e95faceb-479d-4486-a555-2a0591e36d5d", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "794d5aca-43f8-4290-ab59-57a78558654a", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T174634Z:e95faceb-479d-4486-a555-2a0591e36d5d" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-26T17:39:39.3372855Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver759.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "2", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-26T17:39:39.3372855\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled", - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet7316", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver759.private.postgres.database.azure.com" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver759", - "name": "pgflexserver759", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver782?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "669", - "Content-Type": "application/json", - "traceparent": "00-24f7875e0df477dcdeac787da3d89350-382274e2404db1fe-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0ff806b03554db2b09b87b16511147fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "eastus", - "properties": { - "network": { - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet2916", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver782.private.postgres.database.azure.com" - }, - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver759", - "availabilityZone": "2", - "createMode": "Replica" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59d28356-123a-4ca7-9c71-4f91323fcfd0?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "91", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:46:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/59d28356-123a-4ca7-9c71-4f91323fcfd0?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "120c1625-23fc-4a12-8b7f-6de7ad46f568", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "b464ac46-95e9-46f6-9c8c-e98ea14c378c", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T174636Z:120c1625-23fc-4a12-8b7f-6de7ad46f568" - }, - "ResponseBody": { - "operation": "CreateReadReplicaManagementOperation", - "startTime": "2023-01-26T17:46:36.223Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59d28356-123a-4ca7-9c71-4f91323fcfd0?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-24f7875e0df477dcdeac787da3d89350-c94c4c5981f9f516-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a82a856e5c5eae2b7379ed9602ac30e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:46:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be8d4622-a2a2-4a1f-aa70-f40654f66ac9", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "4a641b84-fe97-4d64-a25a-efec3009cc8b", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T174636Z:be8d4622-a2a2-4a1f-aa70-f40654f66ac9" - }, - "ResponseBody": { - "name": "59d28356-123a-4ca7-9c71-4f91323fcfd0", - "status": "InProgress", - "startTime": "2023-01-26T17:46:36.223Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59d28356-123a-4ca7-9c71-4f91323fcfd0?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-24f7875e0df477dcdeac787da3d89350-73f8fa702b315fcb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "472ead85a7c27c768907aa7c2351f437", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:47:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "672c73aa-d871-41fd-809e-cf09242aca9e", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "9b120ac3-bd02-405b-8554-07601e62ac64", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T174736Z:672c73aa-d871-41fd-809e-cf09242aca9e" - }, - "ResponseBody": { - "name": "59d28356-123a-4ca7-9c71-4f91323fcfd0", - "status": "InProgress", - "startTime": "2023-01-26T17:46:36.223Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59d28356-123a-4ca7-9c71-4f91323fcfd0?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-24f7875e0df477dcdeac787da3d89350-7c5d3dbb0ad08fed-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "cca786889ee6179c398cfed647e6efb8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:48:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "947505bc-93a4-478e-b30e-574db91e8567", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "6334f2be-991f-4e6f-971b-c3088c71f0a0", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T174837Z:947505bc-93a4-478e-b30e-574db91e8567" - }, - "ResponseBody": { - "name": "59d28356-123a-4ca7-9c71-4f91323fcfd0", - "status": "InProgress", - "startTime": "2023-01-26T17:46:36.223Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59d28356-123a-4ca7-9c71-4f91323fcfd0?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-24f7875e0df477dcdeac787da3d89350-7f366f78755647c8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "39542fa7e8a3c7310eae1f57b1ae8b22", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:49:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "57e17545-b02d-4ce6-81ed-f42931aab9e8", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "3b6981da-6987-46e4-8d98-66ddacfa6ca1", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T174937Z:57e17545-b02d-4ce6-81ed-f42931aab9e8" - }, - "ResponseBody": { - "name": "59d28356-123a-4ca7-9c71-4f91323fcfd0", - "status": "InProgress", - "startTime": "2023-01-26T17:46:36.223Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59d28356-123a-4ca7-9c71-4f91323fcfd0?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-24f7875e0df477dcdeac787da3d89350-3962a27d6252d74b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7b0eb5856405e6fb11160e36a8a034a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:50:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5709d052-a252-40bd-8c2d-3f9c8152cee1", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "b1cb8dde-2a82-421d-a9cd-ebdae54864f3", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T175037Z:5709d052-a252-40bd-8c2d-3f9c8152cee1" - }, - "ResponseBody": { - "name": "59d28356-123a-4ca7-9c71-4f91323fcfd0", - "status": "InProgress", - "startTime": "2023-01-26T17:46:36.223Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59d28356-123a-4ca7-9c71-4f91323fcfd0?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-24f7875e0df477dcdeac787da3d89350-bb23dd7dbce6b24f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f3d5f118bafd9f9455e0bd387f45658b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:51:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "18d2a9d5-46ca-42b4-bf03-d0c82a685dfc", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "91f128b5-2219-4e68-9dba-a96c0a5e9ca3", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T175138Z:18d2a9d5-46ca-42b4-bf03-d0c82a685dfc" - }, - "ResponseBody": { - "name": "59d28356-123a-4ca7-9c71-4f91323fcfd0", - "status": "InProgress", - "startTime": "2023-01-26T17:46:36.223Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59d28356-123a-4ca7-9c71-4f91323fcfd0?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-24f7875e0df477dcdeac787da3d89350-40d62c20768d5dd6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9150dc0073d742b3336d288cdafb1e6e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:52:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c012ccad-0987-4864-a09d-de70a3a9ba3a", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "9a961d2e-cf89-447e-8c87-5b75a4cf9a22", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T175238Z:c012ccad-0987-4864-a09d-de70a3a9ba3a" - }, - "ResponseBody": { - "name": "59d28356-123a-4ca7-9c71-4f91323fcfd0", - "status": "InProgress", - "startTime": "2023-01-26T17:46:36.223Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59d28356-123a-4ca7-9c71-4f91323fcfd0?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-24f7875e0df477dcdeac787da3d89350-9d1e10ee03b55313-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "bf3e7c7998d9ca24216e2525a6c366cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:53:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed02f62b-3f7a-4e85-ad01-dcc456bda3ec", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "e534402b-df58-427c-ac6b-1f3b1ef8be26", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T175338Z:ed02f62b-3f7a-4e85-ad01-dcc456bda3ec" - }, - "ResponseBody": { - "name": "59d28356-123a-4ca7-9c71-4f91323fcfd0", - "status": "InProgress", - "startTime": "2023-01-26T17:46:36.223Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59d28356-123a-4ca7-9c71-4f91323fcfd0?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-24f7875e0df477dcdeac787da3d89350-c852aad673e42a04-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "cb3682b1a34fa4cb3e92bf8f9207c55a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:54:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b5daad1-3ad3-46f4-b776-bc365a5fd647", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "a49d0709-33a7-4137-97be-a5a4ef8f4f05", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T175439Z:9b5daad1-3ad3-46f4-b776-bc365a5fd647" - }, - "ResponseBody": { - "name": "59d28356-123a-4ca7-9c71-4f91323fcfd0", - "status": "InProgress", - "startTime": "2023-01-26T17:46:36.223Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59d28356-123a-4ca7-9c71-4f91323fcfd0?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-24f7875e0df477dcdeac787da3d89350-f212aa0d6da47d21-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "03bf4fc1a50668b2b88570694d8e9c70", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:55:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc082a73-1f7d-44eb-b89e-7309129d4f2e", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "a5fc64ab-e14b-4d07-b78e-febb8c446976", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T175539Z:cc082a73-1f7d-44eb-b89e-7309129d4f2e" - }, - "ResponseBody": { - "name": "59d28356-123a-4ca7-9c71-4f91323fcfd0", - "status": "InProgress", - "startTime": "2023-01-26T17:46:36.223Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59d28356-123a-4ca7-9c71-4f91323fcfd0?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-24f7875e0df477dcdeac787da3d89350-c8d97a4c2f4657f8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "57da5b0652c4d51eb09a8146d8943819", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:56:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "52acf2e3-f64d-47e2-b02d-1aa7eba88978", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "d38503f3-faa5-4646-8fbb-ae80d3fb97e1", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T175639Z:52acf2e3-f64d-47e2-b02d-1aa7eba88978" - }, - "ResponseBody": { - "name": "59d28356-123a-4ca7-9c71-4f91323fcfd0", - "status": "InProgress", - "startTime": "2023-01-26T17:46:36.223Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59d28356-123a-4ca7-9c71-4f91323fcfd0?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-24f7875e0df477dcdeac787da3d89350-3aec4542b781920d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5763cba863030cc6d0ce13c9336256b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:57:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3fef275-19dc-42f8-af7d-1c197aa5d70c", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "505e73e9-80d0-449f-b4c5-00da1ec62150", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T175740Z:e3fef275-19dc-42f8-af7d-1c197aa5d70c" - }, - "ResponseBody": { - "name": "59d28356-123a-4ca7-9c71-4f91323fcfd0", - "status": "Succeeded", - "startTime": "2023-01-26T17:46:36.223Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver782?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-24f7875e0df477dcdeac787da3d89350-b0a950eaa4475b11-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "36884ff66e2c6e9530e9536b246b8f23", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1684", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:57:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ec60500-08bd-4dac-abf8-840ff99bb747", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "f728896a-ceb9-44f7-b1ba-9e0a6fca7d72", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T175740Z:2ec60500-08bd-4dac-abf8-840ff99bb747" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-26T17:48:17.0380586Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver782.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "2", - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver759", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-26T17:48:17.0380586\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled", - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet2916", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver782.private.postgres.database.azure.com" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "AsyncReplica", - "replicaCapacity": 0, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver782", - "name": "pgflexserver782", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8448?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "670", - "Content-Type": "application/json", - "traceparent": "00-c44f136c5541164fe97acfc884ffc20c-01a611d7203be604-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "82c0564c442aa36c95ce86f63f54a24e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "eastus", - "properties": { - "network": { - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet6209", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver8448.private.postgres.database.azure.com" - }, - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver759", - "availabilityZone": "2", - "createMode": "Replica" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/7185c580-3ffa-4b93-9731-b14de0852bd4?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "91", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:57:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/7185c580-3ffa-4b93-9731-b14de0852bd4?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff95a6b4-35e6-44e8-be03-608ec69b4365", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "2fbd769d-116a-4349-b0ad-3513f4553cf8", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T175742Z:ff95a6b4-35e6-44e8-be03-608ec69b4365" - }, - "ResponseBody": { - "operation": "CreateReadReplicaManagementOperation", - "startTime": "2023-01-26T17:57:42.503Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/7185c580-3ffa-4b93-9731-b14de0852bd4?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c44f136c5541164fe97acfc884ffc20c-1fea8897cdbadb5a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "dc7cf03fd4a1b185e2e5a05de89e2fdc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:57:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "63cbbe88-fe0a-43c3-a0ac-bc82819091af", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "e3d7803d-6acb-47b6-a1a3-9ccf5daae760", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T175742Z:63cbbe88-fe0a-43c3-a0ac-bc82819091af" - }, - "ResponseBody": { - "name": "7185c580-3ffa-4b93-9731-b14de0852bd4", - "status": "InProgress", - "startTime": "2023-01-26T17:57:42.503Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/7185c580-3ffa-4b93-9731-b14de0852bd4?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c44f136c5541164fe97acfc884ffc20c-444d15137b36f205-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "53270447051a4a1769864b351d52933b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:58:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38b1cc37-7146-41a4-8816-6baa4097fbf3", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "06172a54-fd5d-48a8-b4da-e9ddf5c1dace", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T175843Z:38b1cc37-7146-41a4-8816-6baa4097fbf3" - }, - "ResponseBody": { - "name": "7185c580-3ffa-4b93-9731-b14de0852bd4", - "status": "InProgress", - "startTime": "2023-01-26T17:57:42.503Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/7185c580-3ffa-4b93-9731-b14de0852bd4?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c44f136c5541164fe97acfc884ffc20c-b1302b77049801e6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4fb720e7c5d76fac4b9fa727628f5197", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 17:59:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "982918a4-41a7-4050-92ee-760ca8ce80e4", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "a72ef47f-4b17-48df-938d-54852b03638c", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T175943Z:982918a4-41a7-4050-92ee-760ca8ce80e4" - }, - "ResponseBody": { - "name": "7185c580-3ffa-4b93-9731-b14de0852bd4", - "status": "InProgress", - "startTime": "2023-01-26T17:57:42.503Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/7185c580-3ffa-4b93-9731-b14de0852bd4?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c44f136c5541164fe97acfc884ffc20c-08371429e56e0e51-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0bd24ac59432394ad932731b8850938f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:00:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27e3ba2a-fb80-4242-9d21-0370f093eafe", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "05e80585-3ea2-4eea-aef3-0243bd9163e3", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T180043Z:27e3ba2a-fb80-4242-9d21-0370f093eafe" - }, - "ResponseBody": { - "name": "7185c580-3ffa-4b93-9731-b14de0852bd4", - "status": "InProgress", - "startTime": "2023-01-26T17:57:42.503Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/7185c580-3ffa-4b93-9731-b14de0852bd4?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c44f136c5541164fe97acfc884ffc20c-57a15478cf41b3b2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c7766551dfe7810458b8087b5eefe8da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:01:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef0fabf8-68fe-42d5-aa01-0bdcd324b242", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "8eb9946d-7b17-4961-8936-611c2606558e", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T180144Z:ef0fabf8-68fe-42d5-aa01-0bdcd324b242" - }, - "ResponseBody": { - "name": "7185c580-3ffa-4b93-9731-b14de0852bd4", - "status": "InProgress", - "startTime": "2023-01-26T17:57:42.503Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/7185c580-3ffa-4b93-9731-b14de0852bd4?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c44f136c5541164fe97acfc884ffc20c-61c19aa29bb549ef-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d36fb434877f5208d57d76a45290e7fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:02:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e37f6e9-0bf1-438c-8ab4-53370860912f", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "f32ef72a-1fdd-4421-9ee9-5fa1588fbea7", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T180244Z:0e37f6e9-0bf1-438c-8ab4-53370860912f" - }, - "ResponseBody": { - "name": "7185c580-3ffa-4b93-9731-b14de0852bd4", - "status": "InProgress", - "startTime": "2023-01-26T17:57:42.503Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/7185c580-3ffa-4b93-9731-b14de0852bd4?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c44f136c5541164fe97acfc884ffc20c-bebf305e7928a0cb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fdd5170b8918e5af4651b27a8ccfdbe9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:03:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "004c06b8-e261-4337-b90a-8383236447a6", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "dec11dca-4683-4b35-bb8a-07005a8695a1", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T180344Z:004c06b8-e261-4337-b90a-8383236447a6" - }, - "ResponseBody": { - "name": "7185c580-3ffa-4b93-9731-b14de0852bd4", - "status": "InProgress", - "startTime": "2023-01-26T17:57:42.503Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/7185c580-3ffa-4b93-9731-b14de0852bd4?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c44f136c5541164fe97acfc884ffc20c-b3be3072097caf29-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d4e6994ac0e0c90f5d24f269695f2fc7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:04:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "056a5df8-e48b-41bf-9e4b-2d044263a7eb", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "74ac8c0f-0c22-4a36-aac1-b2385627604d", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T180445Z:056a5df8-e48b-41bf-9e4b-2d044263a7eb" - }, - "ResponseBody": { - "name": "7185c580-3ffa-4b93-9731-b14de0852bd4", - "status": "InProgress", - "startTime": "2023-01-26T17:57:42.503Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/7185c580-3ffa-4b93-9731-b14de0852bd4?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c44f136c5541164fe97acfc884ffc20c-77086e469e20f45f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "466f0dd0eb1aabc1048a8d2ed58dc606", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:05:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "40f8e923-200a-45fe-a881-54f5ba85eba5", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "24c4a131-9557-48ec-8eaf-bb80528ef75d", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T180545Z:40f8e923-200a-45fe-a881-54f5ba85eba5" - }, - "ResponseBody": { - "name": "7185c580-3ffa-4b93-9731-b14de0852bd4", - "status": "InProgress", - "startTime": "2023-01-26T17:57:42.503Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/7185c580-3ffa-4b93-9731-b14de0852bd4?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c44f136c5541164fe97acfc884ffc20c-b0b66f3ca44570db-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b85a8ca213a94b1a070ca0f497457be6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:06:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8940e05c-f7c4-451a-a53b-beed18cac4c7", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "f33920be-54b6-490e-9b1a-3319377cc25e", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T180645Z:8940e05c-f7c4-451a-a53b-beed18cac4c7" - }, - "ResponseBody": { - "name": "7185c580-3ffa-4b93-9731-b14de0852bd4", - "status": "InProgress", - "startTime": "2023-01-26T17:57:42.503Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/7185c580-3ffa-4b93-9731-b14de0852bd4?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c44f136c5541164fe97acfc884ffc20c-353e78340481d14d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7fa9eb21945f5fcfd73bcf5632e0f4cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:07:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d3f3065-dff8-4696-9669-43e0dba71b45", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "4842753b-265f-429d-8bec-c4bab629ddd5", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T180746Z:6d3f3065-dff8-4696-9669-43e0dba71b45" - }, - "ResponseBody": { - "name": "7185c580-3ffa-4b93-9731-b14de0852bd4", - "status": "InProgress", - "startTime": "2023-01-26T17:57:42.503Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/7185c580-3ffa-4b93-9731-b14de0852bd4?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c44f136c5541164fe97acfc884ffc20c-6092feeca4cb7f73-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ddc7eb5e7605bd1ef2243e0e4bcd13be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:08:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37cb3edd-df38-4418-9bbe-4dd1d5dbc9b9", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "e3075c42-05b3-49df-8d69-93f5b5faff75", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T180846Z:37cb3edd-df38-4418-9bbe-4dd1d5dbc9b9" - }, - "ResponseBody": { - "name": "7185c580-3ffa-4b93-9731-b14de0852bd4", - "status": "InProgress", - "startTime": "2023-01-26T17:57:42.503Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/7185c580-3ffa-4b93-9731-b14de0852bd4?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c44f136c5541164fe97acfc884ffc20c-99128997743c2661-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e90da60e46e30ea7bdfbe16e43c41826", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:09:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "652b88d3-1f2a-4843-ab99-219d03758de9", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "3e74a9e3-afec-4d1e-9d3a-5ce45791d60f", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T180946Z:652b88d3-1f2a-4843-ab99-219d03758de9" - }, - "ResponseBody": { - "name": "7185c580-3ffa-4b93-9731-b14de0852bd4", - "status": "Succeeded", - "startTime": "2023-01-26T17:57:42.503Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8448?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c44f136c5541164fe97acfc884ffc20c-3d7beb5bd8094a92-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ac95d0179e7eaae1cdec8c3a55c11409", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1688", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:09:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "24af90c2-4759-4099-8ef5-39616cd15fb7", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "6266a5d4-6b72-4123-a032-57d793b4cb6c", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T180947Z:24af90c2-4759-4099-8ef5-39616cd15fb7" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-26T17:58:44.4305912Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver8448.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "2", - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver759", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-26T17:58:44.4305912\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled", - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet6209", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver8448.private.postgres.database.azure.com" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "AsyncReplica", - "replicaCapacity": 0, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8448", - "name": "pgflexserver8448", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver759/replicas?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-d7603eef48fe474402d1854b42857af0-452a63e08d0e7a6a-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8c4710270ad317ec43b81f0a95af7a2d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1821", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:09:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f219cbe1-70e0-46a2-83b8-65dcefadc031", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "7e5ab4c0-5a0b-4648-9213-84c84e05d857", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T180947Z:f219cbe1-70e0-46a2-83b8-65dcefadc031" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "" - }, - "systemData": { - "createdAt": "2023-01-26T17:57:45.5866602Z" - }, - "properties": { - "dataEncryption": { - "type": "SystemManaged" - }, - "state": "Ready", - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver759", - "storage": { - "storageSizeGB": 0 - }, - "backup": { - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-26T17:57:45.5866602\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "AsyncReplica", - "storageAutoGrowth": false - }, - "location": "eastus", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8448", - "name": "pgflexserver8448", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - }, - { - "sku": { - "name": "" - }, - "systemData": { - "createdAt": "2023-01-26T17:46:39.2560471Z" - }, - "properties": { - "dataEncryption": { - "type": "SystemManaged" - }, - "state": "Ready", - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver759", - "storage": { - "storageSizeGB": 0 - }, - "backup": { - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-26T17:46:39.2560471\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "AsyncReplica", - "storageAutoGrowth": false - }, - "location": "eastus", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver782", - "name": "pgflexserver782", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver782?api-version=2022-12-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "41", - "Content-Type": "application/json", - "traceparent": "00-51edb5d9b1cc23da7ab2250ba8147d67-7173ea33ad01582c-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7af6170b67386f3fc5621cf7ba6cb8fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "replicationRole": "None" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/b86600d4-68d2-42cb-9f21-de4a61efc87d?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "92", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:09:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/operationResults/b86600d4-68d2-42cb-9f21-de4a61efc87d?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0fa53e28-d581-4209-baf9-ad4937169f5a", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "b86600d4-68d2-42cb-9f21-de4a61efc87d", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T180947Z:0fa53e28-d581-4209-baf9-ad4937169f5a" - }, - "ResponseBody": { - "operation": "PromoteReadReplicaManagementOperation", - "startTime": "2023-01-26T18:09:47.753Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/b86600d4-68d2-42cb-9f21-de4a61efc87d?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-51edb5d9b1cc23da7ab2250ba8147d67-75240561eb0dd47d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3d2f5f7299cac0d1d0d8c670edf55dd7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:09:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ca4d1ad-18f1-4314-afb0-3181a6ecd42f", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "4e4b740f-d06c-4062-b5ca-c0109e179bd5", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T180947Z:2ca4d1ad-18f1-4314-afb0-3181a6ecd42f" - }, - "ResponseBody": { - "name": "b86600d4-68d2-42cb-9f21-de4a61efc87d", - "status": "InProgress", - "startTime": "2023-01-26T18:09:47.753Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/b86600d4-68d2-42cb-9f21-de4a61efc87d?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-51edb5d9b1cc23da7ab2250ba8147d67-b61d10626d412923-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "bc23220046687fb0c4e996b9fe79efee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:10:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e3bc3f6-3020-497a-b2a7-50c5213b360c", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "2d7680f0-f064-40c0-ab45-023073ae4e57", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T181003Z:3e3bc3f6-3020-497a-b2a7-50c5213b360c" - }, - "ResponseBody": { - "name": "b86600d4-68d2-42cb-9f21-de4a61efc87d", - "status": "InProgress", - "startTime": "2023-01-26T18:09:47.753Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/b86600d4-68d2-42cb-9f21-de4a61efc87d?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-51edb5d9b1cc23da7ab2250ba8147d67-e2d6c7272b3f5b30-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5b85ff4d7a3d4d31078662a4c5e21fee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:10:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4bde5ddf-080f-45ec-951a-f53784477039", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "582a15a0-2f24-4c6c-a15b-4e8d8451cdbe", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T181018Z:4bde5ddf-080f-45ec-951a-f53784477039" - }, - "ResponseBody": { - "name": "b86600d4-68d2-42cb-9f21-de4a61efc87d", - "status": "Succeeded", - "startTime": "2023-01-26T18:09:47.753Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver782?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-51edb5d9b1cc23da7ab2250ba8147d67-168be040e06f80b1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5cc5912158b32bb4aeaf79e10217c156", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1504", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:10:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "288c45a4-5542-4870-8979-fa86173b147a", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "90b78751-7f4b-4f53-b2e0-fa14aff87f3e", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T181018Z:288c45a4-5542-4870-8979-fa86173b147a" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-26T17:48:17.0380586Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver782.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "2", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-26T17:48:17.0380586\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled", - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/virtualNetworks/vnet1821/subnets/subnet2916", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.Network/privateDnsZones/pgflexserver782.private.postgres.database.azure.com" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver782", - "name": "pgflexserver782", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver759?api-version=2022-12-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-709eb5f6e0603d0750314547985d940a-c8a4a66ed71f0036-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ee23d8e8026f8599f1d5b5e2e30cb9e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 500, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "36", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:10:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9142ea7-a0a1-428f-9932-45b01537faa0", - "x-ms-failure-cause": "service", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "7bb2efb8-71b2-4bee-aadb-e75b40b78da8", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T181018Z:b9142ea7-a0a1-428f-9932-45b01537faa0" - }, - "ResponseBody": { - "Message": "An error has occurred." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver759?api-version=2022-12-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-709eb5f6e0603d0750314547985d940a-c8a4a66ed71f0036-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ee23d8e8026f8599f1d5b5e2e30cb9e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 500, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "36", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:10:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0c3aa03a-f3ba-4749-9a6d-c4e1ad7d04bd", - "x-ms-failure-cause": "service", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "68756e75-4f85-4772-b4af-2b546150eb04", - "x-ms-routing-request-id": "WESTUS:20230126T181020Z:0c3aa03a-f3ba-4749-9a6d-c4e1ad7d04bd" - }, - "ResponseBody": { - "Message": "An error has occurred." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver759?api-version=2022-12-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-709eb5f6e0603d0750314547985d940a-c8a4a66ed71f0036-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ee23d8e8026f8599f1d5b5e2e30cb9e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 500, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "36", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:10:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53cef683-deb5-4a1d-93a7-17cc22c1458f", - "x-ms-failure-cause": "service", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "5e8c743d-f28a-40ee-bb18-ab33e1c35a31", - "x-ms-routing-request-id": "WESTUS:20230126T181023Z:53cef683-deb5-4a1d-93a7-17cc22c1458f" - }, - "ResponseBody": { - "Message": "An error has occurred." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver759?api-version=2022-12-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-709eb5f6e0603d0750314547985d940a-c8a4a66ed71f0036-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ee23d8e8026f8599f1d5b5e2e30cb9e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 500, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "36", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:10:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d9cb4ede-b624-414e-ab02-1a6f8fa3dbd8", - "x-ms-failure-cause": "service", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "cec28ea1-adb8-4edc-84d8-f1aa9818a714", - "x-ms-routing-request-id": "WESTUS:20230126T181027Z:d9cb4ede-b624-414e-ab02-1a6f8fa3dbd8" - }, - "ResponseBody": { - "Message": "An error has occurred." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8448?api-version=2022-12-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-1e7e85d4b5e93627215131cd269e0965-f05f94fa57c73964-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "6d98a8ca93b4f43a4b59ac8d01504aef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/55f54126-ceea-43aa-8738-a674baa896c1?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "89", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:10:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/operationResults/55f54126-ceea-43aa-8738-a674baa896c1?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a18a45a7-ee74-469c-9948-8f56f2b3fd8c", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "55f54126-ceea-43aa-8738-a674baa896c1", - "x-ms-routing-request-id": "WESTUS:20230126T181028Z:a18a45a7-ee74-469c-9948-8f56f2b3fd8c" - }, - "ResponseBody": { - "operation": "DropReadReplicaManagementOperation", - "startTime": "2023-01-26T18:10:28.157Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/55f54126-ceea-43aa-8738-a674baa896c1?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1e7e85d4b5e93627215131cd269e0965-4e96ad1f978521e9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5a1696f6537f55a29e2fa316550c83a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:10:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c17cd75-45e8-4469-ab88-89b69566b9e0", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "626db940-3d94-4d34-8aa9-d42bf9ce6348", - "x-ms-routing-request-id": "WESTUS:20230126T181028Z:7c17cd75-45e8-4469-ab88-89b69566b9e0" - }, - "ResponseBody": { - "name": "55f54126-ceea-43aa-8738-a674baa896c1", - "status": "InProgress", - "startTime": "2023-01-26T18:10:28.157Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/55f54126-ceea-43aa-8738-a674baa896c1?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1e7e85d4b5e93627215131cd269e0965-94e30fdd7397f363-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d71dc58bcc51992329787674285c5079", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:10:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "04c6a206-c895-482e-b9f6-d1268b2008e7", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "59c59660-243e-43b0-93a3-34760da5a68a", - "x-ms-routing-request-id": "WESTUS:20230126T181043Z:04c6a206-c895-482e-b9f6-d1268b2008e7" - }, - "ResponseBody": { - "name": "55f54126-ceea-43aa-8738-a674baa896c1", - "status": "InProgress", - "startTime": "2023-01-26T18:10:28.157Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/55f54126-ceea-43aa-8738-a674baa896c1?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1e7e85d4b5e93627215131cd269e0965-5b414bbcef2a9934-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "6a970a12ef3a717069664f8e8e68caeb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:10:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3275b4c6-e9c6-416a-b911-86ce0c56dbc8", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "28d26311-2bf4-4367-96b2-03e0c89c2383", - "x-ms-routing-request-id": "WESTUS:20230126T181058Z:3275b4c6-e9c6-416a-b911-86ce0c56dbc8" - }, - "ResponseBody": { - "name": "55f54126-ceea-43aa-8738-a674baa896c1", - "status": "InProgress", - "startTime": "2023-01-26T18:10:28.157Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/55f54126-ceea-43aa-8738-a674baa896c1?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1e7e85d4b5e93627215131cd269e0965-5a7fd00267b07e87-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "dd52cabb70b42950737d3106dd2d2d41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:11:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3c9044d-4417-48c6-883d-effe6c3fd7e5", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "11566922-8060-4d40-8c1f-210f17929a0a", - "x-ms-routing-request-id": "WESTUS:20230126T181113Z:f3c9044d-4417-48c6-883d-effe6c3fd7e5" - }, - "ResponseBody": { - "name": "55f54126-ceea-43aa-8738-a674baa896c1", - "status": "InProgress", - "startTime": "2023-01-26T18:10:28.157Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/55f54126-ceea-43aa-8738-a674baa896c1?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1e7e85d4b5e93627215131cd269e0965-b14619f874e13c68-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4a0429de18749b6655ab6dea7d940bc0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:11:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b5d3894-7dff-4b83-8c5d-d424e19f4e83", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "900ab235-403a-4581-9e98-3b3def81ea26", - "x-ms-routing-request-id": "WESTUS:20230126T181128Z:4b5d3894-7dff-4b83-8c5d-d424e19f4e83" - }, - "ResponseBody": { - "name": "55f54126-ceea-43aa-8738-a674baa896c1", - "status": "InProgress", - "startTime": "2023-01-26T18:10:28.157Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/55f54126-ceea-43aa-8738-a674baa896c1?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1e7e85d4b5e93627215131cd269e0965-d8a2d981fad252fd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5db88aae7309a2c4ba6df7bdbe69943c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:11:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2622158b-dca3-48dc-b685-c10fad5c6030", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "8c2c2fe5-5055-41b8-be9a-6c4f30de6000", - "x-ms-routing-request-id": "WESTUS:20230126T181144Z:2622158b-dca3-48dc-b685-c10fad5c6030" - }, - "ResponseBody": { - "name": "55f54126-ceea-43aa-8738-a674baa896c1", - "status": "InProgress", - "startTime": "2023-01-26T18:10:28.157Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/55f54126-ceea-43aa-8738-a674baa896c1?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1e7e85d4b5e93627215131cd269e0965-c1c8f552c3ccd400-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "64af0d397f64a27664b787090265acde", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:11:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a8eb28fd-5c1f-48ad-9fb2-b18cd0291b52", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "77c39f7e-207b-4013-85ff-bcf0b71376f7", - "x-ms-routing-request-id": "WESTUS:20230126T181159Z:a8eb28fd-5c1f-48ad-9fb2-b18cd0291b52" - }, - "ResponseBody": { - "name": "55f54126-ceea-43aa-8738-a674baa896c1", - "status": "InProgress", - "startTime": "2023-01-26T18:10:28.157Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/55f54126-ceea-43aa-8738-a674baa896c1?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1e7e85d4b5e93627215131cd269e0965-81251cfe3d09d087-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "52577171cf746b386561900621a9dcec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:12:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f26d70e2-e75e-438d-a517-172efa186f74", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "c73e4dc4-e1f6-4fb4-a7d5-4783d10f9eb4", - "x-ms-routing-request-id": "WESTUS:20230126T181215Z:f26d70e2-e75e-438d-a517-172efa186f74" - }, - "ResponseBody": { - "name": "55f54126-ceea-43aa-8738-a674baa896c1", - "status": "Succeeded", - "startTime": "2023-01-26T18:10:28.157Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg5920/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver759?api-version=2022-12-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-9fb5be3f87144d028752ff6d1b847526-6835efa4a0827a4c-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "6fb13116a7e42f5b1316f852ebba9f54", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/e12ed74a-cd10-4c75-bbe5-f9d1ed380cfc?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "84", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:12:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/operationResults/e12ed74a-cd10-4c75-bbe5-f9d1ed380cfc?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ae9e738-28bd-4d31-9b70-360b91f4efe0", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "e12ed74a-cd10-4c75-bbe5-f9d1ed380cfc", - "x-ms-routing-request-id": "WESTUS:20230126T181215Z:6ae9e738-28bd-4d31-9b70-360b91f4efe0" - }, - "ResponseBody": { - "operation": "DropServerManagementOperation", - "startTime": "2023-01-26T18:12:15.643Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/e12ed74a-cd10-4c75-bbe5-f9d1ed380cfc?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-9fb5be3f87144d028752ff6d1b847526-7a76ffedf1c56ee7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d0f29bda3db4caf915283f5ed7e680aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:12:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a52a6d5f-700c-4c93-b117-b3ff174b2672", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "ea24c59c-cdf4-48f7-b22b-175547192ea9", - "x-ms-routing-request-id": "WESTUS:20230126T181216Z:a52a6d5f-700c-4c93-b117-b3ff174b2672" - }, - "ResponseBody": { - "name": "e12ed74a-cd10-4c75-bbe5-f9d1ed380cfc", - "status": "InProgress", - "startTime": "2023-01-26T18:12:15.643Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/e12ed74a-cd10-4c75-bbe5-f9d1ed380cfc?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-9fb5be3f87144d028752ff6d1b847526-7f237c5d59c7e3cf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "07453cc28f5dd5da6a489aa0a85840a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:12:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a500bb24-4d0a-4711-88c1-d75dd4c5b04a", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "1b9e09fb-5731-43c9-95b0-c7f5504b0035", - "x-ms-routing-request-id": "WESTUS:20230126T181231Z:a500bb24-4d0a-4711-88c1-d75dd4c5b04a" - }, - "ResponseBody": { - "name": "e12ed74a-cd10-4c75-bbe5-f9d1ed380cfc", - "status": "InProgress", - "startTime": "2023-01-26T18:12:15.643Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/e12ed74a-cd10-4c75-bbe5-f9d1ed380cfc?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-9fb5be3f87144d028752ff6d1b847526-c1f4b42e6671b03d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4f773d94cfc7839f1f8037e9026892ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:12:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "51b055c1-e234-4955-960e-5b3ec9750318", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "0b3463a6-55a4-429f-bc92-58106d0e76fc", - "x-ms-routing-request-id": "WESTUS:20230126T181246Z:51b055c1-e234-4955-960e-5b3ec9750318" - }, - "ResponseBody": { - "name": "e12ed74a-cd10-4c75-bbe5-f9d1ed380cfc", - "status": "InProgress", - "startTime": "2023-01-26T18:12:15.643Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/e12ed74a-cd10-4c75-bbe5-f9d1ed380cfc?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-9fb5be3f87144d028752ff6d1b847526-ba4bf1b304078f75-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b24053c37a2a4a5dc11d666ca25921bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:13:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9cdcad19-2278-48c9-85d6-3dc8e05c7798", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "3e1b6bb9-e28e-4a73-8736-6f9d4094c16f", - "x-ms-routing-request-id": "WESTUS:20230126T181301Z:9cdcad19-2278-48c9-85d6-3dc8e05c7798" - }, - "ResponseBody": { - "name": "e12ed74a-cd10-4c75-bbe5-f9d1ed380cfc", - "status": "InProgress", - "startTime": "2023-01-26T18:12:15.643Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/e12ed74a-cd10-4c75-bbe5-f9d1ed380cfc?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-9fb5be3f87144d028752ff6d1b847526-17dec554bbdd77a4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9aca9be8306ef2e39cc2e7dd58f1d301", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:13:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "49b3c090-5a72-4dea-9a55-f0791d9313f9", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "78170ae9-936e-47b9-a0a8-342c20d9c7f6", - "x-ms-routing-request-id": "WESTUS:20230126T181316Z:49b3c090-5a72-4dea-9a55-f0791d9313f9" - }, - "ResponseBody": { - "name": "e12ed74a-cd10-4c75-bbe5-f9d1ed380cfc", - "status": "InProgress", - "startTime": "2023-01-26T18:12:15.643Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/e12ed74a-cd10-4c75-bbe5-f9d1ed380cfc?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-9fb5be3f87144d028752ff6d1b847526-07db381cca6ed604-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "54dcabb58d171a79df2d8eaa6833e1c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 18:13:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b36d04c3-1137-40d4-b600-42ce559c07a3", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "44f7d349-072e-43d6-ba7b-dd5f1c220d17", - "x-ms-routing-request-id": "WESTUS:20230126T181331Z:b36d04c3-1137-40d4-b600-42ce559c07a3" - }, - "ResponseBody": { - "name": "e12ed74a-cd10-4c75-bbe5-f9d1ed380cfc", - "status": "Succeeded", - "startTime": "2023-01-26T18:12:15.643Z" - } - } - ], - "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1527215516", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/Replica(True)Async.json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/Replica(True)Async.json deleted file mode 100644 index 72ad892a1d96e..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/Replica(True)Async.json +++ /dev/null @@ -1,5042 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-e08b0fb1727d1c279f6befa08f3c12fb-239e51d2c3484edd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7a88aa5e3757ae3f2198923fb44f36ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:54:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be15cf3f-49df-46a1-ae6b-39658b6a7c1f", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "be15cf3f-49df-46a1-ae6b-39658b6a7c1f", - "x-ms-routing-request-id": "WESTUS:20230126T105500Z:be15cf3f-49df-46a1-ae6b-39658b6a7c1f" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg2714?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-f6b9e67aa853d1361ba16c4f07a08fc6-24e808016be15f5c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3435c5f5c9b55c74b2f925471d51d889", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:55:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7b5d9325-3799-47ba-84b8-d4b999f740c3", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "7b5d9325-3799-47ba-84b8-d4b999f740c3", - "x-ms-routing-request-id": "WESTUS:20230126T105501Z:7b5d9325-3799-47ba-84b8-d4b999f740c3" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714", - "name": "pgflexrg2714", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg2714?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-82d827971a3fe13d3d6c5f2c1145c3fa-c318760bb105d8db-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d00d83312e8ca7d1337a621d6bbb1c98", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:55:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37fa7a84-4214-4f29-a822-d3180152771a", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "37fa7a84-4214-4f29-a822-d3180152771a", - "x-ms-routing-request-id": "WESTUS:20230126T105501Z:37fa7a84-4214-4f29-a822-d3180152771a" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714", - "name": "pgflexrg2714", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156?api-version=2021-02-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "398", - "Content-Type": "application/json", - "traceparent": "00-a54e01f109cc90114d006c97f012b25d-3706021045306945-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8ec45475e2c327fc724a226376ada7af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus", - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet2806", - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "properties": { - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - } - } - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/3d41c77e-4095-47ad-b473-f09503467abf?api-version=2021-02-01", - "Cache-Control": "no-cache", - "Content-Length": "2013", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:55:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "2a65105b-35a7-4e2c-bd7a-e289a997c3a8", - "x-ms-client-request-id": "8ec45475e2c327fc724a226376ada7af", - "x-ms-correlation-request-id": "c299348e-3b9a-464b-a365-74eb35edefa9", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "3d41c77e-4095-47ad-b473-f09503467abf", - "x-ms-routing-request-id": "WESTUS:20230126T105503Z:c299348e-3b9a-464b-a365-74eb35edefa9" - }, - "ResponseBody": { - "name": "vnet4156", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156", - "etag": "W/\u002203070b39-c0b6-4fb5-8faa-2ae80055ddae\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Updating", - "resourceGuid": "94f9613a-3fe4-4d44-b08c-6e61330b9f97", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet2806", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet2806", - "etag": "W/\u002203070b39-c0b6-4fb5-8faa-2ae80055ddae\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet2806/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u002203070b39-c0b6-4fb5-8faa-2ae80055ddae\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/3d41c77e-4095-47ad-b473-f09503467abf?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a54e01f109cc90114d006c97f012b25d-4a56795d95bf7bd9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b3133f3457254e5f87e55e410c6e3186", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:55:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "6d294ccf-9f93-4a5c-a3b8-ee6615f14baf", - "x-ms-client-request-id": "b3133f3457254e5f87e55e410c6e3186", - "x-ms-correlation-request-id": "9aeb0e87-0542-4ae2-ae27-c246bcd492bc", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "4cdb862b-b6be-44ea-9466-1bce11704219", - "x-ms-routing-request-id": "WESTUS:20230126T105504Z:9aeb0e87-0542-4ae2-ae27-c246bcd492bc" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/3d41c77e-4095-47ad-b473-f09503467abf?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a54e01f109cc90114d006c97f012b25d-f9e65eee8b797e7c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b790b2d3aa7111e0ac3e96f6b9c4906a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:55:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "4d77bd22-b989-44f5-9755-045499eedadc", - "x-ms-client-request-id": "b790b2d3aa7111e0ac3e96f6b9c4906a", - "x-ms-correlation-request-id": "7cf871a2-c13f-4e0d-96eb-467c0da7d9e3", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "a47f6e3a-3b53-471a-a50d-53e240c81c4b", - "x-ms-routing-request-id": "WESTUS:20230126T105514Z:7cf871a2-c13f-4e0d-96eb-467c0da7d9e3" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-a54e01f109cc90114d006c97f012b25d-4e19cdaf53a112a8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "362ebf6ef499368a54faead205667a88", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "2015", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:55:13 GMT", - "ETag": "W/\u0022839d07d5-7a8f-45e5-bb18-37d3354421d5\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "08d1c328-770f-4309-b9a0-b78f4a3cf387", - "x-ms-client-request-id": "362ebf6ef499368a54faead205667a88", - "x-ms-correlation-request-id": "cd5b530f-16fc-4731-9f03-3721a67428e9", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "ba46a668-c17b-4f23-b941-930b8e49d725", - "x-ms-routing-request-id": "WESTUS:20230126T105514Z:cd5b530f-16fc-4731-9f03-3721a67428e9" - }, - "ResponseBody": { - "name": "vnet4156", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156", - "etag": "W/\u0022839d07d5-7a8f-45e5-bb18-37d3354421d5\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "94f9613a-3fe4-4d44-b08c-6e61330b9f97", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet2806", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet2806", - "etag": "W/\u0022839d07d5-7a8f-45e5-bb18-37d3354421d5\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet2806/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u0022839d07d5-7a8f-45e5-bb18-37d3354421d5\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet2806?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-3b188bebf27d244a949dcd934bb7ac92-80bdd696cc6b463f-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e464a39b24788af15f0206e7c06995c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1238", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:55:14 GMT", - "ETag": "W/\u0022839d07d5-7a8f-45e5-bb18-37d3354421d5\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "42b23189-91d8-46ba-9a98-75f1b6285f95", - "x-ms-client-request-id": "e464a39b24788af15f0206e7c06995c2", - "x-ms-correlation-request-id": "92011bc4-add9-481e-a648-c219e14625e0", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "7c4ec888-1383-48bb-ba71-2edf42270382", - "x-ms-routing-request-id": "WESTUS:20230126T105514Z:92011bc4-add9-481e-a648-c219e14625e0" - }, - "ResponseBody": { - "name": "subnet2806", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet2806", - "etag": "W/\u0022839d07d5-7a8f-45e5-bb18-37d3354421d5\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet2806/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u0022839d07d5-7a8f-45e5-bb18-37d3354421d5\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg2714?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-4ade549427fe2eedc6eb03a13efa4c27-0661bf8be1f4d84e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4cd3f354fa40dfec28596276bf0d0b45", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:55:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3a346005-2fcb-4e44-8ec9-fe87b63c2c26", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "3a346005-2fcb-4e44-8ec9-fe87b63c2c26", - "x-ms-routing-request-id": "WESTUS:20230126T105514Z:3a346005-2fcb-4e44-8ec9-fe87b63c2c26" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714", - "name": "pgflexrg2714", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/tenants?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-d42aa0b511d425824f0dc898cba9ff64-32d1a934b2eb132c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "165a0dc3ac6049f2cea3d796eda275eb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "140", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:55:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a7f20a8-e6d8-42c0-a1b5-c90f15e7dd24", - "x-ms-ratelimit-remaining-tenant-reads": "11999", - "x-ms-request-id": "1a7f20a8-e6d8-42c0-a1b5-c90f15e7dd24", - "x-ms-routing-request-id": "WESTUS:20230126T105514Z:1a7f20a8-e6d8-42c0-a1b5-c90f15e7dd24" - }, - "ResponseBody": { - "value": [ - { - "id": "/tenants/72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantCategory": "Home" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.DBforPostgreSQL/getPrivateDnsZoneSuffix?api-version=2022-12-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "0", - "traceparent": "00-87cd26322186f38e4b015365fb0fb61e-c7ecac7188d36706-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "127d28652e92a148b685bb1ec27aca51", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:55:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a08dac1e-6c82-45ff-8733-30ff2d5ccc1d", - "x-ms-ratelimit-remaining-tenant-writes": "1199", - "x-ms-request-id": "2da6ade6-5e9f-4834-8788-cd2f6f73a4c9", - "x-ms-routing-request-id": "WESTUS:20230126T105515Z:a08dac1e-6c82-45ff-8733-30ff2d5ccc1d" - }, - "ResponseBody": "\u0022postgres.database.azure.com\u0022" - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver1885.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "47", - "Content-Type": "application/json", - "traceparent": "00-57608a80b1135bd14eb38c0e26eb6fb2-c9132e2488e83d49-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b323c0f77f0ea86201897d9d2255f185", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTthODJiN2YwNS03OWM1LTRlODItOTc5ZS1kMGNkNTJiNmEwNmNfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:55:16 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTthODJiN2YwNS03OWM1LTRlODItOTc5ZS1kMGNkNTJiNmEwNmNfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "640dccd3-e6fd-4f4f-95d9-e799459e5270", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", - "x-ms-request-id": "b323c0f7-7f0e-a862-0189-7d9d2255f185", - "x-ms-routing-request-id": "WESTUS:20230126T105517Z:640dccd3-e6fd-4f4f-95d9-e799459e5270", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTthODJiN2YwNS03OWM1LTRlODItOTc5ZS1kMGNkNTJiNmEwNmNfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-57608a80b1135bd14eb38c0e26eb6fb2-9f4393bb835e71b7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2c9f86d8c17fe5dcc5d51009b0aa7f61", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTthODJiN2YwNS03OWM1LTRlODItOTc5ZS1kMGNkNTJiNmEwNmNfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:55:16 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTthODJiN2YwNS03OWM1LTRlODItOTc5ZS1kMGNkNTJiNmEwNmNfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6528bd56-e045-4af6-a03e-73b81c0ccb83", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "2c9f86d8-c17f-e5dc-c5d5-1009b0aa7f61", - "x-ms-routing-request-id": "WESTUS:20230126T105517Z:6528bd56-e045-4af6-a03e-73b81c0ccb83", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTthODJiN2YwNS03OWM1LTRlODItOTc5ZS1kMGNkNTJiNmEwNmNfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-57608a80b1135bd14eb38c0e26eb6fb2-d3a14431a2abe3db-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4a3935933369fec10d8eee561f87b72c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:55:46 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6b2e49c3-82b3-4c00-8398-5b75d3701354", - "x-ms-ratelimit-remaining-subscription-resource-requests": "498", - "x-ms-request-id": "4a393593-3369-fec1-0d8e-ee561f87b72c", - "x-ms-routing-request-id": "WESTUS:20230126T105547Z:6b2e49c3-82b3-4c00-8398-5b75d3701354", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver1885.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-57608a80b1135bd14eb38c0e26eb6fb2-3e8f0e472f7c5335-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9bc42902c5b522069b2bd2bae8a9e51a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "742", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:55:46 GMT", - "ETag": "008ca48b-c942-47c4-b46f-cea92a1a155f", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d4abf3b4-53b1-416c-b350-37262788f497", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "9bc42902-c5b5-2206-9b2b-d2bae8a9e51a", - "x-ms-routing-request-id": "WESTUS:20230126T105547Z:d4abf3b4-53b1-416c-b350-37262788f497", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver1885.private.postgres.database.azure.com", - "name": "pgflexserver1885.private.postgres.database.azure.com", - "type": "Microsoft.Network/privateDnsZones", - "etag": "008ca48b-c942-47c4-b46f-cea92a1a155f", - "location": "global", - "tags": {}, - "properties": { - "internalId": "SW1tdXRhYmxlWm9uZUlkZW50aXR5OzIwZTNmN2U5LTcxMzQtNDY4MS1hZjkwLTM2MGZjZGQzOTA4Mjsw", - "maxNumberOfRecordSets": 25000, - "maxNumberOfVirtualNetworkLinks": 1000, - "maxNumberOfVirtualNetworkLinksWithRegistration": 100, - "numberOfRecordSets": 1, - "numberOfVirtualNetworkLinks": 0, - "numberOfVirtualNetworkLinksWithRegistration": 0, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver1885.private.postgres.database.azure.com/virtualNetworkLinks/vnet4156-link?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "233", - "Content-Type": "application/json", - "traceparent": "00-cb42080e92a4c9cdbd29778293af360d-2af6f64d48302c96-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ba47fe393d9aa5eac5a11ef0d386c63d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": { - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156" - }, - "registrationEnabled": false - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7MDEwNzg0MDctM2E1Ny00MDZiLThhYjctOWUwMmMyNzY5NTAyXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:55:48 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7MDEwNzg0MDctM2E1Ny00MDZiLThhYjctOWUwMmMyNzY5NTAyXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad2f8e81-b6bf-45e7-8675-830eefeb44bc", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", - "x-ms-request-id": "ba47fe39-3d9a-a5ea-c5a1-1ef0d386c63d", - "x-ms-routing-request-id": "WESTUS:20230126T105549Z:ad2f8e81-b6bf-45e7-8675-830eefeb44bc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7MDEwNzg0MDctM2E1Ny00MDZiLThhYjctOWUwMmMyNzY5NTAyXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cb42080e92a4c9cdbd29778293af360d-b1c03df7462736e2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "211cd3a9fd40c5913f1fd614a6154f15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7MDEwNzg0MDctM2E1Ny00MDZiLThhYjctOWUwMmMyNzY5NTAyXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:55:48 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7MDEwNzg0MDctM2E1Ny00MDZiLThhYjctOWUwMmMyNzY5NTAyXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "776b5783-3897-4f78-8464-22075cb26d8c", - "x-ms-ratelimit-remaining-subscription-resource-requests": "497", - "x-ms-request-id": "211cd3a9-fd40-c591-3f1f-d614a6154f15", - "x-ms-routing-request-id": "WESTUS:20230126T105549Z:776b5783-3897-4f78-8464-22075cb26d8c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7MDEwNzg0MDctM2E1Ny00MDZiLThhYjctOWUwMmMyNzY5NTAyXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cb42080e92a4c9cdbd29778293af360d-cb4825aa2a1b463b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "049d94655ea3553452788b848eab44bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:56:19 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0cdcd8b6-30c9-4050-beb8-f3d326c9702d", - "x-ms-ratelimit-remaining-subscription-resource-requests": "496", - "x-ms-request-id": "049d9465-5ea3-5534-5278-8b848eab44bf", - "x-ms-routing-request-id": "WESTUS:20230126T105619Z:0cdcd8b6-30c9-4050-beb8-f3d326c9702d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver1885.private.postgres.database.azure.com/virtualNetworkLinks/vnet4156-link?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cb42080e92a4c9cdbd29778293af360d-14840ef6994a8a30-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ff47ba8ba46920fc524146c70d972719", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "677", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:56:19 GMT", - "ETag": "\u0022060486b4-0000-0100-0000-63d25c4c0000\u0022", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9bcfaaff-7900-4578-9f78-c145e85be8c1", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "ff47ba8b-a469-20fc-5241-46c70d972719", - "x-ms-routing-request-id": "WESTUS:20230126T105620Z:9bcfaaff-7900-4578-9f78-c145e85be8c1", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver1885.private.postgres.database.azure.com/virtualNetworkLinks/vnet4156-link", - "name": "vnet4156-link", - "type": "Microsoft.Network/privateDnsZones/virtualNetworkLinks", - "etag": "\u0022060486b4-0000-0100-0000-63d25c4c0000\u0022", - "location": "global", - "tags": {}, - "properties": { - "provisioningState": "Succeeded", - "registrationEnabled": false, - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156" - }, - "virtualNetworkLinkState": "Completed" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet4951?api-version=2021-02-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "298", - "Content-Type": "application/json", - "traceparent": "00-8d1fb289eabba713663499b6a21cc9c9-c06c8e92da27d29a-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "cbd998c711684ac09fc6cec7710d3693", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "name": "subnet4951", - "properties": { - "addressPrefix": "10.0.1.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "properties": { - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/b5bd2b43-d48b-4d76-9c77-43dd49b132f3?api-version=2021-02-01", - "Cache-Control": "no-cache", - "Content-Length": "1237", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:56:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "904a0451-e291-45e2-8399-1652625c2a87", - "x-ms-client-request-id": "cbd998c711684ac09fc6cec7710d3693", - "x-ms-correlation-request-id": "c48d9365-a85b-438f-b6ea-65759d4c3d02", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "b5bd2b43-d48b-4d76-9c77-43dd49b132f3", - "x-ms-routing-request-id": "WESTUS:20230126T105620Z:c48d9365-a85b-438f-b6ea-65759d4c3d02" - }, - "ResponseBody": { - "name": "subnet4951", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet4951", - "etag": "W/\u0022f16a8f9d-4cc5-4071-9ac5-f9a907171f26\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.1.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet4951/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u0022f16a8f9d-4cc5-4071-9ac5-f9a907171f26\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/b5bd2b43-d48b-4d76-9c77-43dd49b132f3?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8d1fb289eabba713663499b6a21cc9c9-abf2c0adfee75400-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f5bc725178d27a56f9fd60a2d535ae45", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:56:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "adb2c8ba-0b53-4967-ba1e-fb375a8ebc2e", - "x-ms-client-request-id": "f5bc725178d27a56f9fd60a2d535ae45", - "x-ms-correlation-request-id": "02094dc2-c3ed-4bdb-8905-05853cf16542", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "7287ff11-f1ef-4a78-b2a4-a9b40d3f790b", - "x-ms-routing-request-id": "WESTUS:20230126T105620Z:02094dc2-c3ed-4bdb-8905-05853cf16542" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet4951?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8d1fb289eabba713663499b6a21cc9c9-18f36d8f1d3dd982-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f6ecb30a3b0e784aec1833ea5f5e3232", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1238", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:56:21 GMT", - "ETag": "W/\u00226255be50-3486-4276-9328-56a48e89ce77\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "0b01ba90-7950-4efc-822b-2bfcabb20848", - "x-ms-client-request-id": "f6ecb30a3b0e784aec1833ea5f5e3232", - "x-ms-correlation-request-id": "f3a6e2c0-68ed-494b-9981-033f21d13a9d", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "7e4e424f-7d33-467f-b95a-75c4407ff28a", - "x-ms-routing-request-id": "WESTUS:20230126T105621Z:f3a6e2c0-68ed-494b-9981-033f21d13a9d" - }, - "ResponseBody": { - "name": "subnet4951", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet4951", - "etag": "W/\u00226255be50-3486-4276-9328-56a48e89ce77\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.1.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet4951/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u00226255be50-3486-4276-9328-56a48e89ce77\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg2714?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-1f06b415a14deed7ba4fb7ae86f327ca-8e654c00a1e6766f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fe76127d415061c0c00ef2d0ee09ea62", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:56:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77452f40-a3ef-4fa0-8f96-554eef314ffb", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "77452f40-a3ef-4fa0-8f96-554eef314ffb", - "x-ms-routing-request-id": "WESTUS:20230126T105621Z:77452f40-a3ef-4fa0-8f96-554eef314ffb" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714", - "name": "pgflexrg2714", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/tenants?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-5f6ecc9555c251e9f55580125bb18d0d-c39a6903fe54d442-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "64576cce528016ad274409ba456b1a9a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "140", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:56:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3bed36ac-56c2-4fdf-921b-ab0bb06bc1b3", - "x-ms-ratelimit-remaining-tenant-reads": "11998", - "x-ms-request-id": "3bed36ac-56c2-4fdf-921b-ab0bb06bc1b3", - "x-ms-routing-request-id": "WESTUS:20230126T105621Z:3bed36ac-56c2-4fdf-921b-ab0bb06bc1b3" - }, - "ResponseBody": { - "value": [ - { - "id": "/tenants/72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantCategory": "Home" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.DBforPostgreSQL/getPrivateDnsZoneSuffix?api-version=2022-12-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "0", - "traceparent": "00-23cbd6ce0bccf13dd9e77b99f8dff6ba-3bad7bb26cee7725-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c3252ecaafbec9f4f28b3600487a89e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:56:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ebf3f599-e8a4-4cea-b650-8102e1ad0769", - "x-ms-ratelimit-remaining-tenant-writes": "1198", - "x-ms-request-id": "edf8bb43-74aa-44cc-a5da-d66ec57c6acc", - "x-ms-routing-request-id": "WESTUS:20230126T105621Z:ebf3f599-e8a4-4cea-b650-8102e1ad0769" - }, - "ResponseBody": "\u0022postgres.database.azure.com\u0022" - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver3536.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "47", - "Content-Type": "application/json", - "traceparent": "00-4c1971b7ef426acdac1f5fd46f23d873-d87e56907a522318-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f31bd02dcd072bb1655fd70b37061c54", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTswM2I3ZGI1OS0zNmU3LTQ0MzEtOGQ1OS03MWVmYzk5NTc4MjBfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:56:29 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTswM2I3ZGI1OS0zNmU3LTQ0MzEtOGQ1OS03MWVmYzk5NTc4MjBfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b4d9a32e-7b54-431e-aaed-78da0a625692", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11998", - "x-ms-request-id": "f31bd02d-cd07-2bb1-655f-d70b37061c54", - "x-ms-routing-request-id": "WESTUS:20230126T105629Z:b4d9a32e-7b54-431e-aaed-78da0a625692", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTswM2I3ZGI1OS0zNmU3LTQ0MzEtOGQ1OS03MWVmYzk5NTc4MjBfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4c1971b7ef426acdac1f5fd46f23d873-1568f2ea959cc06c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "748d25bb264ffd927cf95e5fd8e891ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTswM2I3ZGI1OS0zNmU3LTQ0MzEtOGQ1OS03MWVmYzk5NTc4MjBfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:56:29 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTswM2I3ZGI1OS0zNmU3LTQ0MzEtOGQ1OS03MWVmYzk5NTc4MjBfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9961687b-52b7-42e3-93c2-5cd38e849132", - "x-ms-ratelimit-remaining-subscription-resource-requests": "495", - "x-ms-request-id": "748d25bb-264f-fd92-7cf9-5e5fd8e891ec", - "x-ms-routing-request-id": "WESTUS:20230126T105629Z:9961687b-52b7-42e3-93c2-5cd38e849132", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTswM2I3ZGI1OS0zNmU3LTQ0MzEtOGQ1OS03MWVmYzk5NTc4MjBfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4c1971b7ef426acdac1f5fd46f23d873-e244c039d5ebc244-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ef0ce16fc87405fe2cfc7b795cbc0fb8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:56:59 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a9c807a5-18f2-4410-9917-388cd6558307", - "x-ms-ratelimit-remaining-subscription-resource-requests": "494", - "x-ms-request-id": "ef0ce16f-c874-05fe-2cfc-7b795cbc0fb8", - "x-ms-routing-request-id": "WESTUS:20230126T105700Z:a9c807a5-18f2-4410-9917-388cd6558307", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver3536.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4c1971b7ef426acdac1f5fd46f23d873-ca5bc91cd8a73749-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "12502991a778cc04c50843eac944468f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "742", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:57:00 GMT", - "ETag": "1ef61a63-13f2-4860-9f17-cfa9d73b5ec5", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "46c71ed5-fe81-4b1c-95fa-b8bfde5b0f70", - "x-ms-ratelimit-remaining-subscription-resource-requests": "498", - "x-ms-request-id": "12502991-a778-cc04-c508-43eac944468f", - "x-ms-routing-request-id": "WESTUS:20230126T105700Z:46c71ed5-fe81-4b1c-95fa-b8bfde5b0f70", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver3536.private.postgres.database.azure.com", - "name": "pgflexserver3536.private.postgres.database.azure.com", - "type": "Microsoft.Network/privateDnsZones", - "etag": "1ef61a63-13f2-4860-9f17-cfa9d73b5ec5", - "location": "global", - "tags": {}, - "properties": { - "internalId": "SW1tdXRhYmxlWm9uZUlkZW50aXR5Ozc0MDEwYmRkLTFjZTUtNDhkNi05YThjLTA2NjU1MzgxMWY2ODsw", - "maxNumberOfRecordSets": 25000, - "maxNumberOfVirtualNetworkLinks": 1000, - "maxNumberOfVirtualNetworkLinksWithRegistration": 100, - "numberOfRecordSets": 1, - "numberOfVirtualNetworkLinks": 0, - "numberOfVirtualNetworkLinksWithRegistration": 0, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver3536.private.postgres.database.azure.com/virtualNetworkLinks/vnet4156-link?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "233", - "Content-Type": "application/json", - "traceparent": "00-f25957efafc8da67806f4ad49b6a13d6-0be3d0092cfa0f54-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3a8685fcdea0f23926874753ab19a1c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": { - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156" - }, - "registrationEnabled": false - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YWVjYTg2NWQtZjc5MC00ZTBmLWEyZGUtM2M3MTYzMjZmYzRmXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:57:01 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YWVjYTg2NWQtZjc5MC00ZTBmLWEyZGUtM2M3MTYzMjZmYzRmXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8cffa544-3798-4861-8e50-3c19b9161822", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11998", - "x-ms-request-id": "3a8685fc-dea0-f239-2687-4753ab19a1c0", - "x-ms-routing-request-id": "WESTUS:20230126T105702Z:8cffa544-3798-4861-8e50-3c19b9161822", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YWVjYTg2NWQtZjc5MC00ZTBmLWEyZGUtM2M3MTYzMjZmYzRmXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f25957efafc8da67806f4ad49b6a13d6-6f4d35969fa6c7a6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d67cecb5d436b217f05debf160b121ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YWVjYTg2NWQtZjc5MC00ZTBmLWEyZGUtM2M3MTYzMjZmYzRmXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:57:01 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YWVjYTg2NWQtZjc5MC00ZTBmLWEyZGUtM2M3MTYzMjZmYzRmXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b216b2a-61a4-41b7-b3c5-5b4b968d9b8d", - "x-ms-ratelimit-remaining-subscription-resource-requests": "493", - "x-ms-request-id": "d67cecb5-d436-b217-f05d-ebf160b121ac", - "x-ms-routing-request-id": "WESTUS:20230126T105702Z:9b216b2a-61a4-41b7-b3c5-5b4b968d9b8d", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YWVjYTg2NWQtZjc5MC00ZTBmLWEyZGUtM2M3MTYzMjZmYzRmXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f25957efafc8da67806f4ad49b6a13d6-4d5420d175669eed-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2300836798777df611bf5d60b4cd6d12", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:57:31 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6332048-7989-4314-9c45-cea13222e4ea", - "x-ms-ratelimit-remaining-subscription-resource-requests": "492", - "x-ms-request-id": "23008367-9877-7df6-11bf-5d60b4cd6d12", - "x-ms-routing-request-id": "WESTUS:20230126T105732Z:b6332048-7989-4314-9c45-cea13222e4ea", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver3536.private.postgres.database.azure.com/virtualNetworkLinks/vnet4156-link?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f25957efafc8da67806f4ad49b6a13d6-6252b04d773f3a84-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "bf9d5f4bca9c158a8e1bbd3b9482662b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "677", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:57:31 GMT", - "ETag": "\u0022060486bc-0000-0100-0000-63d25c8f0000\u0022", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c5075dd9-9731-46c2-892d-14cdda16a4a7", - "x-ms-ratelimit-remaining-subscription-resource-requests": "498", - "x-ms-request-id": "bf9d5f4b-ca9c-158a-8e1b-bd3b9482662b", - "x-ms-routing-request-id": "WESTUS:20230126T105732Z:c5075dd9-9731-46c2-892d-14cdda16a4a7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver3536.private.postgres.database.azure.com/virtualNetworkLinks/vnet4156-link", - "name": "vnet4156-link", - "type": "Microsoft.Network/privateDnsZones/virtualNetworkLinks", - "etag": "\u0022060486bc-0000-0100-0000-63d25c8f0000\u0022", - "location": "global", - "tags": {}, - "properties": { - "provisioningState": "Succeeded", - "registrationEnabled": false, - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156" - }, - "virtualNetworkLinkState": "Completed" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet9997?api-version=2021-02-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "298", - "Content-Type": "application/json", - "traceparent": "00-447c07b7c47a744fe4c1741a2507ea5f-bf3bb430c9e721ce-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "01037e1e18131d70f5ffc57776b6fd22", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "name": "subnet9997", - "properties": { - "addressPrefix": "10.0.2.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "properties": { - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/b04abd65-d090-4f8a-9646-abff57ecf71e?api-version=2021-02-01", - "Cache-Control": "no-cache", - "Content-Length": "1237", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:57:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c59e0dc6-9578-4e34-8008-8183797d17be", - "x-ms-client-request-id": "01037e1e18131d70f5ffc57776b6fd22", - "x-ms-correlation-request-id": "71ea901a-5c5b-4ce1-b95d-a8854a5090f8", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "b04abd65-d090-4f8a-9646-abff57ecf71e", - "x-ms-routing-request-id": "WESTUS:20230126T105733Z:71ea901a-5c5b-4ce1-b95d-a8854a5090f8" - }, - "ResponseBody": { - "name": "subnet9997", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet9997", - "etag": "W/\u00220898a2a0-2ed3-4473-bd39-fd78a19c1380\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.2.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet9997/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u00220898a2a0-2ed3-4473-bd39-fd78a19c1380\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/b04abd65-d090-4f8a-9646-abff57ecf71e?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-447c07b7c47a744fe4c1741a2507ea5f-bf0d335bf6a12d4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "364231586cca32ffee7fca9c04139ed7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:57:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "1c527ab2-2459-4817-950e-e49c8c273d21", - "x-ms-client-request-id": "364231586cca32ffee7fca9c04139ed7", - "x-ms-correlation-request-id": "8cfca175-6abc-46c1-a8a1-436b0a1adb9f", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "31ffb580-568e-4fe2-bb99-07ae0776dc60", - "x-ms-routing-request-id": "WESTUS:20230126T105733Z:8cfca175-6abc-46c1-a8a1-436b0a1adb9f" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/b04abd65-d090-4f8a-9646-abff57ecf71e?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-447c07b7c47a744fe4c1741a2507ea5f-e8fb5e2c2b288d6b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "bc4c9b1d66dcbd186e6508288314423a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:57:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c229791e-b514-4e37-9b9a-89dcecb569e1", - "x-ms-client-request-id": "bc4c9b1d66dcbd186e6508288314423a", - "x-ms-correlation-request-id": "7e97ff45-d9fd-4599-b9ef-4f59b4ec2335", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "919623a4-6836-4a3d-a825-3f9d54019b60", - "x-ms-routing-request-id": "WESTUS:20230126T105743Z:7e97ff45-d9fd-4599-b9ef-4f59b4ec2335" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet9997?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-447c07b7c47a744fe4c1741a2507ea5f-c97a5b2c18fadd08-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "451e3617c7748358d8731194977298e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1238", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:57:43 GMT", - "ETag": "W/\u0022b3c7ef2a-10ad-4e71-8b4d-12203e9cecf0\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "58c0958f-9411-463c-b708-53bf1901babb", - "x-ms-client-request-id": "451e3617c7748358d8731194977298e5", - "x-ms-correlation-request-id": "0791aae1-6c53-4a7d-a167-e596df1eac54", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "a1291ed5-0b1e-44bf-97b4-eadb61b623e2", - "x-ms-routing-request-id": "WESTUS:20230126T105743Z:0791aae1-6c53-4a7d-a167-e596df1eac54" - }, - "ResponseBody": { - "name": "subnet9997", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet9997", - "etag": "W/\u0022b3c7ef2a-10ad-4e71-8b4d-12203e9cecf0\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.2.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet9997/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u0022b3c7ef2a-10ad-4e71-8b4d-12203e9cecf0\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg2714?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-90a41e9f23fc6d1574478fa136d82d6f-30a6cad0f3dc7b40-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3f3ebd4b2c6ef1b21985c76463d6aeda", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:57:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a43591b1-78e3-42af-bd60-99d659e54ec1", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "a43591b1-78e3-42af-bd60-99d659e54ec1", - "x-ms-routing-request-id": "WESTUS:20230126T105743Z:a43591b1-78e3-42af-bd60-99d659e54ec1" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714", - "name": "pgflexrg2714", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/tenants?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-4715358937abfb4122d8c9b621af1ea7-7a78b74cac16ea2a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ce858f3d59f4556342c9e368558325fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "140", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:57:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a3deb7ee-71bd-4083-adca-f9ee8435546c", - "x-ms-ratelimit-remaining-tenant-reads": "11997", - "x-ms-request-id": "a3deb7ee-71bd-4083-adca-f9ee8435546c", - "x-ms-routing-request-id": "WESTUS:20230126T105743Z:a3deb7ee-71bd-4083-adca-f9ee8435546c" - }, - "ResponseBody": { - "value": [ - { - "id": "/tenants/72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantCategory": "Home" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.DBforPostgreSQL/getPrivateDnsZoneSuffix?api-version=2022-12-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "0", - "traceparent": "00-0cdfe319647d0213dac387f1b58a410b-fe940e747a59cfa5-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c5dd22cd03d6eacb842d2beefff31f02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:57:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "22e343af-604b-462e-a556-5b326878be51", - "x-ms-ratelimit-remaining-tenant-writes": "1197", - "x-ms-request-id": "00ef83a8-8ab1-412b-9fb8-6b66400ca39f", - "x-ms-routing-request-id": "WESTUS:20230126T105744Z:22e343af-604b-462e-a556-5b326878be51" - }, - "ResponseBody": "\u0022postgres.database.azure.com\u0022" - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver2209.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "47", - "Content-Type": "application/json", - "traceparent": "00-6ba1e9c59467c063f8bf16afebe79f45-aa6a038adf59408f-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "075637c5caedf2f15ae8fca548499c95", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyOGQ1NmY4Yi0wMDlkLTQxOWItOWJmMi1hODJjMjI1ZGJiOTFfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:57:45 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyOGQ1NmY4Yi0wMDlkLTQxOWItOWJmMi1hODJjMjI1ZGJiOTFfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "63322138-d389-47ea-9ae2-abadeaada46c", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11997", - "x-ms-request-id": "075637c5-caed-f2f1-5ae8-fca548499c95", - "x-ms-routing-request-id": "WESTUS:20230126T105746Z:63322138-d389-47ea-9ae2-abadeaada46c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyOGQ1NmY4Yi0wMDlkLTQxOWItOWJmMi1hODJjMjI1ZGJiOTFfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6ba1e9c59467c063f8bf16afebe79f45-81f233b77aab6b6c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1da3e1a91e2d020e30ea6aed0626a13a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyOGQ1NmY4Yi0wMDlkLTQxOWItOWJmMi1hODJjMjI1ZGJiOTFfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:57:45 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyOGQ1NmY4Yi0wMDlkLTQxOWItOWJmMi1hODJjMjI1ZGJiOTFfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "472ca918-cbbc-4545-8999-02df6cf15de3", - "x-ms-ratelimit-remaining-subscription-resource-requests": "491", - "x-ms-request-id": "1da3e1a9-1e2d-020e-30ea-6aed0626a13a", - "x-ms-routing-request-id": "WESTUS:20230126T105746Z:472ca918-cbbc-4545-8999-02df6cf15de3", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyOGQ1NmY4Yi0wMDlkLTQxOWItOWJmMi1hODJjMjI1ZGJiOTFfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6ba1e9c59467c063f8bf16afebe79f45-d4346a6663b12323-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "338f9690dd5bdb08331c4452802ac4e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:58:15 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e89d4d11-95c2-438a-b001-39dabf9a523f", - "x-ms-ratelimit-remaining-subscription-resource-requests": "490", - "x-ms-request-id": "338f9690-dd5b-db08-331c-4452802ac4e6", - "x-ms-routing-request-id": "WESTUS:20230126T105816Z:e89d4d11-95c2-438a-b001-39dabf9a523f", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver2209.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-6ba1e9c59467c063f8bf16afebe79f45-bb03892bc7af1032-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "67fbad927ea64168bd95100e7e16339d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "742", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:58:15 GMT", - "ETag": "4e350b9a-d8eb-457c-98c7-7fd73b8e2272", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "79808b88-3c26-4d03-b358-4608a7b234b8", - "x-ms-ratelimit-remaining-subscription-resource-requests": "497", - "x-ms-request-id": "67fbad92-7ea6-4168-bd95-100e7e16339d", - "x-ms-routing-request-id": "WESTUS:20230126T105816Z:79808b88-3c26-4d03-b358-4608a7b234b8", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver2209.private.postgres.database.azure.com", - "name": "pgflexserver2209.private.postgres.database.azure.com", - "type": "Microsoft.Network/privateDnsZones", - "etag": "4e350b9a-d8eb-457c-98c7-7fd73b8e2272", - "location": "global", - "tags": {}, - "properties": { - "internalId": "SW1tdXRhYmxlWm9uZUlkZW50aXR5O2QxNzE5NDg5LWNlZDAtNDYzMC05YTJkLTFjN2E5MGY0NjYxYTsw", - "maxNumberOfRecordSets": 25000, - "maxNumberOfVirtualNetworkLinks": 1000, - "maxNumberOfVirtualNetworkLinksWithRegistration": 100, - "numberOfRecordSets": 1, - "numberOfVirtualNetworkLinks": 0, - "numberOfVirtualNetworkLinksWithRegistration": 0, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver2209.private.postgres.database.azure.com/virtualNetworkLinks/vnet4156-link?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "233", - "Content-Type": "application/json", - "traceparent": "00-88f66bfb79e319007859f21f532263d7-19c03bdf2594768d-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "96360ef922e5cbf3d8c7ea10d9bc8106", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": { - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156" - }, - "registrationEnabled": false - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YjJhOGVhNjEtMmU3MC00MDJkLThlMjgtYTYyNWU1YzAyNDViXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:58:17 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YjJhOGVhNjEtMmU3MC00MDJkLThlMjgtYTYyNWU1YzAyNDViXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d75ccba5-64d0-47ec-b62e-5fd472eb285c", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11997", - "x-ms-request-id": "96360ef9-22e5-cbf3-d8c7-ea10d9bc8106", - "x-ms-routing-request-id": "WESTUS:20230126T105818Z:d75ccba5-64d0-47ec-b62e-5fd472eb285c", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YjJhOGVhNjEtMmU3MC00MDJkLThlMjgtYTYyNWU1YzAyNDViXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-88f66bfb79e319007859f21f532263d7-3a7e2a4108bc916a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7158a6e92df46f01b92f8ede94586701", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YjJhOGVhNjEtMmU3MC00MDJkLThlMjgtYTYyNWU1YzAyNDViXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:58:17 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YjJhOGVhNjEtMmU3MC00MDJkLThlMjgtYTYyNWU1YzAyNDViXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e4836fef-feaa-4140-89cc-bf84ac1fabfb", - "x-ms-ratelimit-remaining-subscription-resource-requests": "489", - "x-ms-request-id": "7158a6e9-2df4-6f01-b92f-8ede94586701", - "x-ms-routing-request-id": "WESTUS:20230126T105818Z:e4836fef-feaa-4140-89cc-bf84ac1fabfb", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YjJhOGVhNjEtMmU3MC00MDJkLThlMjgtYTYyNWU1YzAyNDViXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-88f66bfb79e319007859f21f532263d7-9e309b6cf2c5086f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fae80a13dabcbf727a246897ad2cfede", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:58:48 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "843df806-16cb-4fce-a819-58198d23bc80", - "x-ms-ratelimit-remaining-subscription-resource-requests": "488", - "x-ms-request-id": "fae80a13-dabc-bf72-7a24-6897ad2cfede", - "x-ms-routing-request-id": "WESTUS:20230126T105848Z:843df806-16cb-4fce-a819-58198d23bc80", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver2209.private.postgres.database.azure.com/virtualNetworkLinks/vnet4156-link?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-88f66bfb79e319007859f21f532263d7-96bc8e50cf25f0bc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3326cd6a0f63f71182ea9ffaabb57dd5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "677", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:58:48 GMT", - "ETag": "\u00220604f1c6-0000-0100-0000-63d25cdf0000\u0022", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "223bc2cc-c51f-483b-906c-21e20fab0c07", - "x-ms-ratelimit-remaining-subscription-resource-requests": "497", - "x-ms-request-id": "3326cd6a-0f63-f711-82ea-9ffaabb57dd5", - "x-ms-routing-request-id": "WESTUS:20230126T105848Z:223bc2cc-c51f-483b-906c-21e20fab0c07", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver2209.private.postgres.database.azure.com/virtualNetworkLinks/vnet4156-link", - "name": "vnet4156-link", - "type": "Microsoft.Network/privateDnsZones/virtualNetworkLinks", - "etag": "\u00220604f1c6-0000-0100-0000-63d25cdf0000\u0022", - "location": "global", - "tags": {}, - "properties": { - "provisioningState": "Succeeded", - "registrationEnabled": false, - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156" - }, - "virtualNetworkLinkState": "Completed" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1885?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "653", - "Content-Type": "application/json", - "traceparent": "00-728dab04cc4b76c1ea3be0a2b42b6d60-c99d97613202a759-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c2b374e562110f603499f7cfc469c28d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "14", - "storage": { - "storageSizeGB": 128 - }, - "network": { - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet2806", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver1885.private.postgres.database.azure.com" - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3cf00086-6a77-4e63-acf7-e90b89f71306?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "87", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:58:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/3cf00086-6a77-4e63-acf7-e90b89f71306?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7485964-3cb3-4719-941b-1f134e4f6d30", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "dddbbde2-bc4e-438b-a71c-a60c2115908d", - "x-ms-routing-request-id": "WESTUS:20230126T105854Z:e7485964-3cb3-4719-941b-1f134e4f6d30" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-26T10:58:52.99Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3cf00086-6a77-4e63-acf7-e90b89f71306?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-728dab04cc4b76c1ea3be0a2b42b6d60-6e7b16af4dd5d4c9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "38b193a73b7907cd6d17feca18423218", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:58:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c2f2896-255a-4cf3-9b9b-997bbeed7cbd", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "6d01e6f0-20ab-4c3d-87c5-56d7df7483f6", - "x-ms-routing-request-id": "WESTUS:20230126T105854Z:6c2f2896-255a-4cf3-9b9b-997bbeed7cbd" - }, - "ResponseBody": { - "name": "3cf00086-6a77-4e63-acf7-e90b89f71306", - "status": "InProgress", - "startTime": "2023-01-26T10:58:52.99Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3cf00086-6a77-4e63-acf7-e90b89f71306?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-728dab04cc4b76c1ea3be0a2b42b6d60-c885ff813b8de18c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fbc91128b640b1a3d7afc920ea8ed3bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 10:59:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c294f3d-1af5-4f7f-8264-c22750bee39c", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "1a4b2632-e6bf-4dcf-9b39-6e77ca9bc6e5", - "x-ms-routing-request-id": "WESTUS:20230126T105954Z:7c294f3d-1af5-4f7f-8264-c22750bee39c" - }, - "ResponseBody": { - "name": "3cf00086-6a77-4e63-acf7-e90b89f71306", - "status": "InProgress", - "startTime": "2023-01-26T10:58:52.99Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3cf00086-6a77-4e63-acf7-e90b89f71306?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-728dab04cc4b76c1ea3be0a2b42b6d60-2a6f3074b6bc7e12-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "312732858ab7f514e26c591a35d2ebb6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:00:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e395041e-0d49-4e78-8d60-fc838265fd9d", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "8fe957bf-9c45-4fb8-9ee5-f784014aee8d", - "x-ms-routing-request-id": "WESTUS:20230126T110055Z:e395041e-0d49-4e78-8d60-fc838265fd9d" - }, - "ResponseBody": { - "name": "3cf00086-6a77-4e63-acf7-e90b89f71306", - "status": "InProgress", - "startTime": "2023-01-26T10:58:52.99Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3cf00086-6a77-4e63-acf7-e90b89f71306?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-728dab04cc4b76c1ea3be0a2b42b6d60-2f6157892902eee4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "29a95ebd18aef184ef0060c971ad1dde", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:01:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "246ae10c-cc12-4a2f-b138-29af8b831087", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "ae264166-6fc4-464f-8882-6520d4399fb6", - "x-ms-routing-request-id": "WESTUS:20230126T110156Z:246ae10c-cc12-4a2f-b138-29af8b831087" - }, - "ResponseBody": { - "name": "3cf00086-6a77-4e63-acf7-e90b89f71306", - "status": "InProgress", - "startTime": "2023-01-26T10:58:52.99Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3cf00086-6a77-4e63-acf7-e90b89f71306?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-728dab04cc4b76c1ea3be0a2b42b6d60-55650b7ed0ee302d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e6454243011a9e61fdd419d45d897b05", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:02:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "de6ae8b2-895f-459a-a78f-f4e557b4d300", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "9de9c8c7-a4f4-45d5-8ddc-1871c0fb533a", - "x-ms-routing-request-id": "WESTUS:20230126T110256Z:de6ae8b2-895f-459a-a78f-f4e557b4d300" - }, - "ResponseBody": { - "name": "3cf00086-6a77-4e63-acf7-e90b89f71306", - "status": "InProgress", - "startTime": "2023-01-26T10:58:52.99Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3cf00086-6a77-4e63-acf7-e90b89f71306?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-728dab04cc4b76c1ea3be0a2b42b6d60-890972ba759535e6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8b6213c3aae56d0dad3641b7294a8334", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:03:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "33461bc6-eed7-439b-8c09-97df604f8c56", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "54579591-8b36-4b42-8bde-f111a293806b", - "x-ms-routing-request-id": "WESTUS:20230126T110357Z:33461bc6-eed7-439b-8c09-97df604f8c56" - }, - "ResponseBody": { - "name": "3cf00086-6a77-4e63-acf7-e90b89f71306", - "status": "InProgress", - "startTime": "2023-01-26T10:58:52.99Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3cf00086-6a77-4e63-acf7-e90b89f71306?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-728dab04cc4b76c1ea3be0a2b42b6d60-2c9d401871411607-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f3d67a4f058dbc9bfd0b2bdafeaf9466", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:04:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ac9b49b-dea9-4b3d-8d71-404170db677a", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "e6da974a-22f9-4dfc-9789-83fcd16bbab2", - "x-ms-routing-request-id": "WESTUS:20230126T110457Z:1ac9b49b-dea9-4b3d-8d71-404170db677a" - }, - "ResponseBody": { - "name": "3cf00086-6a77-4e63-acf7-e90b89f71306", - "status": "InProgress", - "startTime": "2023-01-26T10:58:52.99Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3cf00086-6a77-4e63-acf7-e90b89f71306?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-728dab04cc4b76c1ea3be0a2b42b6d60-512c14ef3ec189ea-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5e065b85914b98f934d738e4bfa974b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:05:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "523f03cf-11a2-4cd7-a561-a43b4d339ecf", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "14efcee4-ffa0-43ad-b062-deedd1973ff1", - "x-ms-routing-request-id": "WESTUS:20230126T110558Z:523f03cf-11a2-4cd7-a561-a43b4d339ecf" - }, - "ResponseBody": { - "name": "3cf00086-6a77-4e63-acf7-e90b89f71306", - "status": "InProgress", - "startTime": "2023-01-26T10:58:52.99Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3cf00086-6a77-4e63-acf7-e90b89f71306?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-728dab04cc4b76c1ea3be0a2b42b6d60-c701a30f230528bf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e284e45088b2be7777a58dd97f336efd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:06:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "43d281e4-ff7b-425b-8ec2-aa6bf0771d06", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "1ccb6818-1a3f-4ac2-a3b3-62d195abd855", - "x-ms-routing-request-id": "WESTUS:20230126T110658Z:43d281e4-ff7b-425b-8ec2-aa6bf0771d06" - }, - "ResponseBody": { - "name": "3cf00086-6a77-4e63-acf7-e90b89f71306", - "status": "InProgress", - "startTime": "2023-01-26T10:58:52.99Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3cf00086-6a77-4e63-acf7-e90b89f71306?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-728dab04cc4b76c1ea3be0a2b42b6d60-833c8ef26bf52b45-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "cd31dba12544bee9803ebeb5ccb7fd54", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:07:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2de3191-ebcb-4beb-b12a-82931bfba9b1", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "52b64516-7c95-4195-989b-acc3f1177dab", - "x-ms-routing-request-id": "WESTUS:20230126T110758Z:d2de3191-ebcb-4beb-b12a-82931bfba9b1" - }, - "ResponseBody": { - "name": "3cf00086-6a77-4e63-acf7-e90b89f71306", - "status": "InProgress", - "startTime": "2023-01-26T10:58:52.99Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3cf00086-6a77-4e63-acf7-e90b89f71306?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-728dab04cc4b76c1ea3be0a2b42b6d60-60ed233dd781d53d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1a897796b12bfdb3e347e6a5031f1901", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:08:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cdbcb9b5-9dd6-49aa-a480-a38ecbfdf89e", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "3c2c2219-bbda-4e83-93f2-0bfa8d9dbadd", - "x-ms-routing-request-id": "WESTUS:20230126T110859Z:cdbcb9b5-9dd6-49aa-a480-a38ecbfdf89e" - }, - "ResponseBody": { - "name": "3cf00086-6a77-4e63-acf7-e90b89f71306", - "status": "InProgress", - "startTime": "2023-01-26T10:58:52.99Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/3cf00086-6a77-4e63-acf7-e90b89f71306?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-728dab04cc4b76c1ea3be0a2b42b6d60-605361af939fad47-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e3433a68a6782b6ffac66274c9c2f1c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:09:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "379a208c-d44f-4d64-be1d-7a3a7e4f0fbc", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "38cf1e53-9967-413f-afa8-384af7322aa1", - "x-ms-routing-request-id": "WESTUS:20230126T110959Z:379a208c-d44f-4d64-be1d-7a3a7e4f0fbc" - }, - "ResponseBody": { - "name": "3cf00086-6a77-4e63-acf7-e90b89f71306", - "status": "Succeeded", - "startTime": "2023-01-26T10:58:52.99Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1885?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-728dab04cc4b76c1ea3be0a2b42b6d60-6aaa409c941b41fa-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "074339a854a9efd22834eafc3e44ba60", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1508", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:09:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f52feac4-ada2-4332-87fb-3e8294a6edf3", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "f7faf64f-358a-4dd5-a859-e60857a887b0", - "x-ms-routing-request-id": "WESTUS:20230126T111000Z:f52feac4-ada2-4332-87fb-3e8294a6edf3" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-26T10:59:55.3653354Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver1885.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "1", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-26T10:59:55.3653354\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled", - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet2806", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver1885.private.postgres.database.azure.com" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1885", - "name": "pgflexserver1885", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3536?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "671", - "Content-Type": "application/json", - "traceparent": "00-acfd33ad65dabdc032bf34e11a80a480-3ef0806fdf702c23-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "924dbd241974efdb075e1f654e3e3421", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "eastus", - "properties": { - "network": { - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet4951", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver3536.private.postgres.database.azure.com" - }, - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1885", - "availabilityZone": "2", - "createMode": "Replica" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59f9f1c9-c6cc-477d-b900-8db136169455?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "91", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:10:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/59f9f1c9-c6cc-477d-b900-8db136169455?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a449a8cb-90d7-4974-85b7-3fe385cbd9a0", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "c410f893-22dd-4060-ae6f-a2d6de2d4c70", - "x-ms-routing-request-id": "WESTUS:20230126T111002Z:a449a8cb-90d7-4974-85b7-3fe385cbd9a0" - }, - "ResponseBody": { - "operation": "CreateReadReplicaManagementOperation", - "startTime": "2023-01-26T11:10:02.013Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59f9f1c9-c6cc-477d-b900-8db136169455?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-acfd33ad65dabdc032bf34e11a80a480-1b8b3145ec9cd329-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0b4f020b5f748f4c5d53ff4a356da0e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:10:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4ce415d0-ca6d-4475-b3b5-1e33defd8675", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "32898730-1e2f-4a66-8c59-4f85feb075b6", - "x-ms-routing-request-id": "WESTUS:20230126T111002Z:4ce415d0-ca6d-4475-b3b5-1e33defd8675" - }, - "ResponseBody": { - "name": "59f9f1c9-c6cc-477d-b900-8db136169455", - "status": "InProgress", - "startTime": "2023-01-26T11:10:02.013Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59f9f1c9-c6cc-477d-b900-8db136169455?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-acfd33ad65dabdc032bf34e11a80a480-981c4bbbab235430-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "17a6c900f147138466382a205e983295", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:11:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6889f154-dfc1-4358-9143-eec460258849", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "3303a2f6-438d-4463-a213-7e4bfd277c03", - "x-ms-routing-request-id": "WESTUS:20230126T111102Z:6889f154-dfc1-4358-9143-eec460258849" - }, - "ResponseBody": { - "name": "59f9f1c9-c6cc-477d-b900-8db136169455", - "status": "InProgress", - "startTime": "2023-01-26T11:10:02.013Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59f9f1c9-c6cc-477d-b900-8db136169455?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-acfd33ad65dabdc032bf34e11a80a480-ae16baeac20ce85d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4c5a687228eff6acda6d6b88110cdefa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:12:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2412edc2-3695-466b-b16e-9945e5d31c9f", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "82a5d4fc-8b08-40c5-ab78-475042f46911", - "x-ms-routing-request-id": "WESTUS:20230126T111202Z:2412edc2-3695-466b-b16e-9945e5d31c9f" - }, - "ResponseBody": { - "name": "59f9f1c9-c6cc-477d-b900-8db136169455", - "status": "InProgress", - "startTime": "2023-01-26T11:10:02.013Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59f9f1c9-c6cc-477d-b900-8db136169455?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-acfd33ad65dabdc032bf34e11a80a480-ca701759f7395e4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f343d1b2d4cc1a6f7e3ca53c342b30c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:13:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cf147f6b-d260-4605-bf08-b0ea8cecd8de", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "34d415a5-8ea4-4be0-afde-6c9be50698ab", - "x-ms-routing-request-id": "WESTUS:20230126T111303Z:cf147f6b-d260-4605-bf08-b0ea8cecd8de" - }, - "ResponseBody": { - "name": "59f9f1c9-c6cc-477d-b900-8db136169455", - "status": "InProgress", - "startTime": "2023-01-26T11:10:02.013Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59f9f1c9-c6cc-477d-b900-8db136169455?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-acfd33ad65dabdc032bf34e11a80a480-9a5b4dcf2ade7aa9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ccd86a215413d8fa1caf3dd985fb0259", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:14:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "808e10a2-feec-4c45-a9cd-69db198e96d4", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "4130d72e-85a4-4e88-ba10-ac0206ae709a", - "x-ms-routing-request-id": "WESTUS:20230126T111403Z:808e10a2-feec-4c45-a9cd-69db198e96d4" - }, - "ResponseBody": { - "name": "59f9f1c9-c6cc-477d-b900-8db136169455", - "status": "InProgress", - "startTime": "2023-01-26T11:10:02.013Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59f9f1c9-c6cc-477d-b900-8db136169455?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-acfd33ad65dabdc032bf34e11a80a480-b0437308d2e75765-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8c6e2f5a3f549dc8f940ceb28270c2ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:15:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e953b1f1-0468-44f1-975c-d36eb20c7e27", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "0bd23ea8-4fe2-4ec3-8fdc-c5abba25ff99", - "x-ms-routing-request-id": "WESTUS:20230126T111503Z:e953b1f1-0468-44f1-975c-d36eb20c7e27" - }, - "ResponseBody": { - "name": "59f9f1c9-c6cc-477d-b900-8db136169455", - "status": "InProgress", - "startTime": "2023-01-26T11:10:02.013Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59f9f1c9-c6cc-477d-b900-8db136169455?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-acfd33ad65dabdc032bf34e11a80a480-39c98b26395cb09a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a667a63d12345ee7d76bd61c97959482", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:16:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a0642583-48ae-494f-ac26-3d3ed8d13b44", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "75c11d16-222e-4c23-bef3-901200f6ce3a", - "x-ms-routing-request-id": "WESTUS:20230126T111603Z:a0642583-48ae-494f-ac26-3d3ed8d13b44" - }, - "ResponseBody": { - "name": "59f9f1c9-c6cc-477d-b900-8db136169455", - "status": "InProgress", - "startTime": "2023-01-26T11:10:02.013Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59f9f1c9-c6cc-477d-b900-8db136169455?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-acfd33ad65dabdc032bf34e11a80a480-caecae8afe5751b9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "04e14c39a3bce170a23ad2d2854755ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:17:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aed09ac1-8b2b-44b7-acec-e541a88133b9", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "5476f602-5902-4838-9ad8-f85f71de8321", - "x-ms-routing-request-id": "WESTUS:20230126T111704Z:aed09ac1-8b2b-44b7-acec-e541a88133b9" - }, - "ResponseBody": { - "name": "59f9f1c9-c6cc-477d-b900-8db136169455", - "status": "InProgress", - "startTime": "2023-01-26T11:10:02.013Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59f9f1c9-c6cc-477d-b900-8db136169455?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-acfd33ad65dabdc032bf34e11a80a480-76efeb10d7c9fb68-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "df9c8eed5b9447254810b5e968ac0664", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:18:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "691d240d-6314-477a-a694-e15582a612f9", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "c7f171eb-a3f8-46e5-8ad9-81444f32cddf", - "x-ms-routing-request-id": "WESTUS:20230126T111804Z:691d240d-6314-477a-a694-e15582a612f9" - }, - "ResponseBody": { - "name": "59f9f1c9-c6cc-477d-b900-8db136169455", - "status": "InProgress", - "startTime": "2023-01-26T11:10:02.013Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59f9f1c9-c6cc-477d-b900-8db136169455?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-acfd33ad65dabdc032bf34e11a80a480-083344f29185bb62-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "35784cabbd8e99f2358504f93f14d88f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:19:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1a1e65b-2ada-4261-b442-453003b37b21", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "a5f789b2-24e2-4f1c-8d7b-a2117258de71", - "x-ms-routing-request-id": "WESTUS:20230126T111905Z:c1a1e65b-2ada-4261-b442-453003b37b21" - }, - "ResponseBody": { - "name": "59f9f1c9-c6cc-477d-b900-8db136169455", - "status": "InProgress", - "startTime": "2023-01-26T11:10:02.013Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59f9f1c9-c6cc-477d-b900-8db136169455?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-acfd33ad65dabdc032bf34e11a80a480-3f5e10e96d83621f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "082e2a15b5f8deee279abcacee8778f5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:20:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "640ccb4d-8ddf-4f43-968d-45a5d24e2e89", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "2594a659-993e-4f52-9136-5efe881f64f6", - "x-ms-routing-request-id": "WESTUS:20230126T112005Z:640ccb4d-8ddf-4f43-968d-45a5d24e2e89" - }, - "ResponseBody": { - "name": "59f9f1c9-c6cc-477d-b900-8db136169455", - "status": "InProgress", - "startTime": "2023-01-26T11:10:02.013Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59f9f1c9-c6cc-477d-b900-8db136169455?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-acfd33ad65dabdc032bf34e11a80a480-64d41f50a0c12a88-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "38276d341fce2f1d9c03a90e572b0733", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:21:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a78d4cb-22f2-4af8-a492-93ee8f976dc6", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "a3a0a1f0-0013-4c3a-95f4-4d3e3eaf8499", - "x-ms-routing-request-id": "WESTUS:20230126T112106Z:5a78d4cb-22f2-4af8-a492-93ee8f976dc6" - }, - "ResponseBody": { - "name": "59f9f1c9-c6cc-477d-b900-8db136169455", - "status": "InProgress", - "startTime": "2023-01-26T11:10:02.013Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59f9f1c9-c6cc-477d-b900-8db136169455?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-acfd33ad65dabdc032bf34e11a80a480-6b003ce6a889ed6a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3ed32637fd7ef56b5e9a0ef40146abad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:22:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f92d0a4-9bfb-4879-8473-29d2d8494c87", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "ea48e425-e91e-493f-bc1f-ccee5ca3d62c", - "x-ms-routing-request-id": "WESTUS:20230126T112206Z:3f92d0a4-9bfb-4879-8473-29d2d8494c87" - }, - "ResponseBody": { - "name": "59f9f1c9-c6cc-477d-b900-8db136169455", - "status": "InProgress", - "startTime": "2023-01-26T11:10:02.013Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/59f9f1c9-c6cc-477d-b900-8db136169455?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-acfd33ad65dabdc032bf34e11a80a480-cc247a911ad4c2cd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d2c40e0ca0edf5c00cfe6cf50be086fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:23:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6fccfec4-d91d-494d-a5d5-e9c3eb6a3b93", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "e30e4fb0-2c92-4a60-b397-aaa697251286", - "x-ms-routing-request-id": "WESTUS:20230126T112306Z:6fccfec4-d91d-494d-a5d5-e9c3eb6a3b93" - }, - "ResponseBody": { - "name": "59f9f1c9-c6cc-477d-b900-8db136169455", - "status": "Succeeded", - "startTime": "2023-01-26T11:10:02.013Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3536?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-acfd33ad65dabdc032bf34e11a80a480-f09499686b594f25-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c77489923ab337770131da3411292e56", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1689", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:23:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1b4f1fd-3959-48ae-a0ac-c9e341fb6391", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "90b8dcad-82a9-4ce7-91ac-fe89a3510a53", - "x-ms-routing-request-id": "WESTUS:20230126T112306Z:c1b4f1fd-3959-48ae-a0ac-c9e341fb6391" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-26T11:11:06.4972369Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver3536.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "2", - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1885", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-26T11:11:06.4972369\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled", - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet4951", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver3536.private.postgres.database.azure.com" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "AsyncReplica", - "replicaCapacity": 0, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3536", - "name": "pgflexserver3536", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2209?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "671", - "Content-Type": "application/json", - "traceparent": "00-5d7a8488474e996da30239925c3530ac-8effd384a3baa0b6-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4801fb583567974565de317f9176e97e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "eastus", - "properties": { - "network": { - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet9997", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver2209.private.postgres.database.azure.com" - }, - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1885", - "availabilityZone": "2", - "createMode": "Replica" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e4abb3db-2317-410e-bcac-20b333f5a5fd?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "91", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:23:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/e4abb3db-2317-410e-bcac-20b333f5a5fd?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ec625c6-3121-4ebf-a067-9907c10f0876", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "2f620628-50b8-45bc-b961-480db9d076d3", - "x-ms-routing-request-id": "WESTUS:20230126T112309Z:3ec625c6-3121-4ebf-a067-9907c10f0876" - }, - "ResponseBody": { - "operation": "CreateReadReplicaManagementOperation", - "startTime": "2023-01-26T11:23:08.957Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e4abb3db-2317-410e-bcac-20b333f5a5fd?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5d7a8488474e996da30239925c3530ac-c4822c040a267ebf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "109d16d03dde5d9443dc61d509f8a68b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:23:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af9597a4-ab41-4cd5-87a9-2a1453d8113a", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "051052ba-7e1d-43e5-9684-daffcf579c29", - "x-ms-routing-request-id": "WESTUS:20230126T112309Z:af9597a4-ab41-4cd5-87a9-2a1453d8113a" - }, - "ResponseBody": { - "name": "e4abb3db-2317-410e-bcac-20b333f5a5fd", - "status": "InProgress", - "startTime": "2023-01-26T11:23:08.957Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e4abb3db-2317-410e-bcac-20b333f5a5fd?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5d7a8488474e996da30239925c3530ac-4ef98e4fb774e829-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fe1f5c47b5c87484012fb1d9658ad2d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:24:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "114eacc8-6973-487b-b693-9eeb1d3bdccd", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "d53d0d44-7af8-44e4-8085-249c9861339f", - "x-ms-routing-request-id": "WESTUS:20230126T112409Z:114eacc8-6973-487b-b693-9eeb1d3bdccd" - }, - "ResponseBody": { - "name": "e4abb3db-2317-410e-bcac-20b333f5a5fd", - "status": "InProgress", - "startTime": "2023-01-26T11:23:08.957Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e4abb3db-2317-410e-bcac-20b333f5a5fd?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5d7a8488474e996da30239925c3530ac-de75e8aaf7b5bfe6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7aae4ef9d9d9d69f7e0435f48124c89f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:25:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6341a7df-8b5c-4dc6-8b9b-41738f49aec2", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "90d9ae94-33da-471b-a02f-5f1622181fc6", - "x-ms-routing-request-id": "WESTUS:20230126T112509Z:6341a7df-8b5c-4dc6-8b9b-41738f49aec2" - }, - "ResponseBody": { - "name": "e4abb3db-2317-410e-bcac-20b333f5a5fd", - "status": "InProgress", - "startTime": "2023-01-26T11:23:08.957Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e4abb3db-2317-410e-bcac-20b333f5a5fd?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5d7a8488474e996da30239925c3530ac-a7fc606e3ccbfb7e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "697444e7e56c1a1a91280eaf8cbaf7b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:26:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ba85eb46-4dd9-4c8c-bfc9-a6dde33e95da", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "a14e5d9e-6e2b-46c8-bb33-955b5281a66f", - "x-ms-routing-request-id": "WESTUS:20230126T112610Z:ba85eb46-4dd9-4c8c-bfc9-a6dde33e95da" - }, - "ResponseBody": { - "name": "e4abb3db-2317-410e-bcac-20b333f5a5fd", - "status": "InProgress", - "startTime": "2023-01-26T11:23:08.957Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e4abb3db-2317-410e-bcac-20b333f5a5fd?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5d7a8488474e996da30239925c3530ac-9c2723ddafae71c9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "badb880a2b496eb1bc4880c4808ff3dc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:27:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0714a9b8-8171-4c4e-b5cd-cf91cc2db702", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "778dfef4-0c50-49f5-ba60-d8e2798c06fd", - "x-ms-routing-request-id": "WESTUS:20230126T112710Z:0714a9b8-8171-4c4e-b5cd-cf91cc2db702" - }, - "ResponseBody": { - "name": "e4abb3db-2317-410e-bcac-20b333f5a5fd", - "status": "InProgress", - "startTime": "2023-01-26T11:23:08.957Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e4abb3db-2317-410e-bcac-20b333f5a5fd?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5d7a8488474e996da30239925c3530ac-12c102594c2baa4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "20f211666915136c3493e8b1caf04ac3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:28:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "06b6f9b2-eeac-485c-b45a-ca1040c02d9c", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "ad769774-d1b3-487f-ac7f-884a1a5b4fc4", - "x-ms-routing-request-id": "WESTUS:20230126T112811Z:06b6f9b2-eeac-485c-b45a-ca1040c02d9c" - }, - "ResponseBody": { - "name": "e4abb3db-2317-410e-bcac-20b333f5a5fd", - "status": "InProgress", - "startTime": "2023-01-26T11:23:08.957Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e4abb3db-2317-410e-bcac-20b333f5a5fd?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5d7a8488474e996da30239925c3530ac-6d2eb716996168a7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f9e97b0c0e49bb559206ac2365569a01", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:29:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea66b21c-50c3-477a-86b8-2ea3caf78d92", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "b09cc744-bed3-4b73-88de-7b989b60fde5", - "x-ms-routing-request-id": "WESTUS:20230126T112911Z:ea66b21c-50c3-477a-86b8-2ea3caf78d92" - }, - "ResponseBody": { - "name": "e4abb3db-2317-410e-bcac-20b333f5a5fd", - "status": "InProgress", - "startTime": "2023-01-26T11:23:08.957Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e4abb3db-2317-410e-bcac-20b333f5a5fd?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5d7a8488474e996da30239925c3530ac-17dd5a3defbd97df-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7a493234d7c8a1a31bc885b64200a3cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:30:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af99de06-7c14-4283-9648-0899dd331377", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "e75c29db-666e-4835-82c0-b8072d557eb4", - "x-ms-routing-request-id": "WESTUS:20230126T113012Z:af99de06-7c14-4283-9648-0899dd331377" - }, - "ResponseBody": { - "name": "e4abb3db-2317-410e-bcac-20b333f5a5fd", - "status": "InProgress", - "startTime": "2023-01-26T11:23:08.957Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e4abb3db-2317-410e-bcac-20b333f5a5fd?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5d7a8488474e996da30239925c3530ac-25530395f10c283b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "04b7bdfef9a55793bc368d0fbd48aede", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:31:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f0ffd50c-48cf-4835-ba6f-859784ab2bae", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "51f67424-16f4-4c98-aca4-773d851fb0aa", - "x-ms-routing-request-id": "WESTUS:20230126T113112Z:f0ffd50c-48cf-4835-ba6f-859784ab2bae" - }, - "ResponseBody": { - "name": "e4abb3db-2317-410e-bcac-20b333f5a5fd", - "status": "InProgress", - "startTime": "2023-01-26T11:23:08.957Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e4abb3db-2317-410e-bcac-20b333f5a5fd?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5d7a8488474e996da30239925c3530ac-5b9daeeed47bd2af-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "987ce7f9cfa635fbd848dd80889f7992", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:32:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "758d53b8-64bb-4da9-aff2-57b92ea1952b", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "3a2110a0-d54d-40c6-90a2-1e2d04c76390", - "x-ms-routing-request-id": "WESTUS:20230126T113212Z:758d53b8-64bb-4da9-aff2-57b92ea1952b" - }, - "ResponseBody": { - "name": "e4abb3db-2317-410e-bcac-20b333f5a5fd", - "status": "InProgress", - "startTime": "2023-01-26T11:23:08.957Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e4abb3db-2317-410e-bcac-20b333f5a5fd?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5d7a8488474e996da30239925c3530ac-f0e55aa2acc6edd5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a825df62959e3a5b9ff1be914993e4d2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:33:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1016c6ba-d56d-4915-b892-0a574f3ec773", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "e3b95855-bed2-454d-8aee-60e6afc9678f", - "x-ms-routing-request-id": "WESTUS:20230126T113315Z:1016c6ba-d56d-4915-b892-0a574f3ec773" - }, - "ResponseBody": { - "name": "e4abb3db-2317-410e-bcac-20b333f5a5fd", - "status": "InProgress", - "startTime": "2023-01-26T11:23:08.957Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e4abb3db-2317-410e-bcac-20b333f5a5fd?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5d7a8488474e996da30239925c3530ac-86ae2073a4832ecb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5bbca71a0a832f25c2822c5d1c12cf1c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:34:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75cb071e-6bce-48d2-b016-a4161ffc159a", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "f1e0ed62-edf7-43f5-9188-a53ab8479ed6", - "x-ms-routing-request-id": "WESTUS:20230126T113415Z:75cb071e-6bce-48d2-b016-a4161ffc159a" - }, - "ResponseBody": { - "name": "e4abb3db-2317-410e-bcac-20b333f5a5fd", - "status": "Succeeded", - "startTime": "2023-01-26T11:23:08.957Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2209?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5d7a8488474e996da30239925c3530ac-564bed22310cf6d8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "deadfbbd052364408b41f9b51069ec45", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1689", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:34:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89b0e04d-44ae-4a56-a4eb-ff78ae89e79d", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "7469fcf6-2f96-45d0-9e69-a66b20f55868", - "x-ms-routing-request-id": "WESTUS:20230126T113417Z:89b0e04d-44ae-4a56-a4eb-ff78ae89e79d" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-26T11:24:13.1443609Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver2209.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "2", - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1885", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-26T11:24:13.1443609\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled", - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet9997", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver2209.private.postgres.database.azure.com" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "AsyncReplica", - "replicaCapacity": 0, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2209", - "name": "pgflexserver2209", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1885/replicas?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e1660b631ee2570eb9f5e61b69fe1e8c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1825", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:34:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aa9077e2-a895-4a92-a52d-8295c151ad75", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "a8b7452a-ffb2-4ee2-a20d-a23da2de7662", - "x-ms-routing-request-id": "WESTUS:20230126T113419Z:aa9077e2-a895-4a92-a52d-8295c151ad75" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "" - }, - "systemData": { - "createdAt": "2023-01-26T11:10:06.1533166Z" - }, - "properties": { - "dataEncryption": { - "type": "SystemManaged" - }, - "state": "Ready", - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1885", - "storage": { - "storageSizeGB": 0 - }, - "backup": { - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-26T11:10:06.1533166\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "AsyncReplica", - "storageAutoGrowth": false - }, - "location": "eastus", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3536", - "name": "pgflexserver3536", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - }, - { - "sku": { - "name": "" - }, - "systemData": { - "createdAt": "2023-01-26T11:23:11.9561293Z" - }, - "properties": { - "dataEncryption": { - "type": "SystemManaged" - }, - "state": "Ready", - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1885", - "storage": { - "storageSizeGB": 0 - }, - "backup": { - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-26T11:23:11.9561293\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "AsyncReplica", - "storageAutoGrowth": false - }, - "location": "eastus", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2209", - "name": "pgflexserver2209", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3536?api-version=2022-12-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "41", - "Content-Type": "application/json", - "traceparent": "00-c59c78aff3cb2598d1fc93079e7856b8-b16be257e8c9aacb-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4dd4a12206e614ae6758d04211701e58", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "replicationRole": "None" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/eb4e471a-0da4-4c40-a986-d9264fdeb41c?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "91", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:34:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/operationResults/eb4e471a-0da4-4c40-a986-d9264fdeb41c?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8eea46c6-b114-4d46-b51a-df07d2540510", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "eb4e471a-0da4-4c40-a986-d9264fdeb41c", - "x-ms-routing-request-id": "WESTUS:20230126T113421Z:8eea46c6-b114-4d46-b51a-df07d2540510" - }, - "ResponseBody": { - "operation": "PromoteReadReplicaManagementOperation", - "startTime": "2023-01-26T11:34:21.32Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/eb4e471a-0da4-4c40-a986-d9264fdeb41c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c59c78aff3cb2598d1fc93079e7856b8-c77f9fa959f18c34-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "6f936c239e955d5e5c527a8a4dcc4548", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:34:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "48004e17-43dd-4524-85d5-eaca10e86901", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "e3c2ec98-b4af-4052-830c-7e6823f36590", - "x-ms-routing-request-id": "WESTUS:20230126T113421Z:48004e17-43dd-4524-85d5-eaca10e86901" - }, - "ResponseBody": { - "name": "eb4e471a-0da4-4c40-a986-d9264fdeb41c", - "status": "InProgress", - "startTime": "2023-01-26T11:34:21.32Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/eb4e471a-0da4-4c40-a986-d9264fdeb41c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c59c78aff3cb2598d1fc93079e7856b8-02ba95ab9eec6e42-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "82848dd60e0434e067356191e180f542", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:34:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "449cb97e-26d9-48ab-b2e7-0aff1d899a54", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "9e70f703-28d3-4368-86e8-6718c7d27eb8", - "x-ms-routing-request-id": "WESTUS:20230126T113436Z:449cb97e-26d9-48ab-b2e7-0aff1d899a54" - }, - "ResponseBody": { - "name": "eb4e471a-0da4-4c40-a986-d9264fdeb41c", - "status": "InProgress", - "startTime": "2023-01-26T11:34:21.32Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/eb4e471a-0da4-4c40-a986-d9264fdeb41c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c59c78aff3cb2598d1fc93079e7856b8-3bffbb163142488d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a51e435dafdcf8c3879cb45973af511f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:34:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70e2dcb2-5b70-4eb6-8856-0566350011a9", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "92872f88-2466-4b9b-aa3d-467718990505", - "x-ms-routing-request-id": "WESTUS:20230126T113452Z:70e2dcb2-5b70-4eb6-8856-0566350011a9" - }, - "ResponseBody": { - "name": "eb4e471a-0da4-4c40-a986-d9264fdeb41c", - "status": "InProgress", - "startTime": "2023-01-26T11:34:21.32Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/eb4e471a-0da4-4c40-a986-d9264fdeb41c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c59c78aff3cb2598d1fc93079e7856b8-c252070e4f0e50cb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9158dc0f789f14888b5f075f3ccd7bdc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:35:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c5617bb-5b16-43d9-a94d-fbb50d9a7a85", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "b8882006-c919-4d8c-a354-dd2c6f3df4cd", - "x-ms-routing-request-id": "WESTUS:20230126T113507Z:9c5617bb-5b16-43d9-a94d-fbb50d9a7a85" - }, - "ResponseBody": { - "name": "eb4e471a-0da4-4c40-a986-d9264fdeb41c", - "status": "InProgress", - "startTime": "2023-01-26T11:34:21.32Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/eb4e471a-0da4-4c40-a986-d9264fdeb41c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c59c78aff3cb2598d1fc93079e7856b8-06db16e090604046-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0a2d375da0ad266bca8cfa675a87c0b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:35:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "afca4997-1a7a-4e36-ae16-9c29d113b819", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "68b2e26c-64dc-4134-baf9-0a4551e09e12", - "x-ms-routing-request-id": "WESTUS:20230126T113523Z:afca4997-1a7a-4e36-ae16-9c29d113b819" - }, - "ResponseBody": { - "name": "eb4e471a-0da4-4c40-a986-d9264fdeb41c", - "status": "InProgress", - "startTime": "2023-01-26T11:34:21.32Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/eb4e471a-0da4-4c40-a986-d9264fdeb41c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c59c78aff3cb2598d1fc93079e7856b8-cfb9590ff5a2f8b9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "058241e36328e4a2ba0a1a7da863bbba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:35:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "79bbde6b-a0a3-4679-9859-36fbb2717a50", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "f3fb6459-d03f-4c0d-ad4b-fb9d82b33845", - "x-ms-routing-request-id": "WESTUS:20230126T113539Z:79bbde6b-a0a3-4679-9859-36fbb2717a50" - }, - "ResponseBody": { - "name": "eb4e471a-0da4-4c40-a986-d9264fdeb41c", - "status": "InProgress", - "startTime": "2023-01-26T11:34:21.32Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/eb4e471a-0da4-4c40-a986-d9264fdeb41c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c59c78aff3cb2598d1fc93079e7856b8-394b25dcce47106a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3cfcd72146816e727031c7137d21ba04", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:35:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da27df44-2b89-4a10-8478-4727a90002ad", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "469f2d7a-9e5e-4015-9423-5df627915304", - "x-ms-routing-request-id": "WESTUS:20230126T113554Z:da27df44-2b89-4a10-8478-4727a90002ad" - }, - "ResponseBody": { - "name": "eb4e471a-0da4-4c40-a986-d9264fdeb41c", - "status": "InProgress", - "startTime": "2023-01-26T11:34:21.32Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/eb4e471a-0da4-4c40-a986-d9264fdeb41c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c59c78aff3cb2598d1fc93079e7856b8-7627fdf935bb370e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fb7b4e9f764bf9b4954850a386ee7e66", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:36:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8914398e-87b8-49f2-8f5e-02b5faef4d81", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "6b9afd3e-a4a7-4db4-9b8f-2ce4bbaf37b8", - "x-ms-routing-request-id": "WESTUS:20230126T113612Z:8914398e-87b8-49f2-8f5e-02b5faef4d81" - }, - "ResponseBody": { - "name": "eb4e471a-0da4-4c40-a986-d9264fdeb41c", - "status": "InProgress", - "startTime": "2023-01-26T11:34:21.32Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/eb4e471a-0da4-4c40-a986-d9264fdeb41c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c59c78aff3cb2598d1fc93079e7856b8-6f1d00467601717d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "824640d1838a9d36cf1395f69c8f6798", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:36:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f2cba2ad-61a6-4571-89d0-a895f3d36a18", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "2c2429f7-c35f-4eeb-8612-544f13a6325e", - "x-ms-routing-request-id": "WESTUS:20230126T113644Z:f2cba2ad-61a6-4571-89d0-a895f3d36a18" - }, - "ResponseBody": { - "name": "eb4e471a-0da4-4c40-a986-d9264fdeb41c", - "status": "InProgress", - "startTime": "2023-01-26T11:34:21.32Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/eb4e471a-0da4-4c40-a986-d9264fdeb41c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c59c78aff3cb2598d1fc93079e7856b8-349c46644ec757a3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "59de154fbfe7aa6e2302a738f6cee881", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:37:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32569001-dc7e-436b-9ced-64051f9494c5", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "a0e26b87-81cc-43d5-9836-36cb915d2b15", - "x-ms-routing-request-id": "WESTUS:20230126T113719Z:32569001-dc7e-436b-9ced-64051f9494c5" - }, - "ResponseBody": { - "name": "eb4e471a-0da4-4c40-a986-d9264fdeb41c", - "status": "Succeeded", - "startTime": "2023-01-26T11:34:21.32Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3536?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c59c78aff3cb2598d1fc93079e7856b8-cc2f6bceee2897f3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3c4160b338db1b7917de2c38e1bd5d05", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1508", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:37:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ae038ae-4b3e-49ae-b2ef-628bc9922a48", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "afcedb16-39be-43a6-a030-bc235ffd97a8", - "x-ms-routing-request-id": "WESTUS:20230126T113721Z:2ae038ae-4b3e-49ae-b2ef-628bc9922a48" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-26T11:11:06.4972369Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver3536.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "2", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-26T11:36:49.0445116\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled", - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/virtualNetworks/vnet4156/subnets/subnet4951", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.Network/privateDnsZones/pgflexserver3536.private.postgres.database.azure.com" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3536", - "name": "pgflexserver3536", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1885?api-version=2022-12-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-0a9f199529144dda1ebd718ad8e63a97-5be1c06cda58904f-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7054b7e12410117fd29b5e88dcfea700", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 500, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "36", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:37:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2827e97a-b387-4ebd-bfce-555a34066779", - "x-ms-failure-cause": "service", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "5299369a-b89d-4f11-bf3c-614ad36a5bf1", - "x-ms-routing-request-id": "WESTUS:20230126T113724Z:2827e97a-b387-4ebd-bfce-555a34066779" - }, - "ResponseBody": { - "Message": "An error has occurred." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1885?api-version=2022-12-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-0a9f199529144dda1ebd718ad8e63a97-5be1c06cda58904f-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7054b7e12410117fd29b5e88dcfea700", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 500, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "36", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:37:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5a00235-c885-4552-b749-b627dc7f8c75", - "x-ms-failure-cause": "service", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "a743d770-d2de-4b03-b673-da8f46ff9d5e", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T113727Z:d5a00235-c885-4552-b749-b627dc7f8c75" - }, - "ResponseBody": { - "Message": "An error has occurred." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1885?api-version=2022-12-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-0a9f199529144dda1ebd718ad8e63a97-5be1c06cda58904f-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7054b7e12410117fd29b5e88dcfea700", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 500, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "36", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:37:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eeb72b53-0f9b-45d8-9cc2-443b6bad692b", - "x-ms-failure-cause": "service", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "6c3e084e-10ae-49af-bd84-4d5d750c0547", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T113730Z:eeb72b53-0f9b-45d8-9cc2-443b6bad692b" - }, - "ResponseBody": { - "Message": "An error has occurred." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1885?api-version=2022-12-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-0a9f199529144dda1ebd718ad8e63a97-5be1c06cda58904f-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7054b7e12410117fd29b5e88dcfea700", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 500, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "36", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:37:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27956a55-9d73-4eab-a922-3d63aac58f0f", - "x-ms-failure-cause": "service", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "136663c4-770f-4caf-8cfa-42b2328e07e4", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T113734Z:27956a55-9d73-4eab-a922-3d63aac58f0f" - }, - "ResponseBody": { - "Message": "An error has occurred." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2209?api-version=2022-12-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-1b64d15d84d4bf89abd5c15c7eb7729b-fbe548882fc32053-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3b43132a2a4d16bd9cc341099336c966", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/39bd8b3d-5cd9-4784-8924-65a87549ddae?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "87", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:37:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/operationResults/39bd8b3d-5cd9-4784-8924-65a87549ddae?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e61d313-bccb-4be2-8897-79cb960eabc5", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "39bd8b3d-5cd9-4784-8924-65a87549ddae", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T113735Z:5e61d313-bccb-4be2-8897-79cb960eabc5" - }, - "ResponseBody": { - "operation": "DropReadReplicaManagementOperation", - "startTime": "2023-01-26T11:37:35.8Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/39bd8b3d-5cd9-4784-8924-65a87549ddae?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1b64d15d84d4bf89abd5c15c7eb7729b-072ffbaa79c0ab27-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ce0d2b372179b7b8f93dd44ce2767e9c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:37:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "04c43faf-df1f-4758-be5b-1e87c619d015", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "8e0e6efe-009c-46b4-abd0-2c065da16749", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T113736Z:04c43faf-df1f-4758-be5b-1e87c619d015" - }, - "ResponseBody": { - "name": "39bd8b3d-5cd9-4784-8924-65a87549ddae", - "status": "InProgress", - "startTime": "2023-01-26T11:37:35.8Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/39bd8b3d-5cd9-4784-8924-65a87549ddae?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1b64d15d84d4bf89abd5c15c7eb7729b-17018cfae7147e85-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3be2f8d168a7b386a1b45a1cbf7d3dab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:37:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4195d808-6caf-460b-a728-f95e00219c88", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "59ccc9e8-80a5-48f5-bea1-a501abb7fbba", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T113751Z:4195d808-6caf-460b-a728-f95e00219c88" - }, - "ResponseBody": { - "name": "39bd8b3d-5cd9-4784-8924-65a87549ddae", - "status": "InProgress", - "startTime": "2023-01-26T11:37:35.8Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/39bd8b3d-5cd9-4784-8924-65a87549ddae?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1b64d15d84d4bf89abd5c15c7eb7729b-20db4dc355253cb1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "67d12784fb2884ece89f453ca325ac6b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:38:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e53d1313-91fd-4adc-accb-ab4de3d87276", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "8b9e9125-895d-4d0a-9f2b-e0206a6f5288", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T113806Z:e53d1313-91fd-4adc-accb-ab4de3d87276" - }, - "ResponseBody": { - "name": "39bd8b3d-5cd9-4784-8924-65a87549ddae", - "status": "InProgress", - "startTime": "2023-01-26T11:37:35.8Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/39bd8b3d-5cd9-4784-8924-65a87549ddae?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1b64d15d84d4bf89abd5c15c7eb7729b-174cdb35b33afdc3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e16eceb2020ecf72a55a2cc5c69bf87b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:38:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1c1324f7-e4f9-41d8-a4fb-02552ee75a93", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "8a5c7a11-ee56-42fc-b0a9-8e2ba3eee2f5", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T113821Z:1c1324f7-e4f9-41d8-a4fb-02552ee75a93" - }, - "ResponseBody": { - "name": "39bd8b3d-5cd9-4784-8924-65a87549ddae", - "status": "InProgress", - "startTime": "2023-01-26T11:37:35.8Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/39bd8b3d-5cd9-4784-8924-65a87549ddae?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1b64d15d84d4bf89abd5c15c7eb7729b-44771e97f1da7330-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "bac8290016a4d5730b5e530822490f7c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:38:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f8f29f51-14de-4540-85ce-db8296ec3f46", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "c892dc4d-798e-4892-a14b-d555e5230561", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T113836Z:f8f29f51-14de-4540-85ce-db8296ec3f46" - }, - "ResponseBody": { - "name": "39bd8b3d-5cd9-4784-8924-65a87549ddae", - "status": "InProgress", - "startTime": "2023-01-26T11:37:35.8Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/39bd8b3d-5cd9-4784-8924-65a87549ddae?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1b64d15d84d4bf89abd5c15c7eb7729b-76a73f97ab2c1762-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f06aef085b0f819cb501c2cece26bd4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:38:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fabce132-0f3e-4cd5-bb17-b1e8de5b9fd4", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "630b5e17-9a2d-46e2-afec-61b0b40dd6cd", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T113851Z:fabce132-0f3e-4cd5-bb17-b1e8de5b9fd4" - }, - "ResponseBody": { - "name": "39bd8b3d-5cd9-4784-8924-65a87549ddae", - "status": "InProgress", - "startTime": "2023-01-26T11:37:35.8Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/39bd8b3d-5cd9-4784-8924-65a87549ddae?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1b64d15d84d4bf89abd5c15c7eb7729b-760888b249f8daff-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7a3cc9a6f15d9cc65b98d5afaf69ac5b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "105", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:39:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cc005646-fa3b-4781-83bb-ae37552d3a1e", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "39da85a7-7093-4e85-97f0-0611de8c2202", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T113906Z:cc005646-fa3b-4781-83bb-ae37552d3a1e" - }, - "ResponseBody": { - "name": "39bd8b3d-5cd9-4784-8924-65a87549ddae", - "status": "Succeeded", - "startTime": "2023-01-26T11:37:35.8Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg2714/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver1885?api-version=2022-12-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-0a5398b7a00c332efdcd05473c5c8057-619d20b93d891437-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230126.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d7bdb04a0731a46c8c4605a253a407e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/cfd9b12c-0624-4958-97f4-1c700e65f2fe?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "83", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:39:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/operationResults/cfd9b12c-0624-4958-97f4-1c700e65f2fe?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a35699e0-0cc6-411c-9aa1-5941212e55e2", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "cfd9b12c-0624-4958-97f4-1c700e65f2fe", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T113907Z:a35699e0-0cc6-411c-9aa1-5941212e55e2" - }, - "ResponseBody": { - "operation": "DropServerManagementOperation", - "startTime": "2023-01-26T11:39:07.52Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/cfd9b12c-0624-4958-97f4-1c700e65f2fe?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0a5398b7a00c332efdcd05473c5c8057-cc9342fad60365c1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1e836755e5699f1a5c98ee17eb2348b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:39:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7226a86a-fc54-4bab-a50b-ae18f51f4d19", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "62d9d492-bf4b-4388-812a-b3e8362f1572", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T113907Z:7226a86a-fc54-4bab-a50b-ae18f51f4d19" - }, - "ResponseBody": { - "name": "cfd9b12c-0624-4958-97f4-1c700e65f2fe", - "status": "InProgress", - "startTime": "2023-01-26T11:39:07.52Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/cfd9b12c-0624-4958-97f4-1c700e65f2fe?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0a5398b7a00c332efdcd05473c5c8057-e3a7ddb15a322889-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a90ef0915308b64d91a6af6372f51d9f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:39:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f5ecf895-34f9-481f-8f38-5efde4fe87b8", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "59795aa5-ed72-4777-ae0f-851a63bfc0b1", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T113922Z:f5ecf895-34f9-481f-8f38-5efde4fe87b8" - }, - "ResponseBody": { - "name": "cfd9b12c-0624-4958-97f4-1c700e65f2fe", - "status": "InProgress", - "startTime": "2023-01-26T11:39:07.52Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/cfd9b12c-0624-4958-97f4-1c700e65f2fe?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0a5398b7a00c332efdcd05473c5c8057-bcf35c81f8a08478-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ec4db973e820bc7bebc2fc75a6082b04", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:39:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1316e48-d41b-4733-be1e-9d89f5127a99", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "0325af8d-a700-4611-bf4e-6d4df6de21f0", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T113937Z:a1316e48-d41b-4733-be1e-9d89f5127a99" - }, - "ResponseBody": { - "name": "cfd9b12c-0624-4958-97f4-1c700e65f2fe", - "status": "InProgress", - "startTime": "2023-01-26T11:39:07.52Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/cfd9b12c-0624-4958-97f4-1c700e65f2fe?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0a5398b7a00c332efdcd05473c5c8057-b109fd732d73086a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "95e5de8528de024319cd8cc236b72d66", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:39:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd26ab75-7088-4053-858a-2ff5e10c09cc", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "d5b5e803-1c54-4fc3-b395-1a2701a7ab69", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T113953Z:cd26ab75-7088-4053-858a-2ff5e10c09cc" - }, - "ResponseBody": { - "name": "cfd9b12c-0624-4958-97f4-1c700e65f2fe", - "status": "InProgress", - "startTime": "2023-01-26T11:39:07.52Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/cfd9b12c-0624-4958-97f4-1c700e65f2fe?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0a5398b7a00c332efdcd05473c5c8057-2641f4b9f861d097-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "32a34e7a5bd6a8967552bd4656d80f89", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:40:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e267283a-2bdd-4a8d-a74a-91ffe193b862", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "4400b3e2-621c-4896-8e77-4f1b869f6907", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T114008Z:e267283a-2bdd-4a8d-a74a-91ffe193b862" - }, - "ResponseBody": { - "name": "cfd9b12c-0624-4958-97f4-1c700e65f2fe", - "status": "InProgress", - "startTime": "2023-01-26T11:39:07.52Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/cfd9b12c-0624-4958-97f4-1c700e65f2fe?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0a5398b7a00c332efdcd05473c5c8057-f9cc437c52858e39-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "93ddaa7b88104ac1764bd3525cb88634", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:40:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c693c5a2-d18a-4790-8492-2ed4f4c088c7", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "6a70fc2e-ecfe-48a1-bbd0-55c0257b63bc", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T114023Z:c693c5a2-d18a-4790-8492-2ed4f4c088c7" - }, - "ResponseBody": { - "name": "cfd9b12c-0624-4958-97f4-1c700e65f2fe", - "status": "InProgress", - "startTime": "2023-01-26T11:39:07.52Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/East%20US/azureAsyncOperation/cfd9b12c-0624-4958-97f4-1c700e65f2fe?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0a5398b7a00c332efdcd05473c5c8057-fa324993f0c31538-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "58fb9694f8642a2d483c208c6bfcac40", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 26 Jan 2023 11:40:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "15", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fdc0fcd6-c50e-458b-97b4-704fb306e930", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "64f102cc-2360-4265-9ac8-73811247416d", - "x-ms-routing-request-id": "WESTCENTRALUS:20230126T114038Z:fdc0fcd6-c50e-458b-97b4-704fb306e930" - }, - "ResponseBody": { - "name": "cfd9b12c-0624-4958-97f4-1c700e65f2fe", - "status": "Succeeded", - "startTime": "2023-01-26T11:39:07.52Z" - } - } - ], - "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "354233090", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/Restore().json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/Restore().json deleted file mode 100644 index c5eb305436c54..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/Restore().json +++ /dev/null @@ -1,4086 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-145be5485477c786687a5e7c923ec30a-f976785cd61bd2fe-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c6925e6deb3901bcf5fbe28b60fe7ea6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 12:47:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6dbccabc-5f19-4912-95f2-94c901b967ad", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "6dbccabc-5f19-4912-95f2-94c901b967ad", - "x-ms-routing-request-id": "WESTUS:20230125T124705Z:6dbccabc-5f19-4912-95f2-94c901b967ad" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg170?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-712bbfc7f1e082d0154aaf79fd275eb9-d1c725c17f17ac38-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "73a24260508d822976b59f7652ccace2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "219", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 12:47:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0fbe8e86-13f6-45ab-9757-dc592c0f2a2d", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "0fbe8e86-13f6-45ab-9757-dc592c0f2a2d", - "x-ms-routing-request-id": "WESTUS:20230125T124706Z:0fbe8e86-13f6-45ab-9757-dc592c0f2a2d" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170", - "name": "pgflexrg170", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2998?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "250", - "Content-Type": "application/json", - "traceparent": "00-44e431871a90205577375680ebee442f-8334dd02b1c99a76-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230125.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d01f7d0f676f92e1756deb6b340512ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "14", - "storage": { - "storageSizeGB": 128 - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e717ea88-dd22-4224-b513-183c4ea3174c?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 12:47:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/e717ea88-dd22-4224-b513-183c4ea3174c?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e70dabb6-914d-4919-9323-5f2291e11214", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "cabe66d9-3348-4f1b-b6bc-f25eb9bb5ead", - "x-ms-routing-request-id": "WESTUS:20230125T124708Z:e70dabb6-914d-4919-9323-5f2291e11214" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-25T12:47:08.427Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e717ea88-dd22-4224-b513-183c4ea3174c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-44e431871a90205577375680ebee442f-73f167af54af545a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ce59df8f83a8f9c4600ffd2065bd4d71", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 12:47:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7cf3412b-2ac5-48a9-9efc-633a7bd57525", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "b1a4bc1f-7edf-4dab-83d5-de28b822a73a", - "x-ms-routing-request-id": "WESTUS:20230125T124708Z:7cf3412b-2ac5-48a9-9efc-633a7bd57525" - }, - "ResponseBody": { - "name": "e717ea88-dd22-4224-b513-183c4ea3174c", - "status": "InProgress", - "startTime": "2023-01-25T12:47:08.427Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e717ea88-dd22-4224-b513-183c4ea3174c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-44e431871a90205577375680ebee442f-8d3d1f8606c74a70-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4c03d4a332418c83108d6e90e0178cff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 12:48:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cf0d8167-295b-47c4-9c81-539646c33c4f", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "be0c4587-ecd3-4c75-8412-2a8527136a87", - "x-ms-routing-request-id": "WESTUS:20230125T124809Z:cf0d8167-295b-47c4-9c81-539646c33c4f" - }, - "ResponseBody": { - "name": "e717ea88-dd22-4224-b513-183c4ea3174c", - "status": "InProgress", - "startTime": "2023-01-25T12:47:08.427Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e717ea88-dd22-4224-b513-183c4ea3174c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-44e431871a90205577375680ebee442f-b74fbc9a6e510cac-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "54dc240643abee2240911950844d2da4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 12:49:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "02268088-4f14-4f2c-8c4c-438fdf6f09a3", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "ebb52f9a-349f-41e3-b0df-a22743fb2b98", - "x-ms-routing-request-id": "WESTUS:20230125T124909Z:02268088-4f14-4f2c-8c4c-438fdf6f09a3" - }, - "ResponseBody": { - "name": "e717ea88-dd22-4224-b513-183c4ea3174c", - "status": "InProgress", - "startTime": "2023-01-25T12:47:08.427Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e717ea88-dd22-4224-b513-183c4ea3174c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-44e431871a90205577375680ebee442f-6e644146d8a96bb5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3125169119725d865cccbe1b15341949", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 12:50:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4922892-7b74-4f80-9e33-49f124cd4532", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "84dfa00d-292a-4e9c-b082-339bfffddb71", - "x-ms-routing-request-id": "WESTUS:20230125T125009Z:c4922892-7b74-4f80-9e33-49f124cd4532" - }, - "ResponseBody": { - "name": "e717ea88-dd22-4224-b513-183c4ea3174c", - "status": "InProgress", - "startTime": "2023-01-25T12:47:08.427Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e717ea88-dd22-4224-b513-183c4ea3174c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-44e431871a90205577375680ebee442f-c9a18c56b54df9f0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4119fe83f8e15fc5b2140caf183307c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 12:51:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7aaeff1d-e29e-4f3f-83bf-911996e46780", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "3b8ef41c-6867-43a6-b69c-6f3933f30a46", - "x-ms-routing-request-id": "WESTUS:20230125T125109Z:7aaeff1d-e29e-4f3f-83bf-911996e46780" - }, - "ResponseBody": { - "name": "e717ea88-dd22-4224-b513-183c4ea3174c", - "status": "InProgress", - "startTime": "2023-01-25T12:47:08.427Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e717ea88-dd22-4224-b513-183c4ea3174c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-44e431871a90205577375680ebee442f-f845ffcb6cd21c3f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "caffc9605af1ec8c9d7ff8df8507d90b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 12:52:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "98283d94-2db1-4ae2-8164-0356eb4901a0", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "b10350ea-c757-439e-97a1-95cf470045f2", - "x-ms-routing-request-id": "WESTUS:20230125T125210Z:98283d94-2db1-4ae2-8164-0356eb4901a0" - }, - "ResponseBody": { - "name": "e717ea88-dd22-4224-b513-183c4ea3174c", - "status": "InProgress", - "startTime": "2023-01-25T12:47:08.427Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e717ea88-dd22-4224-b513-183c4ea3174c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-44e431871a90205577375680ebee442f-19ca40053efbd430-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "86ccd078ec3398c250c67f5d0dd64429", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 12:53:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ad8dfddd-b669-4bfa-bceb-ebece57129fa", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "f01510dd-6822-4219-b7e2-64442cd19952", - "x-ms-routing-request-id": "WESTUS:20230125T125310Z:ad8dfddd-b669-4bfa-bceb-ebece57129fa" - }, - "ResponseBody": { - "name": "e717ea88-dd22-4224-b513-183c4ea3174c", - "status": "Succeeded", - "startTime": "2023-01-25T12:47:08.427Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2998?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-44e431871a90205577375680ebee442f-aa7e53b488b7ac4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4cbbfbc54f342857722ca36200e6daaa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1115", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 12:53:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cf2e9722-6373-4e4c-b522-a34c2d62584f", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "1fa1333e-48e8-46e9-9755-51c089573fbf", - "x-ms-routing-request-id": "WESTUS:20230125T125311Z:cf2e9722-6373-4e4c-b522-a34c2d62584f" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-25T12:47:14.5521433Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver2998.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "2", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-25T12:47:14.5521433\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2998", - "name": "pgflexserver2998", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8396?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "303", - "Content-Type": "application/json", - "traceparent": "00-1629466d36de61796bcc171cf3086b6d-fd8818cffe35ae57-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230125.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4837003b8166748f0766792bdb2edfc7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "eastus", - "properties": { - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver2998", - "pointInTimeUTC": "2023-01-25T12:56:09.6720582Z", - "createMode": "PointInTimeRestore" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/bc7ff635-db2c-4031-82d4-d2be81f3dfd3?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 12:56:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/bc7ff635-db2c-4031-82d4-d2be81f3dfd3?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c61d4ed9-3f36-40a2-a7f2-b1d1ab1e6327", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "f063c91c-5802-4f01-9977-cf6d63dfcdc6", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T125613Z:c61d4ed9-3f36-40a2-a7f2-b1d1ab1e6327" - }, - "ResponseBody": { - "operation": "RestoreSnapshotManagementOperation", - "startTime": "2023-01-25T12:56:13.11Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/bc7ff635-db2c-4031-82d4-d2be81f3dfd3?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1629466d36de61796bcc171cf3086b6d-0152a6c294764229-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0c21d4ecfc9e43c36c4744ced52b4d43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 12:56:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4fa9fbc0-191d-4eb2-bdcc-571cf4407605", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "c62b35e1-173c-41e9-ad48-49afe0fee2eb", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T125613Z:4fa9fbc0-191d-4eb2-bdcc-571cf4407605" - }, - "ResponseBody": { - "name": "bc7ff635-db2c-4031-82d4-d2be81f3dfd3", - "status": "InProgress", - "startTime": "2023-01-25T12:56:13.11Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/bc7ff635-db2c-4031-82d4-d2be81f3dfd3?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1629466d36de61796bcc171cf3086b6d-7f2d586856b4df0b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3127db4d51ccae5e290fcec16d882aa6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 12:57:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "890a957a-1cd3-462c-b6e2-754b846e2f16", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "0d1f52bc-bf0b-4317-badb-9dc102c68a61", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T125713Z:890a957a-1cd3-462c-b6e2-754b846e2f16" - }, - "ResponseBody": { - "name": "bc7ff635-db2c-4031-82d4-d2be81f3dfd3", - "status": "InProgress", - "startTime": "2023-01-25T12:56:13.11Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/bc7ff635-db2c-4031-82d4-d2be81f3dfd3?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1629466d36de61796bcc171cf3086b6d-d67baf6de87ec722-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "063f0fced30c3d290bd61c054809524d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 12:58:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "428c4813-e911-4b3a-868b-6f9c9d2c0405", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "0e4e9b2b-e161-45ef-ae1b-02f9d468ca5e", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T125813Z:428c4813-e911-4b3a-868b-6f9c9d2c0405" - }, - "ResponseBody": { - "name": "bc7ff635-db2c-4031-82d4-d2be81f3dfd3", - "status": "InProgress", - "startTime": "2023-01-25T12:56:13.11Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/bc7ff635-db2c-4031-82d4-d2be81f3dfd3?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1629466d36de61796bcc171cf3086b6d-9b36d339aa464080-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "6db9d05667399a9d7673e28f2d01d6e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 12:59:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03175f37-cdf4-4542-8620-22331463e4f0", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "764bd5e8-976d-4527-979e-09b7bead9e80", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T125914Z:03175f37-cdf4-4542-8620-22331463e4f0" - }, - "ResponseBody": { - "name": "bc7ff635-db2c-4031-82d4-d2be81f3dfd3", - "status": "InProgress", - "startTime": "2023-01-25T12:56:13.11Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/bc7ff635-db2c-4031-82d4-d2be81f3dfd3?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1629466d36de61796bcc171cf3086b6d-b7ea08bff2d0a905-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c6ff9e1c46ec7936b1e925f634586620", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:00:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cee7aac8-8d7c-4efe-9a48-28978f18eaf0", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "f028edf8-1600-482a-9456-7adc455f8f5b", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130014Z:cee7aac8-8d7c-4efe-9a48-28978f18eaf0" - }, - "ResponseBody": { - "name": "bc7ff635-db2c-4031-82d4-d2be81f3dfd3", - "status": "InProgress", - "startTime": "2023-01-25T12:56:13.11Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/bc7ff635-db2c-4031-82d4-d2be81f3dfd3?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1629466d36de61796bcc171cf3086b6d-0cc21b46f4fde26b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9d6b81bcbdce676d71a49099f099100a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:01:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b0367aed-fa1f-45cb-ae81-2bd3261477ec", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "de81ba85-697a-47ae-be16-006ccdce7eb5", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130114Z:b0367aed-fa1f-45cb-ae81-2bd3261477ec" - }, - "ResponseBody": { - "name": "bc7ff635-db2c-4031-82d4-d2be81f3dfd3", - "status": "InProgress", - "startTime": "2023-01-25T12:56:13.11Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/bc7ff635-db2c-4031-82d4-d2be81f3dfd3?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1629466d36de61796bcc171cf3086b6d-6e227cb5780cb7eb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a9e938ff8c0910619940bc4f41a7661d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:02:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "81e0a634-f80c-48af-ac0d-59438508b873", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "d6ddc4a0-5492-4cfc-9c72-bcd7b20d9253", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130215Z:81e0a634-f80c-48af-ac0d-59438508b873" - }, - "ResponseBody": { - "name": "bc7ff635-db2c-4031-82d4-d2be81f3dfd3", - "status": "InProgress", - "startTime": "2023-01-25T12:56:13.11Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/bc7ff635-db2c-4031-82d4-d2be81f3dfd3?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1629466d36de61796bcc171cf3086b6d-0b8e09a6f433dbe2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "acd3c20c39965f1530985447b69d8917", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:03:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a152d4d7-28dc-42d6-ac54-f9d0274d6984", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "d356e249-5acf-43b4-990d-ac420d30cb92", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130315Z:a152d4d7-28dc-42d6-ac54-f9d0274d6984" - }, - "ResponseBody": { - "name": "bc7ff635-db2c-4031-82d4-d2be81f3dfd3", - "status": "InProgress", - "startTime": "2023-01-25T12:56:13.11Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/bc7ff635-db2c-4031-82d4-d2be81f3dfd3?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1629466d36de61796bcc171cf3086b6d-80d17473e77ae746-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fbf61ad9bc6f2f17205a038e011e25ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:04:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1e89791b-55b4-4ae9-b441-99699b7546a4", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "51002c0a-ed6a-482d-b7dc-eca5f0fe2e6e", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130415Z:1e89791b-55b4-4ae9-b441-99699b7546a4" - }, - "ResponseBody": { - "name": "bc7ff635-db2c-4031-82d4-d2be81f3dfd3", - "status": "Succeeded", - "startTime": "2023-01-25T12:56:13.11Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8396?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-1629466d36de61796bcc171cf3086b6d-f59b2df8d8f1e7fb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2d8d723d63c6c674228a7970371959fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1115", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:04:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a2bc15c9-6519-489f-83df-e2e63f884632", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "3c8d0f05-d2b9-46a4-9326-2753b210bc9e", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130416Z:a2bc15c9-6519-489f-83df-e2e63f884632" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-25T12:56:20.9068174Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver8396.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "3", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-25T12:56:20.9068174\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8396", - "name": "pgflexserver8396", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg170?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-06dcfee1629a7daea38a1a8dd99fe134-07275b342f90404f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2675a4b66bb14faeaba38c3b35875e12", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "219", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:04:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "40eae1dc-efe1-4f2a-ac2d-85ff0d80cd50", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "40eae1dc-efe1-4f2a-ac2d-85ff0d80cd50", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130416Z:40eae1dc-efe1-4f2a-ac2d-85ff0d80cd50" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170", - "name": "pgflexrg170", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet3818?api-version=2021-02-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "398", - "Content-Type": "application/json", - "traceparent": "00-e80f45e4b542f27c727ef7b5b0111dc3-a562f50fdda4893b-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "440a8a735c107651a62fd9e543a6f706", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus", - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet6394", - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "properties": { - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - } - } - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/5ab5fe16-5e45-4457-8d15-4e2794344316?api-version=2021-02-01", - "Cache-Control": "no-cache", - "Content-Length": "2010", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:04:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "da2d73f8-98b4-414e-88cf-6fbcfb1afec5", - "x-ms-client-request-id": "440a8a735c107651a62fd9e543a6f706", - "x-ms-correlation-request-id": "31e46fe6-04d5-480f-b33d-6b2a6456f537", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "5ab5fe16-5e45-4457-8d15-4e2794344316", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130417Z:31e46fe6-04d5-480f-b33d-6b2a6456f537" - }, - "ResponseBody": { - "name": "vnet3818", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet3818", - "etag": "W/\u0022387582bf-ece6-429c-9f9f-8198e9aabe12\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Updating", - "resourceGuid": "c1b5f1de-cd62-46df-9f72-14332a70da1b", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet6394", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet3818/subnets/subnet6394", - "etag": "W/\u0022387582bf-ece6-429c-9f9f-8198e9aabe12\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet3818/subnets/subnet6394/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u0022387582bf-ece6-429c-9f9f-8198e9aabe12\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/5ab5fe16-5e45-4457-8d15-4e2794344316?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e80f45e4b542f27c727ef7b5b0111dc3-a143edb404350f92-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "adfd662c140f5aeb52ff808292c80b05", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:04:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "9ad6bffd-5e29-46f5-b55d-fd47b7b670e0", - "x-ms-client-request-id": "adfd662c140f5aeb52ff808292c80b05", - "x-ms-correlation-request-id": "ca6245f2-915a-4421-9e76-a8803fa327d8", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "116ebba7-abcf-4ee1-a7a9-a44249921656", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130417Z:ca6245f2-915a-4421-9e76-a8803fa327d8" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/5ab5fe16-5e45-4457-8d15-4e2794344316?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e80f45e4b542f27c727ef7b5b0111dc3-ee032c978d2845f4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2e3985ac01af7469723780d2da2e9e6c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:04:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "a73b0c6d-db67-4033-a429-2f1b2ef4f5e4", - "x-ms-client-request-id": "2e3985ac01af7469723780d2da2e9e6c", - "x-ms-correlation-request-id": "7230f70b-20ec-4e22-a48f-a96d795fcad7", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "0b68500c-2202-4b76-b11f-547876346b3b", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130427Z:7230f70b-20ec-4e22-a48f-a96d795fcad7" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet3818?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e80f45e4b542f27c727ef7b5b0111dc3-dcbf92cf3e4d9411-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "dcb93e9e4aa8edf71b7d0aa97e9640fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "2012", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:04:27 GMT", - "ETag": "W/\u002219ca9b6d-550b-4b57-8398-52dc8670bee4\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8afeba22-989f-4d8d-9962-b1e810dda513", - "x-ms-client-request-id": "dcb93e9e4aa8edf71b7d0aa97e9640fb", - "x-ms-correlation-request-id": "ec6ed40e-903c-42a4-bb3a-020c4a175085", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "9cc399c3-82d5-48e5-a41f-40be34004d84", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130427Z:ec6ed40e-903c-42a4-bb3a-020c4a175085" - }, - "ResponseBody": { - "name": "vnet3818", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet3818", - "etag": "W/\u002219ca9b6d-550b-4b57-8398-52dc8670bee4\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "c1b5f1de-cd62-46df-9f72-14332a70da1b", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet6394", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet3818/subnets/subnet6394", - "etag": "W/\u002219ca9b6d-550b-4b57-8398-52dc8670bee4\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet3818/subnets/subnet6394/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u002219ca9b6d-550b-4b57-8398-52dc8670bee4\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet3818/subnets/subnet6394?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-647b526e2d3651f8c72504828861556f-52b19ba19064d61a-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "51767c3162ff2bebfd883bd794197f23", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1236", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:04:27 GMT", - "ETag": "W/\u002219ca9b6d-550b-4b57-8398-52dc8670bee4\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "282a9a54-e668-493f-a00b-abc38347369c", - "x-ms-client-request-id": "51767c3162ff2bebfd883bd794197f23", - "x-ms-correlation-request-id": "b5cd34bc-ecec-4f92-8563-ea7fb023309c", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "a5b5d5bd-e1a3-459b-90b6-8166446bc74d", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130428Z:b5cd34bc-ecec-4f92-8563-ea7fb023309c" - }, - "ResponseBody": { - "name": "subnet6394", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet3818/subnets/subnet6394", - "etag": "W/\u002219ca9b6d-550b-4b57-8398-52dc8670bee4\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet3818/subnets/subnet6394/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u002219ca9b6d-550b-4b57-8398-52dc8670bee4\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg170?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-112bacc27b4f7a7c32366a2def3f496d-548fc6ec66bf09ad-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "54e313602f0f625c8e4c1231f6c0f6db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "219", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:04:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d72b3f7c-e7a6-41bd-af8a-3fa4e223eb7a", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "d72b3f7c-e7a6-41bd-af8a-3fa4e223eb7a", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130428Z:d72b3f7c-e7a6-41bd-af8a-3fa4e223eb7a" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170", - "name": "pgflexrg170", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/tenants?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-8ed8ffa1f2fd9b956f5b7b59e1bb0f9a-57acfdd1ef29faf1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5da084f74db83b6d528ddf1f0e1f5802", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "140", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:04:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4eb8a71-cc3c-4125-af2b-56368b0ab7d8", - "x-ms-ratelimit-remaining-tenant-reads": "11999", - "x-ms-request-id": "c4eb8a71-cc3c-4125-af2b-56368b0ab7d8", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130428Z:c4eb8a71-cc3c-4125-af2b-56368b0ab7d8" - }, - "ResponseBody": { - "value": [ - { - "id": "/tenants/72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantCategory": "Home" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.DBforPostgreSQL/getPrivateDnsZoneSuffix?api-version=2022-12-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "0", - "traceparent": "00-1d26dd4018d0452e74d225b125fff595-190fb241547bbf3d-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230125.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "6a49e6fdecb302eb2013c2b350b9343d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:04:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f211dd1b-7d6f-47c5-98ad-c64d9910cc3f", - "x-ms-ratelimit-remaining-tenant-writes": "1199", - "x-ms-request-id": "3537f5e3-6282-465c-ae7f-bc069eec1eb8", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130428Z:f211dd1b-7d6f-47c5-98ad-c64d9910cc3f" - }, - "ResponseBody": "\u0022postgres.database.azure.com\u0022" - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsZones/pgflexserver5921.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "47", - "Content-Type": "application/json", - "traceparent": "00-7193d48fda89b42191f799981e0e9308-fc00df9375241964-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0fe05f922278126ba6a80182503c536e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTs0MWIyNmFkYi1hZWFmLTRjMTktYmQ4Ny05YTY3MGRhZjU3MmRfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:04:29 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTs0MWIyNmFkYi1hZWFmLTRjMTktYmQ4Ny05YTY3MGRhZjU3MmRfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd2b9d9b-34ba-4f0e-9b8c-7b41386c425b", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", - "x-ms-request-id": "0fe05f92-2278-126b-a6a8-0182503c536e", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130430Z:cd2b9d9b-34ba-4f0e-9b8c-7b41386c425b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTs0MWIyNmFkYi1hZWFmLTRjMTktYmQ4Ny05YTY3MGRhZjU3MmRfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7193d48fda89b42191f799981e0e9308-6ee263f82a7e023a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "af8da159483fdb897b36c40bea69b2e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTs0MWIyNmFkYi1hZWFmLTRjMTktYmQ4Ny05YTY3MGRhZjU3MmRfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:04:29 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTs0MWIyNmFkYi1hZWFmLTRjMTktYmQ4Ny05YTY3MGRhZjU3MmRfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ac90cc83-ae4f-414a-ab6c-fda7ef6d2843", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "af8da159-483f-db89-7b36-c40bea69b2e3", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130430Z:ac90cc83-ae4f-414a-ab6c-fda7ef6d2843", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTs0MWIyNmFkYi1hZWFmLTRjMTktYmQ4Ny05YTY3MGRhZjU3MmRfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7193d48fda89b42191f799981e0e9308-029328aac3f65944-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "40bf54c0248606c637d576dae5c687ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:04:59 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5ad90132-4dbc-4e9c-bcb0-62ee18fb5a22", - "x-ms-ratelimit-remaining-subscription-resource-requests": "498", - "x-ms-request-id": "40bf54c0-2486-06c6-37d5-76dae5c687ec", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130500Z:5ad90132-4dbc-4e9c-bcb0-62ee18fb5a22", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsZones/pgflexserver5921.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7193d48fda89b42191f799981e0e9308-892999c2b689cafa-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ae2868bda4afab2f86589540c71d202f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "741", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:04:59 GMT", - "ETag": "72c798f1-9d40-40b1-9eed-91c80637f279", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a29b5358-5ede-4e89-a39d-5f026d80a9b5", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "ae2868bd-a4af-ab2f-8658-9540c71d202f", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130500Z:a29b5358-5ede-4e89-a39d-5f026d80a9b5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsZones/pgflexserver5921.private.postgres.database.azure.com", - "name": "pgflexserver5921.private.postgres.database.azure.com", - "type": "Microsoft.Network/privateDnsZones", - "etag": "72c798f1-9d40-40b1-9eed-91c80637f279", - "location": "global", - "tags": {}, - "properties": { - "internalId": "SW1tdXRhYmxlWm9uZUlkZW50aXR5OzRlOWMyNGUyLWNlYjktNGQzMi05NDZjLTk0NWJkZTQ1MTY1ZTsw", - "maxNumberOfRecordSets": 25000, - "maxNumberOfVirtualNetworkLinks": 1000, - "maxNumberOfVirtualNetworkLinksWithRegistration": 100, - "numberOfRecordSets": 1, - "numberOfVirtualNetworkLinks": 0, - "numberOfVirtualNetworkLinksWithRegistration": 0, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsZones/pgflexserver5921.private.postgres.database.azure.com/virtualNetworkLinks/vnet3818-link?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "232", - "Content-Type": "application/json", - "traceparent": "00-0e68573737388ef06deb2394204d317d-1fb70aa87ccce36a-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "36e45aebaaf93512db86786ad1aff6b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": { - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet3818" - }, - "registrationEnabled": false - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YzlmNzgxZTAtZmNiMy00YmQwLWJhMGUtM2RiNTM1ZjRkMzgxXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:05:01 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YzlmNzgxZTAtZmNiMy00YmQwLWJhMGUtM2RiNTM1ZjRkMzgxXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0596a094-79ac-4d6f-8a88-69cd350ff384", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", - "x-ms-request-id": "36e45aeb-aaf9-3512-db86-786ad1aff6b4", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130502Z:0596a094-79ac-4d6f-8a88-69cd350ff384", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YzlmNzgxZTAtZmNiMy00YmQwLWJhMGUtM2RiNTM1ZjRkMzgxXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0e68573737388ef06deb2394204d317d-8a60a7d099382f87-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8bee47b551e213f356f3d2282cc5d9d6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YzlmNzgxZTAtZmNiMy00YmQwLWJhMGUtM2RiNTM1ZjRkMzgxXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:05:01 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YzlmNzgxZTAtZmNiMy00YmQwLWJhMGUtM2RiNTM1ZjRkMzgxXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "159c85b8-0d84-4483-95f7-878165d0af72", - "x-ms-ratelimit-remaining-subscription-resource-requests": "497", - "x-ms-request-id": "8bee47b5-51e2-13f3-56f3-d2282cc5d9d6", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130502Z:159c85b8-0d84-4483-95f7-878165d0af72", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YzlmNzgxZTAtZmNiMy00YmQwLWJhMGUtM2RiNTM1ZjRkMzgxXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0e68573737388ef06deb2394204d317d-d0c9e329332e786a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ef92e0619ecfe7ee26c712e5efe4a655", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:05:32 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2950bae5-d37f-4cd8-86e2-6b1d0575dae4", - "x-ms-ratelimit-remaining-subscription-resource-requests": "496", - "x-ms-request-id": "ef92e061-9ecf-e7ee-26c7-12e5efe4a655", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130532Z:2950bae5-d37f-4cd8-86e2-6b1d0575dae4", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsZones/pgflexserver5921.private.postgres.database.azure.com/virtualNetworkLinks/vnet3818-link?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0e68573737388ef06deb2394204d317d-752182bc3675515d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8ab45e476bc05dd2e43a2b4d310bf05f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "675", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:05:32 GMT", - "ETag": "\u0022b005f23c-0000-0100-0000-63d129120000\u0022", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "54140696-06be-4353-afc2-ad39203e7093", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "8ab45e47-6bc0-5dd2-e43a-2b4d310bf05f", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130532Z:54140696-06be-4353-afc2-ad39203e7093", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsZones/pgflexserver5921.private.postgres.database.azure.com/virtualNetworkLinks/vnet3818-link", - "name": "vnet3818-link", - "type": "Microsoft.Network/privateDnsZones/virtualNetworkLinks", - "etag": "\u0022b005f23c-0000-0100-0000-63d129120000\u0022", - "location": "global", - "tags": {}, - "properties": { - "provisioningState": "Succeeded", - "registrationEnabled": false, - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet3818" - }, - "virtualNetworkLinkState": "Completed" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5921?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "651", - "Content-Type": "application/json", - "traceparent": "00-0a2716598285ded9eab419325b8f29b3-e3bded38c6d0e3d0-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230125.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "aecce33b4ff3164a5906641a3e0e2372", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "14", - "storage": { - "storageSizeGB": 128 - }, - "network": { - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet3818/subnets/subnet6394", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsZones/pgflexserver5921.private.postgres.database.azure.com" - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8f14485c-bae2-40d8-be34-fdffbe55d387?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:05:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/8f14485c-bae2-40d8-be34-fdffbe55d387?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ec3ff65-ef04-4a20-b75a-f5ca8b5dd82c", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "8bdee4df-bca1-4389-91de-da821160011a", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130534Z:6ec3ff65-ef04-4a20-b75a-f5ca8b5dd82c" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-25T13:05:34.133Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8f14485c-bae2-40d8-be34-fdffbe55d387?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0a2716598285ded9eab419325b8f29b3-09b01e6784d5dc15-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0ca9b2d7f717f762149e31ba06b81ed5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:05:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "24f3034f-c061-48da-844c-fb14367a2e8e", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "8d722e45-2795-4756-bcc0-fbab23529e0b", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130534Z:24f3034f-c061-48da-844c-fb14367a2e8e" - }, - "ResponseBody": { - "name": "8f14485c-bae2-40d8-be34-fdffbe55d387", - "status": "InProgress", - "startTime": "2023-01-25T13:05:34.133Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8f14485c-bae2-40d8-be34-fdffbe55d387?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0a2716598285ded9eab419325b8f29b3-b9e4760edeb58791-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b400b8172229ec4fcdd6a1bd43b4a3b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:06:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8e8783f1-0f25-4212-a191-3ab0d256e244", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "99778dbd-44b4-40b0-8779-dd012e4260e1", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130634Z:8e8783f1-0f25-4212-a191-3ab0d256e244" - }, - "ResponseBody": { - "name": "8f14485c-bae2-40d8-be34-fdffbe55d387", - "status": "InProgress", - "startTime": "2023-01-25T13:05:34.133Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8f14485c-bae2-40d8-be34-fdffbe55d387?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0a2716598285ded9eab419325b8f29b3-451676d7c8643dde-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8c4349501764555b1aeab9721d5bef55", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:07:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c07747d-01a7-416b-b9b9-8e12bcc84c85", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "bdbfde0a-3d68-4ca1-b110-0c130ff90dba", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130734Z:7c07747d-01a7-416b-b9b9-8e12bcc84c85" - }, - "ResponseBody": { - "name": "8f14485c-bae2-40d8-be34-fdffbe55d387", - "status": "InProgress", - "startTime": "2023-01-25T13:05:34.133Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8f14485c-bae2-40d8-be34-fdffbe55d387?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0a2716598285ded9eab419325b8f29b3-f6e6af0b86a050b7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ba7d3616019fb4f163bd3e4055a4b45f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:08:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3e910f5e-f50e-4762-8537-03881e660b5d", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "fa297afd-77af-4bd4-84b5-c79f523392a5", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130835Z:3e910f5e-f50e-4762-8537-03881e660b5d" - }, - "ResponseBody": { - "name": "8f14485c-bae2-40d8-be34-fdffbe55d387", - "status": "InProgress", - "startTime": "2023-01-25T13:05:34.133Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8f14485c-bae2-40d8-be34-fdffbe55d387?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0a2716598285ded9eab419325b8f29b3-11eb79ab466d63f8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "bc6a79fa9274ff715daa9a3e69ddcf71", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:09:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed90b5d9-754f-47d1-ab07-7a7c9e493f37", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "94923f4e-a428-4e03-aea8-902c366d4813", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T130935Z:ed90b5d9-754f-47d1-ab07-7a7c9e493f37" - }, - "ResponseBody": { - "name": "8f14485c-bae2-40d8-be34-fdffbe55d387", - "status": "InProgress", - "startTime": "2023-01-25T13:05:34.133Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8f14485c-bae2-40d8-be34-fdffbe55d387?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0a2716598285ded9eab419325b8f29b3-b705ddeaef4dcef8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0da74ce6e8374e18588f29a7d81a0075", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:10:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27fa1b93-bfa5-4c48-bdda-bb95350f1112", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "289e361b-fea0-408f-bd93-b8ad829390a6", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T131036Z:27fa1b93-bfa5-4c48-bdda-bb95350f1112" - }, - "ResponseBody": { - "name": "8f14485c-bae2-40d8-be34-fdffbe55d387", - "status": "InProgress", - "startTime": "2023-01-25T13:05:34.133Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8f14485c-bae2-40d8-be34-fdffbe55d387?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0a2716598285ded9eab419325b8f29b3-945e0370b6d5823a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a4775a3633f184e1c47d5df567b24b85", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:11:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ec80fa8-ebc0-4eab-a818-9384aeb67752", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "2ffa0697-878c-4a70-a6c7-887e00219b8f", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T131136Z:7ec80fa8-ebc0-4eab-a818-9384aeb67752" - }, - "ResponseBody": { - "name": "8f14485c-bae2-40d8-be34-fdffbe55d387", - "status": "InProgress", - "startTime": "2023-01-25T13:05:34.133Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8f14485c-bae2-40d8-be34-fdffbe55d387?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0a2716598285ded9eab419325b8f29b3-b61533b63f943db0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "095acdeda6fd1228601b64e468ca2742", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:12:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3e8175c-ba8a-4e8f-8f49-15cca5c2bd95", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "43409994-d715-477d-9645-cb0c227b708c", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T131236Z:d3e8175c-ba8a-4e8f-8f49-15cca5c2bd95" - }, - "ResponseBody": { - "name": "8f14485c-bae2-40d8-be34-fdffbe55d387", - "status": "Succeeded", - "startTime": "2023-01-25T13:05:34.133Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5921?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0a2716598285ded9eab419325b8f29b3-70550474052ff5fb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0e0825aa2b66b3806b2248b98a23e7a5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1505", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:12:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c92ad64b-8d9b-458b-a581-02cbec79861c", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "8d13a4f9-4d10-476b-8f0c-67dba083d0e1", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T131237Z:c92ad64b-8d9b-458b-a581-02cbec79861c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-25T13:05:42.4137989Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver5921.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "1", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-25T13:05:42.4137989\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled", - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet3818/subnets/subnet6394", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsZones/pgflexserver5921.private.postgres.database.azure.com" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5921", - "name": "pgflexserver5921", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8932?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "704", - "Content-Type": "application/json", - "traceparent": "00-f2b2811ecd5a75cce626c5c2c29d733f-b1a90452d3f9a9ea-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230125.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0bb9a344f6c08f77326443d5cefc1bfa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "eastus", - "properties": { - "network": { - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet3818/subnets/subnet6394", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsZones/pgflexserver5921.private.postgres.database.azure.com" - }, - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5921", - "pointInTimeUTC": "2023-01-25T13:15:35.5747776Z", - "createMode": "PointInTimeRestore" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:15:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c07c6bc4-4156-4361-a182-3a4cef650b3f", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "f5e7f4db-ae85-44a2-a716-a1d0394c4ffe", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T131539Z:c07c6bc4-4156-4361-a182-3a4cef650b3f" - }, - "ResponseBody": { - "operation": "RestoreSnapshotManagementOperation", - "startTime": "2023-01-25T13:15:39.25Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f2b2811ecd5a75cce626c5c2c29d733f-db2c42bcecf26eee-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c5a0bf341c10b482ae78dc01e7abe56f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:15:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e7823cd9-6a19-4698-8c4b-09f47a2fc19c", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "e1f6dc45-15fb-4429-aabd-8de5e7a2f0bd", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T131539Z:e7823cd9-6a19-4698-8c4b-09f47a2fc19c" - }, - "ResponseBody": { - "name": "fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427", - "status": "InProgress", - "startTime": "2023-01-25T13:15:39.25Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f2b2811ecd5a75cce626c5c2c29d733f-5de9def6c0762c3c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "6f624d06a5d908fa83f6be19589b31c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:16:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d1b1e427-8919-4f83-982a-b8350e5c55d2", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "5da4182a-a0c6-4b50-adbf-fcd04df79315", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T131639Z:d1b1e427-8919-4f83-982a-b8350e5c55d2" - }, - "ResponseBody": { - "name": "fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427", - "status": "InProgress", - "startTime": "2023-01-25T13:15:39.25Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f2b2811ecd5a75cce626c5c2c29d733f-b8266425f2bd11e4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0fa006dc565b39ea989693315f1edaa1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:17:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4809678c-8123-4a4f-81f8-a6d2d852e5e5", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "04eedcbd-42a1-4a0f-b13e-d963b04ffb17", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T131740Z:4809678c-8123-4a4f-81f8-a6d2d852e5e5" - }, - "ResponseBody": { - "name": "fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427", - "status": "InProgress", - "startTime": "2023-01-25T13:15:39.25Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f2b2811ecd5a75cce626c5c2c29d733f-b2834cb58a6c36d7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "10d52fc1180b8f64c49842195d685b12", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:18:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e9400c9-5c59-45cc-9634-8bb4f91485fd", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "a4892e78-bc16-4149-99f6-df8c17f65f09", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T131840Z:5e9400c9-5c59-45cc-9634-8bb4f91485fd" - }, - "ResponseBody": { - "name": "fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427", - "status": "InProgress", - "startTime": "2023-01-25T13:15:39.25Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f2b2811ecd5a75cce626c5c2c29d733f-c77ea9edba5b6eca-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e1251947d50ab0136329d74211c9a865", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:19:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f072561b-cd7b-46e3-9999-5b3788dd5814", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "bf28583d-3fd8-4f83-adf3-10f5858b3acc", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T131940Z:f072561b-cd7b-46e3-9999-5b3788dd5814" - }, - "ResponseBody": { - "name": "fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427", - "status": "InProgress", - "startTime": "2023-01-25T13:15:39.25Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f2b2811ecd5a75cce626c5c2c29d733f-aa07335dcfff761d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "29581d1b20c6c4b7a2104ac313d0dc2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:20:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "757773a9-741d-4977-9d2c-f14bc64551b4", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "3ba83f69-21fc-4f3a-81e3-49febe663675", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T132041Z:757773a9-741d-4977-9d2c-f14bc64551b4" - }, - "ResponseBody": { - "name": "fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427", - "status": "InProgress", - "startTime": "2023-01-25T13:15:39.25Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f2b2811ecd5a75cce626c5c2c29d733f-14be2ff845ba2948-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "45e9813af9f8eb961b24ade241217efa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:21:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9ca32287-3f00-4c2f-9dd1-39a97a036450", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "dadc171f-419d-43ae-b8d2-da78b8657b5f", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T132141Z:9ca32287-3f00-4c2f-9dd1-39a97a036450" - }, - "ResponseBody": { - "name": "fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427", - "status": "InProgress", - "startTime": "2023-01-25T13:15:39.25Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f2b2811ecd5a75cce626c5c2c29d733f-f686e41ba35336e5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "40fdddef3210264b62603ffa8b509c92", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:22:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f93a5d18-6d5f-4514-9f84-a9fc529b2773", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "79a12e31-29b7-42fd-92f1-68502ac2cd19", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T132241Z:f93a5d18-6d5f-4514-9f84-a9fc529b2773" - }, - "ResponseBody": { - "name": "fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427", - "status": "InProgress", - "startTime": "2023-01-25T13:15:39.25Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f2b2811ecd5a75cce626c5c2c29d733f-85d221a5ae883ba7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9008a74c63df226c866d0da173d48380", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:23:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "141a3cb9-187f-4eb7-aa12-76f3cc4a0b6d", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "df8b826b-fe72-461f-955a-86c805229737", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T132342Z:141a3cb9-187f-4eb7-aa12-76f3cc4a0b6d" - }, - "ResponseBody": { - "name": "fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427", - "status": "InProgress", - "startTime": "2023-01-25T13:15:39.25Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f2b2811ecd5a75cce626c5c2c29d733f-5ed72cd37527f846-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "36d34f929bd2081f35c2e398b99c60ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:24:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "54e4c6ce-d58d-47a6-988e-2650a5aab39e", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "15955fec-091f-406a-b56f-d6d63f2cd384", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T132442Z:54e4c6ce-d58d-47a6-988e-2650a5aab39e" - }, - "ResponseBody": { - "name": "fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427", - "status": "InProgress", - "startTime": "2023-01-25T13:15:39.25Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f2b2811ecd5a75cce626c5c2c29d733f-695e2eba8a31f043-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "99961a87ee198c1b70dbb9a224aab38d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:25:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a799871-dda2-4884-bb2b-5c515c183c4e", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "069d20b8-e625-48cc-858c-3011c5dc8635", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T132542Z:2a799871-dda2-4884-bb2b-5c515c183c4e" - }, - "ResponseBody": { - "name": "fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427", - "status": "InProgress", - "startTime": "2023-01-25T13:15:39.25Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f2b2811ecd5a75cce626c5c2c29d733f-bb5cac26f316043f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3b68bedd667cb0c087ff5a1c7fd468ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:26:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2a8a5a65-5066-4561-bef7-c75a5a7384fb", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "6727cdb8-2343-4a58-b6cf-289763c1e1ec", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T132643Z:2a8a5a65-5066-4561-bef7-c75a5a7384fb" - }, - "ResponseBody": { - "name": "fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427", - "status": "InProgress", - "startTime": "2023-01-25T13:15:39.25Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f2b2811ecd5a75cce626c5c2c29d733f-b8724e8c3cb31ac9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5919420ce93ea3673447c5f7e27ce48b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:27:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75f6d59a-9d62-43e8-8a8e-b0f58dee46cc", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "b53893d2-0a30-4b69-96c1-b567a27db3aa", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T132743Z:75f6d59a-9d62-43e8-8a8e-b0f58dee46cc" - }, - "ResponseBody": { - "name": "fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427", - "status": "InProgress", - "startTime": "2023-01-25T13:15:39.25Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f2b2811ecd5a75cce626c5c2c29d733f-a3667df0f3929de7-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "faba550f2434214d59e5111993fe0c9c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:28:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e02c31d0-0115-4bd9-93a8-3797337947ee", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "d615481e-8c65-4da5-a064-3e785ae79ec4", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T132843Z:e02c31d0-0115-4bd9-93a8-3797337947ee" - }, - "ResponseBody": { - "name": "fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427", - "status": "InProgress", - "startTime": "2023-01-25T13:15:39.25Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f2b2811ecd5a75cce626c5c2c29d733f-fbfd15ed5469d4c6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e196cf725a90f34f57c40635a0c9ce0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:29:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2ee88ab-7154-4ddf-b837-a97df2cc8760", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "340dfe1e-3786-47f5-9ce6-051fa32d42a3", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T132944Z:b2ee88ab-7154-4ddf-b837-a97df2cc8760" - }, - "ResponseBody": { - "name": "fd3d40d3-ee3b-43ca-9e4b-123ccbf2c427", - "status": "Succeeded", - "startTime": "2023-01-25T13:15:39.25Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8932?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f2b2811ecd5a75cce626c5c2c29d733f-faac1cf353424bbc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2a0dcf1b6e19e7b5f5f8ff59d74e1036", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1505", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:29:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "911bfb0a-6a98-4698-bb23-f46d4a7be7d5", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "a20273c8-de4d-419b-bef7-5f517c3c4d31", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T132944Z:911bfb0a-6a98-4698-bb23-f46d4a7be7d5" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-25T13:16:51.2192429Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver8932.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "3", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-25T13:16:51.2192429\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled", - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet3818/subnets/subnet6394", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsZones/pgflexserver5921.private.postgres.database.azure.com" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver8932", - "name": "pgflexserver8932", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg170?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-6776af1fbe6c0a02a12b07860e79db3c-769860738b01c7d0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1284293a02e6b5fa05c7a36f1e188190", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "219", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:29:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8aa0841d-6913-42c8-81de-d0549a9fdb07", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "8aa0841d-6913-42c8-81de-d0549a9fdb07", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T132944Z:8aa0841d-6913-42c8-81de-d0549a9fdb07" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170", - "name": "pgflexrg170", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet767?api-version=2021-02-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "396", - "Content-Type": "application/json", - "traceparent": "00-65042fe2d56d883f34b6a677d9a832e9-abec01de5b1ad3f5-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c3fd0716e2f0048319aeec975af61b09", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus", - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet58", - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "properties": { - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - } - } - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/13cd4e3f-5b29-4f0e-b831-6fff26364c63?api-version=2021-02-01", - "Cache-Control": "no-cache", - "Content-Length": "2000", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:29:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "831c858a-70aa-44d5-93a6-a3dd8c1182db", - "x-ms-client-request-id": "c3fd0716e2f0048319aeec975af61b09", - "x-ms-correlation-request-id": "c62225c8-fb4f-487b-8dff-72e248dc4153", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "13cd4e3f-5b29-4f0e-b831-6fff26364c63", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T132946Z:c62225c8-fb4f-487b-8dff-72e248dc4153" - }, - "ResponseBody": { - "name": "vnet767", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet767", - "etag": "W/\u00229c932b8a-202d-43b1-b77b-4091bd2b1fed\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Updating", - "resourceGuid": "a12d6e18-6167-4f3c-a4dc-aac52dce9aea", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet58", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet767/subnets/subnet58", - "etag": "W/\u00229c932b8a-202d-43b1-b77b-4091bd2b1fed\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet767/subnets/subnet58/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u00229c932b8a-202d-43b1-b77b-4091bd2b1fed\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/13cd4e3f-5b29-4f0e-b831-6fff26364c63?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-65042fe2d56d883f34b6a677d9a832e9-a8bf36c5cf6f3f80-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d0426f774c505745a680f93816625a0f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:29:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "c903a73e-4e15-430c-a1c1-b5c53c1cbda5", - "x-ms-client-request-id": "d0426f774c505745a680f93816625a0f", - "x-ms-correlation-request-id": "3e78c982-580d-447e-b14f-52e53bf7231d", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "96107f96-8c2a-4801-b490-52f2bf0107e5", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T132946Z:3e78c982-580d-447e-b14f-52e53bf7231d" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/13cd4e3f-5b29-4f0e-b831-6fff26364c63?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-65042fe2d56d883f34b6a677d9a832e9-7bc09c60614ffc8b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4dbb9aab0a1c5a4be3e4ee98be3139d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:29:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3efd7c95-7449-45cd-9491-02414d2437c5", - "x-ms-client-request-id": "4dbb9aab0a1c5a4be3e4ee98be3139d3", - "x-ms-correlation-request-id": "e2ff141b-ac89-49df-88ee-7b13092344a7", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "b5d2b696-4057-4663-8c9e-597dd2b96cda", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T132956Z:e2ff141b-ac89-49df-88ee-7b13092344a7" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet767?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-65042fe2d56d883f34b6a677d9a832e9-05dfe36eeac3f20d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "eb200fe44bb368b88aa4d0c4c2eb0271", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "2002", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:29:55 GMT", - "ETag": "W/\u00227f00dec3-957a-4fa0-895e-913b89eb07c6\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "3cca49e5-64a7-4e20-a42f-d1e80fda2702", - "x-ms-client-request-id": "eb200fe44bb368b88aa4d0c4c2eb0271", - "x-ms-correlation-request-id": "c75c7a09-bd75-461f-a35e-d6fe5eb1411a", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "df54ed93-2462-4231-931a-32bc4b6e2626", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T132956Z:c75c7a09-bd75-461f-a35e-d6fe5eb1411a" - }, - "ResponseBody": { - "name": "vnet767", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet767", - "etag": "W/\u00227f00dec3-957a-4fa0-895e-913b89eb07c6\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "a12d6e18-6167-4f3c-a4dc-aac52dce9aea", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet58", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet767/subnets/subnet58", - "etag": "W/\u00227f00dec3-957a-4fa0-895e-913b89eb07c6\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet767/subnets/subnet58/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u00227f00dec3-957a-4fa0-895e-913b89eb07c6\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet767/subnets/subnet58?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-ef375fb9d2b60268f982ea0d646b8895-23f962058ec165d0-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "30a714fd7b8b6cc024e7ed6c5dad9875", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1228", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:29:55 GMT", - "ETag": "W/\u00227f00dec3-957a-4fa0-895e-913b89eb07c6\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f8fb56cd-96db-40cb-a860-555e30b27dc7", - "x-ms-client-request-id": "30a714fd7b8b6cc024e7ed6c5dad9875", - "x-ms-correlation-request-id": "731ffc9f-4b10-43f7-bce2-58c4bb426acf", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "5668118c-8fd8-450b-bc27-94785f56f04b", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T132956Z:731ffc9f-4b10-43f7-bce2-58c4bb426acf" - }, - "ResponseBody": { - "name": "subnet58", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet767/subnets/subnet58", - "etag": "W/\u00227f00dec3-957a-4fa0-895e-913b89eb07c6\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet767/subnets/subnet58/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u00227f00dec3-957a-4fa0-895e-913b89eb07c6\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg170?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-dd2f49cf02863890ffc2e4a2e3a26f86-e8fd5f62d2a69f1a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "075325466e425f5be152c278398698f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "219", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:29:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca6544ae-3c80-46b1-b47b-d46083677491", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "ca6544ae-3c80-46b1-b47b-d46083677491", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T132956Z:ca6544ae-3c80-46b1-b47b-d46083677491" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170", - "name": "pgflexrg170", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/tenants?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-147f6e46cb237d623c38677f8679f90b-bd3815ffbe43fc33-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "aa9a7ce1098968484eb3c7cc5d4c0bdd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "140", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:29:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "132d1cbb-10ca-4552-9fd2-a99a5c7072aa", - "x-ms-ratelimit-remaining-tenant-reads": "11999", - "x-ms-request-id": "132d1cbb-10ca-4552-9fd2-a99a5c7072aa", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T132956Z:132d1cbb-10ca-4552-9fd2-a99a5c7072aa" - }, - "ResponseBody": { - "value": [ - { - "id": "/tenants/72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantCategory": "Home" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.DBforPostgreSQL/getPrivateDnsZoneSuffix?api-version=2022-12-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "0", - "traceparent": "00-5d9b621b6e3325cdbd2a4e0f8693ecbe-2eb370ea660df26d-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230125.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "9c7e5b0bfb978f2fb8474e38b948339d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:29:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "44bf4525-eba0-48dc-8a15-cf4b11e63080", - "x-ms-ratelimit-remaining-tenant-writes": "1199", - "x-ms-request-id": "d60ec248-4594-4a3f-beb0-2f9d20cb3bb2", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T132957Z:44bf4525-eba0-48dc-8a15-cf4b11e63080" - }, - "ResponseBody": "\u0022postgres.database.azure.com\u0022" - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsZones/pgflexserver7314.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "47", - "Content-Type": "application/json", - "traceparent": "00-71f51d2a84a439ac2c034081fbe67e0a-05dd8f981f5a65a9-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e08af54fee123debddebb88ea78f0195", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTs5Mzk4NDI4My02ZGM3LTQzYjMtODZhNC00Y2Q0NjE1YWY2NjVfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:29:58 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTs5Mzk4NDI4My02ZGM3LTQzYjMtODZhNC00Y2Q0NjE1YWY2NjVfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f33b6517-bef9-40be-8be4-5b22dcb70900", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", - "x-ms-request-id": "e08af54f-ee12-3deb-ddeb-b88ea78f0195", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T132959Z:f33b6517-bef9-40be-8be4-5b22dcb70900", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTs5Mzk4NDI4My02ZGM3LTQzYjMtODZhNC00Y2Q0NjE1YWY2NjVfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-71f51d2a84a439ac2c034081fbe67e0a-0bcb436575e80a51-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "687d29802ac21dcb7040bfac42a1e729", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTs5Mzk4NDI4My02ZGM3LTQzYjMtODZhNC00Y2Q0NjE1YWY2NjVfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:29:58 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTs5Mzk4NDI4My02ZGM3LTQzYjMtODZhNC00Y2Q0NjE1YWY2NjVfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b4fa967f-394f-470e-9e49-69e75f5ee67b", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "687d2980-2ac2-1dcb-7040-bfac42a1e729", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T132959Z:b4fa967f-394f-470e-9e49-69e75f5ee67b", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTs5Mzk4NDI4My02ZGM3LTQzYjMtODZhNC00Y2Q0NjE1YWY2NjVfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-71f51d2a84a439ac2c034081fbe67e0a-3e9b14c7085d8858-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d4f1b94555dc539595a39306fda883cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:30:29 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "16afa272-3ee4-4644-a29e-1a1200d5f866", - "x-ms-ratelimit-remaining-subscription-resource-requests": "498", - "x-ms-request-id": "d4f1b945-55dc-5395-95a3-9306fda883cd", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T133029Z:16afa272-3ee4-4644-a29e-1a1200d5f866", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsZones/pgflexserver7314.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-71f51d2a84a439ac2c034081fbe67e0a-be3f221b2bf0f175-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7d0db33c99111cd3194f6dc73cb4a3ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "741", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:30:29 GMT", - "ETag": "4b722aa2-89e0-4024-bd86-12609c8cd5d8", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1284de3b-3b3e-428e-aa60-8dfcc97bef89", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "7d0db33c-9911-1cd3-194f-6dc73cb4a3ab", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T133029Z:1284de3b-3b3e-428e-aa60-8dfcc97bef89", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsZones/pgflexserver7314.private.postgres.database.azure.com", - "name": "pgflexserver7314.private.postgres.database.azure.com", - "type": "Microsoft.Network/privateDnsZones", - "etag": "4b722aa2-89e0-4024-bd86-12609c8cd5d8", - "location": "global", - "tags": {}, - "properties": { - "internalId": "SW1tdXRhYmxlWm9uZUlkZW50aXR5O2M5ZjkyZDVmLTg0MTktNDM2ZC1iMzk5LWJlNjMwZDhiODkyYTsw", - "maxNumberOfRecordSets": 25000, - "maxNumberOfVirtualNetworkLinks": 1000, - "maxNumberOfVirtualNetworkLinksWithRegistration": 100, - "numberOfRecordSets": 1, - "numberOfVirtualNetworkLinks": 0, - "numberOfVirtualNetworkLinksWithRegistration": 0, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsZones/pgflexserver7314.private.postgres.database.azure.com/virtualNetworkLinks/vnet767-link?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "231", - "Content-Type": "application/json", - "traceparent": "00-ee22b2e2fea43a652b96a2bcfa6c2e6c-63f9b69de55c466a-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "01fdc723db1e2b299429d21e97c41fc7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": { - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet767" - }, - "registrationEnabled": false - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7MjUwNWNhMjktNjIyYS00NGE4LTlkZjEtOGQ1NTE2Zjc0MGZlXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:30:31 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7MjUwNWNhMjktNjIyYS00NGE4LTlkZjEtOGQ1NTE2Zjc0MGZlXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e9cd91e-99ac-4312-8e62-600b973bd8ba", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", - "x-ms-request-id": "01fdc723-db1e-2b29-9429-d21e97c41fc7", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T133031Z:7e9cd91e-99ac-4312-8e62-600b973bd8ba", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7MjUwNWNhMjktNjIyYS00NGE4LTlkZjEtOGQ1NTE2Zjc0MGZlXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ee22b2e2fea43a652b96a2bcfa6c2e6c-9b4e67e3b943d1ea-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "35e2e70081ab60af89e2e8e7c6b58554", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7MjUwNWNhMjktNjIyYS00NGE4LTlkZjEtOGQ1NTE2Zjc0MGZlXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:30:31 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7MjUwNWNhMjktNjIyYS00NGE4LTlkZjEtOGQ1NTE2Zjc0MGZlXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37c7f1ec-95fc-488c-a2ec-cef4a73e6ecc", - "x-ms-ratelimit-remaining-subscription-resource-requests": "497", - "x-ms-request-id": "35e2e700-81ab-60af-89e2-e8e7c6b58554", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T133031Z:37c7f1ec-95fc-488c-a2ec-cef4a73e6ecc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7MjUwNWNhMjktNjIyYS00NGE4LTlkZjEtOGQ1NTE2Zjc0MGZlXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ee22b2e2fea43a652b96a2bcfa6c2e6c-7e52561a009ad136-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4a0aa62f1344b918af511b4a209c43c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:31:01 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9099550c-c5cc-41b3-b576-47ef24dcbe3e", - "x-ms-ratelimit-remaining-subscription-resource-requests": "496", - "x-ms-request-id": "4a0aa62f-1344-b918-af51-1b4a209c43c7", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T133101Z:9099550c-c5cc-41b3-b576-47ef24dcbe3e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsZones/pgflexserver7314.private.postgres.database.azure.com/virtualNetworkLinks/vnet767-link?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ee22b2e2fea43a652b96a2bcfa6c2e6c-9bc927ab1e853155-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b01df112eae23b1b420f06b18130e430", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "672", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:31:01 GMT", - "ETag": "\u0022b105902d-0000-0100-0000-63d12f090000\u0022", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "26748b83-d5ad-4821-a90d-7d08eadaadd0", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "b01df112-eae2-3b1b-420f-06b18130e430", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T133101Z:26748b83-d5ad-4821-a90d-7d08eadaadd0", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsZones/pgflexserver7314.private.postgres.database.azure.com/virtualNetworkLinks/vnet767-link", - "name": "vnet767-link", - "type": "Microsoft.Network/privateDnsZones/virtualNetworkLinks", - "etag": "\u0022b105902d-0000-0100-0000-63d12f090000\u0022", - "location": "global", - "tags": {}, - "properties": { - "provisioningState": "Succeeded", - "registrationEnabled": false, - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet767" - }, - "virtualNetworkLinkState": "Completed" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver7314?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "701", - "Content-Type": "application/json", - "traceparent": "00-4de288526054c5433abfc347ba56aca9-7670c8e5d54db208-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230125.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "415d664fccc2ec9dce29865a666540ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "eastus", - "properties": { - "network": { - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet767/subnets/subnet58", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsZones/pgflexserver7314.private.postgres.database.azure.com" - }, - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5921", - "pointInTimeUTC": "2023-01-25T13:31:00.4117156Z", - "createMode": "PointInTimeRestore" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a60e6c52-09b4-4287-8b86-d34cbc4b407d?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "89", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:31:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/a60e6c52-09b4-4287-8b86-d34cbc4b407d?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cfea796b-5f12-481e-a5db-3ef52f6f41b6", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "a4b130b1-1de9-4032-98c4-562d1244939c", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T133103Z:cfea796b-5f12-481e-a5db-3ef52f6f41b6" - }, - "ResponseBody": { - "operation": "RestoreSnapshotManagementOperation", - "startTime": "2023-01-25T13:31:03.273Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a60e6c52-09b4-4287-8b86-d34cbc4b407d?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4de288526054c5433abfc347ba56aca9-2419f20500b96f91-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b9fbea6c023e46045431e1b863c1d4dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:31:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d06e887c-76d3-4ef7-b595-525f1fb3ba9e", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "42442b3d-1bf3-4f63-b290-d78e5efdfbf5", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T133103Z:d06e887c-76d3-4ef7-b595-525f1fb3ba9e" - }, - "ResponseBody": { - "name": "a60e6c52-09b4-4287-8b86-d34cbc4b407d", - "status": "InProgress", - "startTime": "2023-01-25T13:31:03.273Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a60e6c52-09b4-4287-8b86-d34cbc4b407d?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4de288526054c5433abfc347ba56aca9-25f690827c09f498-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "601318ce0f5b7a98f418b7f3c368de67", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:32:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "80aa68e7-e693-4f99-bb00-881c180d94df", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "2a6bcf10-81f1-4873-9b86-7d343c3f267b", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T133204Z:80aa68e7-e693-4f99-bb00-881c180d94df" - }, - "ResponseBody": { - "name": "a60e6c52-09b4-4287-8b86-d34cbc4b407d", - "status": "InProgress", - "startTime": "2023-01-25T13:31:03.273Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a60e6c52-09b4-4287-8b86-d34cbc4b407d?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4de288526054c5433abfc347ba56aca9-ae0b31cf227ad828-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7bee07f2876a9bae1c8e8166f2bae1c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:33:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b9183af-60f6-4d34-ae3c-82a253136e37", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "2e996706-97cc-4419-98ea-f52269ba3e86", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T133304Z:2b9183af-60f6-4d34-ae3c-82a253136e37" - }, - "ResponseBody": { - "name": "a60e6c52-09b4-4287-8b86-d34cbc4b407d", - "status": "InProgress", - "startTime": "2023-01-25T13:31:03.273Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a60e6c52-09b4-4287-8b86-d34cbc4b407d?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4de288526054c5433abfc347ba56aca9-dd7013ed260dff9f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f5662bf9d6535c235180c5264b1082ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:34:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf9c0c46-2c41-4791-89ab-f316c6bc4f3a", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "d7f6421a-178a-4004-897a-8bb7a590d4e6", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T133405Z:bf9c0c46-2c41-4791-89ab-f316c6bc4f3a" - }, - "ResponseBody": { - "name": "a60e6c52-09b4-4287-8b86-d34cbc4b407d", - "status": "InProgress", - "startTime": "2023-01-25T13:31:03.273Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a60e6c52-09b4-4287-8b86-d34cbc4b407d?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4de288526054c5433abfc347ba56aca9-f6069adbae8c5e1c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5cc5795259d347736a7744cc8e32873a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:35:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87b3ea86-12dc-49f6-a342-178083c7cd4b", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "a8002d78-95f3-4651-a9d0-6214e110fe8f", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T133505Z:87b3ea86-12dc-49f6-a342-178083c7cd4b" - }, - "ResponseBody": { - "name": "a60e6c52-09b4-4287-8b86-d34cbc4b407d", - "status": "InProgress", - "startTime": "2023-01-25T13:31:03.273Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a60e6c52-09b4-4287-8b86-d34cbc4b407d?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4de288526054c5433abfc347ba56aca9-7b26e8b9492cc5d9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "98f9ee36e9011c14e39129e9c1884f0b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:36:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb198af0-51b4-4385-8716-bf5c2ee85d3a", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "2410905b-459e-4488-9fdb-a824f63279a1", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T133605Z:bb198af0-51b4-4385-8716-bf5c2ee85d3a" - }, - "ResponseBody": { - "name": "a60e6c52-09b4-4287-8b86-d34cbc4b407d", - "status": "InProgress", - "startTime": "2023-01-25T13:31:03.273Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a60e6c52-09b4-4287-8b86-d34cbc4b407d?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4de288526054c5433abfc347ba56aca9-4440d24f9660e864-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7813950c85f4a0f5b81f8adb9256ce1f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:37:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "46800dc6-5b09-4e47-a501-c81102620aa1", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "1b5c6bcd-9bfb-4d40-8f4e-5bafa5ea96bb", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T133705Z:46800dc6-5b09-4e47-a501-c81102620aa1" - }, - "ResponseBody": { - "name": "a60e6c52-09b4-4287-8b86-d34cbc4b407d", - "status": "InProgress", - "startTime": "2023-01-25T13:31:03.273Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a60e6c52-09b4-4287-8b86-d34cbc4b407d?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4de288526054c5433abfc347ba56aca9-5b7065d3e93bcfeb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5def8bf8e91669ea65a978412f8985e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:38:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29f4a2f4-25d4-463d-9663-c99dede2d709", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "7d42e9dd-686a-4f52-8077-1dc5c863c9ad", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T133806Z:29f4a2f4-25d4-463d-9663-c99dede2d709" - }, - "ResponseBody": { - "name": "a60e6c52-09b4-4287-8b86-d34cbc4b407d", - "status": "InProgress", - "startTime": "2023-01-25T13:31:03.273Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a60e6c52-09b4-4287-8b86-d34cbc4b407d?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4de288526054c5433abfc347ba56aca9-aca86c744683fd4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f9c038270e1eb145f858dfe25e38898d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:39:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff2590d6-314b-4123-91c3-7e0fe25a09c4", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "ab6703fa-9e00-4ac5-a6d9-4e74925abac7", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T133906Z:ff2590d6-314b-4123-91c3-7e0fe25a09c4" - }, - "ResponseBody": { - "name": "a60e6c52-09b4-4287-8b86-d34cbc4b407d", - "status": "InProgress", - "startTime": "2023-01-25T13:31:03.273Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a60e6c52-09b4-4287-8b86-d34cbc4b407d?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4de288526054c5433abfc347ba56aca9-cc44c3bb4df0321a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "36f00ac3f29822f5aaaa134a0cb4712f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:40:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f36c72fc-0640-4407-9291-fdf9e2c88c99", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "974b3ae3-335d-4b8e-beac-2d1ec525ec75", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T134007Z:f36c72fc-0640-4407-9291-fdf9e2c88c99" - }, - "ResponseBody": { - "name": "a60e6c52-09b4-4287-8b86-d34cbc4b407d", - "status": "InProgress", - "startTime": "2023-01-25T13:31:03.273Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a60e6c52-09b4-4287-8b86-d34cbc4b407d?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4de288526054c5433abfc347ba56aca9-85559c9685286019-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5ab3a899d596ea00453d65bd0a080a2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:41:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "474b3357-24b3-4288-bd68-fd3e1c9958c2", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "0a3c39ad-0fa5-4ed6-9f12-59ff6c34c444", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T134107Z:474b3357-24b3-4288-bd68-fd3e1c9958c2" - }, - "ResponseBody": { - "name": "a60e6c52-09b4-4287-8b86-d34cbc4b407d", - "status": "InProgress", - "startTime": "2023-01-25T13:31:03.273Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a60e6c52-09b4-4287-8b86-d34cbc4b407d?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4de288526054c5433abfc347ba56aca9-58a04a23f356485a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "247eeb1f4f983549429d4e74fbfaa543", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:42:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d8fe7cda-b055-424f-be1b-48ab769ecab7", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "b7383115-b263-4ca0-842b-bc53584374d4", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T134207Z:d8fe7cda-b055-424f-be1b-48ab769ecab7" - }, - "ResponseBody": { - "name": "a60e6c52-09b4-4287-8b86-d34cbc4b407d", - "status": "InProgress", - "startTime": "2023-01-25T13:31:03.273Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a60e6c52-09b4-4287-8b86-d34cbc4b407d?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4de288526054c5433abfc347ba56aca9-86a76a65cd228f47-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b548b0e72f84edf60906f05a8d3718a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:43:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dc3989a4-e454-4d3e-942f-f852e1a84700", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "10deb774-1ada-4491-8ee7-e881f480c79f", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T134308Z:dc3989a4-e454-4d3e-942f-f852e1a84700" - }, - "ResponseBody": { - "name": "a60e6c52-09b4-4287-8b86-d34cbc4b407d", - "status": "Succeeded", - "startTime": "2023-01-25T13:31:03.273Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver7314?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4de288526054c5433abfc347ba56aca9-a7c3b0a374db50fc-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "212ae69f4d364a965e7e17f9868cee4a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1502", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:43:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d58007f1-1b40-4293-8f62-f7dc1efbd371", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "599afe0b-da37-45ed-bbfb-30ea3b4a8d03", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T134308Z:d58007f1-1b40-4293-8f62-f7dc1efbd371" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-25T13:31:13.5086726Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver7314.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "2", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-25T13:31:13.5086726\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled", - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/virtualNetworks/vnet767/subnets/subnet58", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.Network/privateDnsZones/pgflexserver7314.private.postgres.database.azure.com" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg170/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver7314", - "name": "pgflexserver7314", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "1699090302", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" - } -} diff --git a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/Restore()Async.json b/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/Restore()Async.json deleted file mode 100644 index 8d1d7eb3e8b64..0000000000000 --- a/sdk/postgresql/Azure.ResourceManager.PostgreSql/tests/SessionRecords/PostgreSqlFlexibleServerTests/Restore()Async.json +++ /dev/null @@ -1,3950 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-742f46aff3cea5373d48be2d841b3bc8-2bc26323759763d6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7686f76519b56485adf99837ee86d7c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:43:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d015fb8-d7fb-4111-9557-455809f7217d", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "5d015fb8-d7fb-4111-9557-455809f7217d", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T134311Z:5d015fb8-d7fb-4111-9557-455809f7217d" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "authorizationSource": "RoleBased", - "managedByTenants": [ - { - "tenantId": "2f4a9838-26b7-47ee-be60-ccc1fdec5953" - } - ], - "subscriptionId": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": "Orcas PM team", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg8060?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "21", - "Content-Type": "application/json", - "traceparent": "00-7ae3ef3d703216b873fe0d5b085fa862-40d1dd0003fb202c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "094ebcd9a9371bacf51987217a82ae83", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:43:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0c9bf9b9-edf4-4c07-94de-1f53ca46a5b9", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "0c9bf9b9-edf4-4c07-94de-1f53ca46a5b9", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T134312Z:0c9bf9b9-edf4-4c07-94de-1f53ca46a5b9" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060", - "name": "pgflexrg8060", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3489?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "250", - "Content-Type": "application/json", - "traceparent": "00-540da8153f3224ce152022de372ae079-c2b955a21524fabb-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230125.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "051486223cc995b8c38d03e0bfafe480", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "14", - "storage": { - "storageSizeGB": 128 - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5c5e59c0-fbc8-4596-b441-19d1baad13d6?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:43:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/5c5e59c0-fbc8-4596-b441-19d1baad13d6?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "99460bb0-70f1-498f-85a0-0ce1ca9dd12a", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "7ce09f80-f371-4c11-834a-3b599376cbe2", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T134313Z:99460bb0-70f1-498f-85a0-0ce1ca9dd12a" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-25T13:43:13.543Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5c5e59c0-fbc8-4596-b441-19d1baad13d6?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-540da8153f3224ce152022de372ae079-fe3518560519c974-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8c936c31c5f19cc004b846aaa6cb5c46", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:43:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "136aa06e-0a5e-4b53-9063-c56620e95e7e", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "86f8917e-a5f9-4529-a488-e0f457b5c002", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T134313Z:136aa06e-0a5e-4b53-9063-c56620e95e7e" - }, - "ResponseBody": { - "name": "5c5e59c0-fbc8-4596-b441-19d1baad13d6", - "status": "InProgress", - "startTime": "2023-01-25T13:43:13.543Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5c5e59c0-fbc8-4596-b441-19d1baad13d6?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-540da8153f3224ce152022de372ae079-8838d7c5005af551-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4f760634e5427e6dc4267bf6abfa5db7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:44:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a34cf2bf-6921-49fb-bf33-83c6b49f13e6", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "32177da8-6df6-4787-8143-fde876e714b6", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T134414Z:a34cf2bf-6921-49fb-bf33-83c6b49f13e6" - }, - "ResponseBody": { - "name": "5c5e59c0-fbc8-4596-b441-19d1baad13d6", - "status": "InProgress", - "startTime": "2023-01-25T13:43:13.543Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5c5e59c0-fbc8-4596-b441-19d1baad13d6?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-540da8153f3224ce152022de372ae079-22642909a0456d49-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "53af2df1581be58f6aa2c45d5c1748be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:45:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cf45cbc1-4f81-4013-8a55-367a142b0f8d", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "e778e908-a727-41dd-8894-64fa4fa130b0", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T134514Z:cf45cbc1-4f81-4013-8a55-367a142b0f8d" - }, - "ResponseBody": { - "name": "5c5e59c0-fbc8-4596-b441-19d1baad13d6", - "status": "InProgress", - "startTime": "2023-01-25T13:43:13.543Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5c5e59c0-fbc8-4596-b441-19d1baad13d6?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-540da8153f3224ce152022de372ae079-4e853ab0640d8c60-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "31894b764c954c93fe14c7cb4acaf10a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:46:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c651922-9416-4a40-8e90-997f1339d772", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "e4e66a3f-0136-4d78-ac45-42935fe12ea5", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T134614Z:2c651922-9416-4a40-8e90-997f1339d772" - }, - "ResponseBody": { - "name": "5c5e59c0-fbc8-4596-b441-19d1baad13d6", - "status": "InProgress", - "startTime": "2023-01-25T13:43:13.543Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5c5e59c0-fbc8-4596-b441-19d1baad13d6?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-540da8153f3224ce152022de372ae079-04c904df3a6925e9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "78b88e5b091cdc2a7790e49f201022ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:47:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a2684219-21d0-4931-8580-f0dff438880e", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "7c318635-f78d-4323-a276-fdf95b0dbd55", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T134715Z:a2684219-21d0-4931-8580-f0dff438880e" - }, - "ResponseBody": { - "name": "5c5e59c0-fbc8-4596-b441-19d1baad13d6", - "status": "InProgress", - "startTime": "2023-01-25T13:43:13.543Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5c5e59c0-fbc8-4596-b441-19d1baad13d6?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-540da8153f3224ce152022de372ae079-17b09bcfafbbf486-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "6080bcdd2b70a5229a62540690c49aa0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:48:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "25de16cc-9af8-413c-814b-24edecf2f171", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "d02a5865-de63-49e7-b8ec-667879178b26", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T134815Z:25de16cc-9af8-413c-814b-24edecf2f171" - }, - "ResponseBody": { - "name": "5c5e59c0-fbc8-4596-b441-19d1baad13d6", - "status": "InProgress", - "startTime": "2023-01-25T13:43:13.543Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/5c5e59c0-fbc8-4596-b441-19d1baad13d6?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-540da8153f3224ce152022de372ae079-94d6bc9f3ee2048b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "cd01bab1cf5f6ca120adba0467f32bee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:49:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a83ee87-8492-4e96-88f1-214e2867de3d", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "3ef0f4a5-15e2-49c5-8ef6-423263dc5ed7", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T134916Z:1a83ee87-8492-4e96-88f1-214e2867de3d" - }, - "ResponseBody": { - "name": "5c5e59c0-fbc8-4596-b441-19d1baad13d6", - "status": "Succeeded", - "startTime": "2023-01-25T13:43:13.543Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3489?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-540da8153f3224ce152022de372ae079-cd8e5213713ab575-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8eed1af290492f996c12debab4234bb3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1115", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:49:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c592602-fd55-44c6-b969-7c847ef9f63b", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "46a1ba09-5263-4542-bd74-bfebbbda21ba", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T134916Z:6c592602-fd55-44c6-b969-7c847ef9f63b" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-25T13:43:19.3717070Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver3489.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "1", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-25T13:43:19.371707\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3489", - "name": "pgflexserver3489", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3319?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "304", - "Content-Type": "application/json", - "traceparent": "00-2647a7eade07b4f359df0abf5f20e90b-538e150f82c8c1b5-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230125.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "66ee44f6540e0d4d1a133fc3711e3ea6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "eastus", - "properties": { - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3489", - "pointInTimeUTC": "2023-01-25T13:52:14.7388993Z", - "createMode": "PointInTimeRestore" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a3d45524-f59d-45a8-a295-e41947e548da?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "89", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:52:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/a3d45524-f59d-45a8-a295-e41947e548da?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9ae55e8a-aba2-4314-9c77-6615cc4d5c4e", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "2244af57-538d-4aa1-ba72-fbcb9ca43ad3", - "x-ms-routing-request-id": "WESTUS:20230125T135218Z:9ae55e8a-aba2-4314-9c77-6615cc4d5c4e" - }, - "ResponseBody": { - "operation": "RestoreSnapshotManagementOperation", - "startTime": "2023-01-25T13:52:18.187Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a3d45524-f59d-45a8-a295-e41947e548da?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2647a7eade07b4f359df0abf5f20e90b-af68600878a52e32-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "230e0762c5059edfcddf733651d5be4d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:52:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "95833ef9-ef9b-4c43-a6b4-40f23039eae4", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "e6c4efde-e71f-4390-8f16-0d7b2ea59d9f", - "x-ms-routing-request-id": "WESTUS:20230125T135218Z:95833ef9-ef9b-4c43-a6b4-40f23039eae4" - }, - "ResponseBody": { - "name": "a3d45524-f59d-45a8-a295-e41947e548da", - "status": "InProgress", - "startTime": "2023-01-25T13:52:18.187Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a3d45524-f59d-45a8-a295-e41947e548da?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2647a7eade07b4f359df0abf5f20e90b-402b625fb48e8ec8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4f8237d4d50fe9dcedce453cf3001c33", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:53:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f092ec5d-4492-4568-92fb-5d4858badf75", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "90ce7cea-5335-482a-8826-02e17f7e2d57", - "x-ms-routing-request-id": "WESTUS:20230125T135319Z:f092ec5d-4492-4568-92fb-5d4858badf75" - }, - "ResponseBody": { - "name": "a3d45524-f59d-45a8-a295-e41947e548da", - "status": "InProgress", - "startTime": "2023-01-25T13:52:18.187Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a3d45524-f59d-45a8-a295-e41947e548da?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2647a7eade07b4f359df0abf5f20e90b-1d069c41660f4b40-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "6961435b1b1071a08675a9f69921cf4b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:54:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ff92185-e6e7-44c7-8dfd-7bc56b106fac", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "08f5792a-e82c-4d91-a348-7f29e3a8a338", - "x-ms-routing-request-id": "WESTUS:20230125T135419Z:8ff92185-e6e7-44c7-8dfd-7bc56b106fac" - }, - "ResponseBody": { - "name": "a3d45524-f59d-45a8-a295-e41947e548da", - "status": "InProgress", - "startTime": "2023-01-25T13:52:18.187Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a3d45524-f59d-45a8-a295-e41947e548da?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2647a7eade07b4f359df0abf5f20e90b-9609caeca21ed24f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b978131368648cec2a24363780a3aacc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:55:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b98cb30c-b9fe-4dbd-85ce-e4d9857cb5b5", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "a4d53a26-fd5d-4f87-89d6-9951a0b4f455", - "x-ms-routing-request-id": "WESTUS:20230125T135519Z:b98cb30c-b9fe-4dbd-85ce-e4d9857cb5b5" - }, - "ResponseBody": { - "name": "a3d45524-f59d-45a8-a295-e41947e548da", - "status": "InProgress", - "startTime": "2023-01-25T13:52:18.187Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a3d45524-f59d-45a8-a295-e41947e548da?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2647a7eade07b4f359df0abf5f20e90b-b7043bd19471f850-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0dda40c35474b83d9711c89a2ce54fcb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:56:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73b58469-1fcc-4d28-89cb-06495f18d590", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "7440183b-dd0c-4d0f-8f2c-bc9b84cd95fb", - "x-ms-routing-request-id": "WESTUS:20230125T135620Z:73b58469-1fcc-4d28-89cb-06495f18d590" - }, - "ResponseBody": { - "name": "a3d45524-f59d-45a8-a295-e41947e548da", - "status": "InProgress", - "startTime": "2023-01-25T13:52:18.187Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a3d45524-f59d-45a8-a295-e41947e548da?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2647a7eade07b4f359df0abf5f20e90b-1871e09d4a4d169f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "df28f9fe6288f2ce56d43febe569f1e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:57:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ec45ad42-67cb-48a4-adf1-a4e422a89070", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "ad6a970b-ba8c-4113-b74f-ca9556682f36", - "x-ms-routing-request-id": "WESTUS:20230125T135720Z:ec45ad42-67cb-48a4-adf1-a4e422a89070" - }, - "ResponseBody": { - "name": "a3d45524-f59d-45a8-a295-e41947e548da", - "status": "InProgress", - "startTime": "2023-01-25T13:52:18.187Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a3d45524-f59d-45a8-a295-e41947e548da?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2647a7eade07b4f359df0abf5f20e90b-e9455361a0c0a6c2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5933dccbc146bfd7d6bf2253a0526045", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:58:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a435d201-d6a1-4560-9466-d993087dae9d", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "c4a490e6-b48a-4b56-901a-8bc08ceeb03e", - "x-ms-routing-request-id": "WESTUS:20230125T135820Z:a435d201-d6a1-4560-9466-d993087dae9d" - }, - "ResponseBody": { - "name": "a3d45524-f59d-45a8-a295-e41947e548da", - "status": "InProgress", - "startTime": "2023-01-25T13:52:18.187Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a3d45524-f59d-45a8-a295-e41947e548da?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2647a7eade07b4f359df0abf5f20e90b-49529f0732031609-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "86386ad5ca7a604371e8b79f1551d32d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 13:59:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f3d01c2a-6c11-47f0-b099-9a83d4075a92", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "9bbc1a46-4704-41b7-88e7-996a8fb41bea", - "x-ms-routing-request-id": "WESTUS:20230125T135921Z:f3d01c2a-6c11-47f0-b099-9a83d4075a92" - }, - "ResponseBody": { - "name": "a3d45524-f59d-45a8-a295-e41947e548da", - "status": "InProgress", - "startTime": "2023-01-25T13:52:18.187Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a3d45524-f59d-45a8-a295-e41947e548da?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2647a7eade07b4f359df0abf5f20e90b-9f2a812521c206b3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4fcee51ff6b23d85226909c8407a5203", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:00:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a2ed1d2-ebdc-4ecc-b356-dc03163c3cfa", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "4b053fa6-1553-4ae1-a96b-f01d322aa1de", - "x-ms-routing-request-id": "WESTUS:20230125T140023Z:7a2ed1d2-ebdc-4ecc-b356-dc03163c3cfa" - }, - "ResponseBody": { - "name": "a3d45524-f59d-45a8-a295-e41947e548da", - "status": "InProgress", - "startTime": "2023-01-25T13:52:18.187Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a3d45524-f59d-45a8-a295-e41947e548da?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2647a7eade07b4f359df0abf5f20e90b-8e43405221d5e060-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "7b16f9736b30006899d2e75e0937a984", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:01:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed2a293d-20d3-4aaa-86b1-dfc2186f3477", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "82377769-d35a-4d5d-b052-643561cda099", - "x-ms-routing-request-id": "WESTUS:20230125T140123Z:ed2a293d-20d3-4aaa-86b1-dfc2186f3477" - }, - "ResponseBody": { - "name": "a3d45524-f59d-45a8-a295-e41947e548da", - "status": "InProgress", - "startTime": "2023-01-25T13:52:18.187Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/a3d45524-f59d-45a8-a295-e41947e548da?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2647a7eade07b4f359df0abf5f20e90b-cb5b5d6c68b7bf60-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ba34f4ec1183df93e4fb6410c07a20f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:02:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f59bfe3-250a-4482-a5c4-91a6a452bde7", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "4fa75ccc-1048-4cbb-ab16-3dc9b7aa59de", - "x-ms-routing-request-id": "WESTUS:20230125T140224Z:3f59bfe3-250a-4482-a5c4-91a6a452bde7" - }, - "ResponseBody": { - "name": "a3d45524-f59d-45a8-a295-e41947e548da", - "status": "Succeeded", - "startTime": "2023-01-25T13:52:18.187Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3319?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2647a7eade07b4f359df0abf5f20e90b-53693a3d794de233-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1b2cb395583bb4fc7cceb5df0e2733eb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1116", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:02:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "062d3206-9954-4695-8d01-f695c9cfdb22", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "33bf9115-fc94-4a48-8479-854e63ca78d9", - "x-ms-routing-request-id": "WESTUS:20230125T140224Z:062d3206-9954-4695-8d01-f695c9cfdb22" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-25T13:54:20.5800198Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver3319.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "3", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-25T13:54:20.5800198\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Enabled" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver3319", - "name": "pgflexserver3319", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg8060?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-f2905262dd1f45051345891f868d594b-106893b3ea08a28b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4bdc85bf9746627f6637963506573f1e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:02:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "87502575-02c7-4f10-90c2-da2364d344cc", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "87502575-02c7-4f10-90c2-da2364d344cc", - "x-ms-routing-request-id": "WESTUS:20230125T140224Z:87502575-02c7-4f10-90c2-da2364d344cc" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060", - "name": "pgflexrg8060", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8136?api-version=2021-02-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "398", - "Content-Type": "application/json", - "traceparent": "00-afd58c357887ed30c6c7ea1b48f923e8-76866c9e11f7e695-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "56c8f0b18d0b9348f7803db55bb3d0bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus", - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet7850", - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "properties": { - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - } - } - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/fb6c9c71-4eed-4192-90b3-4ac7e147c5e9?api-version=2021-02-01", - "Cache-Control": "no-cache", - "Content-Length": "2013", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:02:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "15eb65d3-b03c-43fc-bf5b-a01bb4b3175f", - "x-ms-client-request-id": "56c8f0b18d0b9348f7803db55bb3d0bd", - "x-ms-correlation-request-id": "bc8a0f04-54da-499f-a101-0886762928e0", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "fb6c9c71-4eed-4192-90b3-4ac7e147c5e9", - "x-ms-routing-request-id": "WESTUS:20230125T140225Z:bc8a0f04-54da-499f-a101-0886762928e0" - }, - "ResponseBody": { - "name": "vnet8136", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8136", - "etag": "W/\u0022eb0b4c2c-984e-407b-8eb4-0a496b1570a7\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Updating", - "resourceGuid": "589661a1-5462-4c2f-9307-ed3fdab3fabf", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet7850", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8136/subnets/subnet7850", - "etag": "W/\u0022eb0b4c2c-984e-407b-8eb4-0a496b1570a7\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8136/subnets/subnet7850/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u0022eb0b4c2c-984e-407b-8eb4-0a496b1570a7\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/fb6c9c71-4eed-4192-90b3-4ac7e147c5e9?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-afd58c357887ed30c6c7ea1b48f923e8-8c5d62af7e1647d4-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1e2e978edd5e32df3d4853c659ca06b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:02:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "f09640a2-05d3-41ab-80a3-d257b93aab22", - "x-ms-client-request-id": "1e2e978edd5e32df3d4853c659ca06b2", - "x-ms-correlation-request-id": "7fb9ceab-6bda-488e-bbba-aadbb60cae1d", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "132b2295-b61d-4745-8f4c-dd0bcb0c0eed", - "x-ms-routing-request-id": "WESTUS:20230125T140225Z:7fb9ceab-6bda-488e-bbba-aadbb60cae1d" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/fb6c9c71-4eed-4192-90b3-4ac7e147c5e9?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-afd58c357887ed30c6c7ea1b48f923e8-064b8c30783330a5-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8d6dd8660406dc7f3fca2241d843d230", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:02:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e9f4d187-7fb7-4e11-a6bc-3708180275b3", - "x-ms-client-request-id": "8d6dd8660406dc7f3fca2241d843d230", - "x-ms-correlation-request-id": "09420071-6a68-4f45-a90b-f93833e3f495", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "f179cce9-3622-407f-a091-5ddd91516e31", - "x-ms-routing-request-id": "WESTUS:20230125T140236Z:09420071-6a68-4f45-a90b-f93833e3f495" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8136?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-afd58c357887ed30c6c7ea1b48f923e8-ac54b1c7ea77058b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c42618d2b285ea5f991ffd5681eaa46a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "2015", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:02:35 GMT", - "ETag": "W/\u0022d8a8fe8e-a4e2-471d-98f8-28ed4901c618\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "51e8566a-f42c-4544-998e-af51ff6758ee", - "x-ms-client-request-id": "c42618d2b285ea5f991ffd5681eaa46a", - "x-ms-correlation-request-id": "fe6518eb-ad11-4cbb-9593-1a13e280166c", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "fc7528de-37c3-4aa0-8541-bdca052dcace", - "x-ms-routing-request-id": "WESTUS:20230125T140236Z:fe6518eb-ad11-4cbb-9593-1a13e280166c" - }, - "ResponseBody": { - "name": "vnet8136", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8136", - "etag": "W/\u0022d8a8fe8e-a4e2-471d-98f8-28ed4901c618\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "589661a1-5462-4c2f-9307-ed3fdab3fabf", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet7850", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8136/subnets/subnet7850", - "etag": "W/\u0022d8a8fe8e-a4e2-471d-98f8-28ed4901c618\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8136/subnets/subnet7850/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u0022d8a8fe8e-a4e2-471d-98f8-28ed4901c618\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8136/subnets/subnet7850?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-37bf959dc17c96cc3ad15fba6468178f-9cabebf8e2e61bd8-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e99d02c31f598a1e1751de94bb9e59f9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1238", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:02:35 GMT", - "ETag": "W/\u0022d8a8fe8e-a4e2-471d-98f8-28ed4901c618\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "994f6107-948f-49f2-b39a-f5c593a8207c", - "x-ms-client-request-id": "e99d02c31f598a1e1751de94bb9e59f9", - "x-ms-correlation-request-id": "c3d51305-3690-4f7b-930b-81f870fb9a26", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "79fbc5cf-5c37-49ad-8a41-dffb25bff700", - "x-ms-routing-request-id": "WESTUS:20230125T140236Z:c3d51305-3690-4f7b-930b-81f870fb9a26" - }, - "ResponseBody": { - "name": "subnet7850", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8136/subnets/subnet7850", - "etag": "W/\u0022d8a8fe8e-a4e2-471d-98f8-28ed4901c618\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8136/subnets/subnet7850/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u0022d8a8fe8e-a4e2-471d-98f8-28ed4901c618\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg8060?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-973c24cc55c61d218a01703c6ab2babd-9d78e330a7e25754-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "41f3237642a3b42d7983f4e706295a54", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:02:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c310133-1940-4c3f-94f6-16778c500cbd", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "4c310133-1940-4c3f-94f6-16778c500cbd", - "x-ms-routing-request-id": "WESTUS:20230125T140236Z:4c310133-1940-4c3f-94f6-16778c500cbd" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060", - "name": "pgflexrg8060", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/tenants?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-4cb01e1af3f8395866c3c322d26f97b7-8e8fcbd29472ad4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d67db825e9a5b3d6f99cac33d3ca2ffa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "140", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:02:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c18f72eb-f7a3-4533-a357-5b3912a59cd0", - "x-ms-ratelimit-remaining-tenant-reads": "11999", - "x-ms-request-id": "c18f72eb-f7a3-4533-a357-5b3912a59cd0", - "x-ms-routing-request-id": "WESTUS:20230125T140236Z:c18f72eb-f7a3-4533-a357-5b3912a59cd0" - }, - "ResponseBody": { - "value": [ - { - "id": "/tenants/72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantCategory": "Home" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.DBforPostgreSQL/getPrivateDnsZoneSuffix?api-version=2022-12-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "0", - "traceparent": "00-c87969e5de4859c21eb209f1770bee11-8e472e68ae85f0de-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230125.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5edf04c563f781c6d4e96fd62a3784ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:02:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b0226e55-f404-4b52-b954-a6822110fa19", - "x-ms-ratelimit-remaining-tenant-writes": "1199", - "x-ms-request-id": "c22feabc-8999-46c1-94c3-11683e2c70ab", - "x-ms-routing-request-id": "WESTUS:20230125T140237Z:b0226e55-f404-4b52-b954-a6822110fa19" - }, - "ResponseBody": "\u0022postgres.database.azure.com\u0022" - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsZones/pgflexserver9097.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "47", - "Content-Type": "application/json", - "traceparent": "00-7def088ab96b310ccdb7e2e2ff2a9409-d419b029370d5bda-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "036e89f783208d534c3f470695f9e0af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyYzAwYzlkYS1kMmZhLTQyYWItYTQwOS1lYmM3ODFkM2RmMmFfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:02:37 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyYzAwYzlkYS1kMmZhLTQyYWItYTQwOS1lYmM3ODFkM2RmMmFfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5829f30a-e74c-405c-8f1a-622b5ca8f058", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", - "x-ms-request-id": "036e89f7-8320-8d53-4c3f-470695f9e0af", - "x-ms-routing-request-id": "WESTUS:20230125T140238Z:5829f30a-e74c-405c-8f1a-622b5ca8f058", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyYzAwYzlkYS1kMmZhLTQyYWItYTQwOS1lYmM3ODFkM2RmMmFfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7def088ab96b310ccdb7e2e2ff2a9409-221fe5fd8ca7ac11-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4a3cbe182c5b41d9b05211b81bbfebdb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyYzAwYzlkYS1kMmZhLTQyYWItYTQwOS1lYmM3ODFkM2RmMmFfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:02:38 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyYzAwYzlkYS1kMmZhLTQyYWItYTQwOS1lYmM3ODFkM2RmMmFfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "79941253-fe28-442d-baee-e06163bdf697", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "4a3cbe18-2c5b-41d9-b052-11b81bbfebdb", - "x-ms-routing-request-id": "WESTUS:20230125T140238Z:79941253-fe28-442d-baee-e06163bdf697", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTsyYzAwYzlkYS1kMmZhLTQyYWItYTQwOS1lYmM3ODFkM2RmMmFfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7def088ab96b310ccdb7e2e2ff2a9409-0073d7e473631a1f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "2f83c0088115fba42cac11248297134d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:03:07 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dca28fc8-a2e2-47e2-95f7-0edbbb0fa8bc", - "x-ms-ratelimit-remaining-subscription-resource-requests": "498", - "x-ms-request-id": "2f83c008-8115-fba4-2cac-11248297134d", - "x-ms-routing-request-id": "WESTUS:20230125T140308Z:dca28fc8-a2e2-47e2-95f7-0edbbb0fa8bc", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsZones/pgflexserver9097.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7def088ab96b310ccdb7e2e2ff2a9409-288dfe2acf92d9f3-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d7ee85b696bd275320e051f7eaa5a731", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "742", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:03:08 GMT", - "ETag": "9540f74e-9f3a-4aa6-a468-233892ac9536", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0b616100-b6ec-4e5f-89f4-62180bcdd345", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "d7ee85b6-96bd-2753-20e0-51f7eaa5a731", - "x-ms-routing-request-id": "WESTUS:20230125T140309Z:0b616100-b6ec-4e5f-89f4-62180bcdd345", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsZones/pgflexserver9097.private.postgres.database.azure.com", - "name": "pgflexserver9097.private.postgres.database.azure.com", - "type": "Microsoft.Network/privateDnsZones", - "etag": "9540f74e-9f3a-4aa6-a468-233892ac9536", - "location": "global", - "tags": {}, - "properties": { - "internalId": "SW1tdXRhYmxlWm9uZUlkZW50aXR5O2MxNDU5NTdhLTAxMWMtNDgxNC1hMDgxLTVjZGZjZGE3MThhYzsw", - "maxNumberOfRecordSets": 25000, - "maxNumberOfVirtualNetworkLinks": 1000, - "maxNumberOfVirtualNetworkLinksWithRegistration": 100, - "numberOfRecordSets": 1, - "numberOfVirtualNetworkLinks": 0, - "numberOfVirtualNetworkLinksWithRegistration": 0, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsZones/pgflexserver9097.private.postgres.database.azure.com/virtualNetworkLinks/vnet8136-link?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "233", - "Content-Type": "application/json", - "traceparent": "00-502f4b5929c4a85578f5a0f70049fcf5-f19c6163f242279c-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b9b32510597c96ac19411eaf1ab5bf19", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": { - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8136" - }, - "registrationEnabled": false - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7NDBjZDYyNmUtNTBlMi00MTBmLWIwYjYtYTg1MDczZGZjOTM0XzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:03:09 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7NDBjZDYyNmUtNTBlMi00MTBmLWIwYjYtYTg1MDczZGZjOTM0XzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9dfd3bc-5bea-4acf-b591-b83e114f3884", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", - "x-ms-request-id": "b9b32510-597c-96ac-1941-1eaf1ab5bf19", - "x-ms-routing-request-id": "WESTUS:20230125T140310Z:b9dfd3bc-5bea-4acf-b591-b83e114f3884", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7NDBjZDYyNmUtNTBlMi00MTBmLWIwYjYtYTg1MDczZGZjOTM0XzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-502f4b5929c4a85578f5a0f70049fcf5-92f4f2314f97d453-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5c13e00459e35cd0d958bd7c77a30c6b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7NDBjZDYyNmUtNTBlMi00MTBmLWIwYjYtYTg1MDczZGZjOTM0XzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:03:10 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7NDBjZDYyNmUtNTBlMi00MTBmLWIwYjYtYTg1MDczZGZjOTM0XzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aeb8d82e-dcc6-4e6d-9cf0-883b0bbf7f7e", - "x-ms-ratelimit-remaining-subscription-resource-requests": "497", - "x-ms-request-id": "5c13e004-59e3-5cd0-d958-bd7c77a30c6b", - "x-ms-routing-request-id": "WESTUS:20230125T140311Z:aeb8d82e-dcc6-4e6d-9cf0-883b0bbf7f7e", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7NDBjZDYyNmUtNTBlMi00MTBmLWIwYjYtYTg1MDczZGZjOTM0XzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-502f4b5929c4a85578f5a0f70049fcf5-d6ac8e31199ab1da-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "26b8382012a3fc6007404d214a77666c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:03:40 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f3d6def-3653-4496-a34f-1442d54ecc35", - "x-ms-ratelimit-remaining-subscription-resource-requests": "496", - "x-ms-request-id": "26b83820-12a3-fc60-0740-4d214a77666c", - "x-ms-routing-request-id": "WESTUS:20230125T140341Z:8f3d6def-3653-4496-a34f-1442d54ecc35", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsZones/pgflexserver9097.private.postgres.database.azure.com/virtualNetworkLinks/vnet8136-link?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-502f4b5929c4a85578f5a0f70049fcf5-24a90f14fcf4dfa2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3aaa973062a1e535f3a4bc7956a1fac8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "677", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:03:41 GMT", - "ETag": "\u0022b2055c72-0000-0100-0000-63d136b00000\u0022", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67f23ab9-4f6f-4f61-aaa8-2da873fc94a5", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "3aaa9730-62a1-e535-f3a4-bc7956a1fac8", - "x-ms-routing-request-id": "WESTUS:20230125T140341Z:67f23ab9-4f6f-4f61-aaa8-2da873fc94a5", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsZones/pgflexserver9097.private.postgres.database.azure.com/virtualNetworkLinks/vnet8136-link", - "name": "vnet8136-link", - "type": "Microsoft.Network/privateDnsZones/virtualNetworkLinks", - "etag": "\u0022b2055c72-0000-0100-0000-63d136b00000\u0022", - "location": "global", - "tags": {}, - "properties": { - "provisioningState": "Succeeded", - "registrationEnabled": false, - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8136" - }, - "virtualNetworkLinkState": "Completed" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver9097?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "653", - "Content-Type": "application/json", - "traceparent": "00-7ad08cdbd92421a634a75007dc16d336-897f0afafd441812-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230125.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f714a34eeaf4f2e3801654a20caf1261", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "tags": {}, - "location": "eastus", - "properties": { - "administratorLogin": "testUser", - "administratorLoginPassword": "testPassword1!", - "version": "14", - "storage": { - "storageSizeGB": 128 - }, - "network": { - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8136/subnets/subnet7850", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsZones/pgflexserver9097.private.postgres.database.azure.com" - }, - "createMode": "Create" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8510e5ca-577a-427c-99a6-8f548caba762?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:03:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/8510e5ca-577a-427c-99a6-8f548caba762?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "88362936-2183-4d20-b76c-504a28d1e8f0", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "83f1206d-4fd3-4732-8416-297424e8934a", - "x-ms-routing-request-id": "WESTUS:20230125T140342Z:88362936-2183-4d20-b76c-504a28d1e8f0" - }, - "ResponseBody": { - "operation": "UpsertServerManagementOperationV2", - "startTime": "2023-01-25T14:03:42.617Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8510e5ca-577a-427c-99a6-8f548caba762?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7ad08cdbd92421a634a75007dc16d336-4e0f77a4050b0442-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a7d284456f634578b4b7ba8a0d92d844", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:03:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "16360676-08aa-4c90-b98d-653ec7c96c4c", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "3c6b5687-9c41-40b9-aa69-e54bdf6cdf1b", - "x-ms-routing-request-id": "WESTUS:20230125T140342Z:16360676-08aa-4c90-b98d-653ec7c96c4c" - }, - "ResponseBody": { - "name": "8510e5ca-577a-427c-99a6-8f548caba762", - "status": "InProgress", - "startTime": "2023-01-25T14:03:42.617Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8510e5ca-577a-427c-99a6-8f548caba762?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7ad08cdbd92421a634a75007dc16d336-ba7e784433028958-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "05875a921a557bcfd855f421b8e49c99", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:04:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "07481eaa-2868-424f-921b-36a1905dceb1", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "16d3e43c-2e21-410e-8671-068de5cacb64", - "x-ms-routing-request-id": "WESTUS:20230125T140443Z:07481eaa-2868-424f-921b-36a1905dceb1" - }, - "ResponseBody": { - "name": "8510e5ca-577a-427c-99a6-8f548caba762", - "status": "InProgress", - "startTime": "2023-01-25T14:03:42.617Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8510e5ca-577a-427c-99a6-8f548caba762?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7ad08cdbd92421a634a75007dc16d336-113197a880be8e6f-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "875cee706bdd82fdd8062c41183fb070", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:05:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6162667b-e4e2-4ed7-b4f7-22f3852ae33e", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "dd15bc75-1337-4425-a366-51808f39ea6e", - "x-ms-routing-request-id": "WESTUS:20230125T140543Z:6162667b-e4e2-4ed7-b4f7-22f3852ae33e" - }, - "ResponseBody": { - "name": "8510e5ca-577a-427c-99a6-8f548caba762", - "status": "InProgress", - "startTime": "2023-01-25T14:03:42.617Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8510e5ca-577a-427c-99a6-8f548caba762?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7ad08cdbd92421a634a75007dc16d336-42e1ef44a9884c0c-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fb6ceefaa15f2b10b556ce0d7a568ccf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:06:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d66a8d6-44da-4cf4-a63a-189e06912a7a", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "5e3ac748-11a9-44a7-8b12-326d527bb469", - "x-ms-routing-request-id": "WESTUS:20230125T140643Z:7d66a8d6-44da-4cf4-a63a-189e06912a7a" - }, - "ResponseBody": { - "name": "8510e5ca-577a-427c-99a6-8f548caba762", - "status": "InProgress", - "startTime": "2023-01-25T14:03:42.617Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8510e5ca-577a-427c-99a6-8f548caba762?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7ad08cdbd92421a634a75007dc16d336-c1288ade3a2d14fa-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "1f1a201b513526665c052c4eed8d6399", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:07:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "526d803e-2a46-4b83-a339-79dfabd1b9ab", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "7ec06827-1055-4bb2-89d8-65330adc8e89", - "x-ms-routing-request-id": "WESTUS:20230125T140744Z:526d803e-2a46-4b83-a339-79dfabd1b9ab" - }, - "ResponseBody": { - "name": "8510e5ca-577a-427c-99a6-8f548caba762", - "status": "InProgress", - "startTime": "2023-01-25T14:03:42.617Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8510e5ca-577a-427c-99a6-8f548caba762?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7ad08cdbd92421a634a75007dc16d336-7695fde3a9d1a48a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "ca2783a5a077ce39dd31d2869cef0782", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:08:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8224d4f7-65f8-490b-9eff-2de2015b356c", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "05170f17-455d-44aa-bfc2-fe92fc0ed993", - "x-ms-routing-request-id": "WESTUS:20230125T140844Z:8224d4f7-65f8-490b-9eff-2de2015b356c" - }, - "ResponseBody": { - "name": "8510e5ca-577a-427c-99a6-8f548caba762", - "status": "InProgress", - "startTime": "2023-01-25T14:03:42.617Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8510e5ca-577a-427c-99a6-8f548caba762?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7ad08cdbd92421a634a75007dc16d336-b8b1be4443365a16-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f7255c799024a83a87459e5975c23d27", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:09:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "43e54cd0-e035-4afa-a2db-87e7c4305db3", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "e89f9895-0c0e-4909-a332-ca538c0f4c38", - "x-ms-routing-request-id": "WESTUS:20230125T140944Z:43e54cd0-e035-4afa-a2db-87e7c4305db3" - }, - "ResponseBody": { - "name": "8510e5ca-577a-427c-99a6-8f548caba762", - "status": "InProgress", - "startTime": "2023-01-25T14:03:42.617Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8510e5ca-577a-427c-99a6-8f548caba762?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7ad08cdbd92421a634a75007dc16d336-1766af18f94adb51-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f76835f3c22e7a57e74c42047ee0896c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:10:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4cb96780-291b-486f-a1ae-d53778a1b87f", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "80d3be47-436d-478a-b6b5-fffb646ebc10", - "x-ms-routing-request-id": "WESTUS:20230125T141045Z:4cb96780-291b-486f-a1ae-d53778a1b87f" - }, - "ResponseBody": { - "name": "8510e5ca-577a-427c-99a6-8f548caba762", - "status": "InProgress", - "startTime": "2023-01-25T14:03:42.617Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8510e5ca-577a-427c-99a6-8f548caba762?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7ad08cdbd92421a634a75007dc16d336-32a0f0b2e52e2b42-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "90d4a9fe6b681474497e423101e0581b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:11:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6942ffc9-5f84-4def-85d8-1ec6ab911b28", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "58dcb899-7708-481e-8fb6-1cb09c9499c9", - "x-ms-routing-request-id": "WESTUS:20230125T141146Z:6942ffc9-5f84-4def-85d8-1ec6ab911b28" - }, - "ResponseBody": { - "name": "8510e5ca-577a-427c-99a6-8f548caba762", - "status": "InProgress", - "startTime": "2023-01-25T14:03:42.617Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8510e5ca-577a-427c-99a6-8f548caba762?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7ad08cdbd92421a634a75007dc16d336-57f87821aac5a0d6-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "6793abf30f87b75305ab10d84e362aa7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:12:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "90d69ff7-66e9-4814-9b47-02436dee0123", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "fe513a2e-85f7-45a7-9740-79c88fbde1ef", - "x-ms-routing-request-id": "WESTUS:20230125T141247Z:90d69ff7-66e9-4814-9b47-02436dee0123" - }, - "ResponseBody": { - "name": "8510e5ca-577a-427c-99a6-8f548caba762", - "status": "Succeeded", - "startTime": "2023-01-25T14:03:42.617Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver9097?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7ad08cdbd92421a634a75007dc16d336-3c64e22041b7273b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "cc5a32bcaded87bfc154aeaf80257806", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1508", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:12:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ed69968-db83-444f-bb03-7f5f06a4b2bf", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "dcd0f123-00db-40c2-b3b0-0c9a141b2a47", - "x-ms-routing-request-id": "WESTUS:20230125T141247Z:6ed69968-db83-444f-bb03-7f5f06a4b2bf" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-25T14:03:53.0537797Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver9097.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "1", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-25T14:03:53.0537797\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled", - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8136/subnets/subnet7850", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsZones/pgflexserver9097.private.postgres.database.azure.com" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver9097", - "name": "pgflexserver9097", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver9226?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "707", - "Content-Type": "application/json", - "traceparent": "00-e5b504a18235aff1d47c44d4b0ad808d-eb2507c1152eee4a-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230125.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d21126f3224ceee5551d8bbc5a9bc512", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "eastus", - "properties": { - "network": { - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8136/subnets/subnet7850", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsZones/pgflexserver9097.private.postgres.database.azure.com" - }, - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver9097", - "pointInTimeUTC": "2023-01-25T14:15:45.8701258Z", - "createMode": "PointInTimeRestore" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8eebbb75-5aa4-4e09-90db-48089e734270?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "89", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:15:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/8eebbb75-5aa4-4e09-90db-48089e734270?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1fe00905-fe7b-4768-be08-841eb31204bc", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "ebfdb1bf-4c5c-4b2f-91d2-23c03061a62a", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T141549Z:1fe00905-fe7b-4768-be08-841eb31204bc" - }, - "ResponseBody": { - "operation": "RestoreSnapshotManagementOperation", - "startTime": "2023-01-25T14:15:49.303Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8eebbb75-5aa4-4e09-90db-48089e734270?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e5b504a18235aff1d47c44d4b0ad808d-19a4eec04fb5e754-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "28e40a325725995a4c6c76cf21022d25", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:15:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "23f5a78a-0332-4aad-98f4-827a58cca2f6", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "5c5c8cce-7a22-4b1a-b7a0-76ccfbbdcd15", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T141549Z:23f5a78a-0332-4aad-98f4-827a58cca2f6" - }, - "ResponseBody": { - "name": "8eebbb75-5aa4-4e09-90db-48089e734270", - "status": "InProgress", - "startTime": "2023-01-25T14:15:49.303Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8eebbb75-5aa4-4e09-90db-48089e734270?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e5b504a18235aff1d47c44d4b0ad808d-01c51708588d2e2d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e45b9b8ea8b06780f8cbe6417bb28cb1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:16:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "97ad46b2-131e-407b-83a6-baa2d8de45d9", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "735516a9-4489-4449-9417-2d3427dfe996", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T141649Z:97ad46b2-131e-407b-83a6-baa2d8de45d9" - }, - "ResponseBody": { - "name": "8eebbb75-5aa4-4e09-90db-48089e734270", - "status": "InProgress", - "startTime": "2023-01-25T14:15:49.303Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8eebbb75-5aa4-4e09-90db-48089e734270?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e5b504a18235aff1d47c44d4b0ad808d-1f2eacbf24a7cc1e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "5089ace69db6fced41db8319155e24e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:17:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9127bf14-07fa-4424-891b-e11ea74829d8", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "af8e79d2-94f9-4135-876e-a166c33911fe", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T141750Z:9127bf14-07fa-4424-891b-e11ea74829d8" - }, - "ResponseBody": { - "name": "8eebbb75-5aa4-4e09-90db-48089e734270", - "status": "InProgress", - "startTime": "2023-01-25T14:15:49.303Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8eebbb75-5aa4-4e09-90db-48089e734270?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e5b504a18235aff1d47c44d4b0ad808d-07f769db579bd6d8-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "c6a481de5148892f897d2f5a71181e99", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:18:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f432e49-89d8-4b25-9c64-295579fdd8bb", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "089f6f4d-5cec-4363-9f22-9d4abce42f40", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T141850Z:5f432e49-89d8-4b25-9c64-295579fdd8bb" - }, - "ResponseBody": { - "name": "8eebbb75-5aa4-4e09-90db-48089e734270", - "status": "InProgress", - "startTime": "2023-01-25T14:15:49.303Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8eebbb75-5aa4-4e09-90db-48089e734270?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e5b504a18235aff1d47c44d4b0ad808d-2a1aab43c6e4a377-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "75e8c5dfdc78f06eae5fa3d425665199", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:19:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10dd5bba-e3a0-4206-ae19-8758f678b080", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "1ed95da2-d364-4883-ab05-19830807e7c6", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T141951Z:10dd5bba-e3a0-4206-ae19-8758f678b080" - }, - "ResponseBody": { - "name": "8eebbb75-5aa4-4e09-90db-48089e734270", - "status": "InProgress", - "startTime": "2023-01-25T14:15:49.303Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8eebbb75-5aa4-4e09-90db-48089e734270?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e5b504a18235aff1d47c44d4b0ad808d-c5431d1f44f59ed1-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fa63fca6c60d95697d00c6386e938b28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:20:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "158dfc01-44c7-49dc-935e-f9bd52796d8d", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "acbc9279-5ccb-40a2-a5bc-0fed7fc4748c", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142051Z:158dfc01-44c7-49dc-935e-f9bd52796d8d" - }, - "ResponseBody": { - "name": "8eebbb75-5aa4-4e09-90db-48089e734270", - "status": "InProgress", - "startTime": "2023-01-25T14:15:49.303Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8eebbb75-5aa4-4e09-90db-48089e734270?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e5b504a18235aff1d47c44d4b0ad808d-f0f48ab16377fbbd-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "503ae9bdaf76017112b418e9ae5a6422", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:21:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f3360ea-045a-44ed-bbd0-fd1bce141daf", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "6a654f11-b7e6-4ad2-a7eb-94c0ad88fd99", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142151Z:0f3360ea-045a-44ed-bbd0-fd1bce141daf" - }, - "ResponseBody": { - "name": "8eebbb75-5aa4-4e09-90db-48089e734270", - "status": "InProgress", - "startTime": "2023-01-25T14:15:49.303Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8eebbb75-5aa4-4e09-90db-48089e734270?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e5b504a18235aff1d47c44d4b0ad808d-4b19bcc0f0611881-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "74b3962c24b5198c5b53f7781535821a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:22:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "257d5406-bbc2-4cde-925d-34ae01876826", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "2a4d6419-2ca1-4138-8758-37e169ccff15", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142252Z:257d5406-bbc2-4cde-925d-34ae01876826" - }, - "ResponseBody": { - "name": "8eebbb75-5aa4-4e09-90db-48089e734270", - "status": "InProgress", - "startTime": "2023-01-25T14:15:49.303Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8eebbb75-5aa4-4e09-90db-48089e734270?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e5b504a18235aff1d47c44d4b0ad808d-4f2fc2ad9a2b4520-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3c177bd3002cf7238b61e758ad80e622", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:23:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f81d17aa-f3b3-4618-85a7-75b08d8858da", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "2daff19c-e43e-456b-9535-6a8b777424e8", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142352Z:f81d17aa-f3b3-4618-85a7-75b08d8858da" - }, - "ResponseBody": { - "name": "8eebbb75-5aa4-4e09-90db-48089e734270", - "status": "InProgress", - "startTime": "2023-01-25T14:15:49.303Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/8eebbb75-5aa4-4e09-90db-48089e734270?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e5b504a18235aff1d47c44d4b0ad808d-573c7b5c5a329e61-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d80ca49b17df98725c21f522b7f8ecdc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:24:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "82274e6a-4838-48a5-8ee3-6d6a128f3d35", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "9fde071f-9523-4a47-8592-b6b9efc3c0d3", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142452Z:82274e6a-4838-48a5-8ee3-6d6a128f3d35" - }, - "ResponseBody": { - "name": "8eebbb75-5aa4-4e09-90db-48089e734270", - "status": "Succeeded", - "startTime": "2023-01-25T14:15:49.303Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver9226?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e5b504a18235aff1d47c44d4b0ad808d-9fb2d5711625b024-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "3215fd3228432cf672bce8543d336bdb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1508", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:24:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e214f3d2-c556-49c9-b8fa-33b4f59aa250", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "25a6c2af-dbbb-4503-8b52-177d61492c43", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142453Z:e214f3d2-c556-49c9-b8fa-33b4f59aa250" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-25T14:16:01.0215033Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver9226.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "3", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-25T14:16:01.0215033\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled", - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8136/subnets/subnet7850", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsZones/pgflexserver9097.private.postgres.database.azure.com" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver9226", - "name": "pgflexserver9226", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg8060?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-1ead138ca9981215c3bdcda7d8d7ce17-c27c9cac942c0611-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "71dcd46caa29bc3b087edf0b0b003f93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:24:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c0bd997f-b74d-4819-bd01-2f95543525c4", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "c0bd997f-b74d-4819-bd01-2f95543525c4", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142453Z:c0bd997f-b74d-4819-bd01-2f95543525c4" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060", - "name": "pgflexrg8060", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8252?api-version=2021-02-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "398", - "Content-Type": "application/json", - "traceparent": "00-b6bd3fcdbb130c1e38022bf51f825c00-4b0621918aa76ff0-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b0260b75b46a73dfaddf65232e1e5b29", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus", - "properties": { - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet4831", - "properties": { - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "properties": { - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - } - } - ] - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Azure-AsyncNotification": "Enabled", - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/829386e3-24b7-4710-afe3-6ecdcf9a58c1?api-version=2021-02-01", - "Cache-Control": "no-cache", - "Content-Length": "2013", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:24:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "285bf106-b9ab-4710-be91-3c22ba99e8e8", - "x-ms-client-request-id": "b0260b75b46a73dfaddf65232e1e5b29", - "x-ms-correlation-request-id": "8c987d40-318a-4575-893d-8c822835d16e", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "829386e3-24b7-4710-afe3-6ecdcf9a58c1", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142454Z:8c987d40-318a-4575-893d-8c822835d16e" - }, - "ResponseBody": { - "name": "vnet8252", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8252", - "etag": "W/\u002245ff6698-6b3e-4bec-85b8-58d9a5fd997e\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Updating", - "resourceGuid": "c7c4b845-d6f0-4cdc-ba22-76f5c436409e", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet4831", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8252/subnets/subnet4831", - "etag": "W/\u002245ff6698-6b3e-4bec-85b8-58d9a5fd997e\u0022", - "properties": { - "provisioningState": "Updating", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8252/subnets/subnet4831/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u002245ff6698-6b3e-4bec-85b8-58d9a5fd997e\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/829386e3-24b7-4710-afe3-6ecdcf9a58c1?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b6bd3fcdbb130c1e38022bf51f825c00-0e2712119ff1695a-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "31df557dbb0db870f569c34a44178ee9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:24:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "10", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "b7b64edb-a54f-4fcc-8356-fa0467e1deba", - "x-ms-client-request-id": "31df557dbb0db870f569c34a44178ee9", - "x-ms-correlation-request-id": "abdfc03f-3263-4dc3-803e-d00b52153562", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "04cb0e33-f066-47be-8cef-35b8cb767615", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142455Z:abdfc03f-3263-4dc3-803e-d00b52153562" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.Network/locations/eastus/operations/829386e3-24b7-4710-afe3-6ecdcf9a58c1?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b6bd3fcdbb130c1e38022bf51f825c00-d6d6bc7de92f55d2-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "f155b5225c4afa77589eed1289192ac2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:25:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "8486f4b8-3271-4000-bef7-416a3eb4515e", - "x-ms-client-request-id": "f155b5225c4afa77589eed1289192ac2", - "x-ms-correlation-request-id": "f285542a-3029-42af-985c-d95fe7d8486f", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "78bbefb6-3b0d-4434-b6f4-9d5a1496bdf4", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142505Z:f285542a-3029-42af-985c-d95fe7d8486f" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8252?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b6bd3fcdbb130c1e38022bf51f825c00-3fcb5bf9c656b068-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d9a5f4bd293ffa1ca8fdedb2b66744aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "2015", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:25:05 GMT", - "ETag": "W/\u00229f579268-a277-44af-b502-dd7e570763b0\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e87058fa-17a5-4051-b148-90768580f98f", - "x-ms-client-request-id": "d9a5f4bd293ffa1ca8fdedb2b66744aa", - "x-ms-correlation-request-id": "643f5723-a052-4fa2-bbec-df2fa682786b", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "4eb3e133-6f2c-4940-b98a-d1951e2e57b1", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142505Z:643f5723-a052-4fa2-bbec-df2fa682786b" - }, - "ResponseBody": { - "name": "vnet8252", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8252", - "etag": "W/\u00229f579268-a277-44af-b502-dd7e570763b0\u0022", - "type": "Microsoft.Network/virtualNetworks", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded", - "resourceGuid": "c7c4b845-d6f0-4cdc-ba22-76f5c436409e", - "addressSpace": { - "addressPrefixes": [ - "10.0.0.0/16" - ] - }, - "subnets": [ - { - "name": "subnet4831", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8252/subnets/subnet4831", - "etag": "W/\u00229f579268-a277-44af-b502-dd7e570763b0\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8252/subnets/subnet4831/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u00229f579268-a277-44af-b502-dd7e570763b0\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - ], - "virtualNetworkPeerings": [], - "enableDdosProtection": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8252/subnets/subnet4831?api-version=2021-02-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-7f2d3ff2719ab0d0b4364dcc77fdaf03-2d4c83b343457527-00", - "User-Agent": "azsdk-net-ResourceManager.Network/1.1.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "93a240ca2f952126dde4d96ecd5e2edb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1238", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:25:05 GMT", - "ETag": "W/\u00229f579268-a277-44af-b502-dd7e570763b0\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Microsoft-HTTPAPI/2.0", - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-arm-service-request-id": "e150dda7-1b0f-43ed-88c8-52fcd183a37d", - "x-ms-client-request-id": "93a240ca2f952126dde4d96ecd5e2edb", - "x-ms-correlation-request-id": "7083e1ba-42a4-4f13-b85a-b8af67a34bd6", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "e3d94748-43a0-42bf-93ae-690e0871339a", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142505Z:7083e1ba-42a4-4f13-b85a-b8af67a34bd6" - }, - "ResponseBody": { - "name": "subnet4831", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8252/subnets/subnet4831", - "etag": "W/\u00229f579268-a277-44af-b502-dd7e570763b0\u0022", - "properties": { - "provisioningState": "Succeeded", - "addressPrefix": "10.0.0.0/24", - "delegations": [ - { - "name": "Microsoft.DBforPostgreSQL/flexibleServers", - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8252/subnets/subnet4831/delegations/Microsoft.DBforPostgreSQL/flexibleServers", - "etag": "W/\u00229f579268-a277-44af-b502-dd7e570763b0\u0022", - "properties": { - "provisioningState": "Succeeded", - "serviceName": "Microsoft.DBforPostgreSQL/flexibleServers", - "actions": [ - "Microsoft.Network/virtualNetworks/subnets/join/action" - ] - }, - "type": "Microsoft.Network/virtualNetworks/subnets/delegations" - } - ], - "privateEndpointNetworkPolicies": "Disabled", - "privateLinkServiceNetworkPolicies": "Enabled" - }, - "type": "Microsoft.Network/virtualNetworks/subnets" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourcegroups/pgflexrg8060?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-ab2cf6a7e39329cbf01d3a60f7e3cc06-b2b54d91411e17af-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4f8c003fb472f9a9995a484d6ec543f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "221", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:25:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "162722cb-49e8-4299-8831-284f2ef55dc9", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "162722cb-49e8-4299-8831-284f2ef55dc9", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142505Z:162722cb-49e8-4299-8831-284f2ef55dc9" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060", - "name": "pgflexrg8060", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/tenants?api-version=2021-01-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-5acd6306a2cbaafde911d12e6e413d91-922f4d8bb14913cf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4848425a96778e2dcd84fb5b50ad2d4a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "140", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:25:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "155e6d04-5259-4922-ada6-1dd33851e955", - "x-ms-ratelimit-remaining-tenant-reads": "11999", - "x-ms-request-id": "155e6d04-5259-4922-ada6-1dd33851e955", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142505Z:155e6d04-5259-4922-ada6-1dd33851e955" - }, - "ResponseBody": { - "value": [ - { - "id": "/tenants/72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "tenantCategory": "Home" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/providers/Microsoft.DBforPostgreSQL/getPrivateDnsZoneSuffix?api-version=2022-12-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "0", - "traceparent": "00-35ca9e6152b176f664ae271c256b0460-4e34808aba892d2f-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230125.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "b57311cef4db153896a9f93be6d9b218", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "29", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:25:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1fa4e944-3b07-4804-91cf-c57de8e3ef83", - "x-ms-ratelimit-remaining-tenant-writes": "1199", - "x-ms-request-id": "f03e8359-5378-410c-bc18-d849985dffcd", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142506Z:1fa4e944-3b07-4804-91cf-c57de8e3ef83" - }, - "ResponseBody": "\u0022postgres.database.azure.com\u0022" - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsZones/pgflexserver5623.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "47", - "Content-Type": "application/json", - "traceparent": "00-cc33471c66dd6289d8667ade6b8b4744-866802fe524dba2a-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8a14e8a0e616a864d3fe82edb94ea8ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTtiNmE5MzZmMC05YWViLTQ4YzYtOWNmNS00ZWEzMDQxZTNmMjdfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:25:07 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTtiNmE5MzZmMC05YWViLTQ4YzYtOWNmNS00ZWEzMDQxZTNmMjdfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "11caf1c7-cae6-44cb-9c97-cd17a1df2c50", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", - "x-ms-request-id": "8a14e8a0-e616-a864-d3fe-82edb94ea8ec", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142508Z:11caf1c7-cae6-44cb-9c97-cd17a1df2c50", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTtiNmE5MzZmMC05YWViLTQ4YzYtOWNmNS00ZWEzMDQxZTNmMjdfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cc33471c66dd6289d8667ade6b8b4744-22eb17138270a2bb-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "67bae2d2a298e834adcae2dc714b5b48", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTtiNmE5MzZmMC05YWViLTQ4YzYtOWNmNS00ZWEzMDQxZTNmMjdfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:25:08 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTtiNmE5MzZmMC05YWViLTQ4YzYtOWNmNS00ZWEzMDQxZTNmMjdfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b90be73d-01d7-48fd-8ced-f91651389c6a", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "67bae2d2-a298-e834-adca-e2dc714b5b48", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142508Z:b90be73d-01d7-48fd-8ced-f91651389c6a", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRQcml2YXRlRG5zWm9uZTtiNmE5MzZmMC05YWViLTQ4YzYtOWNmNS00ZWEzMDQxZTNmMjdfNWM1MDM3ZTUtZDNmMS00ZTdiLWIzYTktZjZiZjk0OTAyYjMw?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cc33471c66dd6289d8667ade6b8b4744-1aec5420e1a27f8d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e80e0d00555a12c6d3af80e334950be1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:25:37 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94bf6a15-74b3-4d1b-94a3-14e587af4f42", - "x-ms-ratelimit-remaining-subscription-resource-requests": "498", - "x-ms-request-id": "e80e0d00-555a-12c6-d3af-80e334950be1", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142538Z:94bf6a15-74b3-4d1b-94a3-14e587af4f42", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsZones/pgflexserver5623.private.postgres.database.azure.com?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cc33471c66dd6289d8667ade6b8b4744-c83eb082a21b176e-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d71b8d5741938953ca96af87ab38f3bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "742", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:25:38 GMT", - "ETag": "29b41bd4-1ce1-4acd-9a7a-a5e2a03d913b", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9bccda89-9c9a-4dfc-b5dd-bb31845433fd", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "d71b8d57-4193-8953-ca96-af87ab38f3bf", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142538Z:9bccda89-9c9a-4dfc-b5dd-bb31845433fd", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsZones/pgflexserver5623.private.postgres.database.azure.com", - "name": "pgflexserver5623.private.postgres.database.azure.com", - "type": "Microsoft.Network/privateDnsZones", - "etag": "29b41bd4-1ce1-4acd-9a7a-a5e2a03d913b", - "location": "global", - "tags": {}, - "properties": { - "internalId": "SW1tdXRhYmxlWm9uZUlkZW50aXR5O2FlY2JkNTUxLTRlYmItNDA5Zi04ZmUyLWVmOGQzZWQ1NmJlMDsw", - "maxNumberOfRecordSets": 25000, - "maxNumberOfVirtualNetworkLinks": 1000, - "maxNumberOfVirtualNetworkLinksWithRegistration": 100, - "numberOfRecordSets": 1, - "numberOfVirtualNetworkLinks": 0, - "numberOfVirtualNetworkLinksWithRegistration": 0, - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsZones/pgflexserver5623.private.postgres.database.azure.com/virtualNetworkLinks/vnet8252-link?api-version=2020-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "233", - "Content-Type": "application/json", - "traceparent": "00-e008bed7f5da313c66b769f33cf8b52c-2139ce7a6c2c1a38-00", - "User-Agent": "azsdk-net-ResourceManager.PrivateDns/1.0.0 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "8fcd69d6bee47c9a1ba893e92250b317", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "global", - "properties": { - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8252" - }, - "registrationEnabled": false - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YmE4MGE1ODItYWUzMi00YmE0LTgyYmYtY2MwYjQ1MWI3ODdkXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:25:39 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YmE4MGE1ODItYWUzMi00YmE0LTgyYmYtY2MwYjQ1MWI3ODdkXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8a7006b5-c906-48ef-8728-baba6d722234", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", - "x-ms-request-id": "8fcd69d6-bee4-7c9a-1ba8-93e92250b317", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142540Z:8a7006b5-c906-48ef-8728-baba6d722234", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": {} - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YmE4MGE1ODItYWUzMi00YmE0LTgyYmYtY2MwYjQ1MWI3ODdkXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e008bed7f5da313c66b769f33cf8b52c-a85452e499f599d9-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "cb0cc1bb7cc798fdf39ebbebad6a6779", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com:443/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YmE4MGE1ODItYWUzMi00YmE0LTgyYmYtY2MwYjQ1MWI3ODdkXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Cache-Control": "private", - "Content-Length": "23", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:25:39 GMT", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsOperationResults/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YmE4MGE1ODItYWUzMi00YmE0LTgyYmYtY2MwYjQ1MWI3ODdkXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "Retry-After": "30", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89368f86-aa9c-4f8b-91ce-608988ec8808", - "x-ms-ratelimit-remaining-subscription-resource-requests": "497", - "x-ms-request-id": "cb0cc1bb-7cc7-98fd-f39e-bbebad6a6779", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142540Z:89368f86-aa9c-4f8b-91ce-608988ec8808", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "InProgress" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsOperationStatuses/RnJvbnRFbmRBc3luY09wZXJhdGlvbjtVcHNlcnRWaXJ0dWFsTmV0d29ya0xpbms7YmE4MGE1ODItYWUzMi00YmE0LTgyYmYtY2MwYjQ1MWI3ODdkXzVjNTAzN2U1LWQzZjEtNGU3Yi1iM2E5LWY2YmY5NDkwMmIzMA==?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e008bed7f5da313c66b769f33cf8b52c-331dae5b5a09f221-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "aac797e20fb2518fb50fd45fa0d5d6dc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "22", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:26:09 GMT", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ddb1c0e-7455-45c4-a482-945cf83cc5f7", - "x-ms-ratelimit-remaining-subscription-resource-requests": "496", - "x-ms-request-id": "aac797e2-0fb2-518f-b50f-d45fa0d5d6dc", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142610Z:2ddb1c0e-7455-45c4-a482-945cf83cc5f7", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "status": "Succeeded" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsZones/pgflexserver5623.private.postgres.database.azure.com/virtualNetworkLinks/vnet8252-link?api-version=2020-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e008bed7f5da313c66b769f33cf8b52c-842f8201d585e626-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "612ef842e843435004edf090c9c81150", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "private", - "Content-Length": "677", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:26:10 GMT", - "ETag": "\u0022b3050156-0000-0100-0000-63d13bfc0000\u0022", - "Server": "Microsoft-IIS/10.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-AspNet-Version": "4.0.30319", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "faf1a744-303b-47eb-a385-3490204ef4ac", - "x-ms-ratelimit-remaining-subscription-resource-requests": "499", - "x-ms-request-id": "612ef842-e843-4350-04ed-f090c9c81150", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142611Z:faf1a744-303b-47eb-a385-3490204ef4ac", - "X-Powered-By": "ASP.NET" - }, - "ResponseBody": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsZones/pgflexserver5623.private.postgres.database.azure.com/virtualNetworkLinks/vnet8252-link", - "name": "vnet8252-link", - "type": "Microsoft.Network/privateDnsZones/virtualNetworkLinks", - "etag": "\u0022b3050156-0000-0100-0000-63d13bfc0000\u0022", - "location": "global", - "tags": {}, - "properties": { - "provisioningState": "Succeeded", - "registrationEnabled": false, - "virtualNetwork": { - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8252" - }, - "virtualNetworkLinkState": "Completed" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5623?api-version=2022-12-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "707", - "Content-Type": "application/json", - "traceparent": "00-ee67ea05e553a6888dd5e1e9be3a7e3e-3b1c2ab60ab85c10-00", - "User-Agent": "azsdk-net-ResourceManager.PostgreSql/2.0.0-alpha.20230125.1 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "0ee2a51cbb78abe832ba15b8a79df81d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": {}, - "location": "eastus", - "properties": { - "network": { - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8252/subnets/subnet4831", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsZones/pgflexserver5623.private.postgres.database.azure.com" - }, - "sourceServerResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver9097", - "pointInTimeUTC": "2023-01-25T14:26:09.5405950Z", - "createMode": "PointInTimeRestore" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Azure-AsyncOperation": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/1669482a-779b-442a-a9cf-713d0a0d354c?api-version=2022-12-01", - "Cache-Control": "no-cache", - "Content-Length": "89", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:26:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/1669482a-779b-442a-a9cf-713d0a0d354c?api-version=2022-12-01", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c826c510-18b1-49dd-b983-b2dabbb39910", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "c46b8d30-1f6d-467a-8d50-a67f682c3c74", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142612Z:c826c510-18b1-49dd-b983-b2dabbb39910" - }, - "ResponseBody": { - "operation": "RestoreSnapshotManagementOperation", - "startTime": "2023-01-25T14:26:12.387Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/1669482a-779b-442a-a9cf-713d0a0d354c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ee67ea05e553a6888dd5e1e9be3a7e3e-e72ad40203653364-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fb4384fdc7f386630f832e88d3979c66", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:26:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77eac93d-f89f-449c-a050-064203a16bba", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "be481e1e-7ff2-48fa-a132-9f612c4750b4", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142612Z:77eac93d-f89f-449c-a050-064203a16bba" - }, - "ResponseBody": { - "name": "1669482a-779b-442a-a9cf-713d0a0d354c", - "status": "InProgress", - "startTime": "2023-01-25T14:26:12.387Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/1669482a-779b-442a-a9cf-713d0a0d354c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ee67ea05e553a6888dd5e1e9be3a7e3e-040c1b32e307e126-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "eac8d2f55b1f16146fe8c7f414238c33", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:27:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c43d2ac-2577-47ee-96a8-34f26256aef7", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "ab56a9d6-ce60-48ff-833a-fe6862733416", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142713Z:2c43d2ac-2577-47ee-96a8-34f26256aef7" - }, - "ResponseBody": { - "name": "1669482a-779b-442a-a9cf-713d0a0d354c", - "status": "InProgress", - "startTime": "2023-01-25T14:26:12.387Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/1669482a-779b-442a-a9cf-713d0a0d354c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ee67ea05e553a6888dd5e1e9be3a7e3e-f4b3857f48f85cdf-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "22ba2932fc59002a7b22a5b8d7ac26b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:28:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c6f27cff-f33f-4309-b691-aff45aeaae01", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "301bd34f-4c35-43c0-bee1-11a801565ec1", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142814Z:c6f27cff-f33f-4309-b691-aff45aeaae01" - }, - "ResponseBody": { - "name": "1669482a-779b-442a-a9cf-713d0a0d354c", - "status": "InProgress", - "startTime": "2023-01-25T14:26:12.387Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/1669482a-779b-442a-a9cf-713d0a0d354c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ee67ea05e553a6888dd5e1e9be3a7e3e-32d64901455cf16d-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "4bd03fe79e36a2cc6f2d8b0b006e71ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:29:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ac728f1d-d10c-40ac-973d-f09442d88075", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "753c0a19-a289-4356-bec4-af25cdce82b9", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T142915Z:ac728f1d-d10c-40ac-973d-f09442d88075" - }, - "ResponseBody": { - "name": "1669482a-779b-442a-a9cf-713d0a0d354c", - "status": "InProgress", - "startTime": "2023-01-25T14:26:12.387Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/1669482a-779b-442a-a9cf-713d0a0d354c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ee67ea05e553a6888dd5e1e9be3a7e3e-ff333574d35cb6ca-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a956fbf679dcf80da8c76efcb65b3ec2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:30:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ff163e9-4505-4c6b-b006-d13c5632170a", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "43a4ff56-89ac-45f5-a691-a7d218f039fd", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T143015Z:3ff163e9-4505-4c6b-b006-d13c5632170a" - }, - "ResponseBody": { - "name": "1669482a-779b-442a-a9cf-713d0a0d354c", - "status": "InProgress", - "startTime": "2023-01-25T14:26:12.387Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/1669482a-779b-442a-a9cf-713d0a0d354c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ee67ea05e553a6888dd5e1e9be3a7e3e-8ef057c6f9fb9cea-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "d40d17c2405294fd5c18b32c711e000c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:31:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "97eef74f-674b-4982-95d8-66497f2cd274", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "d83fef27-f3e2-47d8-b5a9-e110052ac7df", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T143115Z:97eef74f-674b-4982-95d8-66497f2cd274" - }, - "ResponseBody": { - "name": "1669482a-779b-442a-a9cf-713d0a0d354c", - "status": "InProgress", - "startTime": "2023-01-25T14:26:12.387Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/1669482a-779b-442a-a9cf-713d0a0d354c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ee67ea05e553a6888dd5e1e9be3a7e3e-6bf278d5deeda8fa-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "dcc2b8b17d566dd332d8a36f2fd0eb13", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:32:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8fafbbe4-28df-4259-acc0-1bf122782165", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "f9f21aae-956f-47ad-8518-8a8897ce03d6", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T143216Z:8fafbbe4-28df-4259-acc0-1bf122782165" - }, - "ResponseBody": { - "name": "1669482a-779b-442a-a9cf-713d0a0d354c", - "status": "InProgress", - "startTime": "2023-01-25T14:26:12.387Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/1669482a-779b-442a-a9cf-713d0a0d354c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ee67ea05e553a6888dd5e1e9be3a7e3e-f841b2409e9f6a61-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "e948c8ee9c61b699fdc24cc4c6e08689", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:33:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fc6d83b5-987b-492b-a00a-de1ebcc7b367", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "bb97ea66-3ff0-4899-aea4-271aafa72cc0", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T143316Z:fc6d83b5-987b-492b-a00a-de1ebcc7b367" - }, - "ResponseBody": { - "name": "1669482a-779b-442a-a9cf-713d0a0d354c", - "status": "InProgress", - "startTime": "2023-01-25T14:26:12.387Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/1669482a-779b-442a-a9cf-713d0a0d354c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ee67ea05e553a6888dd5e1e9be3a7e3e-391fe642bca6fd76-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "fe4b62c66299456c439fa27a9d8e648c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "108", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:34:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6bf41b5c-d69b-4531-9640-7523a9a8a92a", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "e90b3f6a-9a6c-4d2a-8162-cc91d692f902", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T143416Z:6bf41b5c-d69b-4531-9640-7523a9a8a92a" - }, - "ResponseBody": { - "name": "1669482a-779b-442a-a9cf-713d0a0d354c", - "status": "InProgress", - "startTime": "2023-01-25T14:26:12.387Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/1669482a-779b-442a-a9cf-713d0a0d354c?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ee67ea05e553a6888dd5e1e9be3a7e3e-5360948fef6c2fb0-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "a93d9f2d17d614ab1e0bde94300fa752", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "107", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:35:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Retry-After": "60", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2ec829e-0101-44d1-b9d8-b66ce3cb9be8", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "80a3f355-163b-4b40-8042-7802df61f5ac", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T143517Z:b2ec829e-0101-44d1-b9d8-b66ce3cb9be8" - }, - "ResponseBody": { - "name": "1669482a-779b-442a-a9cf-713d0a0d354c", - "status": "Succeeded", - "startTime": "2023-01-25T14:26:12.387Z" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5623?api-version=2022-12-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ee67ea05e553a6888dd5e1e9be3a7e3e-25f129373423c90b-00", - "User-Agent": "azsdk-net-ResourceManager/1.3.2 (.NET 6.0.13; Microsoft Windows 10.0.19044)", - "x-ms-client-request-id": "cda81951ec858c795c03a5c1fa1f186f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1507", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 25 Jan 2023 14:35:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e990b96f-9039-4ced-b3cd-610d5721f062", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "c2ef59b2-be5e-4d3a-8d19-0e8661758693", - "x-ms-routing-request-id": "WESTCENTRALUS:20230125T143517Z:e990b96f-9039-4ced-b3cd-610d5721f062" - }, - "ResponseBody": { - "sku": { - "name": "Standard_D2s_v3", - "tier": "GeneralPurpose" - }, - "systemData": { - "createdAt": "2023-01-25T14:26:23.1820450Z" - }, - "properties": { - "authConfig": { - "activeDirectoryAuth": "Disabled", - "passwordAuth": "Enabled" - }, - "dataEncryption": { - "type": "SystemManaged" - }, - "fullyQualifiedDomainName": "pgflexserver5623.postgres.database.azure.com", - "version": "14", - "minorVersion": "5", - "administratorLogin": "testUser", - "state": "Ready", - "availabilityZone": "2", - "storage": { - "storageSizeGB": 128 - }, - "backup": { - "backupRetentionDays": 7, - "geoRedundantBackup": "Disabled", - "earliestRestoreDate": "2023-01-25T14:26:23.182045\u002B00:00" - }, - "network": { - "publicNetworkAccess": "Disabled", - "delegatedSubnetResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/virtualNetworks/vnet8252/subnets/subnet4831", - "privateDnsZoneArmResourceId": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.Network/privateDnsZones/pgflexserver5623.private.postgres.database.azure.com" - }, - "highAvailability": { - "mode": "Disabled", - "state": "NotEnabled" - }, - "maintenanceWindow": { - "customWindow": "Disabled", - "dayOfWeek": 0, - "startHour": 0, - "startMinute": 0 - }, - "replicationRole": "Primary", - "replicaCapacity": 5, - "storageAutoGrowth": false - }, - "location": "East US", - "tags": {}, - "id": "/subscriptions/5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30/resourceGroups/pgflexrg8060/providers/Microsoft.DBforPostgreSQL/flexibleServers/pgflexserver5623", - "name": "pgflexserver5623", - "type": "Microsoft.DBforPostgreSQL/flexibleServers" - } - } - ], - "Variables": { - "AZURE_AUTHORITY_HOST": "https://login.microsoftonline.com", - "RandomSeed": "99804975", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "5c5037e5-d3f1-4e7b-b3a9-f6bf94902b30" - } -} diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/ManagementGroup/Generated/Models/ManagementGroupChildOptions.Serialization.cs b/sdk/resourcemanager/Azure.ResourceManager/src/ManagementGroup/Generated/Models/ManagementGroupChildOptions.Serialization.cs deleted file mode 100644 index 5dffbd25234c7..0000000000000 --- a/sdk/resourcemanager/Azure.ResourceManager/src/ManagementGroup/Generated/Models/ManagementGroupChildOptions.Serialization.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -namespace Azure.ResourceManager.ManagementGroups.Models -{ - public partial class ManagementGroupChildOptions - { - } -}