File tree Expand file tree Collapse file tree 4 files changed +13
-28
lines changed
appconfiguration/resource-manager
hybridnetwork/resource-manager
servicefabric/resource-manager
timeseriesinsights/resource-manager Expand file tree Collapse file tree 4 files changed +13
-28
lines changed Original file line number Diff line number Diff line change 22
33These settings apply only when ` --track2 ` is specified on the command line.
44
5- ``` yaml $(track2 )
5+ ``` yaml $(python )
66azure-arm : true
77license-header : MICROSOFT_MIT_NO_VERSION
88package-name : azure-mgmt-appconfiguration
9- no- namespace-folders : true
9+ namespace : azure.mgmt.appconfiguration
1010package-version : 1.0.0b1
1111clear-output-folder : true
1212` ` `
1313
14- ` ` ` yaml $(python-mode) == 'update' && $(track2 )
14+ ` ` ` yaml $(python)
1515no-namespace-folders : true
1616output-folder : $(python-sdks-folder)/appconfiguration/azure-mgmt-appconfiguration/azure/mgmt/appconfiguration
1717` ` `
18- ` ` ` yaml $(python-mode) == 'create' && $(track2)
19- basic-setup-py : true
20- output-folder : $(python-sdks-folder)/appconfiguration/azure-mgmt-appconfiguration
21- ` ` `
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 $(python) && $(track2)
6+ ``` yaml $(python)
77azure-arm : true
88license-header : MICROSOFT_MIT_NO_VERSION
9+ namespace : azure.mgmt.hybridnetwork
910package-name : azure-mgmt-hybridnetwork
1011package-version : 1.0.0b1
1112clear-output-folder : true
1213` ` `
1314
14- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
15+ ` ` ` yaml $(python)
1516no-namespace-folders : true
1617output-folder : $(python-sdks-folder)/hybridnetwork/azure-mgmt-hybridnetwork/azure/mgmt/hybridnetwork
1718` ` `
18-
19- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
20- basic-setup-py : true
21- output-folder : $(python-sdks-folder)/hybridnetwork/azure-mgmt-hybridnetwork
22- ` ` `
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
@@ -14,16 +14,13 @@ package-version: 1.0.0b1
1414clear-output-folder : true
1515` ` `
1616
17- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
17+ ` ` ` yaml $(python)
1818no-namespace-folders : true
1919output-folder : $(python-sdks-folder)/servicefabric/azure-mgmt-servicefabric/azure/mgmt/servicefabric
2020` ` `
21- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
22- basic-setup-py : true
23- output-folder : $(python-sdks-folder)/servicefabric/azure-mgmt-servicefabric
24- ` ` `
2521
26- ` ` ` yaml $(python) && $(track2)
22+
23+ ` ` ` yaml $(python)
2724directive :
2825 - from : application.json
2926 where : $.paths["/providers/Microsoft.ServiceFabric/operations"].get
@@ -36,4 +33,4 @@ directive:
3633 - from : nodetype.json
3734 where : $.paths["/providers/Microsoft.ServiceFabric/operations"].get
3835 transform : $['operationId'] = 'Nodetype_List'
39- ` ` `
36+ ` ` `
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.timeseriesinsights
@@ -14,11 +14,7 @@ clear-output-folder: true
1414` ` `
1515
1616
17- ` ` ` yaml $(python) && $(python-mode) == 'update' && $(track2)
17+ ` ` ` yaml $(python)
1818no-namespace-folders : true
1919output-folder : $(python-sdks-folder)/timeseriesinsights/azure-mgmt-timeseriesinsights/azure/mgmt/timeseriesinsights
2020` ` `
21- ` ` ` yaml $(python) && $(python-mode) == 'create' && $(track2)
22- basic-setup-py : true
23- output-folder : $(python-sdks-folder)/timeseriesinsights/azure-mgmt-timeseriesinsights
24- ` ` `
You can’t perform that action at this time.
0 commit comments