Skip to content

Commit 587ab06

Browse files
BigCat20196Leiwang3SQL
authored andcommitted
config readme (Azure#17276)
* config readme * Update readme.md
1 parent c504b42 commit 587ab06

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

specification/web/resource-manager/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ directive:
6868
6969
These 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'
7272
input-file:
7373
- Microsoft.CertificateRegistration/stable/2021-03-01/AppServiceCertificateOrders.json
7474
- Microsoft.CertificateRegistration/stable/2021-03-01/CertificateOrdersDiagnostics.json

specification/web/resource-manager/readme.python.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Generate all API versions currently shipped for this package
2121
```yaml $(python) && $(multiapi)
2222
clear-output-folder: true
2323
batch:
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
5454
output-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

6959
These settings apply only when `--tag=package-2021-01-15-only --python` is specified on the command line.

0 commit comments

Comments
 (0)