Skip to content
Closed
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
},
"parameters": [
{
"$ref": "#/parameters/SubscriptionIdParameter"
"$ref": "#/parameters/SubscriptionIdParameter"
},
{
"name": "$skipToken",
Expand Down Expand Up @@ -365,7 +365,7 @@
},
"parameters": [
{
"$ref": "#/parameters/SubscriptionIdParameter"
"$ref": "#/parameters/SubscriptionIdParameter"
},
{
"$ref": "#/parameters/ResourceGroupNameParameter"
Expand Down Expand Up @@ -1042,4 +1042,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
},
"keys": {
"$ref": "#/definitions/WebServiceKeys",
"description": "Contains the web service provisioning keys. If you do not specify provisioning keys, the Azure Machine Learning system generates them for you. Note: The keys are not returned from calls to GET operations."
"description": "Contains the web service provisioning keys. If you do not specify provisioning keys, the Azure Machine Learning system generates them for you. Note: The keys are not returned from calls to GET operations."
},
"readOnly": {
"type": "boolean",
Expand All @@ -409,8 +409,8 @@
"readOnly": true
},
"exposeSampleData": {
"type": "boolean",
"description": "When set to true, sample data is included in the web service's swagger definition. The default value is true."
"type": "boolean",
"description": "When set to true, sample data is included in the web service's swagger definition. The default value is true."
},
"realtimeConfiguration": {
"$ref": "#/definitions/RealtimeConfiguration",
Expand Down Expand Up @@ -1037,4 +1037,4 @@
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"parameters": {
"api-version": "2016-04-01",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"workspaceName": "testworkspace",
"parameters": {
"api-version": "2016-04-01",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"workspaceName": "testworkspace",
"parameters": {
"tags": {
"tagKey1": "TagValue1"
},
"location": "West Europe",
"properties": {
"userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage"
}
}
},
"responses": {
"200": {
"body": {
"tags": {
"tagKey1": "TagValue1"
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace",
"name": "testworkspace",
"type": "Microsoft.MachineLearning/workspaces",
"location": "East US",
"properties": {
"userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage",
"ownerEmail": "abc@microsoft.com",
"workspaceType": "PaidStandard",
"workspaceState": "Enabled",
"workspaceId": "00000000-1111-2222-3333-444444444444",
"studioEndpoint": "https://studioapi.azureml.net",
"creationTime": "2017-03-01T23:14:37.0707808Z",
"keyVaultIdentifierId": "kvid"
}
}
}
"tags": {
"tagKey1": "TagValue1"
},
"location": "West Europe",
"properties": {
"userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage"
}
}
}
},
"responses": {
"200": {
"body": {
"tags": {
"tagKey1": "TagValue1"
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace",
"name": "testworkspace",
"type": "Microsoft.MachineLearning/workspaces",
"location": "East US",
"properties": {
"userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage",
"ownerEmail": "abc@microsoft.com",
"workspaceType": "PaidStandard",
"workspaceState": "Enabled",
"workspaceId": "00000000-1111-2222-3333-444444444444",
"studioEndpoint": "https://studioapi.azureml.net",
"creationTime": "2017-03-01T23:14:37.0707808Z",
"keyVaultIdentifierId": "kvid"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"parameters": {
"api-version": "2016-04-01",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"workspaceName": "testworkspace"
},
"responses": {
"200": {},
"204": {}
}
}
"parameters": {
"api-version": "2016-04-01",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"workspaceName": "testworkspace"
},
"responses": {
"200": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"parameters": {
"api-version": "2016-04-01",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"workspaceName": "testworkspace"
},
"responses": {
"200": {
"body": {
"tags": {
"tagKey1": "TagValue1"
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace",
"name": "testworkspace",
"type": "Microsoft.MachineLearning/workspaces",
"location": "East US",
"properties": {
"userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage",
"ownerEmail": "abc@microsoft.com",
"workspaceType": "PaidStandard",
"workspaceState": "Enabled",
"workspaceId": "00000000-1111-2222-3333-444444444444",
"studioEndpoint": "https://studioapi.azureml.net",
"creationTime": "2017-03-01T23:14:37.0707808Z",
"keyVaultIdentifierId": "kvid"
}
}
}
"parameters": {
"api-version": "2016-04-01",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"workspaceName": "testworkspace"
},
"responses": {
"200": {
"body": {
"tags": {
"tagKey1": "TagValue1"
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace",
"name": "testworkspace",
"type": "Microsoft.MachineLearning/workspaces",
"location": "East US",
"properties": {
"userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage",
"ownerEmail": "abc@microsoft.com",
"workspaceType": "PaidStandard",
"workspaceState": "Enabled",
"workspaceId": "00000000-1111-2222-3333-444444444444",
"studioEndpoint": "https://studioapi.azureml.net",
"creationTime": "2017-03-01T23:14:37.0707808Z",
"keyVaultIdentifierId": "kvid"
}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"parameters": {
"api-version": "2016-04-01",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"workspaceName": "testworkspace"
},
"responses": {
"200": {
"body": {
"primaryToken": "cZdmqKBYLEPcPo7dsfdfefeSlKpnxybJ86KSQGLarmLik2MYMxHijwsDIZ+d1mGtYJz3mlI5AEnxu8QqHcUjSA==",
"secondaryToken": "NPtbk8ksmLvsasasonFeTjw/k7QLz/SEdKN8+SyzKRcPzOVTQcR6C0O1fwmlELnCsYLjs+13yzdJ+4+Lxo3LtZ2g=="
}
}
"parameters": {
"api-version": "2016-04-01",
"subscriptionId": "00000000-0000-0000-0000-000000000000",
"resourceGroupName": "myResourceGroup",
"workspaceName": "testworkspace"
},
"responses": {
"200": {
"body": {
"primaryToken": "cZdmqKBYLEPcPo7dsfdfefeSlKpnxybJ86KSQGLarmLik2MYMxHijwsDIZ+d1mGtYJz3mlI5AEnxu8QqHcUjSA==",
"secondaryToken": "NPtbk8ksmLvsasasonFeTjw/k7QLz/SEdKN8+SyzKRcPzOVTQcR6C0O1fwmlELnCsYLjs+13yzdJ+4+Lxo3LtZ2g=="
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,39 +9,39 @@
"body": {
"value": [
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace",
"name": "testworkspace",
"type": "Microsoft.MachineLearning/workspaces",
"location": "East US",
"properties": {
"userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage1",
"ownerEmail": "abc@microsoft.com",
"workspaceType": "PaidStandard",
"workspaceState": "Enabled",
"workspaceId": "00000000-1111-2222-3333-444444444444",
"studioEndpoint": "https://studioapi.azureml.net",
"creationTime": "2017-03-01T23:14:37.0707808Z",
"keyVaultIdentifierId": "kvid"
}
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace",
"name": "testworkspace",
"type": "Microsoft.MachineLearning/workspaces",
"location": "East US",
"properties": {
"userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage1",
"ownerEmail": "abc@microsoft.com",
"workspaceType": "PaidStandard",
"workspaceState": "Enabled",
"workspaceId": "00000000-1111-2222-3333-444444444444",
"studioEndpoint": "https://studioapi.azureml.net",
"creationTime": "2017-03-01T23:14:37.0707808Z",
"keyVaultIdentifierId": "kvid"
}
},
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace1",
"name": "testworkspace1",
"type": "Microsoft.MachineLearning/workspaces",
"location": "East US",
"properties": {
"userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage1",
"ownerEmail": "abc@microsoft.com",
"workspaceType": "PaidStandard",
"workspaceState": "Enabled",
"workspaceId": "00000000-1111-2222-3333-444444444444",
"studioEndpoint": "https://studioapi.azureml.net",
"creationTime": "2017-03-01T23:16:37.0707808Z",
"keyVaultIdentifierId": "kvid"
}
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace1",
"name": "testworkspace1",
"type": "Microsoft.MachineLearning/workspaces",
"location": "East US",
"properties": {
"userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage1",
"ownerEmail": "abc@microsoft.com",
"workspaceType": "PaidStandard",
"workspaceState": "Enabled",
"workspaceId": "00000000-1111-2222-3333-444444444444",
"studioEndpoint": "https://studioapi.azureml.net",
"creationTime": "2017-03-01T23:16:37.0707808Z",
"keyVaultIdentifierId": "kvid"
}
}
]
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,39 +8,39 @@
"body": {
"value": [
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace",
"name": "testworkspace",
"type": "Microsoft.MachineLearning/workspaces",
"location": "East US",
"properties": {
"userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage1",
"ownerEmail": "abc@microsoft.com",
"workspaceType": "PaidStandard",
"workspaceState": "Enabled",
"workspaceId": "00000000-1111-2222-3333-444444444444",
"studioEndpoint": "https://studioapi.azureml.net",
"creationTime": "2017-03-01T23:14:37.0707808Z",
"keyVaultIdentifierId": "kvid"
}
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace",
"name": "testworkspace",
"type": "Microsoft.MachineLearning/workspaces",
"location": "East US",
"properties": {
"userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage1",
"ownerEmail": "abc@microsoft.com",
"workspaceType": "PaidStandard",
"workspaceState": "Enabled",
"workspaceId": "00000000-1111-2222-3333-444444444444",
"studioEndpoint": "https://studioapi.azureml.net",
"creationTime": "2017-03-01T23:14:37.0707808Z",
"keyVaultIdentifierId": "kvid"
}
},
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace1",
"name": "testworkspace1",
"type": "Microsoft.MachineLearning/workspaces",
"location": "East US",
"properties": {
"userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage1",
"ownerEmail": "abc@microsoft.com",
"workspaceType": "PaidStandard",
"workspaceState": "Enabled",
"workspaceId": "00000000-1111-2222-3333-444444444444",
"studioEndpoint": "https://studioapi.azureml.net",
"creationTime": "2017-03-01T23:16:37.0707808Z",
"keyVaultIdentifierId": "kvid"
}
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.MachineLearning/workspaces/testworkspace1",
"name": "testworkspace1",
"type": "Microsoft.MachineLearning/workspaces",
"location": "East US",
"properties": {
"userStorageAccountId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Storage/storageAccounts/teststorage1",
"ownerEmail": "abc@microsoft.com",
"workspaceType": "PaidStandard",
"workspaceState": "Enabled",
"workspaceId": "00000000-1111-2222-3333-444444444444",
"studioEndpoint": "https://studioapi.azureml.net",
"creationTime": "2017-03-01T23:16:37.0707808Z",
"keyVaultIdentifierId": "kvid"
}
}
]
}
}
}
}
}
Loading