Skip to content

Commit

Permalink
fix pipeline errors
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaomuzhi committed Jan 19, 2021
1 parent 855201a commit 8ef3c1a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@
"applicationInsights": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights",
"storageAccount": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccount",
"discoveryUrl": "http://example.com",
"creationTime": "2017-03-01T23:14:37.0707808Z",
"friendlyName": "HelloName",
"description": "test description",
"encryption": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"responses": {
"200": {
"body": {
"primaryAccessKey": "<primaryAccessKey>",
"secondaryAccessKey": "<secondaryAccessKey>"
"primaryAccessKey": null,
"secondaryAccessKey": null
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"responses": {
"200": {
"body": {
"userStorageKey": "<userStorageKey>"
"userStorageKey": null
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"responses": {
"200": {
"body": {
"userStorageKey": "<userStorageKey>",
"userStorageKey": null,
"userStorageResourceId": "/subscriptions/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee/resourceGroups/ragargeastus2euap/providers/Microsoft.Storage/storageAccounts/testdemoworkazashomr",
"appInsightsInstrumentationKey": null,
"containerRegistryCredentials": {
Expand All @@ -26,8 +26,8 @@
]
},
"notebookAccessKeys": {
"primaryAccessKey": "<primaryAccessKey>",
"secondaryAccessKey": "<secondaryAccesskey>"
"primaryAccessKey": null,
"secondaryAccessKey": null
}
}
}
Expand Down

0 comments on commit 8ef3c1a

Please sign in to comment.