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

Improve descriptions in Network to align with Swagger guidelines #6350

Merged
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 @@ -6,7 +6,6 @@
"serviceName": "testPls",
"parameters": {
"properties": {
"provisioningState": "Succeeded",
"visibility": {
"subscriptions": [
"subscription1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@
],
"responses": {
"200": {
"description": "Successful request for setting flow log and traffic analytics (optional) configuration.",
"description": "Successful request for setting flow log and traffic analytics (optional) configuration.",
"schema": {
"$ref": "#/definitions/FlowLogInformation"
}
Expand Down Expand Up @@ -1210,7 +1210,7 @@
"schema": {
"$ref": "#/definitions/FlowLogStatusParameters"
},
"description": "Parameters that define a resource to query flow log and traffic analytics (optional) status."
"description": "Parameters that define a resource to query flow log and traffic analytics (optional) status."
},
{
"$ref": "./network.json#/parameters/ApiVersionParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"description": "Delete successful."
},
"default": {
"description": "Error",
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
}
Expand Down Expand Up @@ -133,7 +133,7 @@
}
},
"default": {
"description": "Error",
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
}
Expand Down Expand Up @@ -176,7 +176,7 @@
"schema": {
"$ref": "#/definitions/PrivateEndpoint"
},
"description": "Parameters supplied to the create or update private endpoint operation"
"description": "Parameters supplied to the create or update private endpoint operation."
},
{
"$ref": "./network.json#/parameters/ApiVersionParameter"
Expand All @@ -199,7 +199,7 @@
}
},
"default": {
"description": "Error",
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
}
Expand Down Expand Up @@ -249,7 +249,7 @@
}
},
"default": {
"description": "Error",
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
}
Expand Down Expand Up @@ -288,7 +288,7 @@
}
},
"default": {
"description": "Error",
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"description": "Delete successful."
},
"default": {
"description": "Error",
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
}
Expand Down Expand Up @@ -133,7 +133,7 @@
}
},
"default": {
"description": "Error",
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
}
Expand Down Expand Up @@ -173,7 +173,7 @@
"schema": {
"$ref": "#/definitions/PrivateLinkService"
},
"description": "Parameters supplied to the create or update private link service operation"
"description": "Parameters supplied to the create or update private link service operation."
},
{
"$ref": "./network.json#/parameters/ApiVersionParameter"
Expand All @@ -196,7 +196,7 @@
}
},
"default": {
"description": "Error",
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
}
Expand Down Expand Up @@ -243,7 +243,7 @@
}
},
"default": {
"description": "Error",
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
}
Expand Down Expand Up @@ -282,7 +282,7 @@
}
},
"default": {
"description": "Error",
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
}
Expand Down Expand Up @@ -348,7 +348,7 @@
"description": "Update successful."
},
"default": {
"description": "Error",
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
}
Expand Down Expand Up @@ -406,7 +406,7 @@
"description": "Delete successful."
},
"default": {
"description": "Error",
"description": "Error.",
"schema": {
"$ref": "./network.json#/definitions/Error"
}
Expand Down