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

Removing Pattern from ManagedInstance to avoid incident #25295

Merged
merged 7 commits into from
Aug 22, 2023
Merged

Removing Pattern from ManagedInstance to avoid incident #25295

merged 7 commits into from
Aug 22, 2023

Conversation

jeremyfrosti
Copy link
Member

@jeremyfrosti jeremyfrosti commented Aug 14, 2023

ARM (Control Plane) API Specification Update Pull Request

PR review workflow diagram

Please understand this diagram before proceeding. It explains how to get your PR approved & merged.

diagram

[1] public repo review queue, private repo review queue
The PRs are processed by time opened, ascending. Your PR may show up on 2nd or later page.
If you addressed Step 1 from the diagram and your PR is not showing up in the queue, ensure the label ARMChangesRequested
is removed from your PR. This should cause the label WaitForARMFeedback to be added.
[2] https://aka.ms/azsdk/support/specreview-channel
[3] List of SDK breaking changes approvers in pinned Teams announcement
[4] public repo merge queue, private repo merge queue

If you need further help with anything, see Getting help section below.

Purpose of this PR

What's the purpose of this PR? Check all that apply. This is mandatory!

  • New API version. (Such PR should have been generated with OpenAPI Hub, per this wiki doc.)
  • Update existing version for a new feature. (This is applicable only when you are revising a private preview API version.)
  • Update existing version to fix swagger quality issues in S360.
  • Other, please clarify:
    • edit this with your clarification

Due diligence checklist

To merge this PR, you must go through the following checklist and confirm you understood
and followed the instructions by checking all the boxes:

Breaking changes review (Step 1)

  • If the automation determines you have breaking changes, i.e. Step 1 from the diagram applies to you,
    you must follow the breaking changes process.
    IMPORTANT This applies even if:
    • The tool fails while it shouldn't, e.g. due to runtime exception, or incorrect detection of breaking changes.
    • You believe there is no need for you to request breaking change approval, for any reason.
      Such claims must be reviewed, and the process is the same.

ARM API changes review (Step 2)

  • If this PR is in purview of ARM review then automation will add the ARMReview label.
  • If you want to force ARM review, add the label yourself.
  • Proceed according to the diagram at the top of this comment.

Getting help

@openapi-workflow-bot
Copy link

Hi, @jeremyfrosti! Thank you for your pull request. To help get your PR merged:

  • Ensure you reviewed the checklists in the PR description.
  • Know that PR assignee is the person auto-assigned and responsible for your current PR review and approval.
  • For convenient view of the API changes made by this PR, refer to the URLs provided in the table in the Generated ApiView comment added to this PR. You can use ApiView to show API versions diff.
  • @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Aug 14, 2023

    Swagger Validation Report

    ️️✔️BreakingChange succeeded [Detail] [Expand]
    There are no breaking changes.
    ️❌Breaking Change(Cross-Version): 2 Errors, 0 Warnings failed [Detail]
    compared swaggers (via Oad v0.10.4)] new version base version
    ManagedInstances.json 2023-02-01-preview(a06ff8e) 2021-11-01(main)
    ManagedInstances.json 2023-02-01-preview(a06ff8e) 2022-11-01-preview(main)

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

    Rule Message
    1019 - RemovedEnumValue The new version is removing enum value(s) 'Creating, Deleting, Updating, Unknown, Accepted, Deleted, Unrecognized, Running, NotSpecified, Registering, TimedOut' from the old version.
    New: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L952:9
    Old: Microsoft.Sql/stable/2021-11-01/ManagedInstances.json#L806:9
    1048 - AddedXmsEnum The new version adds a x-ms-enum extension.
    New: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L952:9
    Old: Microsoft.Sql/stable/2021-11-01/ManagedInstances.json#L806:9
    ️❌LintDiff: 6 Errors, 0 Warnings failed [Detail]
    compared tags (via openapi-validator v2.1.4) new version base version
    package-preview-2023-02 package-preview-2023-02(a06ff8e) package-preview-2023-02(release-sql-Microsoft.Sql-2023-02-01-preview)

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

    Rule Message Related RPC [For API reviewers]
    ResourceNameRestriction The resource name parameter 'managedInstanceName' should be defined with a 'pattern' restriction.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L170
    RPC-Uri-V1-05
    ResourceNameRestriction The resource name parameter 'managedInstanceName' should be defined with a 'pattern' restriction.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L434
    RPC-Uri-V1-05
    ResourceNameRestriction The resource name parameter 'managedInstanceName' should be defined with a 'pattern' restriction.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L476
    RPC-Uri-V1-05
    ResourceNameRestriction The resource name parameter 'managedInstanceName' should be defined with a 'pattern' restriction.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L530
    RPC-Uri-V1-05
    ResourceNameRestriction The resource name parameter 'managedInstanceName' should be defined with a 'pattern' restriction.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L576
    RPC-Uri-V1-05
    ResourceNameRestriction The resource name parameter 'managedInstanceName' should be defined with a 'pattern' restriction.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L622
    RPC-Uri-V1-05


    The following errors/warnings exist before current PR submission:

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

    Rule Message
    DefaultErrorResponseSchema the default error response schema does not correspond to the schema documented at https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#error-response-content.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L48
    ResourceNameRestriction The resource name parameter 'instancePoolName' should be defined with a 'pattern' restriction.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L65
    DefaultErrorResponseSchema the default error response schema does not correspond to the schema documented at https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#error-response-content.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L104
    DefaultErrorResponseSchema the default error response schema does not correspond to the schema documented at https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#error-response-content.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L153
    ParametersInPointGet Query parameter $expand should be removed. Point Get's MUST not have query parameters other than api version.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L177
    DefaultErrorResponseSchema the default error response schema does not correspond to the schema documented at https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#error-response-content.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L205
    DefaultErrorResponseSchema the default error response schema does not correspond to the schema documented at https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#error-response-content.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L254
    LroLocationHeader A 202 response should include an Location response header.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L257
    DefaultErrorResponseSchema the default error response schema does not correspond to the schema documented at https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#error-response-content.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L301
    LroLocationHeader A 202 response should include an Location response header.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L304
    DefaultErrorResponseSchema the default error response schema does not correspond to the schema documented at https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#error-response-content.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L354
    LroLocationHeader A 202 response should include an Location response header.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L357
    ResourceNameRestriction The resource name parameter 'managedInstanceName' should be defined with a 'pattern' restriction.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L375
    LroPostReturn 200 response for a LRO POST operation must have a response schema specified.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L376
    PostOperationAsyncResponseValidation An async POST operation must set long running operation options 'x-ms-long-running-operation-options'
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L376
    ParametersInPost replicaType is a query parameter. Post operation must not contain any query parameter other than api-version.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L382
    DefaultErrorResponseSchema the default error response schema does not correspond to the schema documented at https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#error-response-content.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L419
    LroLocationHeader A 202 response should include an Location response header.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L422
    OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'ManagedInstances' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L440
    DefaultErrorResponseSchema the default error response schema does not correspond to the schema documented at https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#error-response-content.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L462
    DefaultErrorResponseSchema the default error response schema does not correspond to the schema documented at https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#error-response-content.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L558
    LroLocationHeader A 202 response should include an Location response header.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L561
    DefaultErrorResponseSchema the default error response schema does not correspond to the schema documented at https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#error-response-content.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L604
    LroLocationHeader A 202 response should include an Location response header.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L607
    OperationIdNounVerb Per the Noun_Verb convention for Operation Ids, the noun 'ManagedInstances' should not appear after the underscore. Note: If you have already shipped an SDK on top of this spec, fixing this warning may introduce a breaking change.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L628
    DefaultErrorResponseSchema the default error response schema does not correspond to the schema documented at https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-details.md#error-response-content.
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L730
    XmsIdentifierValidation Missing identifier id in array item property
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L1366
    XmsIdentifierValidation Missing identifier id in array item property
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L1466
    XmsIdentifierValidation Missing identifier id in array item property
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L1603
    XmsIdentifierValidation Missing identifier id in array item property
    Location: Microsoft.Sql/preview/2023-02-01-preview/ManagedInstances.json#L1616
    ️️✔️Avocado succeeded [Detail] [Expand]
    Validation passes for Avocado.
    ️️✔️SwaggerAPIView succeeded [Detail] [Expand]
    ️️✔️TypeSpecAPIView 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.
    ️️✔️PR Summary succeeded [Detail] [Expand]
    Validation passes for Summary.
    ️️✔️Automated merging requirements met succeeded [Detail] [Expand]
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Aug 14, 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.2
    +	Enum `ManagedInstancePropertiesProvisioningState` has been removed
    +	Enum `PrimaryAggregationType` has been removed
    +	Enum `ReplicationMode` has been removed
    +	Enum `ServiceObjectiveName` has been removed
    +	Enum `UnitDefinitionType` has been removed
    +	Enum `UnitType` has been removed
    +	Enum `UpsertManagedServerOperationStepStatus` has been removed
    +	Field `CurrentValue`, `DisplayName`, `Limit`, `NextResetTime`, `ResourceName`, `Unit` of struct `ServerUsage` has been removed
    +	Field `LastHardenedLsn`, `LinkState`, `PrimaryAvailabilityGroupName`, `SecondaryAvailabilityGroupName`, `SourceEndpoint`, `SourceReplicaID`, `TargetDatabase`, `TargetReplicaID` of struct `DistributedAvailabilityGroupProperties` has been removed
    +	Field `ZoneRedundant` of struct `ManagedInstanceEditionCapability` has been removed
    +	Function `*ClientFactory.NewElasticPoolActivitiesClient` has been removed
    +	Function `*ClientFactory.NewElasticPoolDatabaseActivitiesClient` has been removed
    +	Function `*ClientFactory.NewServerCommunicationLinksClient` has been removed
    +	Function `*ClientFactory.NewServiceObjectivesClient` 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 `*DistributedAvailabilityGroupsClient.BeginCreateOrUpdate` parameter(s) have been changed from `(context.Context, string, string, string, DistributedAvailabilityGroup, *DistributedAvailabilityGroupsClientBeginCreateOrUpdateOptions)` to `(context.Context, string, string, string, DistributedAvailabilityGroupsCreateOrUpdateRequestBody, *DistributedAvailabilityGroupsClientBeginCreateOrUpdateOptions)`
    +	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 `*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
    +	Struct `ElasticPoolActivityListResult` has been removed
    +	Struct `ElasticPoolActivityProperties` has been removed
    +	Struct `ElasticPoolActivity` 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 `ServiceObjectiveListResult` has been removed
    +	Struct `ServiceObjectiveProperties` has been removed
    +	Struct `ServiceObjective` has been removed
    +	Struct `SloUsageMetric` has been removed
    +	Struct `UpsertManagedServerOperationStep` has been removed
    +	Type of `DistributedAvailabilityGroupProperties.ReplicationMode` has been changed from `*ReplicationMode` to `*ReplicationModeType`
    +	Type of `ImportNewDatabaseDefinition.NetworkIsolation` has been changed from `*NetworkIsolationSettings` to `*NetworkIsolationSettingsAutoGenerated`
    +	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 `LongTermRetentionPolicy.Properties` has been changed from `*BaseLongTermRetentionPolicyProperties` to `*LongTermRetentionPolicyProperties`
    +	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 `ManagedInstanceProperties.ProvisioningState` has been changed from `*ManagedInstancePropertiesProvisioningState` to `*ProvisioningState`
    ⚠️azure-sdk-for-js - @azure/arm-sql - 11.0.0-beta.1
    +	Operation DatabaseSqlVulnerabilityAssessmentScanResult.get has a new signature
    +	Operation DatabaseSqlVulnerabilityAssessmentScanResult.listByScan has a new signature
    -	Operation ManagedDatabaseVulnerabilityAssessmentRuleBaselines.createOrUpdate has a new signature
    +	Operation SqlVulnerabilityAssessmentScanResult.get has a new signature
    +	Operation SqlVulnerabilityAssessmentScanResult.listByScan has a new signature
    +	Removed Enum KnownSQLVulnerabilityAssessmentName
    -	Type of parameter networkIsolation of interface ExportDatabaseDefinition is changed from NetworkIsolationSettings to NetworkIsolationSettingsAutoGenerated
    -	Type of parameter networkIsolation of interface ImportExistingDatabaseDefinition is changed from NetworkIsolationSettings to NetworkIsolationSettingsAutoGenerated
    -	Type of parameter networkIsolation of interface ImportNewDatabaseDefinition is changed from NetworkIsolationSettings to NetworkIsolationSettingsAutoGenerated2
    +	Type of parameter networkIsolation of interface ImportNewDatabaseDefinition is changed from NetworkIsolationSettings to NetworkIsolationSettingsAutoGenerated
    ⚠️azure-sdk-for-python-track2 - track2_azure-mgmt-sql - 4.0.0b11
    +	Model DistributedAvailabilityGroup no longer has parameter last_hardened_lsn
    +	Model DistributedAvailabilityGroup no longer has parameter link_state
    +	Model DistributedAvailabilityGroup no longer has parameter primary_availability_group_name
    +	Model DistributedAvailabilityGroup no longer has parameter secondary_availability_group_name
    +	Model DistributedAvailabilityGroup no longer has parameter source_endpoint
    +	Model DistributedAvailabilityGroup no longer has parameter source_replica_id
    +	Model DistributedAvailabilityGroup no longer has parameter target_database
    +	Model DistributedAvailabilityGroup no longer has parameter target_replica_id
    +	Model ManagedInstanceEditionCapability no longer has parameter zone_redundant
    +	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 8f34b63f536ea3c10dcc35e393460bd7e76d34ec. 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]
      cmderr	[automation_generate.sh] npm notice New minor version of npm available! 9.6.7 -> 9.8.1
      cmderr	[automation_generate.sh] npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.8.1>
      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 GeoBackupPoliciesOperations.list
      info	[Changelog]   - Added operation ManagedDatabaseSensitivityLabelsOperations.list_by_database
      info	[Changelog]   - Added operation ManagedInstanceLongTermRetentionPoliciesOperations.begin_delete
      info	[Changelog]   - Added operation ManagedInstancesOperations.begin_refresh_status
      info	[Changelog]   - Added operation SensitivityLabelsOperations.list_by_database
      info	[Changelog]   - Added operation group NetworkSecurityPerimeterConfigurationsOperations
      info	[Changelog]   - Model DataMaskingRuleListResult has a new parameter next_link
      info	[Changelog]   - Model Database has a new parameter encryption_protector_auto_rotation
      info	[Changelog]   - Model Database has a new parameter free_limit_exhaustion_behavior
      info	[Changelog]   - Model Database has a new parameter use_free_limit
      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 DatabaseUpdate has a new parameter encryption_protector_auto_rotation
      info	[Changelog]   - Model DatabaseUpdate has a new parameter free_limit_exhaustion_behavior
      info	[Changelog]   - Model DatabaseUpdate has a new parameter use_free_limit
      info	[Changelog]   - Model DistributedAvailabilityGroup has a new parameter databases
      info	[Changelog]   - Model DistributedAvailabilityGroup has a new parameter distributed_availability_group_name
      info	[Changelog]   - Model DistributedAvailabilityGroup has a new parameter instance_availability_group_name
      info	[Changelog]   - Model DistributedAvailabilityGroup has a new parameter instance_link_role
      info	[Changelog]   - Model DistributedAvailabilityGroup has a new parameter partner_availability_group_name
      info	[Changelog]   - Model DistributedAvailabilityGroup has a new parameter partner_endpoint
      info	[Changelog]   - Model DistributedAvailabilityGroup has a new parameter partner_link_role
      info	[Changelog]   - Model EditionCapability has a new parameter zone_pinning
      info	[Changelog]   - Model ElasticPoolEditionCapability has a new parameter zone_pinning
      info	[Changelog]   - Model FailoverGroupReadOnlyEndpoint has a new parameter target_server
      info	[Changelog]   - Model FailoverGroupUpdate has a new parameter partner_servers
      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 LongTermRetentionBackup has a new parameter is_backup_immutable
      info	[Changelog]   - Model LongTermRetentionPolicy has a new parameter make_backups_immutable
      info	[Changelog]   - Model ManagedInstance has a new parameter create_time
      info	[Changelog]   - Model ManagedInstance has a new parameter external_governance_status
      info	[Changelog]   - Model ManagedInstance has a new parameter hybrid_secondary_usage
      info	[Changelog]   - Model ManagedInstance has a new parameter hybrid_secondary_usage_detected
      info	[Changelog]   - Model ManagedInstance has a new parameter is_general_purpose_v2
      info	[Changelog]   - Model ManagedInstance has a new parameter pricing_model
      info	[Changelog]   - Model ManagedInstance has a new parameter storage_i_ops
      info	[Changelog]   - Model ManagedInstance has a new parameter storage_throughput_m_bps
      info	[Changelog]   - Model ManagedInstance has a new parameter virtual_cluster_id
      info	[Changelog]   - Model ManagedInstanceEditionCapability has a new parameter is_general_purpose_v2
      info	[Changelog]   - Model ManagedInstanceFamilyCapability has a new parameter zone_redundant
      info	[Changelog]   - Model ManagedInstancePrivateLinkProperties has a new parameter required_zone_names
      info	[Changelog]   - Model ManagedInstanceUpdate has a new parameter create_time
      info	[Changelog]   - Model ManagedInstanceUpdate has a new parameter external_governance_status
      info	[Changelog]   - Model ManagedInstanceUpdate has a new parameter hybrid_secondary_usage
      info	[Changelog]   - Model ManagedInstanceUpdate has a new parameter hybrid_secondary_usage_detected
      info	[Changelog]   - Model ManagedInstanceUpdate has a new parameter is_general_purpose_v2
      info	[Changelog]   - Model ManagedInstanceUpdate has a new parameter pricing_model
      info	[Changelog]   - Model ManagedInstanceUpdate has a new parameter storage_i_ops
      info	[Changelog]   - Model ManagedInstanceUpdate has a new parameter storage_throughput_m_bps
      info	[Changelog]   - Model ManagedInstanceUpdate has a new parameter virtual_cluster_id
      info	[Changelog]   - Model ManagedInstanceVcoresCapability has a new parameter included_storage_i_ops
      info	[Changelog]   - Model ManagedInstanceVcoresCapability has a new parameter included_storage_throughput_m_bps
      info	[Changelog]   - Model ManagedInstanceVcoresCapability has a new parameter iops_included_value_override_factor_per_selected_storage_gb
      info	[Changelog]   - Model ManagedInstanceVcoresCapability has a new parameter iops_min_value_override_factor_per_selected_storage_gb
      info	[Changelog]   - Model ManagedInstanceVcoresCapability has a new parameter supported_storage_i_ops
      info	[Changelog]   - Model ManagedInstanceVcoresCapability has a new parameter supported_storage_throughput_m_bps
      info	[Changelog]   - Model ManagedInstanceVcoresCapability has a new parameter throughput_m_bps_included_value_override_factor_per_selected_storage_gb
      info	[Changelog]   - Model ManagedInstanceVcoresCapability has a new parameter throughput_m_bps_min_value_override_factor_per_selected_storage_gb
      info	[Changelog]   - Model ReplicationLink has a new parameter partner_database_id
      info	[Changelog]   - Model Server has a new parameter is_i_pv6_enabled
      info	[Changelog]   - Model ServerUpdate has a new parameter is_i_pv6_enabled
      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 supported_free_limit_exhaustion_behaviors
      info	[Changelog]   - Model ServiceObjectiveCapability has a new parameter zone_pinning
      info	[Changelog]
      info	[Changelog] ### Breaking Changes
      info	[Changelog]
      info	[Changelog]   - Model DistributedAvailabilityGroup no longer has parameter last_hardened_lsn
      info	[Changelog]   - Model DistributedAvailabilityGroup no longer has parameter link_state
      info	[Changelog]   - Model DistributedAvailabilityGroup no longer has parameter primary_availability_group_name
      info	[Changelog]   - Model DistributedAvailabilityGroup no longer has parameter secondary_availability_group_name
      info	[Changelog]   - Model DistributedAvailabilityGroup no longer has parameter source_endpoint
      info	[Changelog]   - Model DistributedAvailabilityGroup no longer has parameter source_replica_id
      info	[Changelog]   - Model DistributedAvailabilityGroup no longer has parameter target_database
      info	[Changelog]   - Model DistributedAvailabilityGroup no longer has parameter target_replica_id
      info	[Changelog]   - Model ManagedInstanceEditionCapability no longer has parameter zone_redundant
      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 8f34b63f536ea3c10dcc35e393460bd7e76d34ec. 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:712
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[36;1mLine |
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[36;1m 712 | �[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:805
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[36;1mLine |
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[36;1m 805 | �[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:712
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[36;1mLine |
      cmderr	[Invoke-GenerateAndBuildV2.ps1] �[36;1m 712 | �[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 warning [Detail]
    • ⚠️Warning [Logs] Generate from 8f34b63f536ea3c10dcc35e393460bd7e76d34ec. 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
      cmderr	[init.sh] [notice] A new release of pip is available: 23.0.1 -> 23.2.1
      cmderr	[init.sh] [notice] To update, run: pip install --upgrade pip
      cmderr	[init.sh] [notice] A new release of pip is available: 23.0.1 -> 23.2.1
      cmderr	[init.sh] [notice] To update, run: pip install --upgrade pip
      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 8f34b63f536ea3c10dcc35e393460bd7e76d34ec. 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] - Function `*ElasticPoolsClient.NewListMetricsPager` has been removed
      info	[Changelog] - Function `*GeoBackupPoliciesClient.NewListByDatabasePager` has been removed
      info	[Changelog] - Function `NewServerCommunicationLinksClient` has been removed
      info	[Changelog] - Function `*ServerCommunicationLinksClient.BeginCreateOrUpdate` has been removed
      info	[Changelog] - Function `*ServerCommunicationLinksClient.Delete` has been removed
      info	[Changelog] - Function `*ServerCommunicationLinksClient.Get` has been removed
      info	[Changelog] - Function `*ServerCommunicationLinksClient.NewListByServerPager` has been removed
      info	[Changelog] - Function `NewServiceObjectivesClient` has been removed
      info	[Changelog] - Function `*ServiceObjectivesClient.Get` has been removed
      info	[Changelog] - Function `*ServiceObjectivesClient.NewListByServerPager` has been removed
      info	[Changelog] - Struct `ElasticPoolActivity` has been removed
      info	[Changelog] - Struct `ElasticPoolActivityListResult` has been removed
      info	[Changelog] - Struct `ElasticPoolActivityProperties` has been removed
      info	[Changelog] - Struct `ElasticPoolDatabaseActivity` has been removed
      info	[Changelog] - Struct `ElasticPoolDatabaseActivityListResult` has been removed
      info	[Changelog] - Struct `ElasticPoolDatabaseActivityProperties` has been removed
      info	[Changelog] - Struct `Metric` has been removed
      info	[Changelog] - Struct `MetricAvailability` has been removed
      info	[Changelog] - Struct `MetricDefinition` has been removed
      info	[Changelog] - Struct `MetricDefinitionListResult` has been removed
      info	[Changelog] - Struct `MetricListResult` has been removed
      info	[Changelog] - Struct `MetricName` has been removed
      info	[Changelog] - Struct `MetricValue` has been removed
      info	[Changelog] - Struct `OperationImpact` has been removed
      info	[Changelog] - Struct `ServerCommunicationLink` has been removed
      info	[Changelog] - Struct `ServerCommunicationLinkListResult` has been removed
      info	[Changelog] - Struct `ServerCommunicationLinkProperties` has been removed
      info	[Changelog] - Struct `ServiceObjective` has been removed
      info	[Changelog] - Struct `ServiceObjectiveListResult` has been removed
      info	[Changelog] - Struct `ServiceObjectiveProperties` has been removed
      info	[Changelog] - Struct `SloUsageMetric` has been removed
      info	[Changelog] - Struct `UpsertManagedServerOperationStep` has been removed
      info	[Changelog] - Field `LastHardenedLsn`, `LinkState`, `PrimaryAvailabilityGroupName`, `SecondaryAvailabilityGroupName`, `SourceEndpoint`, `SourceReplicaID`, `TargetDatabase`, `TargetReplicaID` of struct `DistributedAvailabilityGroupProperties` has been removed
      info	[Changelog] - Field `ZoneRedundant` of struct `ManagedInstanceEditionCapability` has been removed
      info	[Changelog] - Field `CurrentValue`, `DisplayName`, `Limit`, `NextResetTime`, `ResourceName`, `Unit` of struct `ServerUsage` has been removed
      info	[Changelog]
      info	[Changelog] ### Features Added
      info	[Changelog]
      info	[Changelog] - New value `OperationModeExport`, `OperationModeImport` added to enum type `OperationMode`
      info	[Changelog] - New value `StorageCapabilityStorageAccountTypeGZRS` added to enum type `StorageCapabilityStorageAccountType`
      info	[Changelog] - New enum type `DataMaskingPolicyName` with values `DataMaskingPolicyNameDefault`
      info	[Changelog] - New enum type `FreeLimitExhaustionBehavior` with values `FreeLimitExhaustionBehaviorAutoPause`, `FreeLimitExhaustionBehaviorBillOverUsage`
      info	[Changelog] - New enum type `FreemiumType` with values `FreemiumTypeFreemium`, `FreemiumTypeRegular`
      info	[Changelog] - New enum type `HybridSecondaryUsage` with values `HybridSecondaryUsageActive`, `HybridSecondaryUsagePassive`
      info	[Changelog] - New enum type `HybridSecondaryUsageDetected` with values `HybridSecondaryUsageDetectedActive`, `HybridSecondaryUsageDetectedPassive`
      info	[Changelog] - New enum type `InstanceRole` with values `InstanceRolePrimary`, `InstanceRoleSecondary`
      info	[Changelog] - New enum type `LinkRole` with values `LinkRolePrimary`, `LinkRoleSecondary`
      info	[Changelog] - New enum type `Phase` with values `PhaseCatchup`, `PhaseCopying`, `PhaseCutoverInProgress`, `PhaseWaitingForCutover`
      info	[Changelog] - New enum type `ReplicaConnectedState` with values `ReplicaConnectedStateCONNECTED`, `ReplicaConnectedStateDISCONNECTED`
      info	[Changelog] - New enum type `ReplicaSynchronizationHealth` with values `ReplicaSynchronizationHealthHEALTHY`, `ReplicaSynchronizationHealthNOTHEALTHY`, `ReplicaSynchronizationHealthPARTIALLYHEALTHY`
      info	[Changelog] - New enum type `ReplicationModeType` with values `ReplicationModeTypeAsync`, `ReplicationModeTypeSync`
      info	[Changelog] - New enum type `RoleChangeType` with values `RoleChangeTypeForced`, `RoleChangeTypePlanned`
      info	[Changelog] - New enum type `SecurityAlertPolicyNameAutoGenerated` with values `SecurityAlertPolicyNameAutoGeneratedDefault`
      info	[Changelog] - New enum type `Status` with values `StatusCanceled`, `StatusCompleted`, `StatusFailed`, `StatusInProgress`, `StatusNotStarted`, `StatusSlowedDown`
      info	[Changelog] - New function `*ClientFactory.NewNetworkSecurityPerimeterConfigurationsClient() *NetworkSecurityPerimeterConfigurationsClient`
      info	[Changelog] - New function `*DistributedAvailabilityGroupsClient.BeginSetRole(context.Context, string, string, string, DistributedAvailabilityGroupSetRole, *DistributedAvailabilityGroupsClientBeginSetRoleOptions) (*runtime.Poller[DistributedAvailabilityGroupsClientSetRoleResponse], error)`
      info	[Changelog] - New function `*GeoBackupPoliciesClient.NewListPager(string, string, string, *GeoBackupPoliciesClientListOptions) *runtime.Pager[GeoBackupPoliciesClientListResponse]`
      info	[Changelog] - New function `*ManagedDatabaseSensitivityLabelsClient.NewListByDatabasePager(string, string, string, *ManagedDatabaseSensitivityLabelsClientListByDatabaseOptions) *runtime.Pager[ManagedDatabaseSensitivityLabelsClientListByDatabaseResponse]`
      info	[Changelog] - New function `*ManagedInstanceLongTermRetentionPoliciesClient.BeginDelete(context.Context, string, string, string, ManagedInstanceLongTermRetentionPolicyName, *ManagedInstanceLongTermRetentionPoliciesClientBeginDeleteOptions) (*runtime.Poller[ManagedInstanceLongTermRetentionPoliciesClientDeleteResponse], error)`
      info	[Changelog] - New function `*ManagedInstancesClient.BeginRefreshStatus(context.Context, string, string, *ManagedInstancesClientBeginRefreshStatusOptions) (*runtime.Poller[ManagedInstancesClientRefreshStatusResponse], error)`
      info	[Changelog] - New function `*SensitivityLabelsClient.NewListByDatabasePager(string, string, string, *SensitivityLabelsClientListByDatabaseOptions) *runtime.Pager[SensitivityLabelsClientListByDatabaseResponse]`
      info	[Changelog] - New function `NewNetworkSecurityPerimeterConfigurationsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*NetworkSecurityPerimeterConfigurationsClient, error)`
      info	[Changelog] - New function `*NetworkSecurityPerimeterConfigurationsClient.Get(context.Context, string, string, string, *NetworkSecurityPerimeterConfigurationsClientGetOptions) (NetworkSecurityPerimeterConfigurationsClientGetResponse, error)`
      info	[Changelog] - New function `*NetworkSecurityPerimeterConfigurationsClient.NewListByServerPager(string, string, *NetworkSecurityPerimeterConfigurationsClientListByServerOptions) *runtime.Pager[NetworkSecurityPerimeterConfigurationsClientListByServerResponse]`
      info	[Changelog] - New function `*NetworkSecurityPerimeterConfigurationsClient.BeginReconcile(context.Context, string, string, string, *NetworkSecurityPerimeterConfigurationsClientBeginReconcileOptions) (*runtime.Poller[NetworkSecurityPerimeterConfigurationsClientReconcileResponse], error)`
      info	[Changelog] - New struct `CertificateInfo`
      info	[Changelog] - New struct `CreateOrUpdateProperties`
      info	[Changelog] - New struct `DistributedAvailabilityGroupDatabase`
      info	[Changelog] - New struct `DistributedAvailabilityGroupSetRole`
      info	[Changelog] - New struct `DistributedAvailabilityGroupsCreateOrUpdateRequestBody`
      info	[Changelog] - New struct `ErrorAdditionalInfo`
      info	[Changelog] - New struct `ErrorDetail`
      info	[Changelog] - New struct `ErrorResponse`
      info	[Changelog] - New struct `FreeLimitExhaustionBehaviorCapability`
      info	[Changelog] - New struct `LongTermRetentionPolicyProperties`
      info	[Changelog] - New struct `MaxLimitRangeCapability`
      info	[Changelog] - New struct `NSPConfigAccessRule`
      info	[Changelog] - New struct `NSPConfigAccessRuleProperties`
      info	[Changelog] - New struct `NSPConfigAssociation`
      info	[Changelog] - New struct `NSPConfigNetworkSecurityPerimeterRule`
      info	[Changelog] - New struct `NSPConfigPerimeter`
      info	[Changelog] - New struct `NSPConfigProfile`
      info	[Changelog] - New struct `NSPProvisioningIssue`
      info	[Changelog] - New struct `NSPProvisioningIssueProperties`
      info	[Changelog] - New struct `NetworkIsolationSettingsAutoGenerated`
      info	[Changelog] - New struct `NetworkSecurityPerimeterConfiguration`
      info	[Changelog] - New struct `NetworkSecurityPerimeterConfigurationListResult`
      info	[Changelog] - New struct `NetworkSecurityPerimeterConfigurationProperties`
      info	[Changelog] - New struct `PhaseDetails`
      info	[Changelog] - New struct `RefreshExternalGovernanceStatusOperationResultMI`
      info	[Changelog] - New struct `RefreshExternalGovernanceStatusOperationResultPropertiesMI`
      info	[Changelog] - New struct `ServerUsageProperties`
      info	[Changelog] - New struct `UpsertManagedServerOperationStepWithEstimatesAndDuration`
      info	[Changelog] - New field `NextLink` in struct `DataMaskingRuleListResult`
      info	[Changelog] - New field `AdministratorLogin`, `AdministratorLoginPassword`, `AuthenticationType`, `DatabaseEdition`, `MaxSizeBytes`, `NetworkIsolation`, `ServiceObjectiveName` in struct `DatabaseExtensionsProperties`
      info	[Changelog] - New field `OperationPhaseDetails` in struct `DatabaseOperationProperties`
      info	[Changelog] - New field `EncryptionProtectorAutoRotation`, `FreeLimitExhaustionBehavior`, `UseFreeLimit` in struct `DatabaseProperties`
      info	[Changelog] - New field `EncryptionProtectorAutoRotation`, `FreeLimitExhaustionBehavior`, `UseFreeLimit` in struct `DatabaseUpdateProperties`
      info	[Changelog] - New field `Databases`, `DistributedAvailabilityGroupName`, `InstanceAvailabilityGroupName`, `InstanceLinkRole`, `PartnerAvailabilityGroupName`, `PartnerEndpoint`, `PartnerLinkRole` in struct `DistributedAvailabilityGroupProperties`
      info	[Changelog] - New field `ZonePinning` in struct `EditionCapability`
      info	[Changelog] - New field `ZonePinning` in struct `ElasticPoolEditionCapability`
      info	[Changelog] - New field `TargetServer` in struct `FailoverGroupReadOnlyEndpoint`
      info	[Changelog] - New field `PartnerServers` in struct `FailoverGroupUpdateProperties`
      info	[Changelog] - New field `NextLink` in struct `GeoBackupPolicyListResult`
      info	[Changelog] - New field `BlobURI`, `PrivateEndpointConnections`, `QueuedTime` in struct `ImportExportExtensionsOperationResultProperties`
      info	[Changelog] - New field `IsBackupImmutable` in struct `LongTermRetentionBackupProperties`
      info	[Changelog] - New field `IsGeneralPurposeV2` in struct `ManagedInstanceEditionCapability`
      info	[Changelog] - New field `ZoneRedundant` in struct `ManagedInstanceFamilyCapability`
      info	[Changelog] - New field `RequiredZoneNames` in struct `ManagedInstancePrivateLinkProperties`
      info	[Changelog] - New field `CreateTime`, `ExternalGovernanceStatus`, `HybridSecondaryUsage`, `HybridSecondaryUsageDetected`, `IsGeneralPurposeV2`, `PricingModel`, `StorageIOps`, `StorageThroughputMBps`, `VirtualClusterID` in struct `ManagedInstanceProperties`
      info	[Changelog] - New field `IncludedStorageIOps`, `IncludedStorageThroughputMBps`, `IopsIncludedValueOverrideFactorPerSelectedStorageGB`, `IopsMinValueOverrideFactorPerSelectedStorageGB`, `SupportedStorageIOps`, `SupportedStorageThroughputMBps`, `ThroughputMBpsIncludedValueOverrideFactorPerSelectedStorageGB`, `ThroughputMBpsMinValueOverrideFactorPerSelectedStorageGB` in struct `ManagedInstanceVcoresCapability`
      info	[Changelog] - New anonymous field `ManagedInstance` in struct `ManagedInstancesClientStartResponse`
      info	[Changelog] - New anonymous field `ManagedInstance` in struct `ManagedInstancesClientStopResponse`
      info	[Changelog] - New field `PartnerDatabaseID` in struct `ReplicationLinkProperties`
      info	[Changelog] - New field `IsIPv6Enabled` in struct `ServerProperties`
      info	[Changelog] - New field `ID`, `Properties`, `Type` in struct `ServerUsage`
      info	[Changelog] - New field `NextLink` in struct `ServerUsageListResult`
      info	[Changelog] - New field `SupportedFreeLimitExhaustionBehaviors`, `ZonePinning` in struct `ServiceObjectiveCapability`
      info	[Changelog]
      info	[Changelog] Total 96 breaking change(s), 142 additive change(s).
    ️️✔️ azure-sdk-for-js succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from 8f34b63f536ea3c10dcc35e393460bd7e76d34ec. 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 ImportExportExtensionsOperationResult has a new optional parameter privateEndpointConnections
      info	[Changelog]   - Interface ImportExportExtensionsOperationResult has a new optional parameter queuedTime
      info	[Changelog]   - Interface LongTermRetentionBackup has a new optional parameter isBackupImmutable
      info	[Changelog]   - Interface LongTermRetentionPolicy has a new optional parameter makeBackupsImmutable
      info	[Changelog]   - Interface ManagedDatabase has a new optional parameter isLedgerOn
      info	[Changelog]   - Interface ManagedDatabaseUpdate has a new optional parameter isLedgerOn
      info	[Changelog]   - Interface ManagedInstance has a new optional parameter createTime
      info	[Changelog]   - Interface ManagedInstance has a new optional parameter externalGovernanceStatus
      info	[Changelog]   - Interface ManagedInstance has a new optional parameter hybridSecondaryUsage
      info	[Changelog]   - Interface ManagedInstance has a new optional parameter hybridSecondaryUsageDetected
      info	[Changelog]   - Interface ManagedInstance has a new optional parameter isGeneralPurposeV2
      info	[Changelog]   - Interface ManagedInstance has a new optional parameter pricingModel
      info	[Changelog]   - Interface ManagedInstance has a new optional parameter storageIOps
      info	[Changelog]   - Interface ManagedInstance has a new optional parameter storageThroughputMBps
      info	[Changelog]   - Interface ManagedInstance has a new optional parameter virtualClusterId
      info	[Changelog]   - Interface ManagedInstanceEditionCapability has a new optional parameter isGeneralPurposeV2
      info	[Changelog]   - Interface ManagedInstanceFamilyCapability has a new optional parameter zoneRedundant
      info	[Changelog]   - Interface ManagedInstancePrivateLinkProperties has a new optional parameter requiredZoneNames
      info	[Changelog]   - Interface ManagedInstanceUpdate has a new optional parameter createTime
      info	[Changelog]   - Interface ManagedInstanceUpdate has a new optional parameter externalGovernanceStatus
      info	[Changelog]   - Interface ManagedInstanceUpdate has a new optional parameter hybridSecondaryUsage
      info	[Changelog]   - Interface ManagedInstanceUpdate has a new optional parameter hybridSecondaryUsageDetected
      info	[Changelog]   - Interface ManagedInstanceUpdate has a new optional parameter isGeneralPurposeV2
      info	[Changelog]   - Interface ManagedInstanceUpdate has a new optional parameter pricingModel
      info	[Changelog]   - Interface ManagedInstanceUpdate has a new optional parameter storageIOps
      info	[Changelog]   - Interface ManagedInstanceUpdate has a new optional parameter storageThroughputMBps
      info	[Changelog]   - Interface ManagedInstanceUpdate has a new optional parameter virtualClusterId
      info	[Changelog]   - Interface ManagedInstanceVcoresCapability has a new optional parameter includedStorageIOps
      info	[Changelog]   - Interface ManagedInstanceVcoresCapability has a new optional parameter includedStorageThroughputMBps
      info	[Changelog]   - Interface ManagedInstanceVcoresCapability has a new optional parameter iopsIncludedValueOverrideFactorPerSelectedStorageGB
      info	[Changelog]   - Interface ManagedInstanceVcoresCapability has a new optional parameter iopsMinValueOverrideFactorPerSelectedStorageGB
      info	[Changelog]   - Interface ManagedInstanceVcoresCapability has a new optional parameter supportedStorageIOps
      info	[Changelog]   - Interface ManagedInstanceVcoresCapability has a new optional parameter supportedStorageThroughputMBps
      info	[Changelog]   - Interface ManagedInstanceVcoresCapability has a new optional parameter throughputMBpsIncludedValueOverrideFactorPerSelectedStorageGB
      info	[Changelog]   - Interface ManagedInstanceVcoresCapability has a new optional parameter throughputMBpsMinValueOverrideFactorPerSelectedStorageGB
      info	[Changelog]   - Interface PrivateEndpointConnection has a new optional parameter groupIds
      info	[Changelog]   - Interface ReplicationLink has a new optional parameter partnerDatabaseId
      info	[Changelog]   - Interface Server has a new optional parameter isIPv6Enabled
      info	[Changelog]   - Interface ServerUpdate has a new optional parameter isIPv6Enabled
      info	[Changelog]   - Interface ServerUsageListResult has a new optional parameter nextLink
      info	[Changelog]   - Interface ServiceObjectiveCapability has a new optional parameter supportedFreeLimitExhaustionBehaviors
      info	[Changelog]   - Interface ServiceObjectiveCapability has a new optional parameter zonePinning
      info	[Changelog]   - Interface SqlManagementClientOptionalParams has a new optional parameter apiVersion
      info	[Changelog]   - Interface SqlVulnerabilityAssessmentScanRecord has a new optional parameter lastScanTime
      info	[Changelog]   - Added Enum KnownDataMaskingPolicyName
      info	[Changelog]   - Added Enum KnownFreeLimitExhaustionBehavior
      info	[Changelog]   - Added Enum KnownFreemiumType
      info	[Changelog]   - Added Enum KnownHybridSecondaryUsage
      info	[Changelog]   - Added Enum KnownHybridSecondaryUsageDetected
      info	[Changelog]   - Added Enum KnownInstanceRole
      info	[Changelog]   - Added Enum KnownLinkRole
      info	[Changelog]   - Added Enum KnownPhase
      info	[Changelog]   - Added Enum KnownReplicaConnectedState
      info	[Changelog]   - Added Enum KnownReplicaSynchronizationHealth
      info	[Changelog]   - Added Enum KnownReplicationModeType
      info	[Changelog]   - Added Enum KnownRoleChangeType
      info	[Changelog]   - Added Enum KnownSecurityAlertPolicyNameAutoGenerated
      info	[Changelog]   - Added Enum KnownStatus
      info	[Changelog]   - Enum KnownOperationMode has a new value Export
      info	[Changelog]   - Enum KnownOperationMode has a new value Import
      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 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]   - Operation DatabaseSqlVulnerabilityAssessmentScanResult.get has a new signature
      info	[Changelog]   - Operation DatabaseSqlVulnerabilityAssessmentScanResult.listByScan has a new signature
      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 DistributedAvailabilityGroups.beginCreateOrUpdate has a new signature
      info	[Changelog]   - Operation DistributedAvailabilityGroups.beginCreateOrUpdateAndWait 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 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 SqlVulnerabilityAssessmentScanResult.get has a new signature
      info	[Changelog]   - Operation SqlVulnerabilityAssessmentScanResult.listByScan has a new signature
      info	[Changelog]   - Interface DistributedAvailabilityGroup no longer has parameter lastHardenedLsn
      info	[Changelog]   - Interface DistributedAvailabilityGroup no longer has parameter linkState
      info	[Changelog]   - Interface DistributedAvailabilityGroup no longer has parameter primaryAvailabilityGroupName
      info	[Changelog]   - Interface DistributedAvailabilityGroup no longer has parameter secondaryAvailabilityGroupName
      info	[Changelog]   - Interface DistributedAvailabilityGroup no longer has parameter sourceEndpoint
      info	[Changelog]   - Interface DistributedAvailabilityGroup no longer has parameter sourceReplicaId
      info	[Changelog]   - Interface DistributedAvailabilityGroup no longer has parameter targetDatabase
      info	[Changelog]   - Interface DistributedAvailabilityGroup no longer has parameter targetReplicaId
      info	[Changelog]   - Interface ManagedInstanceEditionCapability no longer has parameter zoneRedundant
      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]   - Type of parameter replicationMode of interface DistributedAvailabilityGroup is changed from ReplicationMode to ReplicationModeType
      info	[Changelog]   - Type of parameter networkIsolation of interface ImportNewDatabaseDefinition is changed from NetworkIsolationSettings to NetworkIsolationSettingsAutoGenerated
      info	[Changelog]   - Type of parameter provisioningState of interface ManagedInstance is changed from ManagedInstancePropertiesProvisioningState to ProvisioningState
      info	[Changelog]   - Type of parameter stepsList of interface ManagedInstanceOperationSteps is changed from UpsertManagedServerOperationStep[] to UpsertManagedServerOperationStepWithEstimatesAndDuration[]
      info	[Changelog]   - Type of parameter provisioningState of interface ManagedInstanceUpdate is changed from ManagedInstancePropertiesProvisioningState to ProvisioningState
      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 serverCommunicationLinks
      info	[Changelog]   - Class SqlManagementClient no longer has parameter serviceObjectives
      info	[Changelog]   - Removed Enum KnownManagedInstancePropertiesProvisioningState
      info	[Changelog]   - Removed Enum KnownPrimaryAggregationType
      info	[Changelog]   - Removed Enum KnownReplicationMode
      info	[Changelog]   - Removed Enum KnownServiceObjectiveName
      info	[Changelog]   - Removed Enum KnownSQLVulnerabilityAssessmentName
      info	[Changelog]   - Removed Enum KnownUnitDefinitionType
      info	[Changelog]   - Removed Enum KnownUnitType
      info	[Changelog]   - Removed Enum KnownUpsertManagedServerOperationStepStatus
    ️️✔️ azure-resource-manager-schemas succeeded [Detail] [Expand]
    • ️✔️Succeeded [Logs] Generate from 8f34b63f536ea3c10dcc35e393460bd7e76d34ec. Schema Automation 14.0.0
      command	.sdkauto/initScript.sh ../azure-resource-manager-schemas_tmp/initInput.json ../azure-resource-manager-schemas_tmp/initOutput.json
      warn	File azure-resource-manager-schemas_tmp/initOutput.json not found to read
      command	.sdkauto/generateScript.sh ../azure-resource-manager-schemas_tmp/generateInput.json ../azure-resource-manager-schemas_tmp/generateOutput.json
    ️❌ azure-powershell failed [Detail]
    • Pipeline Framework Failed [Logs] Generate from 8f34b63f536ea3c10dcc35e393460bd7e76d34ec. 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
      SSL error: syscall failure: Broken pipe
      Error: SSL error: syscall failure: Broken pipe
    • ⚠️Az.sql.DefaultTag [View full logs
      error	Fatal error: SSL error: syscall failure: Broken pipe
      error	The following packages are still pending:
      error		Az.sql.DefaultTag
    Posted by Swagger Pipeline | How to fix these errors?

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Aug 14, 2023

    Generated ApiView

    Language Package Name ApiView Link
    Swagger Microsoft.Sql https://apiview.dev/Assemblies/Review/4e7f4a90192a4744b608f2cb655819f3
    Go sdk/resourcemanager/sql/armsql https://apiview.dev/Assemblies/Review/96ce9cd6ec4441759308ffae86410284
    JavaScript @azure/arm-sql https://apiview.dev/Assemblies/Review/cc0bea40f4224066b7d6bb863141608c

    @azure-pipelines
    Copy link

    Azure Pipelines successfully started running 1 pipeline(s).

    @jeremyfrosti
    Copy link
    Member Author

    /azp run

    @azure-pipelines
    Copy link

    Azure Pipelines successfully started running 1 pipeline(s).

    @AzureRestAPISpecReview AzureRestAPISpecReview added ARMChangesRequested <valid label in PR review process>add this label when require changes after ARM review ARMReview BreakingChangeReviewRequired <valid label in PR review process>add this label when breaking change review is required CI-FixRequiredOnFailure resource-manager labels Aug 14, 2023
    @openapi-workflow-bot
    Copy link

    Please address or respond to feedback from the ARM API reviewer.
    When you are ready to continue the ARM API review, please remove the ARMChangesRequested label.
    This will notify the reviewer to have another look.
    If the feedback provided needs further discussion, please use this Teams channel to post your questions - aka.ms/azsdk/support/specreview-channel.
    Please include [ARM Query] in the title of your question to indicate that it is ARM-related.

    @openapi-workflow-bot
    Copy link

    Hi @jeremyfrosti! The automation detected breaking changes in this pull request. As a result, it added the BreakingChangeReviewRequired label.

    You cannot proceed with merging this PR until you complete one of the following action items:

    ACTION ITEM ALTERNATIVE A: Fix the breaking change.
    Please consult the documentation provided in the relevant validation failures.

    ACTION ITEM ALTERNATIVE B: Request approval.
    Alternatively, if you cannot fix the breaking changes, then you can request an approval for them. Please follow the breaking changes process.
    This case applies even if:

    • The tool fails while it shouldn't, e.g. due to runtime exception, or incorrect detection of breaking changes.
    • You believe there is no need for you to request breaking change approval, for any reason. Such claims must be reviewed, and the process is the same.

    @openapi-workflow-bot
    Copy link

    Hi @jeremyfrosti! Your PR has some issues. Please fix the CI issues, if present, in following order: Avocado, SemanticValidation, ModelValidation, Breaking Change, LintDiff.

    TaskHow to fixPriority
    AvocadoFix-AvocadoHigh
    Semantic ValidationFix-SemanticValidation-ErrorHigh
    Model ValidationFix-ModelValidation-ErrorHigh
    LintDiffFix-LintDiffHigh

    If you need further help, please reach out on the Teams channel aka.ms/azsdk/support/specreview-channel.

    @scbedd
    Copy link
    Member

    scbedd commented Aug 14, 2023

    Based on historical PRs for this swagger, I am going to approve this.

    See this comment for last approved merge

    Which refers to another two PRS:

    I'll let @konrad-jamrozik speak to LintDiff approval, but based on the history here we should probably just get out of the way.

    Copy link
    Contributor

    @jamestao jamestao left a comment

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    LGTM

    @JeffreyRichter JeffreyRichter added the Approved-BreakingChange DO NOT USE! OBSOLETE label. See https://github.com/Azure/azure-sdk-tools/issues/6374 label Aug 14, 2023
    @JackTn
    Copy link
    Member

    JackTn commented Aug 15, 2023

    /azp run

    @azure-pipelines
    Copy link

    Azure Pipelines successfully started running 1 pipeline(s).

    @jeremyfrosti jeremyfrosti added WaitForARMFeedback <valid label in PR review process> add this label when ARM review is required and removed ARMChangesRequested <valid label in PR review process>add this label when require changes after ARM review labels Aug 15, 2023
    @jeremyfrosti
    Copy link
    Member Author

    jeremyfrosti commented Aug 15, 2023

    We are seeking LintDiff approval based on the context in the above comment by scbedd. The context:

    #24221 (comment)

    Which refers to another two PRS:

    #24221
    #23802

    @openapi-pipeline-app
    Copy link

    openapi-pipeline-app bot commented Aug 21, 2023

    Next Steps to Merge

    ⚠️ This is an experimental comment. It may not always be up-to-date. ⚠️

    ⌛ Please wait, next steps to merge this PR are being evaluated by automation. ⌛

    @ms-henglu ms-henglu added the ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review label Aug 21, 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 Aug 21, 2023
    @jeremyfrosti
    Copy link
    Member Author

    /pr RequestMerge

    @ms-henglu ms-henglu merged commit 177e266 into Azure:release-sql-Microsoft.Sql-2023-02-01-preview Aug 22, 2023
    ms-henglu pushed a commit that referenced this pull request Aug 23, 2023
    * Adds base for updating Microsoft.Sql from version preview/2022-11-01-preview to version 2023-02-01-preview
    
    * Updates readme
    
    * Updates API version in new specs and examples
    
    * add mi refresh API (#24093)
    
    * add mi refresh API
    
    * remove stray character
    
    * add examples
    
    * fix lro error
    
    * fix lro error only in example
    
    * fixing prettier issue
    
    * Test commit - adding error schema
    
    * Test2
    
    * Test - changing error type
    
    * Revert "Test - changing error type"
    
    This reverts commit 84fff94.
    
    * Reverting 3 test commits
    
    * Test - adding commong error type reference
    
    * fix type format errors
    
    ---------
    
    Co-authored-by: Stefan Krivokapic <[email protected]>
    
    * Adding changes from main to release branch. PRs 24175 and 24185 (#24221)
    
    * Enable multiple partner servers and failover of read-only endpoint for SQL DB Failover Group in version 2023-02-01-preview. (#24132)
    
    * Added the swagger spec and example json files for failvoer group API update in V2023-020-1
    
    * Corrected the FailoverGroupGet.json example
    
    * Updated the auto-generated FailoverGroups.json
    
    Fixed FailoverGroups.json swagger arm-id attribute for databases field
    
    * Added the missing headers field manually
    
    * Fix FailoverGroups.json
    
    ---------
    
    Co-authored-by: Sharan Singh <[email protected]>
    
    * Changes to Location Capabilities (#24209)
    
    * Loc cap changes
    
    * removing changes not related to my changes in dsmain
    
    * DAG API 2023-02-01 (#24108)
    
    * add new dag api version
    
    * Update swagger
    
    * Update swagger
    
    * patch resource
    
    * make replicationMode writable
    
    * Add FreeLimitExhaustion Capability in 2023-02-01-preview API (#24224)
    
    * Add FreeLimitExhaustion Capability in 2023-02-01-preview API
    
    * Change property from name to exhaustionBehaviorType
    
    * generate swagger for LocationCapabilites (#24290)
    
    * inital commit for LTR Policy Immutability (#24347)
    
    * inital commit for immutable ltr backups (#24349)
    
    * Update Servers swagger files with adding property "IsIPv6Enabled" (#24305)
    
    * Update swagger files for Server API
    
    * Add v5 tag for Servers
    
    * Restore none for minimal TLS version
    
    * Add auto rotation param to databases api (#24339)
    
    * Add auto rotation param to databases api
    
    * add armid
    
    * Adding IsFreemium and CreateTime to Get MI API (#24239)
    
    * Updated the examples for LTR Policies and LTR Backups (#24821)
    
    * Updated the examples for LTR Policies and LTR Backups
    
    * Not sure why makeBackupsImmutable got deleted
    
    * updating swagger files for enum name changes (#24742)
    
    * Carrying over minor changes for the 2023-02-01-preview release (#25177)
    
    * Carrying over minor changes for the 2023-02-01-preview release
    
    * Reverting example files that didn't have DsMainDev side changes, and fixing prettier check
    
    * Fixes for LTR examples with model validation and prettier check for ServerDelete
    
    * Reverting LTR changes
    
    * Adding arm-id to serversjson
    
    * swagger changes for adding new parameter in dc telemetry (#24834)
    
    * testing push
    
    * reverting push
    
    * swagger files for DC add parameter change
    
    * delete added file
    
    * modified swagger files without Venkat's change
    
    * modified swagger files
    
    * changed modelAsString to true
    
    * add example files
    
    * add example files
    
    * fix mismatch
    
    * Removing Pattern from ManagedInstance to avoid incident  (#25295)
    
    * Carrying over minor changes for the 2023-02-01-preview release
    
    * Reverting example files that didn't have DsMainDev side changes, and fixing prettier check
    
    * Fixes for LTR examples with model validation and prettier check for ServerDelete
    
    * Reverting LTR changes
    
    * Adding arm-id to serversjson
    
    * Removing the Pattern property from ManagedInstances.json as it should not be present and will cause issues in downstream client generation
    
    ---------
    
    Co-authored-by: guptanitish-ms <[email protected]>
    Co-authored-by: Stefan Krivokapic <[email protected]>
    Co-authored-by: lobashh <[email protected]>
    Co-authored-by: Sharan Singh <[email protected]>
    Co-authored-by: Aleksand4rZivanovic <[email protected]>
    Co-authored-by: a-lazarlazic <[email protected]>
    Co-authored-by: mykolian <[email protected]>
    Co-authored-by: Srna Nikolic <[email protected]>
    Co-authored-by: rebeccaxu-ms <[email protected]>
    Co-authored-by: LeiWang3 <[email protected]>
    Co-authored-by: viparek <[email protected]>
    Co-authored-by: Nikola Mirkovic <[email protected]>
    Co-authored-by: pmahanandire <[email protected]>
    Co-authored-by: nidhigupta <[email protected]>
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Approved-BreakingChange DO NOT USE! OBSOLETE label. See https://github.com/Azure/azure-sdk-tools/issues/6374 Approved-LintDiff ARMReview ARMSignedOff <valid label in PR review process>add this label when ARM approve updates after review BreakingChangeReviewRequired <valid label in PR review process>add this label when breaking change review is required CI-FixRequiredOnFailure resource-manager
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    9 participants