Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions schemas/2020-11-01-preview/Microsoft.Sql.json
Original file line number Diff line number Diff line change
Expand Up @@ -1126,6 +1126,9 @@
{
"$ref": "#/definitions/servers_auditingSettings_childResource"
},
{
"$ref": "#/definitions/servers_elasticPools_childResource"
},
{
"$ref": "#/definitions/servers_encryptionProtector_childResource"
},
Expand Down Expand Up @@ -1170,9 +1173,6 @@
},
{
"$ref": "#/definitions/servers_databases_childResource"
},
{
"$ref": "#/definitions/servers_elasticPools_childResource"
}
]
}
Expand Down
6 changes: 3 additions & 3 deletions schemas/2021-05-01-preview/Microsoft.Sql.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,6 @@
{
"$ref": "#/definitions/managedInstances_distributedAvailabilityGroups_childResource"
},
{
"$ref": "#/definitions/managedInstances_serverTrustCertificates_childResource"
},
{
"$ref": "#/definitions/managedInstances_databases_childResource"
},
Expand All @@ -225,6 +222,9 @@
{
"$ref": "#/definitions/managedInstances_securityAlertPolicies_childResource"
},
{
"$ref": "#/definitions/managedInstances_serverTrustCertificates_childResource"
},
{
"$ref": "#/definitions/managedInstances_sqlAgent_childResource"
}
Expand Down
16 changes: 8 additions & 8 deletions schemas/2021-08-01-preview/Microsoft.Sql.json
Original file line number Diff line number Diff line change
Expand Up @@ -1204,12 +1204,6 @@
"type": "array",
"items": {
"oneOf": [
{
"$ref": "#/definitions/servers_elasticPools_childResource"
},
{
"$ref": "#/definitions/servers_ipv6FirewallRules_childResource"
},
{
"$ref": "#/definitions/servers_extendedAuditingSettings_childResource"
},
Expand All @@ -1219,6 +1213,9 @@
{
"$ref": "#/definitions/servers_databases_childResource"
},
{
"$ref": "#/definitions/servers_elasticPools_childResource"
},
{
"$ref": "#/definitions/servers_encryptionProtector_childResource"
},
Expand All @@ -1228,6 +1225,9 @@
{
"$ref": "#/definitions/servers_firewallRules_childResource"
},
{
"$ref": "#/definitions/servers_ipv6FirewallRules_childResource"
},
{
"$ref": "#/definitions/servers_jobAgents_childResource"
},
Expand Down Expand Up @@ -3728,7 +3728,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The number of secondary replicas associated with the database that are used to provide high availability. Not applicable to a Hyperscale database within an elastic pool."
"description": "The number of secondary replicas associated with the database that are used to provide high availability."
},
"isLedgerOn": {
"oneOf": [
Expand Down Expand Up @@ -3811,7 +3811,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The state of read-only routing. If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica in the same region. Not applicable to a Hyperscale database within an elastic pool."
"description": "The state of read-only routing. If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica in the same region."
},
"recoverableDatabaseId": {
"type": "string",
Expand Down
Loading