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

chore: jsonfmt network 2019 #5904

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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@
}
},
"/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableRequestHeaders": {
"get": {
"get": {
"tags": [
"ApplicationGateways"
],
Expand Down Expand Up @@ -816,11 +816,11 @@
"properties": {
"backendAddressPool": {
"$ref": "#/definitions/ApplicationGatewayBackendAddressPool",
"description": "Reference of an ApplicationGatewayBackendAddressPool resource."
"description": "Reference of an ApplicationGatewayBackendAddressPool resource."
},
"backendHealthHttpSettings": {
"$ref": "#/definitions/ApplicationGatewayBackendHealthHttpSettings",
"description": "Application gateway BackendHealthHttp settings."
"description": "Application gateway BackendHealthHttp settings."
}
},
"description": "Result of on demand test probe"
Expand Down Expand Up @@ -1454,7 +1454,7 @@
"$ref": "#/definitions/ApplicationGatewayCustomError"
},
"description": "Custom error configurations of the HTTP listener."
}
}
},
"description": "Properties of HTTP listener of an application gateway."
},
Expand Down Expand Up @@ -2058,7 +2058,7 @@
"$ref": "#/definitions/ApplicationGatewayCustomError"
},
"description": "Custom error configurations of the application gateway resource."
}
}
},
"description": "Properties of the application gateway."
},
Expand Down Expand Up @@ -2310,21 +2310,21 @@
],
"description": "Allows to disable rules within a rule group or an entire rule group."
},
"ApplicationGatewayAvailableServerVariablesResult": {
"ApplicationGatewayAvailableServerVariablesResult": {
"type": "array",
"items": {
"type": "string"
},
"description": "Response for ApplicationGatewayAvailableServerVariables API service call."
},
"ApplicationGatewayAvailableRequestHeadersResult": {
"ApplicationGatewayAvailableRequestHeadersResult": {
"type": "array",
"items": {
"type": "string"
},
"description": "Response for ApplicationGatewayAvailableRequestHeaders API service call."
},
"ApplicationGatewayAvailableResponseHeadersResult": {
"ApplicationGatewayAvailableResponseHeadersResult": {
"type": "array",
"items": {
"type": "string"
Expand Down Expand Up @@ -2546,7 +2546,7 @@
},
"description": "Properties of ApplicationGatewaySslPredefinedPolicy"
},
"ApplicationGatewayCustomError": {
"ApplicationGatewayCustomError": {
"properties": {
"statusCode": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@
"final-state-via": "location"
},
"x-ms-examples": {
"Delete application security group": { "$ref": "./examples/ApplicationSecurityGroupDelete.json" }
"Delete application security group": {
"$ref": "./examples/ApplicationSecurityGroupDelete.json"
}
}
},
"get": {
Expand Down Expand Up @@ -119,7 +121,9 @@
}
},
"x-ms-examples": {
"Get application security group": { "$ref": "./examples/ApplicationSecurityGroupGet.json" }
"Get application security group": {
"$ref": "./examples/ApplicationSecurityGroupGet.json"
}
}
},
"put": {
Expand Down Expand Up @@ -178,7 +182,9 @@
"final-state-via": "azure-async-operation"
},
"x-ms-examples": {
"Create application security group": { "$ref": "./examples/ApplicationSecurityGroupCreate.json" }
"Create application security group": {
"$ref": "./examples/ApplicationSecurityGroupCreate.json"
}
}
},
"patch": {
Expand Down Expand Up @@ -228,7 +234,9 @@
},
"x-ms-long-running-operation": true,
"x-ms-examples": {
"Update application security group tags": { "$ref": "./examples/ApplicationSecurityGroupUpdateTags.json" }
"Update application security group tags": {
"$ref": "./examples/ApplicationSecurityGroupUpdateTags.json"
}
}
}
},
Expand Down Expand Up @@ -259,7 +267,9 @@
"nextLinkName": "nextLink"
},
"x-ms-examples": {
"List all application security groups": { "$ref": "./examples/ApplicationSecurityGroupListAll.json" }
"List all application security groups": {
"$ref": "./examples/ApplicationSecurityGroupListAll.json"
}
}
}
},
Expand Down Expand Up @@ -294,7 +304,9 @@
}
},
"x-ms-examples": {
"List load balancers in resource group": { "$ref": "./examples/ApplicationSecurityGroupList.json" }
"List load balancers in resource group": {
"$ref": "./examples/ApplicationSecurityGroupList.json"
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
Expand Down
Loading