Skip to content

Commit 5658900

Browse files
committed
address comments
1 parent 5e35a2b commit 5658900

File tree

1 file changed

+16
-25
lines changed

1 file changed

+16
-25
lines changed

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

Lines changed: 16 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,9 @@
506506
"List VM Sizes": {
507507
"$ref": "./examples/ListVMSizesResult.json"
508508
}
509+
},
510+
"x-ms-pageable": {
511+
"nextLinkName": null
509512
}
510513
}
511514
},
@@ -2031,7 +2034,7 @@
20312034
},
20322035
"PaginationParameter": {
20332036
"in": "query",
2034-
"name": "$skiptoken",
2037+
"name": "$skip",
20352038
"type": "string",
20362039
"description": "Continuation token for pagination.",
20372040
"required": false,
@@ -2273,12 +2276,6 @@
22732276
"description": "The friendly name for this workspace. This name in mutable",
22742277
"type": "string"
22752278
},
2276-
"creationTime": {
2277-
"format": "date-time",
2278-
"description": "The creation time of the machine learning workspace in ISO8601 format.",
2279-
"type": "string",
2280-
"readOnly": true
2281-
},
22822279
"keyVault": {
22832280
"description": "ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created",
22842281
"type": "string"
@@ -3051,7 +3048,8 @@
30513048
},
30523049
"appInsightsInstrumentationKey": {
30533050
"readOnly": true,
3054-
"type": "string"
3051+
"type": "string",
3052+
"x-ms-secret": true
30553053
},
30563054
"containerRegistryCredentials": {
30573055
"readOnly": true,
@@ -3080,7 +3078,8 @@
30803078
},
30813079
"accessToken": {
30823080
"readOnly": true,
3083-
"type": "string"
3081+
"type": "string",
3082+
"x-ms-secret": true
30843083
},
30853084
"tokenType": {
30863085
"readOnly": true,
@@ -3093,7 +3092,8 @@
30933092
},
30943093
"refreshToken": {
30953094
"readOnly": true,
3096-
"type": "string"
3095+
"type": "string",
3096+
"x-ms-secret": true
30973097
},
30983098
"scope": {
30993099
"readOnly": true,
@@ -3203,18 +3203,6 @@
32033203
"type": "string",
32043204
"description": "The description of the Machine Learning compute."
32053205
},
3206-
"createdOn": {
3207-
"type": "string",
3208-
"description": "The date and time when the compute was created.",
3209-
"format": "date-time",
3210-
"readOnly": true
3211-
},
3212-
"modifiedOn": {
3213-
"type": "string",
3214-
"description": "The date and time when the compute was last modified.",
3215-
"format": "date-time",
3216-
"readOnly": true
3217-
},
32183206
"resourceId": {
32193207
"type": "string",
32203208
"description": "ARM resource id of the underlying compute"
@@ -6361,11 +6349,13 @@
63616349
"properties": {
63626350
"primaryAccessKey": {
63636351
"readOnly": true,
6364-
"type": "string"
6352+
"type": "string",
6353+
"x-ms-secret": true
63656354
},
63666355
"secondaryAccessKey": {
63676356
"readOnly": true,
6368-
"type": "string"
6357+
"type": "string",
6358+
"x-ms-secret": true
63696359
}
63706360
}
63716361
},
@@ -6374,7 +6364,8 @@
63746364
"properties": {
63756365
"userStorageKey": {
63766366
"readOnly": true,
6377-
"type": "string"
6367+
"type": "string",
6368+
"x-ms-secret": true
63786369
}
63796370
}
63806371
},

0 commit comments

Comments
 (0)