Skip to content

Commit

Permalink
Compute Py conf (#3169)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel authored May 31, 2018
1 parent 697c1b6 commit cf96cdb
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions specification/compute/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -592,12 +592,23 @@ batch:
- tag: package-compute-2015-06
```

### Tag: package-disks-2018-04 and python
### Tag: package-gallery-only-2018-06 and python

These settings apply only when `--tag=package-disks-2018-04 --python` is specified on the command line.
These settings apply only when `--tag=package-gallery-only-2018-06 --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-disks-2018-04' && $(python)
``` yaml $(tag) == 'package-gallery-only-2018-06' && $(python)
python:
namespace: azure.mgmt.compute.v2018_06_01
output-folder: $(python-sdks-folder)/azure-mgmt-compute/azure/mgmt/compute/v2018_06_01
```

### Tag: package-compute-2018-04 and python

These settings apply only when `--tag=package-compute-2018-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-compute-2018-04' && $(python)
python:
namespace: azure.mgmt.compute.v2018_04_01
output-folder: $(python-sdks-folder)/azure-mgmt-compute/azure/mgmt/compute/v2018_04_01
Expand Down

0 comments on commit cf96cdb

Please sign in to comment.