File tree Expand file tree Collapse file tree 5 files changed +15
-39
lines changed
azure-kusto/resource-manager
baremetalinfrastructure/resource-manager
datalake-analytics/resource-manager
machinelearningservices/resource-manager Expand file tree Collapse file tree 5 files changed +15
-39
lines changed 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-kusto
10- no- namespace-folders : true
10+ namespace : azure.mgmt.kusto
1111package-version : 2.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)/kusto/azure-mgmt-kusto/azure/mgmt/kusto
1818` ` `
1919
20- ` ` ` yaml $(python-mode) == 'create' && $(track2)
21- basic-setup-py : true
22- output-folder : $(python-sdks-folder)/kusto/azure-mgmt-kusto
23- ` ` `
Original file line number Diff line number Diff line change @@ -6,21 +6,16 @@ Use --python-mode=update if you already have a setup.py and just want to update
66
77These settings apply only when ` --track2 ` is specified on the command line.
88
9- ``` yaml $(track2 )
9+ ``` yaml $(python )
1010azure-arm : true
1111license-header : MICROSOFT_MIT_NO_VERSION
1212package-name : azure-mgmt-baremetalinfrastructure
13- no- namespace-folders : true
13+ namespace : azure.mgmt.baremetalinfrastructure
1414package-version : 1.0.0b1
1515clear-output-folder : true
1616` ` `
1717
18- ` ` ` yaml $(python-mode) == 'update' && $(track2 )
18+ ` ` ` yaml $(python)
1919no-namespace-folders : true
2020output-folder : $(python-sdks-folder)/baremetalinfrastructure/azure-mgmt-baremetalinfrastructure/azure/mgmt/baremetalinfrastructure
2121` ` `
22-
23- ` ` ` yaml $(python-mode) == 'create' && $(track2)
24- basic-setup-py : true
25- output-folder : $(python-sdks-folder)/baremetalinfrastructure/azure-mgmt-baremetalinfrastructure
26- ` ` `
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-datalake-analytics
10+ namespace : azure.mgmt.datalake.analytics.account
1011package-version : 1.0.0b1
1112clear-output-folder : true
1213` ` `
1314
14- ` ` ` yaml $(python-mode) == 'update' && $(track2 )
15+ ` ` ` yaml $(python)
1516no-namespace-folders : true
1617output-folder : $(python-sdks-folder)/datalake/azure-mgmt-datalake-analytics/azure/mgmt/datalake/analytics/account
1718` ` `
18-
19- ` ` ` yaml $(python-mode) == 'create' && $(track2)
20- basic-setup-py : true
21- namespace : azure.mgmt.datalake.analytics.account
22- output-folder : $(python-sdks-folder)/datalake/azure-mgmt-datalake-analytics
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-machinelearningservices
10- no- namespace-folders : true
10+ namespace : azure.mgmt.machinelearningservices
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)/machinelearning/azure-mgmt-machinelearningservices/azure/mgmt/machinelearningservices
1818` ` `
19-
20- ` ` ` yaml $(python-mode) == 'create' && $(track2)
21- basic-setup-py : true
22- output-folder : $(python-sdks-folder)/machinelearning/azure-mgmt-machinelearningservices
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-oep
10- no- namespace-folders : true
10+ namespace : azure.mgmt.oep
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)/oep/azure-mgmt-oep/azure/mgmt/oep
1818` ` `
19-
20- ` ` ` yaml $(python-mode) == 'create' && $(track2)
21- basic-setup-py : true
22- output-folder : $(python-sdks-folder)/oep/azure-mgmt-oep
23- ` ` `
You can’t perform that action at this time.
0 commit comments