Skip to content

Commit

Permalink
align eTag with server (Azure#9687)
Browse files Browse the repository at this point in the history
* align with server

* revert for certain
  • Loading branch information
arolshan authored and 00Kai0 committed Oct 12, 2020
1 parent 61d81a5 commit fb3315c
Show file tree
Hide file tree
Showing 8 changed files with 208 additions and 208 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
"$ref": "#/definitions/Object",
"description": "The data source properties in raw json format, each kind of data source have it's own schema."
},
"eTag": {
"etag": {
"type": "string",
"description": "The ETag of the data source."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
},
"SavedSearch": {
"properties": {
"eTag": {
"etag": {
"type": "string",
"description": "The ETag of the saved search."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"linkedResourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/providers/microsoft.insights/eventtypes/management"
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest5123/providers/Microsoft.OperationalInsights/workspaces/AzTest9724/datasources/AzTestDS774",
"eTag": "W/\"datetime'2017-10-01T08%3A01%3A21.2351243Z'\"",
"etag": "W/\"datetime'2017-10-01T08%3A01%3A21.2351243Z'\"",
"name": "AzTestDS774",
"type": "Microsoft.OperationalInsights/workspaces/datasources"
}
Expand All @@ -32,7 +32,7 @@
"linkedResourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/providers/microsoft.insights/eventtypes/management"
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest5123/providers/Microsoft.OperationalInsights/workspaces/AzTest9724/datasources/AzTestDS774",
"eTag": "W/\"datetime'2017-10-01T08%3A01%3A21.2351243Z'\"",
"etag": "W/\"datetime'2017-10-01T08%3A01%3A21.2351243Z'\"",
"name": "AzTestDS774",
"type": "Microsoft.OperationalInsights/workspaces/datasources"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"linkedResourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/providers/microsoft.insights/eventtypes/management"
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest5123/providers/Microsoft.OperationalInsights/workspaces/AzTest9724/datasources/AzTestDS774",
"eTag": "W/\"datetime'2017-10-01T08%3A01%3A21.2351243Z'\"",
"etag": "W/\"datetime'2017-10-01T08%3A01%3A21.2351243Z'\"",
"name": "AzTestDS774",
"type": "Microsoft.OperationalInsights/workspaces/datasources"
}
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"body": [
{
"id": "subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/mms-eus/providers/Microsoft.OperationalInsights/workspaces/AtlantisDemo/savedSearches/test-new-saved-search-id-2015",
"eTag": "W/\"datetime'2017-10-02T23%3A15%3A41.0709875Z'\"",
"etag": "W/\"datetime'2017-10-02T23%3A15%3A41.0709875Z'\"",
"properties": {
"Category": " Saved Search Test Category",
"DisplayName": "Create or Update Saved Search Test",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"200": {
"body": {
"id": "subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/mms-eus/providers/Microsoft.OperationalInsights/workspaces/AtlantisDemo/savedSearches/test-new-saved-search-id-2015",
"eTag": "W/\"datetime'2017-10-02T23%3A15%3A41.0709875Z'\"",
"etag": "W/\"datetime'2017-10-02T23%3A15%3A41.0709875Z'\"",
"properties": {
"category": "Saved Search Test Category",
"displayName": "Create or Update Saved Search Test",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"200": {
"body": {
"id": "subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/mms-eus/providers/Microsoft.OperationalInsights/workspaces/AtlantisDemo/savedSearches/test-new-saved-search-id-2015",
"eTag": "W/\"datetime'2017-10-02T23%3A15%3A41.0709875Z'\"",
"etag": "W/\"datetime'2017-10-02T23%3A15%3A41.0709875Z'\"",
"properties": {
"category": " Saved Search Test Category",
"displayName": "Create or Update Saved Search Test",
Expand Down

0 comments on commit fb3315c

Please sign in to comment.