Skip to content

Commit a405542

Browse files
reedchanReed Chan
andauthored
Fix InvalidOperationForDatabaseNotInReplicationRelationship (#23781)
* Fix InvalidOperationForDatabaseNotInReplicationRelationship * Fix Swagger SpellCheck blockers Expand CMW to CustomMaintenanceWindow Fix DnsRefreshOnVirtualClusterIsDisabled * Add Location and Azure-AsyncOperation headers --------- Co-authored-by: Reed Chan <[email protected]>
1 parent 3680d20 commit a405542

13 files changed

+58
-38
lines changed

specification/sql/resource-manager/Microsoft.Sql/preview/2022-08-01-preview/DatabaseOperations.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

specification/sql/resource-manager/Microsoft.Sql/preview/2022-08-01-preview/DatabaseUsages.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

specification/sql/resource-manager/Microsoft.Sql/preview/2022-08-01-preview/Databases.json

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

specification/sql/resource-manager/Microsoft.Sql/preview/2022-08-01-preview/DistributedAvailabilityGroups.json

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

specification/sql/resource-manager/Microsoft.Sql/preview/2022-08-01-preview/FailoverGroups.json

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

specification/sql/resource-manager/Microsoft.Sql/preview/2022-08-01-preview/InstanceFailoverGroups.json

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

specification/sql/resource-manager/Microsoft.Sql/preview/2022-08-01-preview/ManagedDatabaseMoveOperations.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

specification/sql/resource-manager/Microsoft.Sql/preview/2022-08-01-preview/ManagedDatabases.json

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

specification/sql/resource-manager/Microsoft.Sql/preview/2022-08-01-preview/ReplicationLinks.json

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

specification/sql/resource-manager/Microsoft.Sql/preview/2022-08-01-preview/examples/FailoverGroupDelete.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
},
99
"responses": {
1010
"200": {},
11-
"202": {},
11+
"202": {
12+
"headers": {
13+
"Location": "https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/providers/Microsoft.Sql/locations/japaneast/failoverGroupOperationResults/00000000-0000-0000-0000-000000000000?api-version=2022-08-01-preview",
14+
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/providers/Microsoft.Sql/locations/japaneast/failoverGroupAzureAsyncOperation/00000000-0000-0000-0000-000000000000?api-version=2022-08-01-preview"
15+
}
16+
},
1217
"204": {}
1318
}
1419
}

0 commit comments

Comments
 (0)