Skip to content

Commit

Permalink
config readme (#17276)
Browse files Browse the repository at this point in the history
* config readme

* Update readme.md
  • Loading branch information
BigCat20196 authored Jan 7, 2022
1 parent 577c034 commit 42b4c59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion specification/web/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ directive:
These settings apply only when `--tag=package-2021-03` is specified on the command line.

```yaml $(tag) == 'package-2021-03'
```yaml $(tag) == 'package-2021-03' || $(tag) == 'package-2021-03-only'
input-file:
- Microsoft.CertificateRegistration/stable/2021-03-01/AppServiceCertificateOrders.json
- Microsoft.CertificateRegistration/stable/2021-03-01/CertificateOrdersDiagnostics.json
Expand Down
12 changes: 1 addition & 11 deletions specification/web/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Generate all API versions currently shipped for this package
```yaml $(python) && $(multiapi)
clear-output-folder: true
batch:
- tag: package-2021-02-only
- tag: package-2021-03-only
- tag: package-2021-01-15-only
- tag: package-2021-01-only
- tag: package-2020-12-only
Expand Down Expand Up @@ -54,16 +54,6 @@ namespace: azure.mgmt.web.v2021_03_01
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2021_03_01
```

### Tag: package-2021-02-only and python

These settings apply only when `--tag=package-2021-02-only --python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(tag) == 'package-2021-02-only' && $(python)
namespace: azure.mgmt.web.v2021_02_01
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2021_02_01
```

### Tag: package-2021-01-15-only and python

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

0 comments on commit 42b4c59

Please sign in to comment.