@@ -4,32 +4,16 @@ 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> ` .
55
66``` yaml $(python)
7- python :
8- azure-arm : true
9- license-header : MICROSOFT_MIT_NO_VERSION
10- payload-flattening-threshold : 2
11- namespace : azure.mgmt.edgemarketplace
12- package-name : azure-mgmt-edgemarketplace
13- package-version : 2023-08-01
14- clear-output-folder : true
7+ title : EdgeMarketPlaceMgmtClient
8+ azure-arm : true
9+ license-header : MICROSOFT_MIT_NO_VERSION
10+ namespace : azure.mgmt.edgemarketplace
11+ package-name : azure-mgmt-edgemarketplace
12+ package-version : 1.0.0b1
13+ clear-output-folder : true
1514` ` `
1615
17- ### Python multi-api
18-
19- Generate all API versions currently shipped for this package
20-
21- ` ` ` yaml $(python) && $(multiapi)
22- batch :
23- - tag : package-2023-08-01
16+ ` ` ` yaml $(python)
17+ no-namespace-folders : true
18+ output-folder : $(python-sdks-folder)/edgemarketplace/azure-mgmt-edgemarketplace/azure/mgmt/edgemarketplace
2419` ` `
25-
26- ### Tag: package-2023-08-01 and python
27-
28- These settings apply only when ` --tag=package-2023-08-01 --python` is specified on the command line.
29- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
30-
31- ` ` ` yaml $(tag) == 'package-2023-08-01' && $(python)
32- python:
33- namespace: azure.mgmt.edgemarketplace.v2023_04_01_preview
34- output-folder: $(python-sdks-folder)/edgemarketplace/azure-mgmt-edgemarketplace/azure/mgmt/edgemarketplace/v2023_08_01
35- ` ` `
0 commit comments