Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add preview APIs for deploying Azure machine learning services #9592

Merged
merged 56 commits into from
Jul 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
7c262ce
add new preview version
May 21, 2020
f313822
add GET services and example
May 21, 2020
6c8e72f
update description
May 26, 2020
c02ddee
update description
May 26, 2020
5fdf0c4
update tag
May 26, 2020
ea5a572
add put on services
May 26, 2020
8a6aea0
remove produces and consumes
May 26, 2020
ad16cb0
update examples/description
May 26, 2020
65dc24d
update examples, use detailed service response
May 26, 2020
dc6a98a
add path for get by service id
May 26, 2020
0e39924
add example for getservicebyid
May 26, 2020
bc694bd
add example for createService
May 27, 2020
b84ea32
add example for delete service
May 27, 2020
844c993
use full resource uri
May 27, 2020
aada80f
add 2020-05-01 to readme
May 27, 2020
4f2cb96
fix modelvalidation checks
May 27, 2020
c8e1446
add words to cspell ignore list
May 27, 2020
6fb77cb
fix prettier issues
May 27, 2020
95de495
fix model validation
May 28, 2020
5dfc671
fix lint errors
May 28, 2020
57fddcf
include newly added templates and exmaples from 2020-04-01-preview
May 29, 2020
e22dfa1
remove UNREFERENCED_JSON_FILE
May 29, 2020
2ea02bc
fix lint and avaocado errors
May 29, 2020
ab112e7
update description in examples
Jun 1, 2020
5e8d420
sync changes from previous preview version https://github.com/Azure/a…
Jun 1, 2020
d4a0c7e
fix Potential new SDK errors
Jun 1, 2020
d75dccf
mark properties on paginated list response as readonly
Jun 8, 2020
36d35a2
sync changes from preview/2020-04-01 https://github.com/Azure/azure-r…
Jun 8, 2020
ad9c681
rename operationId
Jun 8, 2020
3d51e9a
remove createdby
Jun 18, 2020
800f19f
remove createdtime and modifiedtime. Will populate system metadata
Jun 18, 2020
945639d
use 201 instead of 202 on put /services
Jun 18, 2020
1f51c8b
Revert "remove createdtime and modifiedtime. Will populate system met…
Jun 18, 2020
0786620
use servicename parameter instead of id
Jun 18, 2020
4d9ca66
add apiversionparameter
Jun 18, 2020
79f496e
move PUT from /services to /services/{serivceName}
Jun 18, 2020
390044a
wrap machine learning service object inside arm resource envelope
Jun 18, 2020
0cc029b
fix prettierchecks
Jun 18, 2020
46aa7a5
set modelAsString to true
Jun 23, 2020
67e8d09
dont have to populate operationId
Jun 23, 2020
541e807
update description of the location
Jun 23, 2020
3513678
add required fields
Jun 23, 2020
387af90
use directref instead of allof for containerresourcerequirements
Jun 23, 2020
f2ca130
add long running operation on PUT /services/{name}
Jun 23, 2020
c616f86
delete on service is not a long running operation, remove 202
Jun 23, 2020
628725c
remove createdtime and modifiedtime. Will populate system metadata
Jun 23, 2020
6804e38
update description for ssl cert and ssl key
Jun 23, 2020
ac092e0
add description for conda dependencies
Jun 23, 2020
13bc1b4
add example for service update
Jun 23, 2020
0253dcc
set x-ms-secret on authtoken, username and password
Jun 23, 2020
01ac3b6
fix prettier errors
Jun 23, 2020
a989319
remove unused file
Jun 23, 2020
4afa79d
set readonly for id, name, type. #9948
Jun 24, 2020
c9fe612
on response dont populate username, password and authtoken
Jun 24, 2020
f4699e5
set x-ms-azure-resource, sync changes from https://github.com/Azure/a…
Jun 25, 2020
cdb132a
fix lint errors
Jun 30, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ bingspellcheck
bingvideosearch
bingvisualsearch
bingwebsearch
Bioconductor
Bitbucket
Bitlocker
bitness
Expand Down Expand Up @@ -339,6 +340,7 @@ costmanagement
Couchbase
cpim
CPIM
Cran
creatable
createconsumergroup
createorupdate
Expand Down Expand Up @@ -928,6 +930,7 @@ monitoringconfiguration
monitoringconfigurations
Monospace
MPNS
MRAN
MSAZR
MSAZRDE
MSCONCAT
Expand Down Expand Up @@ -1313,6 +1316,7 @@ rscc
rscd
rsce
rscl
rscript
rsct
Rslp
RSNULL
Expand Down Expand Up @@ -1474,6 +1478,7 @@ streamingendpoint
streamingjobs
streamingservice
subcomponent
subdir
subdomain
subexpressions
subfolder
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"parameters": {
"api-version": "2020-05-01-preview",
"subscriptionId": "{subscription-id}"
},
"responses": {
"200": {
"body": {
"value": [
{
"resourceType": "workspaces",
"name": "Basic",
"tier": "Basic",
"locations": [
"westus"
],
"locationInfo": [
{
"location": "westus",
"zones": [
"westus-AZ02",
"westus-AZ01"
]
}
],
"capabilities": [
{
"name": "automatedml_readhyperdrivesdk",
"value": "{\n \"id\": \"automatedml_ readhyperdrivesdk\",\n \"name\": \"Read hyperdrive SDK\",\n \"description\": \"Read only access to Hyperdrive in the SDK\"\n}"
},
{
"name": "workspace_upgradeworkspacesdk",
"value": "{\n \"id\": \"workspace_upgradeworkspacesdk\",\n \"name\": \"Upgrade workspace SDK\",\n \"description\": \"Upgrade workspace from Basic to enterprise from the SDK\"\n}"
}
],
"restrictions": []
},
{
"resourceType": "workspaces",
"name": "Enterprise",
"tier": "Enterprise",
"locations": [
"westus"
],
"locationInfo": [
{
"location": "westus",
"zones": [
"westus-AZ01"
],
"zoneDetails": [
{
"name": [
"westus-AZ01"
],
"capabilities": [
{
"name": "automatedml_createeditexperimentssdk",
"value": "{\n \"id\": \"automatedml_createeditexperimentssdk\",\n \"name\": \"Create edit experiments SDK\",\n \"description\": \"Create, edit or delete AutoML experiments in the SDK\"\n}"
}
]
}
]
}
],
"capabilities": [
{
"name": "automatedml_createeditexperimentssdk",
"value": "{\n \"id\": \"automatedml_createeditexperimentssdk\",\n \"name\": \"Create edit experiments SDK\",\n \"description\": \"Create, edit or delete AutoML experiments in the SDK\"\n}"
}
],
"restrictions": []
}
],
"nextLink": null
}
}
}
}
Loading