Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyuan committed May 6, 2020
1 parent 9e20ad5 commit 52683b6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateLinkResources": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/privateLinkResources": {
"get": {
"tags": [
"PrivateLinkResources"
Expand Down Expand Up @@ -954,14 +954,14 @@
},
"description": "The storage accounts for this resource."
},
"privateEndpointConnections": {
"privateEndpointConnections": {
"type": "array",
"items": {
"$ref": "#/definitions/PrivateEndpointConnection"
},
"description": "The private endpoint connection associated with the Cognitive Services account."
},
"publicNetworkAccess": {
"publicNetworkAccess": {
"type": "string",
"description": "Whether or not public endpoint access is allowed for this account. Value is optional but if passed in, must be 'Enabled' or 'Disabled'",
"enum": [
Expand Down

0 comments on commit 52683b6

Please sign in to comment.