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:
9292
9393These settings apply only when ` --tag=package-2022-03` is specified on the command line.
9494
95- ` ` ` yaml $(tag) == 'package-2022-03'
95+ ` ` ` yaml $(tag) == 'package-2022-03' || $(tag) == 'package-2022-03-only'
9696input-file:
9797 - Microsoft.CertificateRegistration/stable/2022-03-01/AppServiceCertificateOrders.json
9898 - 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
2222multiapi : true
2323clear-output-folder : true
2424batch :
25+ - tag : package-2022-03-only
2526 - tag : package-2021-03-only
2627 - tag : package-2021-01-15-only
2728 - tag : package-2021-01-only
@@ -43,6 +44,17 @@ batch:
4344output-folder : $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/
4445perform-load : false
4546
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+
4658```
4759### Tag: package-2021-03-only and python
4860
You can’t perform that action at this time.
0 commit comments