Skip to content

Commit dbc653d

Browse files
vutran01msyyc
authored andcommitted
Workbooks correctness 2021-08-01 (Azure#16249)
* set default tag to package-2021-03-only * new default tag and add only workbooks to release * update package tag with same RP as last package * update tag name * Update readme.python.md * change definition name * remove operations * fix missingtypeobject in workbooks * fix up model validation errors * copy from 2021-03-08 to 2021-08-01 * 2021-08-01 changes * fix prettier errors * use common types where possible * fix displayName errors * use newer myworkbooks and workbooktemplates * restore update params due to location * update tags * remove the only verison * update types to v3 * restore the operation * remove operation file * restore operation as it's needed for some updates * set to types to v1 to be consistent * update name * update to later tag * use unique definition * don't release operation in this pr Co-authored-by: msyyc <[email protected]>
1 parent c40f5b1 commit dbc653d

16 files changed

+1502
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{
2+
"parameters": {
3+
"api-version": "2021-08-01",
4+
"resourceGroupName": "my-resource-group",
5+
"resourceName": "deadb33f-8bee-4d3b-a059-9be8dac93960",
6+
"subscriptionId": "6b643656-33eb-422f-aee8-3ac145d124af",
7+
"sourceId": "/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourcegroups/MyGroup",
8+
"workbookProperties": {
9+
"location": "west us",
10+
"kind": "shared",
11+
"properties": {
12+
"displayName": "tttt",
13+
"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}",
14+
"category": "workbook",
15+
"description": "Sample workbook"
16+
},
17+
"tags": {
18+
"TagSample01": "sample01",
19+
"TagSample02": "sample02"
20+
}
21+
}
22+
},
23+
"responses": {
24+
"200": {
25+
"body": {
26+
"id": "/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourcegroups/my-resource-group/providers/microsoft.insights/workbooks/deadb33f-8bee-4d3b-a059-9be8dac93960",
27+
"type": "Microsoft.Insights/workbooks",
28+
"location": "westus",
29+
"name": "deadb33f-8bee-4d3b-a059-9be8dac93960",
30+
"kind": "shared",
31+
"properties": {
32+
"displayName": "Blah Blah Blah",
33+
"userId": "userId",
34+
"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}",
35+
"version": "Notebook/1.0",
36+
"category": "workbook",
37+
"timeModified": "2021-08-24T06:56:31.6301521Z",
38+
"storageUri": null,
39+
"description": "Sample workbook",
40+
"revision": "1e2f8435b98248febee70c64ac22e1bb"
41+
},
42+
"tags": {
43+
"TagSample01": "sample01",
44+
"TagSample02": "sample02"
45+
}
46+
}
47+
},
48+
"201": {
49+
"body": {
50+
"id": "/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourcegroups/my-resource-group/providers/microsoft.insights/workbooks/deadb33f-8bee-4d3b-a059-9be8dac93960",
51+
"type": "Microsoft.Insights/workbooks",
52+
"location": "westus",
53+
"name": "deadb33f-8bee-4d3b-a059-9be8dac93960",
54+
"kind": "shared",
55+
"properties": {
56+
"displayName": "Blah Blah Blah",
57+
"userId": "userId",
58+
"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}",
59+
"version": "Notebook/1.0",
60+
"category": "workbook",
61+
"timeModified": "2021-08-24T06:56:31.6301521Z",
62+
"storageUri": null,
63+
"description": "Sample workbook",
64+
"revision": "1e2f8435b98248febee70c64ac22e1bb"
65+
},
66+
"tags": {
67+
"TagSample01": "sample01",
68+
"TagSample02": "sample02"
69+
}
70+
}
71+
}
72+
}
73+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"parameters": {
3+
"api-version": "2021-08-01",
4+
"subscriptionId": "subid",
5+
"resourceGroupName": "my-resource-group",
6+
"resourceName": "deadb33f-5e0d-4064-8ebb-1a4ed0313eb2"
7+
},
8+
"responses": {
9+
"200": {},
10+
"204": {}
11+
}
12+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"parameters": {
3+
"api-version": "2021-08-01",
4+
"subscriptionId": "6b643656-33eb-422f-aee8-3ac145d124af",
5+
"resourceGroupName": "my-resource-group",
6+
"resourceName": "deadb33f-5e0d-4064-8ebb-1a4ed0313eb2"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"id": "/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourcegroups/my-resource-group/providers/microsoft.insights/workbooks/deadb33f-5e0d-4064-8ebb-1a4ed0313eb2",
12+
"name": "deadb33f-8bee-4d3b-a059-9be8dac93960",
13+
"type": "Microsoft.Insights/workbooks",
14+
"location": "westus",
15+
"kind": "shared",
16+
"properties": {
17+
"displayName": "My New Workbook",
18+
"userId": "userId",
19+
"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}",
20+
"version": "Notebook/1.0",
21+
"category": "workbook",
22+
"timeModified": "2021-08-24T06:56:31.6301521Z",
23+
"storageUri": null,
24+
"description": "Sample workbook",
25+
"revision": "1e2f8435b98248febee70c64ac22e1bb"
26+
},
27+
"tags": {
28+
"TagSample01": "sample01",
29+
"TagSample02": "sample02"
30+
}
31+
}
32+
}
33+
}
34+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parameters": {
3+
"api-version": "2021-08-01",
4+
"subscriptionId": "6b643656-33eb-422f-aee8-3ac145d124af",
5+
"resourceGroupName": "my-resource-group",
6+
"resourceName": "deadb33f-5e0d-4064-8ebb-1a4ed0313eb2"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"id": "/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourcegroups/my-resource-group/providers/microsoft.insights/workbooks/deadb33f-5e0d-4064-8ebb-1a4ed0313eb2",
12+
"name": "deadb33f-8bee-4d3b-a059-9be8dac93960",
13+
"type": "Microsoft.Insights/workbooks",
14+
"location": "westus",
15+
"kind": "shared",
16+
"properties": {
17+
"displayName": "My New Workbook",
18+
"userId": "userId",
19+
"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}",
20+
"version": "Notebook/1.0",
21+
"category": "workbook",
22+
"timeModified": "2021-08-24T06:56:31.6301521Z",
23+
"storageUri": null
24+
},
25+
"tags": {
26+
"TagSample01": "sample01",
27+
"TagSample02": "sample02"
28+
}
29+
}
30+
}
31+
}
32+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
{
2+
"parameters": {
3+
"api-version": "2021-08-01",
4+
"resourceGroupName": "my-resource-group",
5+
"subscriptionId": "6b643656-33eb-422f-aee8-3ac145d124af",
6+
"resourceName": "deadb33f-5e0d-4064-8ebb-1a4ed0313eb2",
7+
"sourceId": "/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourcegroups/MyGroup",
8+
"workbookProperties": {
9+
"location": "westus",
10+
"tags": {
11+
"hidden-title": "tttt"
12+
},
13+
"kind": "shared",
14+
"etag": "\"4a00f78d-0000-0700-0000-5f8f616c1000\"",
15+
"identity": {
16+
"type": "UserAssigned",
17+
"userAssignedIdentities": {
18+
"/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourceGroups/eu2cgroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1": {}
19+
}
20+
},
21+
"properties": {
22+
"displayName": "tttt",
23+
"serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":{\"json\":\"test\"},\"name\":\"text - 0\"}],\"isLocked\":false,\"fallbackResourceIds\":[\"/subscriptions/00000000-0000-0000-0000-00000000/resourceGroups/MyGroup\"]}",
24+
"version": "Notebook/1.0",
25+
"category": "workbook",
26+
"tags": [],
27+
"description": "Sample workbook",
28+
"storageUri": "/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourceGroups/MyGroup/providers/Microsoft.Storage/storageAccounts/testStorage/blobServices/default/containers/testContainer"
29+
}
30+
}
31+
},
32+
"responses": {
33+
"200": {
34+
"body": {
35+
"identity": {
36+
"type": "UserAssigned",
37+
"userAssignedIdentities": {
38+
"/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourceGroups/eu2cgroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1": {
39+
"clientId": "fbe75b66-01c5-4f87-a220-233af3270432",
40+
"principalId": "075a0ca6-43f6-4434-9abf-c9b1b79f9x19"
41+
}
42+
}
43+
},
44+
"id": "/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourcegroups/my-resource-group/providers/Microsoft.Insights/workbooks/deadb33f-5e0d-4064-8ebb-1a4ed0313eb2",
45+
"name": "deadb33f-5e0d-4064-8ebb-1a4ed0313eb2",
46+
"type": "Microsoft.Insights/workbooks",
47+
"location": "westus",
48+
"tags": {
49+
"hidden-title": "tttt"
50+
},
51+
"kind": "shared",
52+
"etag": "\"4a00f85e-0000-0700-0000-5f8f5dfa0000\"",
53+
"properties": {
54+
"displayName": "tttt",
55+
"serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[],\"isLocked\":false,\"fallbackResourceIds\":[\"/subscriptions/00000000-0000-0000-0000-00000000/resourceGroups/MyGroup/providers/Microsoft.OperationalInsights/workspaces/test-ws\"]}",
56+
"version": "Notebook/1.0",
57+
"category": "workbook",
58+
"userId": "70d90f65-8a70-4e42-b8d5-86gv25e0a90f",
59+
"sourceId": "/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourcegroups/MyGroup",
60+
"timeModified": "2020-10-20T22:00:26.4229554Z",
61+
"tags": [],
62+
"description": "Sample workbook",
63+
"revision": "1e2f8435b98248febee70c64ac22e1bb",
64+
"storageUri": "/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourceGroups/MyGroup/providers/Microsoft.Storage/storageAccounts/testStorage/blobServices/default/containers/testContainer"
65+
}
66+
}
67+
},
68+
"201": {
69+
"body": {
70+
"identity": {
71+
"type": "UserAssigned",
72+
"userAssignedIdentities": {
73+
"/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourceGroups/eu2cgroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1": {
74+
"clientId": "fbe75b66-01c5-4f87-a220-233af3270432",
75+
"principalId": "075a0ca6-43f6-4434-9abf-c9b1b79f9x19"
76+
}
77+
}
78+
},
79+
"id": "/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourcegroups/my-resource-group/providers/Microsoft.Insights/workbooks/deadb33f-5e0d-4064-8ebb-1a4ed0313eb2",
80+
"name": "deadb33f-5e0d-4064-8ebb-1a4ed0313eb2",
81+
"type": "Microsoft.Insights/workbooks",
82+
"location": "westus",
83+
"tags": {
84+
"hidden-title": "tttt"
85+
},
86+
"kind": "user",
87+
"etag": "\"4a00f85e-0000-0700-0000-5f8f5dfa0000\"",
88+
"properties": {
89+
"displayName": "tttt",
90+
"serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[],\"isLocked\":false,\"fallbackResourceIds\":[\"/subscriptions/00000000-0000-0000-0000-00000000/resourceGroups/MyGroup/providers/Microsoft.OperationalInsights/workspaces/test-ws\"]}",
91+
"version": "Notebook/1.0",
92+
"category": "workbook",
93+
"userId": "70d90f65-8a70-4e42-b8d5-86gv25e0a90f",
94+
"sourceId": "/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourcegroups/MyGroup",
95+
"timeModified": "2020-10-20T22:00:26.4229554Z",
96+
"tags": [],
97+
"description": "Sample workbook",
98+
"revision": "1e2f8435b98248febee70c64ac22e1bb",
99+
"storageUri": "/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourceGroups/MyGroup/providers/Microsoft.Storage/storageAccounts/testStorage/blobServices/default/containers/testContainer"
100+
}
101+
}
102+
}
103+
}
104+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"parameters": {
3+
"api-version": "2021-08-01",
4+
"subscriptionId": "6b643656-33eb-422f-aee8-3ac145d124af",
5+
"resourceGroupName": "my-resource-group",
6+
"resourceName": "deadb33f-5e0d-4064-8ebb-1a4ed0313eb2"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"identity": {
12+
"type": "UserAssigned",
13+
"userAssignedIdentities": {
14+
"/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourceGroups/eu2cgroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1": {
15+
"clientId": "fbe75b66-01c5-4f87-a220-233af3270432",
16+
"principalId": "075a0ca6-43f6-4434-9abf-c9b1b79f9x19"
17+
},
18+
"/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourceGroups/eu2cgroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id2": {
19+
"clientId": "47429305-c0d3-40bc-8595-6194sdfdf3dc",
20+
"principalId": "bf9ebbc8-b92d-4752-8e66-c999d560326e0"
21+
}
22+
}
23+
},
24+
"id": "/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourcegroups/my-resource-group/providers/Microsoft.Insights/workbooks/deadb33f-5e0d-4064-8ebb-1a4ed0313eb2",
25+
"name": "deadb33f-5e0d-4064-8ebb-1a4ed0313eb2",
26+
"type": "Microsoft.Insights/workbooks",
27+
"location": "westcentralus",
28+
"tags": {
29+
"hidden-title": "azuremon"
30+
},
31+
"kind": "shared",
32+
"etag": "\"0c003cb4-0000-0600-0000-5f5203c60000\"",
33+
"properties": {
34+
"displayName": "azuremon",
35+
"serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":{\"json\":\"testing1\"},\"showPin\":false,\"name\":\"text - 0\"}],\"isLocked\":true,\"fallbackResourceIds\":[\"Azure Monitor\"]}",
36+
"version": "Notebook/1.0",
37+
"category": "workbook",
38+
"userId": "51d1409c-d725-4550-ac03-98c0bef9ef07",
39+
"sourceId": "azure monitor",
40+
"timeModified": "2020-09-04T09:07:17.735638Z",
41+
"tags": [],
42+
"description": "Sample workbook",
43+
"revision": "1e2f8435b98248febee70c64ac22e1bb",
44+
"storageUri": "/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourceGroups/MyGroup/providers/Microsoft.Storage/storageAccounts/testStorage/blobServices/default/containers/testContainer"
45+
}
46+
}
47+
}
48+
}
49+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"parameters": {
3+
"api-version": "2021-08-01",
4+
"subscriptionId": "6b643656-33eb-422f-aee8-3ac145d124af",
5+
"resourceGroupName": "my-resource-group",
6+
"resourceName": "deadb33f-5e0d-4064-8ebb-1a4ed0313eb2",
7+
"sourceId": "/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourcegroups/MyGroup",
8+
"location": "westus",
9+
"tags": {
10+
"TagSample01": "sample01",
11+
"TagSample02": "sample02"
12+
},
13+
"type": "Microsoft.Insights/workbooks",
14+
"kind": "shared",
15+
"identity": {
16+
"type": "UserAssigned",
17+
"userAssignedIdentities": {
18+
"/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourceGroups/eu2cgroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1": {},
19+
"/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourceGroups/eu2cgroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id2": {}
20+
}
21+
},
22+
"properties": {
23+
"displayName": "tttt",
24+
"version": "Notebook/1.0",
25+
"serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":{\"json\":\"test\"},\"name\":\"text - 0\"}],\"isLocked\":false,\"fallbackResourceIds\":[\"/subscriptions/8980832b-9589-4ac2-b322-a6ae6a97f02b/resourceGroups/MyGroup\"]}",
26+
"category": "workbook",
27+
"isPersisted": true,
28+
"timeModified": "2020-10-20T22:00:26.4229554Z",
29+
"tags": [],
30+
"description": "Sample workbook",
31+
"storageUri": "/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourceGroups/MyGroup/providers/Microsoft.Storage/storageAccounts/testStorage/blobServices/default/containers/testContainer"
32+
}
33+
},
34+
"responses": {
35+
"201": {
36+
"body": {
37+
"identity": {
38+
"type": "UserAssigned",
39+
"userAssignedIdentities": {
40+
"/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourceGroups/eu2cgroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id1": {
41+
"clientId": "fbe75b66-01c5-4f87-a220-233af3270432",
42+
"principalId": "075a0ca6-43f6-4434-9abf-c9b1b79f9x19"
43+
},
44+
"/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourceGroups/eu2cgroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/id2": {
45+
"clientId": "47429305-c0d3-40bc-8595-6194sdfdf3dc",
46+
"principalId": "bf9ebbc8-b92d-4752-8e66-c999d560326e0"
47+
}
48+
}
49+
},
50+
"id": "/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourcegroups/MyGroup/providers/Microsoft.Insights/workbooks/deadb33f-5e0d-4064-8ebb-1a4ed0313eb2",
51+
"name": "deadb33f-5e0d-4064-8ebb-1a4ed0313eb2",
52+
"type": "Microsoft.Insights/workbooks",
53+
"location": "westus",
54+
"tags": {
55+
"TagSample01": "sample01",
56+
"TagSample02": "sample02",
57+
"hidden-title": "tttt"
58+
},
59+
"kind": "shared",
60+
"etag": "\"4a00f78d-0000-0700-0000-5f8f616c0000\"",
61+
"properties": {
62+
"displayName": "tttt",
63+
"serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":{\"json\":\"test\"},\"name\":\"text - 0\"}],\"isLocked\":false,\"fallbackResourceIds\":[\"/subscriptions/8980832b-9589-4ac2-b322-a6ae6a97f02b/resourceGroups/MyGroup\"]}",
64+
"version": "Notebook/1.0",
65+
"category": "workbook",
66+
"userId": "70d90f65-8a70-4e42-b8d5-863725e0a90f",
67+
"sourceId": "/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourcegroups/MyGroup",
68+
"timeModified": "2020-10-20T22:15:08.1875458Z",
69+
"tags": [],
70+
"description": "Sample workbook",
71+
"revision": "1e2f8435b98248febee70c64ac22e1bb",
72+
"storageUri": "/subscriptions/6b643656-33eb-422f-aee8-3ac145d124af/resourceGroups/MyGroup/providers/Microsoft.Storage/storageAccounts/testStorage/blobServices/default/containers/testContainer"
73+
}
74+
}
75+
}
76+
}
77+
}

0 commit comments

Comments
 (0)