Skip to content

Commit

Permalink
Update readme.python.md (#27344)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenxiJiang333 authored Jan 11, 2024
1 parent eb06c34 commit ea28180
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Generate all API versions currently shipped for this package
clear-output-folder: true
batch:
- tag: package-passivestamp-2021-11-15
- tag: package-2023-06
- tag: package-2023-04
```
### Tag: package-passivestamp-2021-11-15 and python
Expand All @@ -32,12 +32,12 @@ namespace: azure.mgmt.recoveryservicesbackup.passivestamp
output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/passivestamp
```

### Tag: package-2023-06 and python
### Tag: package-2023-04 and python

These settings apply only when `--package-2023-06 --python` is specified on the command line.
These settings apply only when `--package-2023-04 --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-2023-06'
``` yaml $(tag) == 'package-2023-04'
namespace: azure.mgmt.recoveryservicesbackup.activestamp
output-folder: $(python-sdks-folder)/recoveryservices/azure-mgmt-recoveryservicesbackup/azure/mgmt/recoveryservicesbackup/activestamp
```
Expand Down

0 comments on commit ea28180

Please sign in to comment.