Skip to content

Commit

Permalink
reverted security python readme to pre multi api (#5301)
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft authored and lmazuel committed Mar 4, 2019
1 parent 27c4df7 commit 886a4f7
Showing 1 changed file with 1 addition and 35 deletions.
36 changes: 1 addition & 35 deletions specification/security/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,50 +12,16 @@ python:
payload-flattening-threshold: 2
namespace: azure.mgmt.security
package-name: azure-mgmt-security
package-version: 1.0.0
package-version: 0.1.0
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/azure-mgmt-security/azure/mgmt/security
```
``` yaml $(python) && $(python-mode) == 'create'
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/azure-mgmt-security
```
### Python multi-api
Generate all API versions currently shipped for this package
```yaml $(python) && $(multiapi)
batch:
- tag: package-composite-v1
- tag: package-composite-v2
```
### Tag: package-composite-v1-only and python
These settings apply only when `--tag=package-composite-v1-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-composite-v1-only' && $(python)
python:
namespace: azure.mgmt.security.composite-v1
output-folder: $(python-sdks-folder)/azure-mgmt-security/azure/mgmt/security/composite-v1
```

### Tag: package-composite-v2-only and python

These settings apply only when `--tag=package-composite-v2-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-composite-v2-only' && $(python)
python:
namespace: azure.mgmt.security.composite-v2
output-folder: $(python-sdks-folder)/azure-mgmt-security/azure/mgmt/security/composite-v2
```

0 comments on commit 886a4f7

Please sign in to comment.