File tree Expand file tree Collapse file tree 5 files changed +11
-33
lines changed
azurestack/resource-manager
containerinstance/resource-manager
resourceconnector/resource-manager Expand file tree Collapse file tree 5 files changed +11
-33
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ These settings apply only when `--python` is specified on the command line.
44Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
55Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
66
7- ``` yaml $(python) && $(track2)
7+ ``` yaml $(python)
88azure-arm : true
99license-header : MICROSOFT_MIT_NO_VERSION
1010namespace : azure.mgmt.azurestack
@@ -13,11 +13,7 @@ package-version: 1.0.0b1
1313clear-output-folder : true
1414` ` `
1515
16- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
16+ ` ` ` yaml $(python)
1717no-namespace-folders : true
1818output-folder : $(python-sdks-folder)/azurestack/azure-mgmt-azurestack/azure/mgmt/azurestack
1919` ` `
20- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
21- basic-setup-py : true
22- output-folder : $(python-sdks-folder)/azurestack/azure-mgmt-azurestack
23- ` ` `
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ These settings apply only when `--python` is specified on the command line.
44Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
55Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
66
7- ``` yaml $(python) && $(track2 )
7+ ``` yaml $(python)
88azure-arm : true
99license-header : MICROSOFT_MIT_NO_VERSION
1010namespace : azure.mgmt.containerinstance
@@ -13,12 +13,7 @@ package-version: 1.0.0b1
1313clear-output-folder : true
1414` ` `
1515
16- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
16+ ` ` ` yaml $(python)
1717no-namespace-folders : true
1818output-folder : $(python-sdks-folder)/containerinstance/azure-mgmt-containerinstance/azure/mgmt/containerinstance
1919` ` `
20-
21- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
22- basic-setup-py : true
23- output-folder : $(python-sdks-folder)/containerinstance/azure-mgmt-containerinstance
24- ` ` `
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ These settings apply only when `--python` is specified on the command line.
44Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
55Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
66
7- ``` yaml $(python) && $(track2)
7+ ``` yaml $(python)
88azure-arm : true
99license-header : MICROSOFT_MIT_NO_VERSION
1010namespace : azure.mgmt.netapp
@@ -13,12 +13,8 @@ package-version: 5.1.0
1313clear-output-folder : true
1414` ` `
1515
16- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
16+ ` ` ` yaml $(python)
1717no-namespace-folders : true
1818output-folder : $(python-sdks-folder)/netapp/azure-mgmt-netapp/azure/mgmt/netapp
1919` ` `
2020
21- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
22- basic-setup-py : true
23- output-folder : $(python-sdks-folder)/netapp/azure-mgmt-netapp
24- ` ` `
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ These settings apply only when `--python` is specified on the command line.
44Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
55Use ` --python-mode=update ` if you already have a setup.py and just want to update the code itself.
66
7- ``` yaml $(python) && $(track2)
7+ ``` yaml $(python)
88azure-arm : true
99license-header : MICROSOFT_MIT_NO_VERSION
1010namespace : azure.mgmt.relay
@@ -13,11 +13,7 @@ package-version: 1.0.0b1
1313clear-output-folder : true
1414` ` `
1515
16- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
16+ ` ` ` yaml $(python)
1717no-namespace-folders : true
1818output-folder : $(python-sdks-folder)/relay/azure-mgmt-relay/azure/mgmt/relay
1919` ` `
20- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
21- basic-setup-py : true
22- output-folder : $(python-sdks-folder)/relay/azure-mgmt-relay
23- ` ` `
Original file line number Diff line number Diff line change @@ -5,20 +5,15 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
55
66These settings apply only when ` --track2 ` is specified on the command line.
77
8- ``` yaml $(track2 )
8+ ``` yaml $(python )
99azure-arm : true
1010license-header : MICROSOFT_MIT_NO_VERSION
1111package-name : azure-mgmt-resourceconnector
12- no- namespace-folders : true
12+ namespace : azure.mgmt.resourceconnector
1313package-version : 1.0.0b1
1414clear-output-folder : true
1515` ` `
16- ` ` ` yaml $(python-mode) == 'update' && $(track2 )
16+ ` ` ` yaml $(python)
1717no-namespace-folders : true
1818output-folder : $(python-sdks-folder)/resourceconnector/azure-mgmt-resourceconnector/azure/mgmt/resourceconnector/
1919` ` `
20-
21- ` ` ` yaml $(python-mode) == 'create' && $(track2)
22- basic-setup-py : true
23- output-folder : $(python-sdks-folder)/resourceconnector/azure-mgmt-resourceconnector
24- ` ` `
You can’t perform that action at this time.
0 commit comments