Skip to content

Commit 8ef3c1a

Browse files
committed
fix pipeline errors
1 parent 855201a commit 8ef3c1a

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-01-01/examples/createWorkspace.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@
135135
"applicationInsights": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/workspace-1234/providers/microsoft.insights/components/testinsights",
136136
"storageAccount": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/accountcrud-1234/providers/Microsoft.Storage/storageAccounts/testStorageAccount",
137137
"discoveryUrl": "http://example.com",
138-
"creationTime": "2017-03-01T23:14:37.0707808Z",
139138
"friendlyName": "HelloName",
140139
"description": "test description",
141140
"encryption": {

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-01-01/examples/listNotebookKeys.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"responses": {
99
"200": {
1010
"body": {
11-
"primaryAccessKey": "<primaryAccessKey>",
12-
"secondaryAccessKey": "<secondaryAccessKey>"
11+
"primaryAccessKey": null,
12+
"secondaryAccessKey": null
1313
}
1414
}
1515
}

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-01-01/examples/listStorageAccountKeys.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"responses": {
99
"200": {
1010
"body": {
11-
"userStorageKey": "<userStorageKey>"
11+
"userStorageKey": null
1212
}
1313
}
1414
}

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-01-01/examples/listWorkspaceKeys.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"responses": {
99
"200": {
1010
"body": {
11-
"userStorageKey": "<userStorageKey>",
11+
"userStorageKey": null,
1212
"userStorageResourceId": "/subscriptions/aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee/resourceGroups/ragargeastus2euap/providers/Microsoft.Storage/storageAccounts/testdemoworkazashomr",
1313
"appInsightsInstrumentationKey": null,
1414
"containerRegistryCredentials": {
@@ -26,8 +26,8 @@
2626
]
2727
},
2828
"notebookAccessKeys": {
29-
"primaryAccessKey": "<primaryAccessKey>",
30-
"secondaryAccessKey": "<secondaryAccesskey>"
29+
"primaryAccessKey": null,
30+
"secondaryAccessKey": null
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)