Skip to content

Commit

Permalink
CodeGen from PR 24185 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Remove pattern restrictions not to break downstream clients (#24185)

Co-authored-by: subhrob <subhrob@microsoft.com>
  • Loading branch information
SDKAuto and subhrob committed May 26, 2023
1 parent f5dce1d commit fe66f97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 @@ -1123,9 +1123,6 @@
{
"$ref": "#/definitions/servers_encryptionProtector_childResource"
},
{
"$ref": "#/definitions/servers_failoverGroups_childResource"
},
{
"$ref": "#/definitions/servers_firewallRules_childResource"
},
Expand Down Expand Up @@ -1171,6 +1168,9 @@
{
"$ref": "#/definitions/servers_elasticPools_childResource"
},
{
"$ref": "#/definitions/servers_failoverGroups_childResource"
},
{
"$ref": "#/definitions/servers_devOpsAuditingSettings_childResource"
}
Expand Down
2 changes: 1 addition & 1 deletion schemas/2022-11-01-preview/Microsoft.Sql.json
Original file line number Diff line number Diff line change
Expand Up @@ -5947,7 +5947,7 @@
"properties": {
"endIPv6Address": {
"type": "string",
"description": "The end IP address of the firewall rule. Must be IPv6 format. Must be greater than or equal to startIpAddress."
"description": "The end IP address of the firewall rule. Must be IPv6 format. Must be greater than or equal to startIpv6Address."
},
"startIPv6Address": {
"type": "string",
Expand Down

0 comments on commit fe66f97

Please sign in to comment.