Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable TryPlannedBeforeForcedFailover for SQL DB Failover Group #22673

Merged
merged 16 commits into from
Mar 10, 2023

Conversation

subhrob
Copy link
Contributor

@subhrob subhrob commented Feb 16, 2023

ARM API Information (Control Plane)

MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.

Azure 1st Party Service can try out the Shift Left experience to initiate API design review from ADO code repo. If you are interested, may request engineering support by filling in with the form https://aka.ms/ShiftLeftSupportForm.

Changelog

Add a changelog entry for this PR by answering the following questions:

  1. What's the purpose of the update?
    • new service onboarding
    • new API version
    • update existing version for new feature
    • update existing version to fix swagger quality issue in s360
    • Other, please clarify
  2. When are you targeting to deploy the new service/feature to public regions? Please provide the date or, if the date is not yet available, the month.
  3. When do you expect to publish the swagger? Please provide date or, the the date is not yet available, the month.
  4. By default, Azure SDKs of all languages (.NET/Python/Java/JavaScript for both management-plane SDK and data-plane SDK, Go for management-plane SDK only ) MUST be refreshed with/after swagger of new version is published. If you prefer NOT to refresh any specific SDK language upon swagger updates in the current PR, please leave details with justification here.

Contribution checklist (MS Employees Only):

If any further question about AME onboarding or validation tools, please view the FAQ.

ARM API Review Checklist

Applicability: ⚠️

If your changes encompass only the following scenarios, you should SKIP this section, as these scenarios do not require ARM review.

  • Change to data plane APIs
  • Adding new properties
  • All removals

Otherwise your PR may be subject to ARM review requirements. Complete the following:

  • Check this box if any of the following apply to the PR so that the label "ARMReview" and "WaitForARMFeedback" will be added by bot to kick off ARM API Review. Missing to check this box in the following scenario may result in delays to the ARM manifest review and deployment.

    • Adding a new service
    • Adding new API(s)
    • Adding a new API version
      -[ ] To review changes efficiently, ensure you copy the existing version into the new directory structure for first commit and then push new changes, including version updates, in separate commits. You can use OpenAPIHub to initialize the PR for adding a new version. For more details refer to the wiki.
  • Ensure you've reviewed following guidelines including ARM resource provider contract and REST guidelines. Estimated time (4 hours). This is required before you can request review from ARM API Review board.

  • If you are blocked on ARM review and want to get the PR merged with urgency, please get the ARM oncall for reviews (RP Manifest Approvers team under Azure Resource Manager service) from IcM and reach out to them.

Breaking Change Review Checklist

If you have any breaking changes as defined in the Breaking Change Policy, request approval from the Breaking Change Review Board.

Action: to initiate an evaluation of the breaking change, create a new intake using the template for breaking changes. Additional details on the process and office hours are on the Breaking Change Wiki.

NOTE: To update API(s) in public preview for over 1 year (refer to Retirement of Previews)

Please follow the link to find more details on PR review process.

@openapi-workflow-bot
Copy link

Hi, @subhrob Thanks for your PR. I am workflow bot for review process. Here are some small tips.

  • Please ensure to do self-check against checklists in first PR comment.
  • PR assignee is the person auto-assigned and responsible for your current PR reviewing and merging.
  • For specs comparison cross API versions, Use API Specs Comparison Report Generator
  • If there is CI failure(s), to fix CI error(s) is mandatory for PR merging; or you need to provide justification in PR comment for explanation. How to fix?

  • Any feedback about review process or workflow bot, pls contact swagger and tools team. [email protected]

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Feb 16, 2023

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.
    ️⚠️Breaking Change(Cross-Version): 2 Warnings warning [Detail]
    compared swaggers (via Oad v0.10.4)] new version base version
    FailoverGroups.json 2022-11-01-preview(5fdbec9) 2021-11-01(main)
    FailoverGroups.json 2022-11-01-preview(5fdbec9) 2022-08-01-preview(main)

    The following breaking changes are detected by comparison with the latest preview version:

    Rule Message
    ⚠️ 1023 - TypeFormatChanged The new version has a different format than the previous one.
    New: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L665:9
    Old: Microsoft.Sql/preview/2022-08-01-preview/FailoverGroups.json#L596:9
    ⚠️ 1023 - TypeFormatChanged The new version has a different format than the previous one.
    New: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L561:11
    Old: Microsoft.Sql/preview/2022-08-01-preview/FailoverGroups.json#L500:11
    ️⚠️LintDiff: 1 Warnings warning [Detail]
    compared tags (via openapi-validator v2.0.0) new version base version
    package-preview-2022-11 package-preview-2022-11(5fdbec9) package-preview-2022-11(release-sql-Microsoft.Sql-2022-11-01-preview)

    [must fix]The following errors/warnings are introduced by current PR:

    Rule Message Related RPC [For API reviewers]
    ⚠️ ParameterNotDefinedInGlobalParameters Parameter 'api-version' is referenced but not defined in the global parameters section of Service Definition
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L410


    The following errors/warnings exist before current PR submission:

    Only 30 items are listed, please refer to log for more details.

    Rule Message
    ResourceNameRestriction The resource name parameter 'serverName' should be defined with a 'pattern' restriction.
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L19
    ResourceNameRestriction The resource name parameter 'serverName' should be defined with a 'pattern' restriction.
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L65
    ResourceNameRestriction The resource name parameter 'failoverGroupName' should be defined with a 'pattern' restriction.
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L65
    CreateOperationAsyncResponseValidation An async PUT operation must set long running operation options 'x-ms-long-running-operation-options'
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L114
    CreateOperationAsyncResponseValidation Only 201 is the supported response code for PUT async response.
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L164
    LroLocationHeader A 202 response should include an Location response header.
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L164
    DeleteOperationAsyncResponseValidation An async DELETE operation must set long running operation options 'x-ms-long-running-operation-options'
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L181
    LroLocationHeader A 202 response should include an Location response header.
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L219
    LroLocationHeader A 202 response should include an Location response header.
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L283
    ResourceNameRestriction The resource name parameter 'serverName' should be defined with a 'pattern' restriction.
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L295
    ResourceNameRestriction The resource name parameter 'failoverGroupName' should be defined with a 'pattern' restriction.
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L295
    PostOperationAsyncResponseValidation An async POST operation must set long running operation options 'x-ms-long-running-operation-options'
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L296
    LroLocationHeader A 202 response should include an Location response header.
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L337
    ResourceNameRestriction The resource name parameter 'serverName' should be defined with a 'pattern' restriction.
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L349
    ResourceNameRestriction The resource name parameter 'failoverGroupName' should be defined with a 'pattern' restriction.
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L349
    PostOperationAsyncResponseValidation An async POST operation must set long running operation options 'x-ms-long-running-operation-options'
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L350
    LroLocationHeader A 202 response should include an Location response header.
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L391
    ⚠️ ParameterNotDefinedInGlobalParameters Parameter 'api-version' is referenced but not defined in the global parameters section of Service Definition
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L26
    ⚠️ RequiredReadOnlySystemData The response of operation:'FailoverGroups_Get' is defined without 'systemData'. Consider adding the systemData to the response.
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L66
    ⚠️ ParameterNotDefinedInGlobalParameters Parameter 'api-version' is referenced but not defined in the global parameters section of Service Definition
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L72
    ⚠️ PutRequestResponseScheme A PUT operation request body schema should be the same as its 200 response schema, to allow reusing the same entity between GET and PUT. If the schema of the PUT request body is a superset of the GET response body, make sure you have a PATCH operation to make the resource updatable. Operation: 'FailoverGroups_CreateOrUpdate' Request Model: 'parameters[3].schema' Response Model: 'responses[200].schema'
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L114
    ⚠️ RequiredReadOnlySystemData The response of operation:'FailoverGroups_CreateOrUpdate' is defined without 'systemData'. Consider adding the systemData to the response.
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L114
    ⚠️ XmsLongRunningOperationOptions The x-ms-long-running-operation-options should be specified explicitly to indicate the type of response header to track the async operation.
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L114
    ⚠️ ParameterNotDefinedInGlobalParameters Parameter 'api-version' is referenced but not defined in the global parameters section of Service Definition
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L120
    ⚠️ XmsLongRunningOperationOptions The x-ms-long-running-operation-options should be specified explicitly to indicate the type of response header to track the async operation.
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L181
    ⚠️ ParameterNotDefinedInGlobalParameters Parameter 'api-version' is referenced but not defined in the global parameters section of Service Definition
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L187
    ⚠️ RequiredReadOnlySystemData The response of operation:'FailoverGroups_Update' is defined without 'systemData'. Consider adding the systemData to the response.
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L233
    ⚠️ XmsLongRunningOperationOptions The x-ms-long-running-operation-options should be specified explicitly to indicate the type of response header to track the async operation.
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L233
    ⚠️ ParameterNotDefinedInGlobalParameters Parameter 'api-version' is referenced but not defined in the global parameters section of Service Definition
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L239
    ⚠️ LongRunningOperationsOptionsValidator A LRO Post operation with return schema must have 'x-ms-long-running-operation-options' extension enabled.
    Location: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L295
    ️️✔️Avocado succeeded [Detail] [Expand]
    Validation passes for Avocado.
    ️️✔️SwaggerAPIView succeeded [Detail] [Expand]
    ️️✔️CadlAPIView succeeded [Detail] [Expand]
    ️️✔️ModelValidation succeeded [Detail] [Expand]
    Validation passes for ModelValidation.
    ️️✔️SemanticValidation succeeded [Detail] [Expand]
    Validation passes for SemanticValidation.
    ️️✔️PrettierCheck succeeded [Detail] [Expand]
    Validation passes for PrettierCheck.
    ️️✔️SpellCheck succeeded [Detail] [Expand]
    Validation passes for SpellCheck.
    ️️✔️CadlValidation succeeded [Detail] [Expand]
    Validation passes for CadlValidation.
    ️️✔️PR Summary succeeded [Detail] [Expand]
    Validation passes for Summary.
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Feb 16, 2023

    Swagger Generation Artifacts

    ️️✔️ApiDocPreview succeeded [Detail] [Expand]
     Please click here to preview with your @microsoft account. 
    ️⚠️SDK Breaking Change Tracking warning [Detail]

    Breaking Changes Tracking

    ⚠️azure-sdk-for-go - sdk/resourcemanager/sql/armsql - 2.0.0-beta.1
    +	Field `CurrentValue` of struct `ServerUsage` has been removed
    +	Field `DisplayName` of struct `ServerUsage` has been removed
    +	Field `Family` of struct `VirtualClusterProperties` has been removed
    +	Field `Limit` of struct `ServerUsage` has been removed
    +	Field `MaintenanceConfigurationID` of struct `VirtualClusterProperties` has been removed
    +	Field `NextResetTime` of struct `ServerUsage` has been removed
    +	Field `ResourceName` of struct `ServerUsage` has been removed
    +	Field `Unit` of struct `ServerUsage` has been removed
    +	Function `*DataMaskingPoliciesClient.CreateOrUpdate` parameter(s) have been changed from `(context.Context, string, string, string, DataMaskingPolicy, *DataMaskingPoliciesClientCreateOrUpdateOptions)` to `(context.Context, string, string, string, DataMaskingPolicyName, DataMaskingPolicy, *DataMaskingPoliciesClientCreateOrUpdateOptions)`
    +	Function `*DataMaskingPoliciesClient.Get` parameter(s) have been changed from `(context.Context, string, string, string, *DataMaskingPoliciesClientGetOptions)` to `(context.Context, string, string, string, DataMaskingPolicyName, *DataMaskingPoliciesClientGetOptions)`
    +	Function `*DataMaskingRulesClient.CreateOrUpdate` parameter(s) have been changed from `(context.Context, string, string, string, string, DataMaskingRule, *DataMaskingRulesClientCreateOrUpdateOptions)` to `(context.Context, string, string, string, DataMaskingPolicyName, string, DataMaskingRule, *DataMaskingRulesClientCreateOrUpdateOptions)`
    +	Function `*DataMaskingRulesClient.NewListByDatabasePager` parameter(s) have been changed from `(string, string, string, *DataMaskingRulesClientListByDatabaseOptions)` to `(string, string, string, DataMaskingPolicyName, *DataMaskingRulesClientListByDatabaseOptions)`
    +	Function `*DatabasesClient.NewListMetricDefinitionsPager` has been removed
    +	Function `*DatabasesClient.NewListMetricsPager` has been removed
    +	Function `*ElasticPoolActivitiesClient.NewListByElasticPoolPager` has been removed
    +	Function `*ElasticPoolDatabaseActivitiesClient.NewListByElasticPoolPager` has been removed
    +	Function `*ElasticPoolsClient.NewListMetricDefinitionsPager` has been removed
    +	Function `*ElasticPoolsClient.NewListMetricsPager` has been removed
    +	Function `*GeoBackupPoliciesClient.NewListByDatabasePager` has been removed
    +	Function `*ManagedServerSecurityAlertPoliciesClient.BeginCreateOrUpdate` parameter(s) have been changed from `(context.Context, string, string, SecurityAlertPolicyName, ManagedServerSecurityAlertPolicy, *ManagedServerSecurityAlertPoliciesClientBeginCreateOrUpdateOptions)` to `(context.Context, string, string, SecurityAlertPolicyNameAutoGenerated, ManagedServerSecurityAlertPolicy, *ManagedServerSecurityAlertPoliciesClientBeginCreateOrUpdateOptions)`
    +	Function `*ManagedServerSecurityAlertPoliciesClient.Get` parameter(s) have been changed from `(context.Context, string, string, SecurityAlertPolicyName, *ManagedServerSecurityAlertPoliciesClientGetOptions)` to `(context.Context, string, string, SecurityAlertPolicyNameAutoGenerated, *ManagedServerSecurityAlertPoliciesClientGetOptions)`
    +	Function `*OutboundFirewallRulesClient.BeginCreateOrUpdate` parameter(s) have been changed from `(context.Context, string, string, string, OutboundFirewallRule, *OutboundFirewallRulesClientBeginCreateOrUpdateOptions)` to `(context.Context, string, string, string, *OutboundFirewallRulesClientBeginCreateOrUpdateOptions)`
    +	Function `*ServerCommunicationLinksClient.BeginCreateOrUpdate` has been removed
    +	Function `*ServerCommunicationLinksClient.Delete` has been removed
    +	Function `*ServerCommunicationLinksClient.Get` has been removed
    +	Function `*ServerCommunicationLinksClient.NewListByServerPager` has been removed
    +	Function `*ServerDevOpsAuditSettingsClient.BeginCreateOrUpdate` parameter(s) have been changed from `(context.Context, string, string, string, ServerDevOpsAuditingSettings, *ServerDevOpsAuditSettingsClientBeginCreateOrUpdateOptions)` to `(context.Context, string, string, DevOpsAuditingSettingsName, ServerDevOpsAuditingSettings, *ServerDevOpsAuditSettingsClientBeginCreateOrUpdateOptions)`
    +	Function `*ServerDevOpsAuditSettingsClient.Get` parameter(s) have been changed from `(context.Context, string, string, string, *ServerDevOpsAuditSettingsClientGetOptions)` to `(context.Context, string, string, DevOpsAuditingSettingsName, *ServerDevOpsAuditSettingsClientGetOptions)`
    +	Function `*ServerSecurityAlertPoliciesClient.BeginCreateOrUpdate` parameter(s) have been changed from `(context.Context, string, string, SecurityAlertPolicyName, ServerSecurityAlertPolicy, *ServerSecurityAlertPoliciesClientBeginCreateOrUpdateOptions)` to `(context.Context, string, string, SecurityAlertPolicyNameAutoGenerated, ServerSecurityAlertPolicy, *ServerSecurityAlertPoliciesClientBeginCreateOrUpdateOptions)`
    +	Function `*ServerSecurityAlertPoliciesClient.Get` parameter(s) have been changed from `(context.Context, string, string, SecurityAlertPolicyName, *ServerSecurityAlertPoliciesClientGetOptions)` to `(context.Context, string, string, SecurityAlertPolicyNameAutoGenerated, *ServerSecurityAlertPoliciesClientGetOptions)`
    +	Function `*ServiceObjectivesClient.Get` has been removed
    +	Function `*ServiceObjectivesClient.NewListByServerPager` has been removed
    +	Function `NewElasticPoolActivitiesClient` has been removed
    +	Function `NewElasticPoolDatabaseActivitiesClient` has been removed
    +	Function `NewServerCommunicationLinksClient` has been removed
    +	Function `NewServiceObjectivesClient` has been removed
    +	Operation `*ReplicationLinksClient.Delete` has been changed to LRO, use `*ReplicationLinksClient.BeginDelete` instead.
    +	Operation `*TransparentDataEncryptionsClient.CreateOrUpdate` has been changed to LRO, use `*TransparentDataEncryptionsClient.BeginCreateOrUpdate` instead.
    +	Operation `*VirtualClustersClient.UpdateDNSServers` has been changed to LRO, use `*VirtualClustersClient.BeginUpdateDNSServers` instead.
    +	Struct `DNSRefreshConfigurationProperties` has been removed
    +	Struct `ElasticPoolActivitiesClient` has been removed
    +	Struct `ElasticPoolActivityListResult` has been removed
    +	Struct `ElasticPoolActivityProperties` has been removed
    +	Struct `ElasticPoolActivity` has been removed
    +	Struct `ElasticPoolDatabaseActivitiesClient` has been removed
    +	Struct `ElasticPoolDatabaseActivityListResult` has been removed
    +	Struct `ElasticPoolDatabaseActivityProperties` has been removed
    +	Struct `ElasticPoolDatabaseActivity` has been removed
    +	Struct `MetricAvailability` has been removed
    +	Struct `MetricDefinitionListResult` has been removed
    +	Struct `MetricDefinition` has been removed
    +	Struct `MetricListResult` has been removed
    +	Struct `MetricName` has been removed
    +	Struct `MetricValue` has been removed
    +	Struct `Metric` has been removed
    +	Struct `OperationImpact` has been removed
    +	Struct `ServerCommunicationLinkListResult` has been removed
    +	Struct `ServerCommunicationLinkProperties` has been removed
    +	Struct `ServerCommunicationLink` has been removed
    +	Struct `ServerCommunicationLinksClient` has been removed
    +	Struct `ServiceObjectiveListResult` has been removed
    +	Struct `ServiceObjectiveProperties` has been removed
    +	Struct `ServiceObjective` has been removed
    +	Struct `ServiceObjectivesClient` has been removed
    +	Struct `SloUsageMetric` has been removed
    +	Struct `UpdateManagedInstanceDNSServersOperation` has been removed
    +	Struct `UpsertManagedServerOperationStep` has been removed
    +	Type alias `DNSRefreshConfigurationPropertiesStatus` has been removed
    +	Type alias `PrimaryAggregationType` has been removed
    +	Type alias `ServiceObjectiveName` has been removed
    +	Type alias `UnitDefinitionType` has been removed
    +	Type alias `UnitType` has been removed
    +	Type alias `UpsertManagedServerOperationStepStatus` has been removed
    +	Type of `JobExecutionsClientListByAgentOptions.Skip` has been changed from `*int32` to `*int64`
    +	Type of `JobExecutionsClientListByAgentOptions.Top` has been changed from `*int32` to `*int64`
    +	Type of `JobExecutionsClientListByJobOptions.Skip` has been changed from `*int32` to `*int64`
    +	Type of `JobExecutionsClientListByJobOptions.Top` has been changed from `*int32` to `*int64`
    +	Type of `JobStepExecutionsClientListByJobExecutionOptions.Skip` has been changed from `*int32` to `*int64`
    +	Type of `JobStepExecutionsClientListByJobExecutionOptions.Top` has been changed from `*int32` to `*int64`
    +	Type of `JobTargetExecutionsClientListByJobExecutionOptions.Skip` has been changed from `*int32` to `*int64`
    +	Type of `JobTargetExecutionsClientListByJobExecutionOptions.Top` has been changed from `*int32` to `*int64`
    +	Type of `JobTargetExecutionsClientListByStepOptions.Skip` has been changed from `*int32` to `*int64`
    +	Type of `JobTargetExecutionsClientListByStepOptions.Top` has been changed from `*int32` to `*int64`
    +	Type of `ManagedDatabaseRestoreDetailsProperties.NumberOfFilesDetected` has been changed from `*int64` to `*int32`
    +	Type of `ManagedDatabaseRestoreDetailsProperties.PercentCompleted` has been changed from `*float64` to `*int32`
    +	Type of `ManagedDatabaseRestoreDetailsProperties.UnrestorableFiles` has been changed from `[]*string` to `[]*ManagedDatabaseRestoreDetailsUnrestorableFileProperties`
    +	Type of `ManagedDatabaseSecurityEventsClientListByDatabaseOptions.Skip` has been changed from `*int32` to `*int64`
    +	Type of `ManagedDatabaseSecurityEventsClientListByDatabaseOptions.Top` has been changed from `*int32` to `*int64`
    +	Type of `ManagedInstanceOperationSteps.StepsList` has been changed from `[]*UpsertManagedServerOperationStep` to `[]*UpsertManagedServerOperationStepWithEstimatesAndDuration`
    +	Type of `ServerProperties.PublicNetworkAccess` has been changed from `*ServerNetworkAccessFlag` to `*ServerPublicNetworkAccessFlag`
    ⚠️azure-sdk-for-js - @azure/arm-sql - 10.0.0-beta.1
    +	Class SqlManagementClient no longer has parameter elasticPoolActivities
    +	Class SqlManagementClient no longer has parameter elasticPoolDatabaseActivities
    +	Class SqlManagementClient no longer has parameter operationsHealthOperations
    +	Class SqlManagementClient no longer has parameter serverCommunicationLinks
    +	Class SqlManagementClient no longer has parameter serviceObjectives
    +	Interface Database no longer has parameter primaryDelegatedIdentityClientId
    +	Interface DatabaseIdentity no longer has parameter delegatedResources
    +	Interface DatabaseUpdate no longer has parameter primaryDelegatedIdentityClientId
    +	Interface ServerUsage no longer has parameter name
    +	Interface ServerUsage no longer has parameter nextResetTime
    +	Interface ServerUsage no longer has parameter resourceName
    +	Interface VirtualCluster no longer has parameter family
    +	Interface VirtualCluster no longer has parameter maintenanceConfigurationId
    +	Interface VirtualClusterUpdate no longer has parameter family
    +	Interface VirtualClusterUpdate no longer has parameter maintenanceConfigurationId
    +	Operation DataMaskingPolicies.createOrUpdate has a new signature
    +	Operation DataMaskingPolicies.get has a new signature
    +	Operation DataMaskingRules.createOrUpdate has a new signature
    +	Operation DataMaskingRules.listByDatabase has a new signature
    +	Operation ManagedServerSecurityAlertPolicies.beginCreateOrUpdate has a new signature
    +	Operation ManagedServerSecurityAlertPolicies.beginCreateOrUpdateAndWait has a new signature
    +	Operation ManagedServerSecurityAlertPolicies.get has a new signature
    +	Operation OutboundFirewallRules.beginCreateOrUpdate has a new signature
    +	Operation OutboundFirewallRules.beginCreateOrUpdateAndWait has a new signature
    +	Operation ServerDevOpsAuditSettings.beginCreateOrUpdate has a new signature
    +	Operation ServerDevOpsAuditSettings.beginCreateOrUpdateAndWait has a new signature
    +	Operation ServerDevOpsAuditSettings.get has a new signature
    +	Operation ServerSecurityAlertPolicies.beginCreateOrUpdate has a new signature
    +	Operation ServerSecurityAlertPolicies.beginCreateOrUpdateAndWait has a new signature
    +	Operation ServerSecurityAlertPolicies.get has a new signature
    +	Operation SyncGroups.listLogs has a new signature
    +	Removed Enum KnownDnsRefreshConfigurationPropertiesStatus
    +	Removed Enum KnownEnum60
    +	Removed Enum KnownPrimaryAggregationType
    +	Removed Enum KnownServiceObjectiveName
    +	Removed Enum KnownUnitDefinitionType
    +	Removed Enum KnownUnitType
    +	Removed Enum KnownUpsertManagedServerOperationStepStatus
    +	Removed operation Databases.listMetricDefinitions
    +	Removed operation Databases.listMetrics
    +	Removed operation ElasticPools.listMetricDefinitions
    +	Removed operation ElasticPools.listMetrics
    +	Removed operation GeoBackupPolicies.listByDatabase
    +	Removed operation ReplicationLinks.beginUnlink
    +	Removed operation ReplicationLinks.beginUnlinkAndWait
    +	Removed operation ReplicationLinks.delete
    +	Removed operation TransparentDataEncryptions.createOrUpdate
    +	Removed operation VirtualClusters.updateDnsServers
    +	Removed operation group ElasticPoolActivities
    +	Removed operation group ElasticPoolDatabaseActivities
    +	Removed operation group OperationsHealthOperations
    +	Removed operation group ServerCommunicationLinks
    +	Removed operation group ServiceObjectives
    +	Type of parameter publicNetworkAccess of interface Server is changed from ServerNetworkAccessFlag to ServerPublicNetworkAccessFlag
    +	Type of parameter publicNetworkAccess of interface ServerUpdate is changed from ServerNetworkAccessFlag to ServerPublicNetworkAccessFlag
    +	Type of parameter stepsList of interface ManagedInstanceOperationSteps is changed from UpsertManagedServerOperationStep[] to UpsertManagedServerOperationStepWithEstimatesAndDuration[]
    +	Type of parameter unrestorableFiles of interface ManagedDatabaseRestoreDetailsResult is changed from string[] to ManagedDatabaseRestoreDetailsUnrestorableFileProperties[]
    ️✔️azure-sdk-for-python-track2 - track2_azure-mgmt-sql - 4.0.0b8
    +	Model ServerUsage no longer has parameter next_reset_time
    +	Model ServerUsage no longer has parameter resource_name
    +	Operation DataMaskingPoliciesOperations.create_or_update has a new required parameter data_masking_policy_name
    +	Operation DataMaskingPoliciesOperations.get has a new required parameter data_masking_policy_name
    +	Operation DataMaskingRulesOperations.create_or_update has a new required parameter data_masking_policy_name
    +	Operation DataMaskingRulesOperations.list_by_database has a new required parameter data_masking_policy_name
    +	Operation OutboundFirewallRulesOperations.begin_create_or_update no longer has parameter parameters
    +	Removed operation DatabasesOperations.list_metric_definitions
    +	Removed operation DatabasesOperations.list_metrics
    +	Removed operation ElasticPoolsOperations.list_metric_definitions
    +	Removed operation ElasticPoolsOperations.list_metrics
    +	Removed operation GeoBackupPoliciesOperations.list_by_database
    +	Removed operation group ElasticPoolActivitiesOperations
    +	Removed operation group ElasticPoolDatabaseActivitiesOperations
    +	Removed operation group ServerCommunicationLinksOperations
    +	Removed operation group ServiceObjectivesOperations
    ️⚠️ azure-sdk-for-python-track2 warning [Detail]
    • ⚠️Warning [Logs] Generate from d07aa14f43b1e126fd5f643dd8773d6064cbc362. SDK Automation 14.0.0
      command	sh scripts/automation_init.sh ../azure-sdk-for-python_tmp/initInput.json ../azure-sdk-for-python_tmp/initOutput.json
      cmderr	[automation_init.sh] WARNING: Skipping azure-nspkg as it is not installed.
      command	sh scripts/automation_generate.sh ../azure-sdk-for-python_tmp/generateInput.json ../azure-sdk-for-python_tmp/generateOutput.json
      cmderr	[automation_generate.sh]  notice
      cmderr	[automation_generate.sh] npm notice New major version of npm available! 8.19.3 -> 9.6.0
      cmderr	[automation_generate.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.6.0>
      cmderr	[automation_generate.sh] npm notice Run `npm install -g [email protected]` to update!
      cmderr	[automation_generate.sh] npm notice
    • ️✔️track2_azure-mgmt-sql [View full logs]  [Preview SDK Changes] Breaking Change Detected
      info	[Changelog] ### Features Added
      info	[Changelog]
      info	[Changelog]   - Added operation DistributedAvailabilityGroupsOperations.begin_set_role
      info	[Changelog]   - Added operation FailoverGroupsOperations.begin_try_planned_before_forced_failover
      info	[Changelog]   - Added operation GeoBackupPoliciesOperations.list
      info	[Changelog]   - Added operation ManagedDatabaseSensitivityLabelsOperations.list_by_database
      info	[Changelog]   - Added operation ManagedInstanceLongTermRetentionPoliciesOperations.begin_delete
      info	[Changelog]   - Added operation SensitivityLabelsOperations.list_by_database
      info	[Changelog]   - Model DataMaskingRuleListResult has a new parameter next_link
      info	[Changelog]   - Model DatabaseExtensions has a new parameter administrator_login
      info	[Changelog]   - Model DatabaseExtensions has a new parameter administrator_login_password
      info	[Changelog]   - Model DatabaseExtensions has a new parameter authentication_type
      info	[Changelog]   - Model DatabaseExtensions has a new parameter database_edition
      info	[Changelog]   - Model DatabaseExtensions has a new parameter max_size_bytes
      info	[Changelog]   - Model DatabaseExtensions has a new parameter network_isolation
      info	[Changelog]   - Model DatabaseExtensions has a new parameter service_objective_name
      info	[Changelog]   - Model DatabaseOperation has a new parameter operation_phase_details
      info	[Changelog]   - Model DistributedAvailabilityGroup has a new parameter instance_role
      info	[Changelog]   - Model EditionCapability has a new parameter zone_pinning
      info	[Changelog]   - Model ElasticPool has a new parameter availability_zone
      info	[Changelog]   - Model ElasticPool has a new parameter min_capacity
      info	[Changelog]   - Model ElasticPool has a new parameter preferred_enclave_type
      info	[Changelog]   - Model ElasticPoolEditionCapability has a new parameter zone_pinning
      info	[Changelog]   - Model ElasticPoolUpdate has a new parameter availability_zone
      info	[Changelog]   - Model ElasticPoolUpdate has a new parameter min_capacity
      info	[Changelog]   - Model ElasticPoolUpdate has a new parameter preferred_enclave_type
      info	[Changelog]   - Model GeoBackupPolicyListResult has a new parameter next_link
      info	[Changelog]   - Model ImportExportExtensionsOperationResult has a new parameter blob_uri
      info	[Changelog]   - Model ImportExportExtensionsOperationResult has a new parameter private_endpoint_connections
      info	[Changelog]   - Model ImportExportExtensionsOperationResult has a new parameter queued_time
      info	[Changelog]   - Model ManagedDatabase has a new parameter is_ledger_on
      info	[Changelog]   - Model ManagedDatabaseUpdate has a new parameter is_ledger_on
      info	[Changelog]   - Model ManagedInstancePrivateLinkProperties has a new parameter required_zone_names
      info	[Changelog]   - Model PrivateEndpointConnection has a new parameter group_ids
      info	[Changelog]   - Model ReplicationLink has a new parameter partner_database_id
      info	[Changelog]   - Model ServerUsage has a new parameter id
      info	[Changelog]   - Model ServerUsage has a new parameter type
      info	[Changelog]   - Model ServerUsageListResult has a new parameter next_link
      info	[Changelog]   - Model ServiceObjectiveCapability has a new parameter zone_pinning
      info	[Changelog]   - Model SqlVulnerabilityAssessmentScanRecord has a new parameter last_scan_time
      info	[Changelog]
      info	[Changelog] ### Breaking Changes
      info	[Changelog]
      info	[Changelog]   - Model ServerUsage no longer has parameter next_reset_time
      info	[Changelog]   - Model ServerUsage no longer has parameter resource_name
      info	[Changelog]   - Operation DataMaskingPoliciesOperations.create_or_update has a new required parameter data_masking_policy_name
      info	[Changelog]   - Operation DataMaskingPoliciesOperations.get has a new required parameter data_masking_policy_name
      info	[Changelog]   - Operation DataMaskingRulesOperations.create_or_update has a new required parameter data_masking_policy_name
      info	[Changelog]   - Operation DataMaskingRulesOperations.list_by_database has a new required parameter data_masking_policy_name
      info	[Changelog]   - Operation OutboundFirewallRulesOperations.begin_create_or_update no longer has parameter parameters
      info	[Changelog]   - Removed operation DatabasesOperations.list_metric_definitions
      info	[Changelog]   - Removed operation DatabasesOperations.list_metrics
      info	[Changelog]   - Removed operation ElasticPoolsOperations.list_metric_definitions
      info	[Changelog]   - Removed operation ElasticPoolsOperations.list_metrics
      info	[Changelog]   - Removed operation GeoBackupPoliciesOperations.list_by_database
      info	[Changelog]   - Removed operation group ElasticPoolActivitiesOperations
      info	[Changelog]   - Removed operation group ElasticPoolDatabaseActivitiesOperations
      info	[Changelog]   - Removed operation group ServerCommunicationLinksOperations
      info	[Changelog]   - Removed operation group ServiceObjectivesOperations
    ️❌ azure-sdk-for-net-track2 failed [Detail]
    • Failed [Logs] Generate from d07aa14f43b1e126fd5f643dd8773d6064cbc362. SDK Automation 14.0.0
      command	pwsh ./eng/scripts/Automation-Sdk-Init.ps1 ../azure-sdk-for-net_tmp/initInput.json ../azure-sdk-for-net_tmp/initOutput.json
      command	pwsh ./eng/scripts/Invoke-GenerateAndBuildV2.ps1 ../azure-sdk-for-net_tmp/generateInput.json ../azure-sdk-for-net_tmp/generateOutput.json
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1mGeneratePackage: �[0m/mnt/vss/_work/1/s/azure-sdk-for-net/eng/scripts/automation/GenerateAndBuildLib.ps1:672
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[36;1mLine |
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[36;1m 672 | �[0m         �[36;1mGeneratePackage -projectFolder $projectFolder -sdkRootPath $s�[0m …
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[36;1m     | �[31;1m         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1m�[36;1m     | �[31;1mFailed to generate sdk. exit code: False
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[0m
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1mGet-ChildItem: �[0m/mnt/vss/_work/1/s/azure-sdk-for-net/eng/scripts/automation/GenerateAndBuildLib.ps1:760
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[36;1mLine |
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[36;1m 760 | �[0m … rtifacts += �[36;1mGet-ChildItem $artifactsPath -Filter *.nupkg -exclude *.s�[0m …
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[36;1m     | �[31;1m               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1m�[36;1m     | �[31;1mCannot find path
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[36;1m     | �[31;1m'/mnt/vss/_work/1/s/azure-sdk-for-net/artifacts/packages/Debug/' because
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[36;1m     | �[31;1mit does not exist.
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[0m
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1mGeneratePackage: �[0m/mnt/vss/_work/1/s/azure-sdk-for-net/eng/scripts/automation/GenerateAndBuildLib.ps1:672
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[36;1mLine |
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[36;1m 672 | �[0m         �[36;1mGeneratePackage -projectFolder $projectFolder -sdkRootPath $s�[0m …
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[36;1m     | �[31;1m         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[31;1m�[36;1m     | �[31;1mFailed to generate sdk artifact
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[0m
    • Azure.ResourceManager.Sql [View full logs]  [Preview SDK Changes]
      info	[Changelog]
    ️️✔️ azure-sdk-for-java succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from d07aa14f43b1e126fd5f643dd8773d6064cbc362. SDK Automation 14.0.0
      command	./eng/mgmt/automation/init.sh ../azure-sdk-for-java_tmp/initInput.json ../azure-sdk-for-java_tmp/initOutput.json
      command	./eng/mgmt/automation/generate.py ../azure-sdk-for-java_tmp/generateInput.json ../azure-sdk-for-java_tmp/generateOutput.json
    • ️✔️azure-resourcemanager-sql-generated [View full logs]  [Preview SDK Changes]
    ️️✔️ azure-sdk-for-go succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from d07aa14f43b1e126fd5f643dd8773d6064cbc362. SDK Automation 14.0.0
      command	sh ./eng/scripts/automation_init.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
      command	generator automation-v2 ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
    • ️✔️sdk/resourcemanager/sql/armsql [View full logs]  [Preview SDK Changes] Breaking Change Detected
      Only show 120 items here, please refer to log for details.
      info	[Changelog] - New struct `ManagedServerDNSAliasProperties`
      info	[Changelog] - New struct `ManagedServerDNSAliasesClient`
      info	[Changelog] - New struct `OutboundEnvironmentEndpoint`
      info	[Changelog] - New struct `OutboundEnvironmentEndpointCollection`
      info	[Changelog] - New struct `PhaseDetails`
      info	[Changelog] - New struct `QueryCheck`
      info	[Changelog] - New struct `RefreshExternalGovernanceStatusOperationResult`
      info	[Changelog] - New struct `RefreshExternalGovernanceStatusOperationResultProperties`
      info	[Changelog] - New struct `Remediation`
      info	[Changelog] - New struct `ScheduleItem`
      info	[Changelog] - New struct `ServerConfigurationOption`
      info	[Changelog] - New struct `ServerConfigurationOptionListResult`
      info	[Changelog] - New struct `ServerConfigurationOptionProperties`
      info	[Changelog] - New struct `ServerConfigurationOptionsClient`
      info	[Changelog] - New struct `ServerUsageProperties`
      info	[Changelog] - New struct `StartStopManagedInstanceSchedule`
      info	[Changelog] - New struct `StartStopManagedInstanceScheduleListResult`
      info	[Changelog] - New struct `StartStopManagedInstanceScheduleProperties`
      info	[Changelog] - New struct `StartStopManagedInstanceSchedulesClient`
      info	[Changelog] - New struct `SynapseLinkWorkspace`
      info	[Changelog] - New struct `SynapseLinkWorkspaceInfoProperties`
      info	[Changelog] - New struct `SynapseLinkWorkspaceListResult`
      info	[Changelog] - New struct `SynapseLinkWorkspaceProperties`
      info	[Changelog] - New struct `SynapseLinkWorkspacesClient`
      info	[Changelog] - New struct `UpdateVirtualClusterDNSServersOperation`
      info	[Changelog] - New struct `UpsertManagedServerOperationStepWithEstimatesAndDuration`
      info	[Changelog] - New struct `VaRule`
      info	[Changelog] - New struct `VirtualClusterDNSServersProperties`
      info	[Changelog] - New struct `VulnerabilityAssessment`
      info	[Changelog] - New struct `VulnerabilityAssessmentBaselineClient`
      info	[Changelog] - New struct `VulnerabilityAssessmentBaselinesClient`
      info	[Changelog] - New struct `VulnerabilityAssessmentExecuteScanClient`
      info	[Changelog] - New struct `VulnerabilityAssessmentListResult`
      info	[Changelog] - New struct `VulnerabilityAssessmentPolicyProperties`
      info	[Changelog] - New struct `VulnerabilityAssessmentRuleBaselineClient`
      info	[Changelog] - New struct `VulnerabilityAssessmentRuleBaselinesClient`
      info	[Changelog] - New struct `VulnerabilityAssessmentScanForSQLError`
      info	[Changelog] - New struct `VulnerabilityAssessmentScanListResult`
      info	[Changelog] - New struct `VulnerabilityAssessmentScanRecordForSQL`
      info	[Changelog] - New struct `VulnerabilityAssessmentScanRecordForSQLListResult`
      info	[Changelog] - New struct `VulnerabilityAssessmentScanRecordForSQLProperties`
      info	[Changelog] - New struct `VulnerabilityAssessmentScanResultClient`
      info	[Changelog] - New struct `VulnerabilityAssessmentScanResultProperties`
      info	[Changelog] - New struct `VulnerabilityAssessmentScanResults`
      info	[Changelog] - New struct `VulnerabilityAssessmentScansClient`
      info	[Changelog] - New struct `VulnerabilityAssessmentsClient`
      info	[Changelog] - New struct `VulnerabilityAssessmentsSettingsClient`
      info	[Changelog] - New field `NextLink` in struct `DataMaskingRuleListResult`
      info	[Changelog] - New field `AdministratorLogin` in struct `DatabaseExtensionsProperties`
      info	[Changelog] - New field `AdministratorLoginPassword` in struct `DatabaseExtensionsProperties`
      info	[Changelog] - New field `AuthenticationType` in struct `DatabaseExtensionsProperties`
      info	[Changelog] - New field `DatabaseEdition` in struct `DatabaseExtensionsProperties`
      info	[Changelog] - New field `MaxSizeBytes` in struct `DatabaseExtensionsProperties`
      info	[Changelog] - New field `NetworkIsolation` in struct `DatabaseExtensionsProperties`
      info	[Changelog] - New field `ServiceObjectiveName` in struct `DatabaseExtensionsProperties`
      info	[Changelog] - New field `OperationPhaseDetails` in struct `DatabaseOperationProperties`
      info	[Changelog] - New field `AvailabilityZone` in struct `DatabaseProperties`
      info	[Changelog] - New field `EncryptionProtector` in struct `DatabaseProperties`
      info	[Changelog] - New field `Keys` in struct `DatabaseProperties`
      info	[Changelog] - New field `ManualCutover` in struct `DatabaseProperties`
      info	[Changelog] - New field `PerformCutover` in struct `DatabaseProperties`
      info	[Changelog] - New field `PreferredEnclaveType` in struct `DatabaseProperties`
      info	[Changelog] - New field `EncryptionProtector` in struct `DatabaseUpdateProperties`
      info	[Changelog] - New field `Keys` in struct `DatabaseUpdateProperties`
      info	[Changelog] - New field `ManualCutover` in struct `DatabaseUpdateProperties`
      info	[Changelog] - New field `PerformCutover` in struct `DatabaseUpdateProperties`
      info	[Changelog] - New field `PreferredEnclaveType` in struct `DatabaseUpdateProperties`
      info	[Changelog] - New field `Expand` in struct `DatabasesClientGetOptions`
      info	[Changelog] - New field `Filter` in struct `DatabasesClientGetOptions`
      info	[Changelog] - New field `InstanceRole` in struct `DistributedAvailabilityGroupProperties`
      info	[Changelog] - New field `ZonePinning` in struct `EditionCapability`
      info	[Changelog] - New field `ZonePinning` in struct `ElasticPoolEditionCapability`
      info	[Changelog] - New field `AvailabilityZone` in struct `ElasticPoolProperties`
      info	[Changelog] - New field `MinCapacity` in struct `ElasticPoolProperties`
      info	[Changelog] - New field `PreferredEnclaveType` in struct `ElasticPoolProperties`
      info	[Changelog] - New field `AvailabilityZone` in struct `ElasticPoolUpdateProperties`
      info	[Changelog] - New field `MinCapacity` in struct `ElasticPoolUpdateProperties`
      info	[Changelog] - New field `PreferredEnclaveType` in struct `ElasticPoolUpdateProperties`
      info	[Changelog] - New field `NextLink` in struct `GeoBackupPolicyListResult`
      info	[Changelog] - New field `BlobURI` in struct `ImportExportExtensionsOperationResultProperties`
      info	[Changelog] - New field `PrivateEndpointConnections` in struct `ImportExportExtensionsOperationResultProperties`
      info	[Changelog] - New field `QueuedTime` in struct `ImportExportExtensionsOperationResultProperties`
      info	[Changelog] - New field `SecondaryType` in struct `InstanceFailoverGroupProperties`
      info	[Changelog] - New field `CrossSubscriptionRestorableDroppedDatabaseID` in struct `ManagedDatabaseProperties`
      info	[Changelog] - New field `CrossSubscriptionSourceDatabaseID` in struct `ManagedDatabaseProperties`
      info	[Changelog] - New field `CrossSubscriptionTargetManagedInstanceID` in struct `ManagedDatabaseProperties`
      info	[Changelog] - New field `IsLedgerOn` in struct `ManagedDatabaseProperties`
      info	[Changelog] - New field `StorageContainerIdentity` in struct `ManagedDatabaseProperties`
      info	[Changelog] - New field `CurrentBackupType` in struct `ManagedDatabaseRestoreDetailsProperties`
      info	[Changelog] - New field `CurrentRestorePlanSizeMB` in struct `ManagedDatabaseRestoreDetailsProperties`
      info	[Changelog] - New field `CurrentRestoredSizeMB` in struct `ManagedDatabaseRestoreDetailsProperties`
      info	[Changelog] - New field `DiffBackupSets` in struct `ManagedDatabaseRestoreDetailsProperties`
      info	[Changelog] - New field `FullBackupSets` in struct `ManagedDatabaseRestoreDetailsProperties`
      info	[Changelog] - New field `LogBackupSets` in struct `ManagedDatabaseRestoreDetailsProperties`
      info	[Changelog] - New field `NumberOfFilesQueued` in struct `ManagedDatabaseRestoreDetailsProperties`
      info	[Changelog] - New field `NumberOfFilesRestored` in struct `ManagedDatabaseRestoreDetailsProperties`
      info	[Changelog] - New field `NumberOfFilesRestoring` in struct `ManagedDatabaseRestoreDetailsProperties`
      info	[Changelog] - New field `NumberOfFilesSkipped` in struct `ManagedDatabaseRestoreDetailsProperties`
      info	[Changelog] - New field `NumberOfFilesUnrestorable` in struct `ManagedDatabaseRestoreDetailsProperties`
      info	[Changelog] - New field `Type` in struct `ManagedDatabaseRestoreDetailsProperties`
      info	[Changelog] - New field `RequiredZoneNames` in struct `ManagedInstancePrivateLinkProperties`
      info	[Changelog] - New field `GroupIDs` in struct `PrivateEndpointConnectionProperties`
      info	[Changelog] - New field `NextLink` in struct `RecoverableDatabaseListResult`
      info	[Changelog] - New field `Keys` in struct `RecoverableDatabaseProperties`
      info	[Changelog] - New field `Expand` in struct `RecoverableDatabasesClientGetOptions`
      info	[Changelog] - New field `Filter` in struct `RecoverableDatabasesClientGetOptions`
      info	[Changelog] - New field `PartnerDatabaseID` in struct `ReplicationLinkProperties`
      info	[Changelog] - New field `Keys` in struct `RestorableDroppedDatabaseProperties`
      info	[Changelog] - New field `Expand` in struct `RestorableDroppedDatabasesClientGetOptions`
      info	[Changelog] - New field `Filter` in struct `RestorableDroppedDatabasesClientGetOptions`
      info	[Changelog] - New field `IsManagedIdentityInUse` in struct `ServerDevOpsAuditSettingsProperties`
      info	[Changelog] - New field `ExternalGovernanceStatus` in struct `ServerProperties`
      info	[Changelog] - New field `ID` in struct `ServerUsage`
      info	[Changelog] - New field `Properties` in struct `ServerUsage`
      info	[Changelog] - New field `Type` in struct `ServerUsage`
      info	[Changelog] - New field `NextLink` in struct `ServerUsageListResult`
      info	[Changelog] - New field `ZonePinning` in struct `ServiceObjectiveCapability`
      info	[Changelog] - New field `Version` in struct `VirtualClusterProperties`
      info	[Changelog]
      info	[Changelog] Total 104 breaking change(s), 420 additive change(s).
    ️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from d07aa14f43b1e126fd5f643dd8773d6064cbc362. SDK Automation 14.0.0
      command	sh .scripts/automation_init.sh ../azure-sdk-for-js_tmp/initInput.json ../azure-sdk-for-js_tmp/initOutput.json
      warn	File azure-sdk-for-js_tmp/initOutput.json not found to read
      command	sh .scripts/automation_generate.sh ../azure-sdk-for-js_tmp/generateInput.json ../azure-sdk-for-js_tmp/generateOutput.json
    • ️✔️@azure/arm-sql [View full logs]  [Preview SDK Changes] Breaking Change Detected
      Only show 120 items here, please refer to log for details.
      info	[Changelog]   - Interface RecoverableDatabasesGetOptionalParams has a new optional parameter expand
      info	[Changelog]   - Interface RecoverableDatabasesGetOptionalParams has a new optional parameter filter
      info	[Changelog]   - Interface ReplicationLink has a new optional parameter partnerDatabaseId
      info	[Changelog]   - Interface ReplicationLinksDeleteOptionalParams has a new optional parameter resumeFrom
      info	[Changelog]   - Interface ReplicationLinksDeleteOptionalParams has a new optional parameter updateIntervalInMs
      info	[Changelog]   - Interface RestorableDroppedDatabase has a new optional parameter keys
      info	[Changelog]   - Interface RestorableDroppedDatabasesGetOptionalParams has a new optional parameter expand
      info	[Changelog]   - Interface RestorableDroppedDatabasesGetOptionalParams has a new optional parameter filter
      info	[Changelog]   - Interface Server has a new optional parameter externalGovernanceStatus
      info	[Changelog]   - Interface ServerBlobAuditingPolicy has a new optional parameter isManagedIdentityInUse
      info	[Changelog]   - Interface ServerDevOpsAuditingSettings has a new optional parameter isManagedIdentityInUse
      info	[Changelog]   - Interface ServerUpdate has a new optional parameter externalGovernanceStatus
      info	[Changelog]   - Interface ServerUsageListResult has a new optional parameter nextLink
      info	[Changelog]   - Interface ServiceObjectiveCapability has a new optional parameter zonePinning
      info	[Changelog]   - Interface SqlManagementClientOptionalParams has a new optional parameter apiVersion
      info	[Changelog]   - Interface TransparentDataEncryptionsCreateOrUpdateOptionalParams has a new optional parameter resumeFrom
      info	[Changelog]   - Interface TransparentDataEncryptionsCreateOrUpdateOptionalParams has a new optional parameter updateIntervalInMs
      info	[Changelog]   - Interface VirtualCluster has a new optional parameter version
      info	[Changelog]   - Interface VirtualClustersUpdateDnsServersOptionalParams has a new optional parameter resumeFrom
      info	[Changelog]   - Interface VirtualClustersUpdateDnsServersOptionalParams has a new optional parameter updateIntervalInMs
      info	[Changelog]   - Interface VirtualClusterUpdate has a new optional parameter version
      info	[Changelog]   - Added Enum KnownAdvancedThreatProtectionName
      info	[Changelog]   - Added Enum KnownAlwaysEncryptedEnclaveType
      info	[Changelog]   - Added Enum KnownAvailabilityZoneType
      info	[Changelog]   - Added Enum KnownBaselineName
      info	[Changelog]   - Added Enum KnownDatabaseKeyType
      info	[Changelog]   - Added Enum KnownDataMaskingPolicyName
      info	[Changelog]   - Added Enum KnownDevOpsAuditingSettingsName
      info	[Changelog]   - Added Enum KnownDNSRefreshOperationStatus
      info	[Changelog]   - Added Enum KnownDtcName
      info	[Changelog]   - Added Enum KnownExternalGovernanceStatus
      info	[Changelog]   - Added Enum KnownInstanceRole
      info	[Changelog]   - Added Enum KnownManagedLedgerDigestUploadsName
      info	[Changelog]   - Added Enum KnownManagedLedgerDigestUploadsState
      info	[Changelog]   - Added Enum KnownMoveOperationMode
      info	[Changelog]   - Added Enum KnownPhase
      info	[Changelog]   - Added Enum KnownReplicationMode
      info	[Changelog]   - Added Enum KnownRoleChangeType
      info	[Changelog]   - Added Enum KnownRuleSeverity
      info	[Changelog]   - Added Enum KnownRuleStatus
      info	[Changelog]   - Added Enum KnownRuleType
      info	[Changelog]   - Added Enum KnownSecondaryInstanceType
      info	[Changelog]   - Added Enum KnownSecurityAlertPolicyNameAutoGenerated
      info	[Changelog]   - Added Enum KnownServerConfigurationOptionName
      info	[Changelog]   - Added Enum KnownServerPublicNetworkAccessFlag
      info	[Changelog]   - Added Enum KnownSQLVulnerabilityAssessmentName
      info	[Changelog]   - Added Enum KnownSqlVulnerabilityAssessmentName
      info	[Changelog]   - Added Enum KnownStartStopScheduleName
      info	[Changelog]   - Added Enum KnownStatus
      info	[Changelog]   - Added Enum KnownSyncGroupsType
      info	[Changelog]   - Enum KnownManagedDatabaseStatus has a new value DbCopying
      info	[Changelog]   - Enum KnownManagedDatabaseStatus has a new value DbMoving
      info	[Changelog]   - Enum KnownManagedDatabaseStatus has a new value Starting
      info	[Changelog]   - Enum KnownManagedDatabaseStatus has a new value Stopped
      info	[Changelog]   - Enum KnownManagedDatabaseStatus has a new value Stopping
      info	[Changelog]   - Enum KnownOperationMode has a new value Export
      info	[Changelog]   - Enum KnownOperationMode has a new value Import
      info	[Changelog]   - Enum KnownReplicationLinkType has a new value Standby
      info	[Changelog]   - Enum KnownSecondaryType has a new value Standby
      info	[Changelog]   - Enum KnownStorageCapabilityStorageAccountType has a new value Gzrs
      info	[Changelog]
      info	[Changelog] **Breaking Changes**
      info	[Changelog]
      info	[Changelog]   - Removed operation group ElasticPoolActivities
      info	[Changelog]   - Removed operation group ElasticPoolDatabaseActivities
      info	[Changelog]   - Removed operation group OperationsHealthOperations
      info	[Changelog]   - Removed operation group ServerCommunicationLinks
      info	[Changelog]   - Removed operation group ServiceObjectives
      info	[Changelog]   - Removed operation Databases.listMetricDefinitions
      info	[Changelog]   - Removed operation Databases.listMetrics
      info	[Changelog]   - Removed operation ElasticPools.listMetricDefinitions
      info	[Changelog]   - Removed operation ElasticPools.listMetrics
      info	[Changelog]   - Removed operation GeoBackupPolicies.listByDatabase
      info	[Changelog]   - Removed operation ReplicationLinks.beginUnlink
      info	[Changelog]   - Removed operation ReplicationLinks.beginUnlinkAndWait
      info	[Changelog]   - Removed operation ReplicationLinks.delete
      info	[Changelog]   - Removed operation TransparentDataEncryptions.createOrUpdate
      info	[Changelog]   - Removed operation VirtualClusters.updateDnsServers
      info	[Changelog]   - Operation DataMaskingPolicies.createOrUpdate has a new signature
      info	[Changelog]   - Operation DataMaskingPolicies.get has a new signature
      info	[Changelog]   - Operation DataMaskingRules.createOrUpdate has a new signature
      info	[Changelog]   - Operation DataMaskingRules.listByDatabase has a new signature
      info	[Changelog]   - Operation ManagedServerSecurityAlertPolicies.beginCreateOrUpdate has a new signature
      info	[Changelog]   - Operation ManagedServerSecurityAlertPolicies.beginCreateOrUpdateAndWait has a new signature
      info	[Changelog]   - Operation ManagedServerSecurityAlertPolicies.get has a new signature
      info	[Changelog]   - Operation OutboundFirewallRules.beginCreateOrUpdate has a new signature
      info	[Changelog]   - Operation OutboundFirewallRules.beginCreateOrUpdateAndWait has a new signature
      info	[Changelog]   - Operation ServerDevOpsAuditSettings.beginCreateOrUpdate has a new signature
      info	[Changelog]   - Operation ServerDevOpsAuditSettings.beginCreateOrUpdateAndWait has a new signature
      info	[Changelog]   - Operation ServerDevOpsAuditSettings.get has a new signature
      info	[Changelog]   - Operation ServerSecurityAlertPolicies.beginCreateOrUpdate has a new signature
      info	[Changelog]   - Operation ServerSecurityAlertPolicies.beginCreateOrUpdateAndWait has a new signature
      info	[Changelog]   - Operation ServerSecurityAlertPolicies.get has a new signature
      info	[Changelog]   - Operation SyncGroups.listLogs has a new signature
      info	[Changelog]   - Interface Database no longer has parameter primaryDelegatedIdentityClientId
      info	[Changelog]   - Interface DatabaseIdentity no longer has parameter delegatedResources
      info	[Changelog]   - Interface DatabaseUpdate no longer has parameter primaryDelegatedIdentityClientId
      info	[Changelog]   - Interface ServerUsage no longer has parameter name
      info	[Changelog]   - Interface ServerUsage no longer has parameter nextResetTime
      info	[Changelog]   - Interface ServerUsage no longer has parameter resourceName
      info	[Changelog]   - Interface VirtualCluster no longer has parameter family
      info	[Changelog]   - Interface VirtualCluster no longer has parameter maintenanceConfigurationId
      info	[Changelog]   - Interface VirtualClusterUpdate no longer has parameter family
      info	[Changelog]   - Interface VirtualClusterUpdate no longer has parameter maintenanceConfigurationId
      info	[Changelog]   - Type of parameter unrestorableFiles of interface ManagedDatabaseRestoreDetailsResult is changed from string[] to ManagedDatabaseRestoreDetailsUnrestorableFileProperties[]
      info	[Changelog]   - Type of parameter stepsList of interface ManagedInstanceOperationSteps is changed from UpsertManagedServerOperationStep[] to UpsertManagedServerOperationStepWithEstimatesAndDuration[]
      info	[Changelog]   - Type of parameter publicNetworkAccess of interface Server is changed from ServerNetworkAccessFlag to ServerPublicNetworkAccessFlag
      info	[Changelog]   - Type of parameter publicNetworkAccess of interface ServerUpdate is changed from ServerNetworkAccessFlag to ServerPublicNetworkAccessFlag
      info	[Changelog]   - Class SqlManagementClient no longer has parameter elasticPoolActivities
      info	[Changelog]   - Class SqlManagementClient no longer has parameter elasticPoolDatabaseActivities
      info	[Changelog]   - Class SqlManagementClient no longer has parameter operationsHealthOperations
      info	[Changelog]   - Class SqlManagementClient no longer has parameter serverCommunicationLinks
      info	[Changelog]   - Class SqlManagementClient no longer has parameter serviceObjectives
      info	[Changelog]   - Removed Enum KnownDnsRefreshConfigurationPropertiesStatus
      info	[Changelog]   - Removed Enum KnownEnum60
      info	[Changelog]   - Removed Enum KnownPrimaryAggregationType
      info	[Changelog]   - Removed Enum KnownServiceObjectiveName
      info	[Changelog]   - Removed Enum KnownUnitDefinitionType
      info	[Changelog]   - Removed Enum KnownUnitType
      info	[Changelog]   - Removed Enum KnownUpsertManagedServerOperationStepStatus
    ️🔄 azure-resource-manager-schemas inProgress [Detail]
    ️❌ azure-powershell failed [Detail]
    • Failed [Logs] Generate from d07aa14f43b1e126fd5f643dd8773d6064cbc362. SDK Automation 14.0.0
      command	sh ./tools/SwaggerCI/init.sh ../azure-powershell_tmp/initInput.json ../azure-powershell_tmp/initOutput.json
      command	pwsh ./tools/SwaggerCI/psci.ps1 ../azure-powershell_tmp/generateInput.json ../azure-powershell_tmp/generateOutput.json
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Feb 16, 2023

    Generated ApiView

    Language Package Name ApiView Link
    swagger Microsoft.Sql https://apiview.dev/Assemblies/Review/dfc5c335fcf248d7881796eb3fb95724
    Go sdk/resourcemanager/sql/armsql https://apiview.dev/Assemblies/Review/1de7fe9eafc94b4c9d2f7d2cf0374874
    JavaScript @azure/arm-sql https://apiview.dev/Assemblies/Review/9caf251873a34cf6bbfb5e0ebadba82b

    @openapi-workflow-bot
    Copy link

    Hi @subhrob, one or multiple breaking change(s) is detected in your PR. Please check out the breaking change(s), and provide business justification in the PR comment and @ PR assignee why you must have these change(s), and how external customer impact can be mitigated. Please ensure to follow breaking change policy to request breaking change review and approval before proceeding swagger PR review.
    Action: To initiate an evaluation of the breaking change, create a new intake using the template for breaking changes. Addition details on the process and office hours are on the Breaking change Wiki.
    If you want to know the production traffic statistic, please see ARM Traffic statistic.
    If you think it is false positive breaking change, please provide the reasons in the PR comment, report to Swagger Tooling Team via https://aka.ms/swaggerfeedback.
    Note: To avoid breaking change, you can refer to Shift Left Solution for detecting breaking change in early phase at your service code repository.

    @openapi-workflow-bot
    Copy link

    Hi @subhrob, Your PR has some issues. Please fix the CI sequentially by following the order of Avocado, semantic validation, model validation, breaking change, lintDiff. If you have any questions, please post your questions in this channel https://aka.ms/swaggersupport.

    TaskHow to fixPriority
    AvocadoFix-AvocadoHigh
    Semantic validationFix-SemanticValidation-ErrorHigh
    Model validationFix-ModelValidation-ErrorHigh
    LintDiffFix-LintDiffhigh
    If you need further help, please feedback via swagger feedback.

    @subhrob
    Copy link
    Contributor Author

    subhrob commented Feb 17, 2023

    Breaking changes details:
    Both the typeFormatChanged issue is due to c3daf5a#diff-4d7ad3d3168d96418afd7be9ba62554894cbc088b1df95be51c3ca35b32ac15c

    I will update that accordingly.

    AddingRequiredParameter is necessary as a new request body is introduced for the controller.
    FailoverGroupForceFailoverAllowDataLoss accepts a request body having a boolean TryPlannedBeforeForcedFailover
    Customers can continue to use their existing APIs with the older version. The DSMainDev code takes care of the backward compatibility so even with the latest version, there is no need for the customer to add the request body. It is actually optional.

    I investigated the ModelValidation failures and they are due to Issues with LROs which I didn't change.

    @ericshape
    Copy link
    Contributor

    Breaking changes details: Both the typeFormatChanged issue is due to c3daf5a#diff-4d7ad3d3168d96418afd7be9ba62554894cbc088b1df95be51c3ca35b32ac15c

    I will update that accordingly.

    AddingRequiredParameter is necessary as a new request body is introduced for the controller. FailoverGroupForceFailoverAllowDataLoss accepts a request body having a boolean TryPlannedBeforeForcedFailover

    Customers can continue to use their existing APIs with the older version. The DSMainDev code takes care of the backward compatibility so even with the latest version, there is no need for the customer to add the request body. It is actually optional.

    I investigated the ModelValidation failures and they are due to Issues with LROs which I didn't change.

    the breaking change from that PR is expected. their changes are from ARM side.

    @subhrob
    Copy link
    Contributor Author

    subhrob commented Feb 22, 2023

    Update to ModelValidation failures
    LRO and OBJECT_MISSING_REQUIRED_PROPERTY: no changes from my side.
    REQUIRED_PARAMETER_EXAMPLE_NOT_FOUND : FailoverGroupForceFailoverAllowDataLoss.json will continue to function without the request body. A new example has been added as part of this PR which gives the example for the new parameter.

    @ericshape
    Copy link
    Contributor

    Please add arm-id and other fields which have already been in the old version:

    ❌ 1023 - TypeFormatChanged The new version has a different format than the previous one.New: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L684:9Old: Microsoft.Sql/stable/2021-11-01/FailoverGroups.json#L604:9
    ❌ 1023 - TypeFormatChanged The new version has a different format than the previous one.New: Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json#L567:11Old: Microsoft.Sql/stable/2021-11-01/FailoverGroups.json#L500:11

    arm-id and other fields were added manually last week by ARM/Security team. We will add them into our swagger generation process next month. thus we need to match the old version manually in this API version.

    @subhrob
    Copy link
    Contributor Author

    subhrob commented Mar 6, 2023

    PostOperationAsyncResponseValidation

    @ericshape
    How do we fix this?
    [LongRunningOperation(LongRunningOperationAttribute.AyncOperationOption.AsyncOperation)] ?

    Tried the above, x-ms-long-running-operation-options is added, but the error does not go away.
    Trying
    [LongRunningOperation(LongRunningOperationAttribute.AyncOperationOption.Location)]

    Also how about the LroLocationHeader and the Pattern ResourceNameRestriction .
    For now, i have changed the swagger file, but how do i generate the correct thing automatically

    @AzureRestAPISpecReview AzureRestAPISpecReview added WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required and removed BreakingChangeReviewRequired <valid label in PR review process>add this label when breaking change review is required labels Mar 6, 2023
    @ericshape ericshape self-requested a review March 6, 2023 18:26
    @mentat9 mentat9 added the ARMChangesRequested <valid label in PR review process>add this label when require changes after ARM review label Mar 6, 2023
    @openapi-workflow-bot
    Copy link

    Please ensure to respond feedbacks from the ARM API reviewer. When you are ready to continue the ARM API review, please remove ARMChangesRequested

    @openapi-workflow-bot openapi-workflow-bot bot removed the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Mar 6, 2023
    @mentat9
    Copy link
    Member

    mentat9 commented Mar 6, 2023

    @subhrob - Just noticed your PR is going to an aggregation branch, removed my earlier comment.

    @mentat9 mentat9 added the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Mar 6, 2023
    @openapi-workflow-bot openapi-workflow-bot bot removed the ARMChangesRequested <valid label in PR review process>add this label when require changes after ARM review label Mar 6, 2023
    @mentat9
    Copy link
    Member

    mentat9 commented Mar 7, 2023

      "properties": {}
    

    ARM recommends against the empty/unschematized object pattern. Recommend you remove this.


    In reply to: 1458737286


    Refers to: specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json:647 in 4199eb4. [](commit_id = 4199eb4, deletion_comment = False)

    @mentat9
    Copy link
    Member

    mentat9 commented Mar 7, 2023

    @subhrob - Please complete the ARM API Review Checklist.

    @mentat9 mentat9 added the ARMChangesRequested <valid label in PR review process>add this label when require changes after ARM review label Mar 7, 2023
    @openapi-workflow-bot openapi-workflow-bot bot removed the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Mar 7, 2023
    @subhrob
    Copy link
    Contributor Author

    subhrob commented Mar 8, 2023

      "properties": {}
    

    ARM recommends against the empty/unschematized object pattern. Recommend you remove this.

    Refers to: specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json:647 in 4199eb4. [](commit_id = 4199eb4, deletion_comment = False)

    @mentat9 , Thank you for reviewing. Made the changes.

    @ericshape ericshape removed the ARMChangesRequested <valid label in PR review process>add this label when require changes after ARM review label Mar 9, 2023
    @openapi-workflow-bot openapi-workflow-bot bot added the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Mar 9, 2023
    @mentat9
    Copy link
    Member

    mentat9 commented Mar 10, 2023

            "$ref": "../../../common/v1/types.json#/parameters/SubscriptionIdParameter"
    

    Recommend moving to newest common types (v5) for new swagger code.


    Refers to: specification/sql/resource-manager/Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json:375 in 5fdbec9. [](commit_id = 5fdbec9, deletion_comment = False)

    @mentat9
    Copy link
    Member

    mentat9 commented Mar 10, 2023

    @subhrob - Signed off for ARM with comments.

    @mentat9 mentat9 added the ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review label Mar 10, 2023
    @openapi-workflow-bot openapi-workflow-bot bot removed the WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required label Mar 10, 2023
    @raych1 raych1 merged commit f3beba2 into Azure:release-sql-Microsoft.Sql-2022-11-01-preview Mar 10, 2023
    raych1 pushed a commit that referenced this pull request May 19, 2023
    * Adds base for updating Microsoft.Sql from version preview/2022-08-01-preview to version 2022-11-01-preview
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * Add Swagger API changes required for progress-reporting related changes in DatabaseOperations (#22669)
    
    * Update swagger (#22715)
    
    * Follow-up Swagger API changes required for progress-reporting related changes in DatabaseOperations  (#22775)
    
    * Add Swagger API changes required for progress-reporting related changes in DatabaseOperations
    
    * Follow up changes required for progress-reporting related changes in DatabaseOperations
    
    * updated example file
    
    * Added Failed case in list-operations examples
    
    * Update Microsoft.Sql ManagedInstance 2022-11-01-preview Swagger Docs (#22899)
    
    * Update Microsoft.sql ManagedInstance 2022-11-01-preview Swagger Docs
    
    * Address Swagger Validation Errors
    
    * Modify custom-words.txt
    
    * Manually updating arm-id format to match stable 2021-11-01 version
    
    * Adding provisioning state changes
    
    * fixing validation
    
    * adding missing space
    
    * Remove HTTP 200 from Start/Stop Actions as we only return HTTP 202
    
    ---------
    
    Co-authored-by: Jovana Toroman <[email protected]>
    
    * Update DateTime to ISO-8601 format in example file (#22986)
    
    * Add Swagger API changes required for progress-reporting related changes in DatabaseOperations
    
    * Follow up changes required for progress-reporting related changes in DatabaseOperations
    
    * updated example file
    
    * Added Failed case in list-operations examples
    
    * Update DateTime to ISo-8601 format in example file
    
    * Enable TryPlannedBeforeForcedFailover for SQL DB Failover Group (#22673)
    
    * Enable TryPlannedBeforeForcedFailover for SQL DB Failover Group
    
    * Modify example file
    
    * Add example
    
    * Fix ModelValidation issues
    
    * Fix ModelValidation issues
    
    * Add new controller
    
    * Modify example
    
    * Modify example
    
    * Update server name
    
    * Fix LintDiff
    
    * Fix model validation errors
    
    * Fix PostOperationAsyncResponseValidation, Unfix LroLocationHeader,ResourceNameRestriction
    
    * Fix PostOperationAsyncResponseValidation
    
    * Fix pending items
    
    * Update doc
    
    * Remove empty/unschematized object
    
    ---------
    
    Co-authored-by: subhrob <[email protected]>
    
    * [DO NOT MERGE] Add Archive option to LTR Policy for SQL DB (#22697)
    
    * add archival changes to LTRPolicy
    
    * fix LongTermRetentionPolicies swagger file
    
    * fix check failures
    
    * redo swagger
    
    * Update swagger documentation for Managed Instance start-stop actions (#22992)
    
    * Add NetworkSecurityPerimeterConfigurations Swagger (#22960)
    
    * Add NetworkSecurityPerimeterConfigurations Swagger
    
    * Fixes round 1
    
    * Fixes round 2
    
    * Fixes Round 3
    
    * Fixes Round 4
    
    * Fix Round 5
    
    * fixing enum (#22995)
    
    Co-authored-by: Jovana Toroman <[email protected]>
    
    * add changes (#23120)
    
    * Carry all minor changes to dev sql microsoft.sql 2022 11 01 preview (#23337)
    
    * Revert "add changes (#23120)"
    
    This reverts commit 5c348d2.
    
    Revert "[DO NOT MERGE] Add Archive option to LTR Policy for SQL DB (#22697)"
    
    This reverts commit 559f7f4.
    
    * Carrying minor changes to release branch for Microsoft.Sql 2022-11-01-preview
    
    * Reverting DatabaseAdvisors
    
    * Further reverting problematic files
    
    * Reverting a few example files
    
    * Adding back arm-id to a few files
    
    * Reverting error message change in ManagedDatabaseRestoreDetails.json, Jobs.json,ServerDevOpsAudit.json, and TransparentDataEncryptions.json
    
    * Minor fixes for Turkey name change and missing x-ms-identifier (#23637)
    
    * Fixing issues with a few breaking changes (#23943)
    
    * Minor fixes for Turkey name change and missing x-ms-identifier
    
    * Adding back missing arm-id and other missing property issues causing breaking changes incorrectly.
    
    * Fixing prettier issue with ManagedDatabases.json
    
    * Fixing arm-id format in 4 examples
    
    * Adding missing location for 202 responses on sync examples
    
    ---------
    
    Co-authored-by: Ji Wang <[email protected]>
    Co-authored-by: Mohit Agarwal <[email protected]>
    Co-authored-by: GalGoldi72 <[email protected]>
    Co-authored-by: ilijadivljan-ms <[email protected]>
    Co-authored-by: Jovana Toroman <[email protected]>
    Co-authored-by: subhrob <[email protected]>
    Co-authored-by: subhrob <[email protected]>
    Co-authored-by: CelinaJiangJXY <[email protected]>
    Co-authored-by: beoberha <[email protected]>
    Co-authored-by: toki95 <[email protected]>
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    5 participants