File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed
specification/web/resource-manager Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ directive:
6868
6969These settings apply only when ` --tag=package-2021-03` is specified on the command line.
7070
71- ` ` ` yaml $(tag) == 'package-2021-03'
71+ ` ` ` yaml $(tag) == 'package-2021-03' || $(tag) == 'package-2021-03-only'
7272input-file:
7373 - Microsoft.CertificateRegistration/stable/2021-03-01/AppServiceCertificateOrders.json
7474 - Microsoft.CertificateRegistration/stable/2021-03-01/CertificateOrdersDiagnostics.json
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Generate all API versions currently shipped for this package
2121` ` ` yaml $(python) && $(multiapi)
2222clear-output-folder : true
2323batch :
24- - tag : package-2021-02 -only
24+ - tag : package-2021-03 -only
2525 - tag : package-2021-01-15-only
2626 - tag : package-2021-01-only
2727 - tag : package-2020-12-only
@@ -54,16 +54,6 @@ namespace: azure.mgmt.web.v2021_03_01
5454output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2021_03_01
5555` ` `
5656
57- # ## Tag: package-2021-02-only and python
58-
59- These settings apply only when `--tag=package-2021-02-only --python` is specified on the command line.
60- Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
61-
62- ` ` ` yaml $(tag) == 'package-2021-02-only' && $(python)
63- namespace: azure.mgmt.web.v2021_02_01
64- output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2021_02_01
65- ` ` `
66-
6757# ## Tag: package-2021-01-15-only and python
6858
6959These settings apply only when `--tag=package-2021-01-15-only --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments