Skip to content

Commit

Permalink
Modify ipv6 firewall rules swagger file of 2022-11-01 (#24086)
Browse files Browse the repository at this point in the history
* modify ipv6 firewall rules swagger of 2022-11-01

* Update V5 tag
  • Loading branch information
LeiWang3 authored May 24, 2023
1 parent 3c2bb08 commit 03540a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"200": {
"description": "Successfully retrieved the specified IPv6 firewall rule.",
"schema": {
"$ref": "#/definitions/IPv6 FirewallRule"
"$ref": "#/definitions/IPv6FirewallRule"
}
},
"default": {
Expand Down Expand Up @@ -129,7 +129,7 @@
"description": "The required parameters for creating or updating an IPv6 firewall rule.",
"required": true,
"schema": {
"$ref": "#/definitions/IPv6 FirewallRule"
"$ref": "#/definitions/IPv6FirewallRule"
}
},
{
Expand All @@ -143,7 +143,7 @@
"200": {
"description": "Successfully updated the IPv6 firewall rule.",
"schema": {
"$ref": "#/definitions/IPv6 FirewallRule"
"$ref": "#/definitions/IPv6FirewallRule"
}
},
"default": {
Expand All @@ -152,7 +152,7 @@
"201": {
"description": "Successfully created the IPv6 firewall rule.",
"schema": {
"$ref": "#/definitions/IPv6 FirewallRule"
"$ref": "#/definitions/IPv6FirewallRule"
}
}
},
Expand Down Expand Up @@ -212,7 +212,7 @@
}
},
"definitions": {
"IPv6 FirewallRule": {
"IPv6FirewallRule": {
"description": "An IPv6 server firewall rule.",
"type": "object",
"allOf": [
Expand All @@ -236,7 +236,7 @@
"description": "Array of results.",
"type": "array",
"items": {
"$ref": "#/definitions/IPv6 FirewallRule"
"$ref": "#/definitions/IPv6FirewallRule"
},
"readOnly": true
},
Expand All @@ -256,7 +256,7 @@
"type": "string"
},
"endIPv6Address": {
"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.",
"type": "string"
}
}
Expand Down
1 change: 1 addition & 0 deletions specification/sql/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,7 @@ input-file:
- ./Microsoft.Sql/preview/2022-08-01-preview/StartStopManagedInstanceSchedules.json
- ./Microsoft.Sql/preview/2022-08-01-preview/TransparentDataEncryptions.json
- ./Microsoft.Sql/preview/2022-11-01-preview/FailoverGroups.json
- ./Microsoft.Sql/preview/2022-11-01-preview/IPv6FirewallRules.json
# Needed when there is more than one input file
Expand Down

0 comments on commit 03540a0

Please sign in to comment.