You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-01-01/machineLearningServices.json
+16-25Lines changed: 16 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -506,6 +506,9 @@
506
506
"List VM Sizes": {
507
507
"$ref": "./examples/ListVMSizesResult.json"
508
508
}
509
+
},
510
+
"x-ms-pageable": {
511
+
"nextLinkName": null
509
512
}
510
513
}
511
514
},
@@ -2031,7 +2034,7 @@
2031
2034
},
2032
2035
"PaginationParameter": {
2033
2036
"in": "query",
2034
-
"name": "$skiptoken",
2037
+
"name": "$skip",
2035
2038
"type": "string",
2036
2039
"description": "Continuation token for pagination.",
2037
2040
"required": false,
@@ -2273,12 +2276,6 @@
2273
2276
"description": "The friendly name for this workspace. This name in mutable",
2274
2277
"type": "string"
2275
2278
},
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
-
},
2282
2279
"keyVault": {
2283
2280
"description": "ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created",
2284
2281
"type": "string"
@@ -3051,7 +3048,8 @@
3051
3048
},
3052
3049
"appInsightsInstrumentationKey": {
3053
3050
"readOnly": true,
3054
-
"type": "string"
3051
+
"type": "string",
3052
+
"x-ms-secret": true
3055
3053
},
3056
3054
"containerRegistryCredentials": {
3057
3055
"readOnly": true,
@@ -3080,7 +3078,8 @@
3080
3078
},
3081
3079
"accessToken": {
3082
3080
"readOnly": true,
3083
-
"type": "string"
3081
+
"type": "string",
3082
+
"x-ms-secret": true
3084
3083
},
3085
3084
"tokenType": {
3086
3085
"readOnly": true,
@@ -3093,7 +3092,8 @@
3093
3092
},
3094
3093
"refreshToken": {
3095
3094
"readOnly": true,
3096
-
"type": "string"
3095
+
"type": "string",
3096
+
"x-ms-secret": true
3097
3097
},
3098
3098
"scope": {
3099
3099
"readOnly": true,
@@ -3203,18 +3203,6 @@
3203
3203
"type": "string",
3204
3204
"description": "The description of the Machine Learning compute."
3205
3205
},
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
-
},
3218
3206
"resourceId": {
3219
3207
"type": "string",
3220
3208
"description": "ARM resource id of the underlying compute"
0 commit comments