Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions specification/storageimportexport/resource-manager/readme.az.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Azure CLI

These settings apply only when `--az` is specified on the command line.

``` yaml $(az)
az:
extensions: storageimportexport
package-name: azure-mgmt-storageimportexport
namespace: azure.mgmt.storageimportexport
python-sdk-output-folder: "$(output-folder)/src/storageimportexport/azext_storageimportexport/vendored_sdks/storageimportexport"
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## CLI

These settings apply only when `--cli` is specified on the command line.

``` yaml $(cli)
cli:
cli-name: storageimportexport
namespace: azure.mgmt.storageimportexport
package-name: azure-mgmt-storageimportexport
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## Python

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>`.
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.

``` yaml $(python)
python-mode: create
python:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
namespace: azure.mgmt.storageimportexport
package-name: azure-mgmt-storageimportexport
clear-output-folder: true
package-version: 0.1.0
```
``` yaml $(python) && $(python-mode) == 'update'
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/storageimportexport/azure-mgmt-storageimportexport/azure/mgmt/storageimportexport
```
``` yaml $(python) && $(python-mode) == 'create'
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/storageimportexport/azure-mgmt-storageimportexport
```