forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Users/tolee/new api version (Azure#14041)
* Adding new api version- 2021-03-08 * Fixing validation issues * minor fixes * Adding missing file * removed unaffected apis since they aren't going to be changing their api-versions to 2021-03-08 * ran prettier check, added systemData to response * ran prettier check again * added path to systemData definition * removed systemData * adding systemData to response * moved systemData, ran prettier * Revert "removed unaffected apis since they aren't going to be changing their api-versions to 2021-03-08" This reverts commit 8abd9f1. * first commit with unmodified files from previous version * Revert "Revert "removed unaffected apis since they aren't going to be changing their api-versions to 2021-03-08"" This reverts commit d187dd4. * created unique names for definitions in api definition * updated definition names * removed 2020-02-12 api version * returned the 2020-02-12 package * renamed definitions in workbooks and myworkbooks api * Update specification/applicationinsights/resource-manager/readme.md Co-authored-by: Renu Rani <[email protected]> Co-authored-by: kai ru <[email protected]>
- Loading branch information
Showing
23 changed files
with
2,472 additions
and
0 deletions.
There are no files selected for viewing
68 changes: 68 additions & 0 deletions
68
...nsights/resource-manager/Microsoft.Insights/stable/2021-03-08/examples/MyWorkbookAdd.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-03-08", | ||
"resourceGroupName": "my-resource-group", | ||
"resourceName": "deadb33f-8bee-4d3b-a059-9be8dac93960", | ||
"subscriptionId": "00000000-0000-0000-0000-00000000", | ||
"workbookProperties": { | ||
"id": "c0deea5e-3344-40f2-96f8-6f8e1c3b5722", | ||
"name": "deadb33f-8bee-4d3b-a059-9be8dac93960", | ||
"location": "west us", | ||
"kind": "user", | ||
"properties": { | ||
"sourceId": "/subscriptions/00000000-0000-0000-0000-00000000/resourceGroups/MyGroup/providers/Microsoft.Web/sites/MyTestApp-CodeLens", | ||
"displayName": "Blah Blah Blah", | ||
"serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":\"{\"json\":\"## New workbook\\r\\n---\\r\\n\\r\\nWelcome to your new workbook. This area will display text formatted as markdown.\\r\\n\\r\\n\\r\\nWe've included a basic analytics query to get you started. Use the `Edit` button below each section to configure it or add more sections.\"}\",\"halfWidth\":null,\"conditionalVisibility\":null},{\"type\":3,\"content\":\"{\"version\":\"KqlItem/1.0\",\"query\":\"union withsource=TableName *\\n| summarize Count=count() by TableName\\n| render barchart\",\"showQuery\":false,\"size\":1,\"aggregation\":0,\"showAnnotations\":false}\",\"halfWidth\":null,\"conditionalVisibility\":null}],\"isLocked\":false}", | ||
"category": "workbook" | ||
}, | ||
"tags": [ | ||
"TagSample01", | ||
"TagSample02" | ||
] | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/00000000-0000-0000-0000-00000000/resourceGroups/my-resource-group/providers/Microsoft.Insights/myworkbooks/deadb33f-8bee-4d3b-a059-9be8dac93960", | ||
"type": "Microsoft.Insights/myworkbooks", | ||
"location": "westus", | ||
"name": "deadb33f-8bee-4d3b-a059-9be8dac93960", | ||
"kind": "user", | ||
"properties": { | ||
"sourceId": "/subscriptions/00000000-0000-0000-0000-00000000/resourceGroups/MyGroup/providers/Microsoft.Web/sites/MyTestApp-CodeLens", | ||
"displayName": "Blah Blah Blah", | ||
"serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":\"{\"json\":\"## New workbook\\r\\n---\\r\\n\\r\\nWelcome to your new workbook. This area will display text formatted as markdown.\\r\\n\\r\\n\\r\\nWe've included a basic analytics query to get you started. Use the `Edit` button below each section to configure it or add more sections.\"}\",\"halfWidth\":null,\"conditionalVisibility\":null},{\"type\":3,\"content\":\"{\"version\":\"KqlItem/1.0\",\"query\":\"union withsource=TableName *\\n| summarize Count=count() by TableName\\n| render barchart\",\"showQuery\":false,\"size\":1,\"aggregation\":0,\"showAnnotations\":false}\",\"halfWidth\":null,\"conditionalVisibility\":null}],\"isLocked\":false}", | ||
"version": "ME", | ||
"category": "workbook", | ||
"storageUri": null | ||
}, | ||
"tags": [ | ||
"TagSample01", | ||
"TagSample02" | ||
] | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"id": "/subscriptions/00000000-0000-0000-0000-00000000/resourceGroups/my-resource-group/providers/Microsoft.Insights/myworkbooks/deadb33f-8bee-4d3b-a059-9be8dac93960", | ||
"type": "", | ||
"location": "westus", | ||
"name": "deadb33f-8bee-4d3b-a059-9be8dac93960", | ||
"kind": "user", | ||
"properties": { | ||
"sourceId": "/subscriptions/00000000-0000-0000-0000-00000000/resourceGroups/MyGroup/providers/Microsoft.Web/sites/MyTestApp-CodeLens", | ||
"displayName": "Blah Blah Blah", | ||
"serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":\"{\"json\":\"## New workbook\\r\\n---\\r\\n\\r\\nWelcome to your new workbook. This area will display text formatted as markdown.\\r\\n\\r\\n\\r\\nWe've included a basic analytics query to get you started. Use the `Edit` button below each section to configure it or add more sections.\"}\",\"halfWidth\":null,\"conditionalVisibility\":null},{\"type\":3,\"content\":\"{\"version\":\"KqlItem/1.0\",\"query\":\"union withsource=TableName *\\n| summarize Count=count() by TableName\\n| render barchart\",\"showQuery\":false,\"size\":1,\"aggregation\":0,\"showAnnotations\":false}\",\"halfWidth\":null,\"conditionalVisibility\":null}],\"isLocked\":false}", | ||
"version": "ME", | ||
"category": "workbook", | ||
"storageUri": null | ||
}, | ||
"tags": [ | ||
"TagSample01", | ||
"TagSample02" | ||
] | ||
} | ||
} | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...ghts/resource-manager/Microsoft.Insights/stable/2021-03-08/examples/MyWorkbookDelete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-03-08", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "my-resource-group", | ||
"resourceName": "deadb33f-5e0d-4064-8ebb-1a4ed0313eb2" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"204": {} | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
...nsights/resource-manager/Microsoft.Insights/stable/2021-03-08/examples/MyWorkbookGet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-03-08", | ||
"subscriptionId": "6b643656-33eb-422f-aee8-3ac145d124af", | ||
"resourceGroupName": "my-resource-group", | ||
"resourceName": "deadb33f-5e0d-4064-8ebb-1a4ed0313eb2" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourceGroups/my-resource-group/providers/Microsoft.Insights/myworkbooks/deadb33f-8bee-4d3b-a059-9be8dac93960", | ||
"name": "deadb33f-8bee-4d3b-a059-9be8dac93960", | ||
"type": "Microsoft.Insights/myworkbooks", | ||
"location": "westus", | ||
"kind": "user", | ||
"properties": { | ||
"displayName": "My New Workbook", | ||
"sourceId": "/subscriptions/00000000-0000-0000-0000-00000000/resourceGroups/MyGroup/providers/Microsoft.Web/sites/MyTestApp-CodeLens", | ||
"userId": "userId", | ||
"serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":\"{\"json\":\"## New workbook\\r\\n---\\r\\n\\r\\nWelcome to your new workbook. This area will display text formatted as markdown.\\r\\n\\r\\n\\r\\nWe've included a basic analytics query to get you started. Use the `Edit` button below each section to configure it or add more sections.\"}\",\"halfWidth\":null,\"conditionalVisibility\":null},{\"type\":3,\"content\":\"{\"version\":\"KqlItem/1.0\",\"query\":\"union withsource=TableName *\\n| summarize Count=count() by TableName\\n| render barchart\",\"showQuery\":false,\"size\":1,\"aggregation\":0,\"showAnnotations\":false}\",\"halfWidth\":null,\"conditionalVisibility\":null}],\"isLocked\":false}", | ||
"version": "ME", | ||
"category": "workbook", | ||
"timeModified": null, | ||
"storageUri": null | ||
}, | ||
"tags": [ | ||
"TagSample01", | ||
"TagSample02" | ||
] | ||
} | ||
} | ||
} | ||
} |
48 changes: 48 additions & 0 deletions
48
...ghts/resource-manager/Microsoft.Insights/stable/2021-03-08/examples/MyWorkbookUpdate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-03-08", | ||
"subscriptionId": "6b643656-33eb-422f-aee8-3ac145d124af", | ||
"resourceGroupName": "my-resource-group", | ||
"resourceName": "deadb33f-5e0d-4064-8ebb-1a4ed0313eb2", | ||
"workbookProperties": { | ||
"name": "deadb33f-8bee-4d3b-a059-9be8dac93960", | ||
"location": "west us", | ||
"tags": [ | ||
"TagSample01", | ||
"TagSample02" | ||
], | ||
"kind": "user", | ||
"properties": { | ||
"displayName": "Blah Blah Blah", | ||
"serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":\"{\"json\":\"## New workbook\\r\\n---\\r\\n\\r\\nWelcome to your new workbook. This area will display text formatted as markdown.\\r\\n\\r\\n\\r\\nWe've included a basic analytics query to get you started. Use the `Edit` button below each section to configure it or add more sections.\"}\",\"halfWidth\":null,\"conditionalVisibility\":null},{\"type\":3,\"content\":\"{\"version\":\"KqlItem/1.0\",\"query\":\"union withsource=TableName *\\n| summarize Count=count() by TableName\\n| render barchart\",\"showQuery\":false,\"size\":1,\"aggregation\":0,\"showAnnotations\":false}\",\"halfWidth\":null,\"conditionalVisibility\":null}],\"isLocked\":false}", | ||
"version": "ME", | ||
"sourceId": "/subscriptions/00000000-0000-0000-0000-00000000/resourceGroups/MyGroup/providers/Microsoft.Web/sites/MyTestApp-CodeLens", | ||
"category": "workbook", | ||
"storageUri": null | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"201": { | ||
"body": { | ||
"id": "c0deea5e-3344-40f2-96f8-6f8e1c3b5722", | ||
"type": "Microsoft.Insights/myworkbooks", | ||
"location": "westus", | ||
"name": "deadb33f-8bee-4d3b-a059-9be8dac93960", | ||
"tags": [ | ||
"TagSample01", | ||
"TagSample02" | ||
], | ||
"kind": "user", | ||
"properties": { | ||
"displayName": "Blah Blah Blah", | ||
"serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":\"{\"json\":\"## New workbook\\r\\n---\\r\\n\\r\\nWelcome to your new workbook. This area will display text formatted as markdown.\\r\\n\\r\\n\\r\\nWe've included a basic analytics query to get you started. Use the `Edit` button below each section to configure it or add more sections.\"}\",\"halfWidth\":null,\"conditionalVisibility\":null},{\"type\":3,\"content\":\"{\"version\":\"KqlItem/1.0\",\"query\":\"union withsource=TableName *\\n| summarize Count=count() by TableName\\n| render barchart\",\"showQuery\":false,\"size\":1,\"aggregation\":0,\"showAnnotations\":false}\",\"halfWidth\":null,\"conditionalVisibility\":null}],\"isLocked\":false}", | ||
"version": "ME", | ||
"sourceId": "/subscriptions/00000000-0000-0000-0000-00000000/resourceGroups/MyGroup/providers/Microsoft.Web/sites/MyTestApp-CodeLens", | ||
"category": "workbook", | ||
"storageUri": null | ||
} | ||
} | ||
} | ||
} | ||
} |
54 changes: 54 additions & 0 deletions
54
...ights/resource-manager/Microsoft.Insights/stable/2021-03-08/examples/MyWorkbooksList.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-03-08", | ||
"subscriptionId": "6b643656-33eb-422f-aee8-3ac145d124af", | ||
"resourceGroupName": "my-resource-group", | ||
"category": "workbook" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": [ | ||
{ | ||
"id": "/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourceGroups/my-resource-group/providers/Microsoft.Insights/myworkbooks/c0deea5e-3344-40f2-96f8-6f8e1c3b5722", | ||
"type": "Microsoft.Insights/myworkbooks", | ||
"location": "westus", | ||
"name": "deadb33f-8bee-4d3b-a059-9be8dac93960", | ||
"tags": [], | ||
"kind": "user", | ||
"properties": { | ||
"displayName": "My Workbook 1", | ||
"userId": "userId", | ||
"serializedData": "{\"verion\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":\"{\"json\":\"## New workbook\\r\\n---\\r\\n\\r\\nWelcome to your new workbook. This area will display text formatted as markdown.\\r\\n\\r\\n\\r\\nWe've included a basic analytics query to get you started. Use the `Edit` button below each section to configure it or add more sections.\"}\",\"halfWidth\":null,\"conditionalVisibility\":null},{\"type\":3,\"content\":\"{\"version\":\"KqlItem/1.0\",\"query\":\"union withsource=TableName *\\n| summarize Count=count() by TableName\\n| render barchart\",\"showQuery\":false,\"size\":1,\"aggregation\":0,\"showAnnotations\":false}\",\"halfWidth\":null,\"conditionalVisibility\":null}],\"isLocked\":false}", | ||
"version": "ME", | ||
"sourceId": "/subscriptions/00000000-0000-0000-0000-00000000/resourceGroups/MyGroup/providers/Microsoft.Web/sites/MyTestApp-CodeLens", | ||
"category": "workbook", | ||
"timeModified": null, | ||
"storageUri": null | ||
} | ||
}, | ||
{ | ||
"id": "/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourceGroups/my-resource-group/providers/Microsoft.Insights/myworkbooks/c0deea5e-3344-40f2-96f8-6f8e1c3b5722", | ||
"type": "Microsoft.Insights/myworkbooks", | ||
"location": "westus", | ||
"name": "deadb33f-8bee-4d3b-a059-9be8dac93960", | ||
"kind": "user", | ||
"tags": [ | ||
"SampleTag01", | ||
"SampleTag2" | ||
], | ||
"properties": { | ||
"displayName": "My Workbook 2", | ||
"userId": "userId", | ||
"serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":\"{\"json\":\"## New workbook\\r\\n---\\r\\n\\r\\nWelcome to your new workbook. This area will display text formatted as markdown.\\r\\n\\r\\n\\r\\nWe've included a basic analytics query to get you started. Use the `Edit` button below each section to configure it or add more sections.\"}\",\"halfWidth\":null,\"conditionalVisibility\":null},{\"type\":3,\"content\":\"{\"version\":\"KqlItem/1.0\",\"query\":\"union withsource=TableName *\\n| summarize Count=count() by TableName\\n| render barchart\",\"showQuery\":false,\"size\":1,\"aggregation\":0,\"showAnnotations\":false}\",\"halfWidth\":null,\"conditionalVisibility\":null}],\"isLocked\":false}", | ||
"version": "ME", | ||
"sourceId": "/subscriptions/00000000-0000-0000-0000-00000000/resourceGroups/MyGroup/providers/Microsoft.Web/sites/MyTestApp-CodeLens", | ||
"category": "workbook", | ||
"timeModified": null, | ||
"storageUri": null | ||
} | ||
} | ||
], | ||
"nextLink": null | ||
} | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
...ghts/resource-manager/Microsoft.Insights/stable/2021-03-08/examples/MyWorkbooksList2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-03-08", | ||
"subscriptionId": "6b643656-33eb-422f-aee8-3ac145d124af", | ||
"resourceGroupName": "my-resource-group", | ||
"category": "workbook" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": [], | ||
"nextLink": null | ||
} | ||
} | ||
} |
75 changes: 75 additions & 0 deletions
75
...ninsights/resource-manager/Microsoft.Insights/stable/2021-03-08/examples/WorkbookAdd.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-03-08", | ||
"resourceGroupName": "my-resource-group", | ||
"resourceName": "deadb33f-8bee-4d3b-a059-9be8dac93960", | ||
"subscriptionId": "subid", | ||
"sourceId": "/subscriptions/00000000-0000-0000-0000-00000000/resourcegroups/MyGroup", | ||
"workbookProperties": { | ||
"id": "c0deea5e-3344-40f2-96f8-6f8e1c3b5722", | ||
"location": "west us", | ||
"name": "Blah Blah Blah", | ||
"kind": "shared", | ||
"properties": { | ||
"displayName": "tttt", | ||
"serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":\"{\"json\":\"## New workbook\\r\\n---\\r\\n\\r\\nWelcome to your new workbook. This area will display text formatted as markdown.\\r\\n\\r\\n\\r\\nWe've included a basic analytics query to get you started. Use the `Edit` button below each section to configure it or add more sections.\"}\",\"halfWidth\":null,\"conditionalVisibility\":null},{\"type\":3,\"content\":\"{\"version\":\"KqlItem/1.0\",\"query\":\"union withsource=TableName *\\n| summarize Count=count() by TableName\\n| render barchart\",\"showQuery\":false,\"size\":1,\"aggregation\":0,\"showAnnotations\":false}\",\"halfWidth\":null,\"conditionalVisibility\":null}],\"isLocked\":false}", | ||
"category": "workbook", | ||
"description": "Sample workbook" | ||
}, | ||
"tags": [ | ||
"TagSample01", | ||
"TagSample02" | ||
] | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "c0deea5e-3344-40f2-96f8-6f8e1c3b5722", | ||
"type": "", | ||
"location": "westus", | ||
"name": "deadb33f-8bee-4d3b-a059-9be8dac93960", | ||
"kind": "shared", | ||
"properties": { | ||
"displayName": "Blah Blah Blah", | ||
"userId": "userId", | ||
"serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":\"{\"json\":\"## New workbook\\r\\n---\\r\\n\\r\\nWelcome to your new workbook. This area will display text formatted as markdown.\\r\\n\\r\\n\\r\\nWe've included a basic analytics query to get you started. Use the `Edit` button below each section to configure it or add more sections.\"}\",\"halfWidth\":null,\"conditionalVisibility\":null},{\"type\":3,\"content\":\"{\"version\":\"KqlItem/1.0\",\"query\":\"union withsource=TableName *\\n| summarize Count=count() by TableName\\n| render barchart\",\"showQuery\":false,\"size\":1,\"aggregation\":0,\"showAnnotations\":false}\",\"halfWidth\":null,\"conditionalVisibility\":null}],\"isLocked\":false}", | ||
"version": "ME", | ||
"category": "workbook", | ||
"timeModified": null, | ||
"storageUri": null, | ||
"description": "Sample workbook", | ||
"revision": "1e2f8435b98248febee70c64ac22e1bb" | ||
}, | ||
"tags": [ | ||
"TagSample01", | ||
"TagSample02" | ||
] | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"id": "c0deea5e-3344-40f2-96f8-6f8e1c3b5722", | ||
"type": "", | ||
"location": "westus", | ||
"name": "deadb33f-8bee-4d3b-a059-9be8dac93960", | ||
"kind": "shared", | ||
"properties": { | ||
"displayName": "Blah Blah Blah", | ||
"userId": "userId", | ||
"serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":\"{\"json\":\"## New workbook\\r\\n---\\r\\n\\r\\nWelcome to your new workbook. This area will display text formatted as markdown.\\r\\n\\r\\n\\r\\nWe've included a basic analytics query to get you started. Use the `Edit` button below each section to configure it or add more sections.\"}\",\"halfWidth\":null,\"conditionalVisibility\":null},{\"type\":3,\"content\":\"{\"version\":\"KqlItem/1.0\",\"query\":\"union withsource=TableName *\\n| summarize Count=count() by TableName\\n| render barchart\",\"showQuery\":false,\"size\":1,\"aggregation\":0,\"showAnnotations\":false}\",\"halfWidth\":null,\"conditionalVisibility\":null}],\"isLocked\":false}", | ||
"version": "ME", | ||
"category": "workbook", | ||
"timeModified": null, | ||
"storageUri": null, | ||
"description": "Sample workbook", | ||
"revision": "1e2f8435b98248febee70c64ac22e1bb" | ||
}, | ||
"tags": [ | ||
"TagSample01", | ||
"TagSample02" | ||
] | ||
} | ||
} | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
...sights/resource-manager/Microsoft.Insights/stable/2021-03-08/examples/WorkbookDelete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-03-08", | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "my-resource-group", | ||
"resourceName": "deadb33f-5e0d-4064-8ebb-1a4ed0313eb2" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"204": {} | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
...ninsights/resource-manager/Microsoft.Insights/stable/2021-03-08/examples/WorkbookGet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2021-03-08", | ||
"subscriptionId": "6b643656-33eb-422f-aee8-3ac145d124af", | ||
"resourceGroupName": "my-resource-group", | ||
"resourceName": "deadb33f-5e0d-4064-8ebb-1a4ed0313eb2" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "c0deea5e-3344-40f2-96f8-6f8e1c3b5722", | ||
"name": "deadb33f-8bee-4d3b-a059-9be8dac93960", | ||
"type": "", | ||
"location": "westus", | ||
"kind": "shared", | ||
"properties": { | ||
"displayName": "My New Workbook", | ||
"userId": "userId", | ||
"serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":\"{\"json\":\"## New workbook\\r\\n---\\r\\n\\r\\nWelcome to your new workbook. This area will display text formatted as markdown.\\r\\n\\r\\n\\r\\nWe've included a basic analytics query to get you started. Use the `Edit` button below each section to configure it or add more sections.\"}\",\"halfWidth\":null,\"conditionalVisibility\":null},{\"type\":3,\"content\":\"{\"version\":\"KqlItem/1.0\",\"query\":\"union withsource=TableName *\\n| summarize Count=count() by TableName\\n| render barchart\",\"showQuery\":false,\"size\":1,\"aggregation\":0,\"showAnnotations\":false}\",\"halfWidth\":null,\"conditionalVisibility\":null}],\"isLocked\":false}", | ||
"version": "ME", | ||
"category": "workbook", | ||
"timeModified": null, | ||
"storageUri": null, | ||
"description": "Sample workbook", | ||
"revision": "1e2f8435b98248febee70c64ac22e1bb" | ||
}, | ||
"tags": [ | ||
"TagSample01", | ||
"TagSample02" | ||
] | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.