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

Modify ipv6 firewall rules swagger file of 2022-11-01 #24086

Merged
merged 2 commits into from
May 24, 2023
Merged
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
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