Skip to content

Commit

Permalink
Update readme.python.md (#18747)
Browse files Browse the repository at this point in the history
  • Loading branch information
BigCat20196 authored Apr 20, 2022
1 parent 71240dc commit 2d58f12
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions specification/scvmm/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,16 @@
These settings apply only when `--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 $(track2)
``` yaml $(python)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-scvmm
no-namespace-folders: true
namespace: azure.mgmt.scvmm
package-version: 1.0.0b1
clear-output-folder: true
```
``` yaml $(python-mode) == 'update' && $(track2)
``` yaml $(python)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/scvmm/azure-mgmt-scvmm/azure/mgmt/scvmm
```
``` yaml $(python-mode) == 'create' && $(track2)
basic-setup-py: true
output-folder: $(python-sdks-folder)/scvmm/azure-mgmt-scvmm
```

0 comments on commit 2d58f12

Please sign in to comment.