Skip to content

Commit

Permalink
Code review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ssripadham committed Sep 24, 2020
1 parent 28ee655 commit 194c509
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@
"definitions": {
"AzureWebCategoryPropertiesFormat": {
"properties": {
"provisioningState": {
"readOnly": true,
"$ref": "./network.json#/definitions/ProvisioningState",
"description": "The provisioning state of the Azure Web Category resource."
},
"group": {
"type": "string",
"readOnly": true,
Expand All @@ -97,24 +92,10 @@
"$ref": "#/definitions/AzureWebCategoryPropertiesFormat",
"description": "Properties of the Azure Web Category."
},
"name": {
"type": "string",
"description": "Name of the Azure Web Category."
},
"id": {
"type": "string",
"readOnly": true,
"description": "The ID of the Azure Web Category."
},
"etag": {
"readOnly": true,
"type": "string",
"description": "A unique read-only string that changes whenever the resource is updated."
},
"type": {
"readOnly": true,
"type": "string",
"description": "Type of the resource."
}
},
"allOf": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"key1": "value1"
},
"properties": {
"provisioningState": "Succeeded",
"group": "General"
}
}
Expand Down

0 comments on commit 194c509

Please sign in to comment.