Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
1e19ed9
just migrate to verion 2019-05-01, no content update
leizhaoPS Jun 5, 2019
59de52f
update readme files for adding new verion 2019-05-01
leizhaoPS Jun 6, 2019
041a57c
fix name from 2018-11-19-preview to 2018-11-19
leizhaoPS Jun 11, 2019
5d26083
add usages by VM family changes
leizhaoPS Jun 11, 2019
1b1a093
rename the readme.go.md namespace and change the tags order to desc
leizhaoPS Jun 11, 2019
2931b65
fix tag name for 2018-11-19
leizhaoPS Jun 11, 2019
f5f34f6
remove not referenced example files
leizhaoPS Jun 11, 2019
6205cf2
switch backt to package-2018-03-preview
leizhaoPS Jun 14, 2019
b34cf06
fix go SDK issue not related to this feature
leizhaoPS Jun 14, 2019
d720ac0
fix go SDK issue not related to this feature
leizhaoPS Jun 14, 2019
5632d73
add 2019-05-01 tag
leizhaoPS Jun 18, 2019
6073ea9
fix validation errors
leizhaoPS Jun 19, 2019
5009371
fix patchAMLCompute return code in sample file
leizhaoPS Jun 19, 2019
d1f13d4
fix listNodes response
leizhaoPS Jun 19, 2019
6e2a2c8
try fix sdk failures
leizhaoPS Jun 19, 2019
463b687
try1 fix sdk failures
leizhaoPS Jun 19, 2019
b7e82ae
revert try1 fix sdk failures
leizhaoPS Jun 19, 2019
7dac91f
try2 fix sdk failures
leizhaoPS Jun 19, 2019
91b4ac8
try3 fix sdk failures
leizhaoPS Jun 19, 2019
4b67be5
revert changes related to listNodes
leizhaoPS Jun 19, 2019
6aa9732
fix listnode issue
leizhaoPS Jun 19, 2019
fdb99b4
fix listnodes in 2018-11-19 version
leizhaoPS Jun 19, 2019
3a609fa
fix namespace
leizhaoPS Jun 19, 2019
59c664d
fix version missmatch in read me go
leizhaoPS Jun 19, 2019
02dfa4f
fix patchAMLCompute validation error
leizhaoPS Jun 20, 2019
887710f
Merge branch 'master' into leizhao/Fix2019-05-01ValidationErrors
leizhaoPS Jun 20, 2019
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@
"api-version": "2018-11-19",
"parameters": {
"properties": {
"properties": {
"scaleSettings": {
"maxNodeCount": 4,
"minNodeCount": 4,
"nodeIdleTimeBeforeScaleDown": "PT5M"
}
}
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@
"200": {
"description": "The operation was successful. The response contains the list of IP addresses.",
"schema": {
"$ref": "#/definitions/ComputeNodesInformation"
"$ref": "#/definitions/AmlComputeNodesInformation"
}
},
"default": {
Expand Down

Large diffs are not rendered by default.

Loading