Use namespace varible for package folder instead of hardcoding it#4140
Use namespace varible for package folder instead of hardcoding it#4140salameer merged 2 commits intoAzure:masterfrom
Conversation
Automation for azure-sdk-for-pythonThis PR contains more than 3 context, SDK generation is not enabled. Contexts found:
|
e3083b9 to
3c0faf6
Compare
| ``` yaml $(tag)=='package-skus-2017-09' && $(go) | ||
| namespace: skus | ||
| output-folder: $(go-sdk-folder)/services/compute/mgmt/2017-09-01/skus | ||
| output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2017-09-01/skus |
There was a problem hiding this comment.
This one is wrong. #Resolved
|
|
||
| ``` yaml $(tag)=='package-2018-03-preview' && $(go) | ||
| output-folder: $(go-sdk-folder)/services/preview/machinelearning/mgmt/2018-03-01-preview/services | ||
| output-folder: $(go-sdk-folder)/$(namespace)/preview/machinelearning/mgmt/2018-03-01-preview/$(namespace) |
There was a problem hiding this comment.
While the path is technically correct the /services/ should remain hard-coded. #Resolved
|
|
||
| ``` yaml $(tag) == 'package-2015-10' && $(go) | ||
| output-folder: $(go-sdk-folder)/services/mediaservices/mgmt/2015-10-01/media | ||
| output-folder: $(go-sdk-folder)/services/$(namespace)services/mgmt/2015-10-01/$(namespace) |
There was a problem hiding this comment.
Another "kinda right", applied to entire file. #Resolved
Automation for azure-sdk-for-jsThis PR contains more than 3 context, SDK generation is not enabled. Contexts found:
|
|
Can one of the admins verify this patch? |
|
|
||
| ``` yaml $(tag) == 'package-2017-06' && $(go) | ||
| output-folder: $(go-sdk-folder)/services/storsimple8000series/mgmt/2017-06-01/storsimple | ||
| output-folder: $(go-sdk-folder)/services/$(namespace)8000series/mgmt/2017-06-01/$(namespace) |
There was a problem hiding this comment.
8000series [](start = 53, length = 10)
here also
|
|
||
| ``` yaml $(tag) == 'package-2016-10' && $(go) | ||
| output-folder: $(go-sdk-folder)/services/storsimple1200series/mgmt/2016-10-01/storsimple | ||
| output-folder: $(go-sdk-folder)/services/$(namespace)1200series/mgmt/2016-10-01/$(namespace) |
Automation for azure-sdk-for-rubyThis PR contains more than 3 context, SDK generation is not enabled. Contexts found:
|
Automation for azure-sdk-for-nodeThis PR contains more than 3 context, SDK generation is not enabled. Contexts found:
|
Automation for azure-sdk-for-javaThis PR contains more than 3 context, SDK generation is not enabled. Contexts found:
|
f459952 to
c5b903c
Compare
|
@fearthecowboy can you merge? the tools choke on the large number of commits :( |
No description provided.