Skip to content

Commit

Permalink
chore: jsonfmt network 2019 (#5904)
Browse files Browse the repository at this point in the history
Ran `jsonfmt -w "specification/network/**/stable/2019*/**/*.json"`
  • Loading branch information
nschonni authored and dsgouda committed May 23, 2019
1 parent e3d845c commit a17e109
Show file tree
Hide file tree
Showing 693 changed files with 26,954 additions and 25,781 deletions.
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

0 comments on commit a17e109

Please sign in to comment.