Skip to content

Commit a03441d

Browse files
authored
update_web (#19636)
* update_web * update_web1 * Update readme.python.md
1 parent 01f2d2f commit a03441d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

specification/web/resource-manager/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ directive:
9292
9393
These 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'
9696
input-file:
9797
- Microsoft.CertificateRegistration/stable/2022-03-01/AppServiceCertificateOrders.json
9898
- Microsoft.CertificateRegistration/stable/2022-03-01/CertificateOrdersDiagnostics.json

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Generate all API versions currently shipped for this package
2222
multiapi: true
2323
clear-output-folder: true
2424
batch:
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:
4344
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/
4445
perform-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

0 commit comments

Comments
 (0)