Skip to content

Commit

Permalink
Reverting changes for subscriptionId/resourceGroup; Fix casing for et…
Browse files Browse the repository at this point in the history
…ag field.
  • Loading branch information
Youke Shen committed Oct 14, 2020
1 parent 52e1adc commit cc35b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,16 +267,6 @@
"readOnly": true,
"description": "Azure resource name. This is GUID value. The display name should be assigned within properties field."
},
"subscriptionId": {
"type": "string",
"readOnly": true,
"description": "The Id of the subscription to which the resource belongs."
},
"resourceGroup": {
"type": "string",
"readOnly": true,
"description": "The name of the resource group this resource belongs to."
},
"location": {
"type": "string",
"readOnly": false,
Expand All @@ -287,7 +277,7 @@
"readOnly": true,
"description": "Azure resource type"
},
"eTag": {
"etag": {
"type": "string",
"description": "This will be used to handle Optimistic Concurrency. If not present, it will always overwrite the existing resource without checking conflict."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,16 +267,6 @@
"readOnly": true,
"description": "Azure resource name. This is GUID value. The display name should be assigned within properties field."
},
"subscriptionId": {
"type": "string",
"readOnly": true,
"description": "The Id of the subscription to which the resource belongs."
},
"resourceGroup": {
"type": "string",
"readOnly": true,
"description": "The name of the resource group this resource belongs to."
},
"location": {
"type": "string",
"readOnly": true,
Expand Down Expand Up @@ -332,7 +322,7 @@
"readOnly": true,
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/systemData"
},
"eTag": {
"etag": {
"type": "string",
"description": "This will be used to handle Optimistic Concurrency."
}
Expand Down

0 comments on commit cc35b3d

Please sign in to comment.