File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
specification/web/resource-manager Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ directive:
92
92
93
93
These settings apply only when ` --tag=package-2022-03` is specified on the command line.
94
94
95
- ` ` ` yaml $(tag) == 'package-2022-03'
95
+ ` ` ` yaml $(tag) == 'package-2022-03' || $(tag) == 'package-2022-03-only'
96
96
input-file:
97
97
- Microsoft.CertificateRegistration/stable/2022-03-01/AppServiceCertificateOrders.json
98
98
- Microsoft.CertificateRegistration/stable/2022-03-01/CertificateOrdersDiagnostics.json
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Generate all API versions currently shipped for this package
22
22
multiapi : true
23
23
clear-output-folder : true
24
24
batch :
25
+ - tag : package-2022-03-only
25
26
- tag : package-2021-03-only
26
27
- tag : package-2021-01-15-only
27
28
- tag : package-2021-01-only
@@ -43,6 +44,17 @@ batch:
43
44
output-folder : $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/
44
45
perform-load : false
45
46
47
+ ` ` `
48
+ ### Tag: package-2022-03-only and python
49
+
50
+ These settings apply only when ` --tag=package-2022-03-only --python` is specified on the command line.
51
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
52
+
53
+ ` ` ` yaml $(tag) == 'package-2022-03-only' && $(python)
54
+ namespace: azure.mgmt.web.v2022_03_01
55
+ output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2022_03_01
56
+ ` ` `
57
+
46
58
```
47
59
### Tag: package-2021-03-only and python
48
60
You can’t perform that action at this time.
0 commit comments