Skip to content

Commit 72907b8

Browse files
author
Richard Li
committed
fix example
1 parent c17711a commit 72907b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2020-06-01/examples/createBasicAmlCompute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
},
2323
"identity": {
24-
"type": "SystemAssigned, UserAssigned",
24+
"type": "SystemAssigned,UserAssigned",
2525
"userAssignedIdentities": {
2626
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identity-name": {}
2727
}

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2020-06-01/examples/getAmlCompute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"identity": {
4747
"principalId": "00000000-0000-0000-0000-000000000000",
4848
"tenantId": "00000000-0000-0000-0000-000000000000",
49-
"type": "SystemAssigned, UserAssigned",
49+
"type": "SystemAssigned,UserAssigned",
5050
"userAssignedIdentities": {
5151
"/subscriptions/f9d7ebed-adbd-4cb4-b973-aaf82c136138/resourcegroups/myResourceGroup1/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identity2": {
5252
"clientId": "00000000-0000-0000-0000-000000000000",

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2020-06-01/examples/updateAmlCompute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
},
2020
"identity": {
21-
"type": "SystemAssigned, UserAssigned",
21+
"type": "SystemAssigned,UserAssigned",
2222
"userAssignedIdentities": {
2323
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identity-name": {}
2424
}

0 commit comments

Comments
 (0)