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

Remove space of "IPv6 FirewallRule" in Microsoft.SQL 2023-05-01-preview #26511

Merged
merged 1 commit into from
Nov 15, 2023
Merged
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 Down