File tree Expand file tree Collapse file tree 4 files changed +11
-26
lines changed
databricks/resource-manager
fluidrelay/resource-manager Expand file tree Collapse file tree 4 files changed +11
-26
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,8 @@ package-name: azure-mgmt-billing
1313package-version : 0.3.0
1414clear-output-folder : true
1515` ` `
16- ` ` ` yaml $(python) && $(python-mode) == 'update'
16+ ` ` ` yaml $(python)
1717no-namespace-folders : true
1818output-folder : $(python-sdks-folder)/billing/azure-mgmt-billing/azure/mgmt/billing
1919` ` `
2020
21- ` ` ` yaml $(python) && $(python-mode) == 'create'
22- basic-setup-py : true
23- output-folder : $(python-sdks-folder)/billing/azure-mgmt-billing
24- ` ` `
Original file line number Diff line number Diff line change 33These 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> ` .
55
6- ``` yaml $(track2 )
6+ ``` yaml $(python )
77azure-arm : true
88license-header : MICROSOFT_MIT_NO_VERSION
99package-name : azure-mgmt-databricks
10- no- namespace-folders : true
10+ namespace : azure.mgmt.databricks
1111package-version : 1.0.0b1
1212clear-output-folder : true
1313` ` `
1414
15- ` ` ` yaml $(python-mode) == 'update' && $(track2 )
15+ ` ` ` yaml $(python)
1616no-namespace-folders : true
1717output-folder : $(python-sdks-folder)/databricks/azure-mgmt-databricks/azure/mgmt/databricks
1818` ` `
1919
20- ` ` ` yaml $(python-mode) == 'create' && $(track2)
21- basic-setup-py : true
22- output-folder : $(python-sdks-folder)/databricks/azure-mgmt-databricks
23- ` ` `
Original file line number Diff line number Diff line change 33These 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> ` .
55
6- ``` yaml $(track2 )
6+ ``` yaml $(python )
77azure-arm : true
88license-header : MICROSOFT_MIT_NO_VERSION
99package-name : azure-mgmt-fluidrelay
10- no- namespace-folders : true
10+ namespace : azure.mgmt.fluidrelay
1111package-version : 1.0.0b1
1212clear-output-folder : true
1313` ` `
1414
15- ` ` ` yaml $(python-mode) == 'update' && $(track2 )
15+ ` ` ` yaml $(python)
1616no-namespace-folders : true
1717output-folder : $(python-sdks-folder)/fluidrelay/azure-mgmt-fluidrelay/azure/mgmt/fluidrelay
1818` ` `
1919
20- ` ` ` yaml $(python-mode) == 'create' && $(track2)
21- basic-setup-py : true
22- output-folder : $(python-sdks-folder)/fluidrelay/azure-mgmt-fluidrelay
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)
88python-mode : create
99azure-arm : true
1010license-header : MICROSOFT_MIT_NO_VERSION
@@ -13,16 +13,13 @@ package-name: azure-mgmt-purview
1313package-version : 1.0.1
1414clear-output-folder : true
1515` ` `
16- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
16+ ` ` ` yaml $(python)
1717no-namespace-folders : true
1818output-folder : $(python-sdks-folder)/purview/azure-mgmt-purview/azure/mgmt/purview
1919` ` `
20- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
21- basic-setup-py : true
22- output-folder : $(python-sdks-folder)/purview/azure-mgmt-purview
23- ` ` `
2420
25- ` ` ` yaml $(python) && $(track2)
21+
22+ ` ` ` yaml $(python)
2623modelerfour :
2724 lenient-model-deduplication : true
2825` ` `
You can’t perform that action at this time.
0 commit comments