Skip to content

Commit

Permalink
Undo etag capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthcall committed Apr 24, 2020
1 parent 2ecd6bb commit 0fd3d01
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"id": " /subscriptions/024e2271-06fa-46b6-9079-f1ed3c7b070e/resources/my-resource-group/providers/Microsoft.ResourceGraph/queries/MyDockerVMs",
"name": "MyDockerVMs",
"type": "Microsoft.ResourceGraph/queries",
"etag": "5d64408e-4ca3-41f7-b725-6914f3012afa",
"eTag": "5d64408e-4ca3-41f7-b725-6914f3012afa",
"tags": {},
"properties": {
"description": "Docker VMs in PROD",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"id": " /subscriptions/024e2271-06fa-46b6-9079-f1ed3c7b070e/resources/my-resource-group/providers/Microsoft.ResourceGraph/queries/MyDockerVMs",
"name": "MyDockerVMs",
"type": "Microsoft.ResourceGraph/queries",
"etag": "5d64408e-4ca3-41f7-b725-6914f3012afa",
"eTag": "5d64408e-4ca3-41f7-b725-6914f3012afa",
"tags": null,
"properties": {
"description": "Docker VMs in PROD",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"name": "MyDockerVMs",
"type": "Microsoft.ResourceGraph/queries",
"tags": {},
"etag": "5d64408e-4ca3-41f7-b725-6914f3012afa",
"eTag": "5d64408e-4ca3-41f7-b725-6914f3012afa",
"properties": {
"description": "Docker VMs in PROD",
"query": "where isnotnull(tags['Prod']) and properties.extensions[0].Name == 'docker'",
Expand All @@ -29,7 +29,7 @@
"name": "MyTestVMs",
"type": "Microsoft.ResourceGraph/queries",
"tags": {},
"etag": "b0809832-ca62-4133-8f13-0c46580f9db1",
"eTag": "b0809832-ca62-4133-8f13-0c46580f9db1",
"properties": {
"description": "Test VMs in PROD",
"query": "where isnotnull(tags['Prod']) and properties.extensions[0].Name == 'test'",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api-version": "2018-09-01-preview",
"body": {
"tags": null,
"etag": "b0809832-ca62-4133-8f13-0c46580f9db1",
"eTag": "b0809832-ca62-4133-8f13-0c46580f9db1",
"properties": {
"description": "Modified description",
"query": "where isnotnull(tags['Prod']) and properties.extensions[0].Name == 'docker'"
Expand All @@ -21,7 +21,7 @@
"id": " /subscriptions/024e2271-06fa-46b6-9079-f1ed3c7b070e/resources/my-resource-group/providers/Microsoft.ResourceGraph/queries/MyDockerVMs",
"name": "MyDockerVMs",
"type": "Microsoft.ResourceGraph/queries",
"etag": "73811091-6188-4523-97b7-b5e7134e7fd9",
"eTag": "73811091-6188-4523-97b7-b5e7134e7fd9",
"tags": null,
"properties": {
"description": "Modified description",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -277,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 Expand Up @@ -367,7 +367,7 @@
},
"description": "Resource tags"
},
"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

0 comments on commit 0fd3d01

Please sign in to comment.