Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ These settings apply only when `--cli` is specified on the command line.
``` yaml $(cli)
#cli:
# test-scenario:
# - name: Workspace_CreateOrUpdate
# - name: Example_CreateOrUpdate
```
15 changes: 15 additions & 0 deletions specification/managementgroups/resource-manager/readme.az.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## AZ

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

``` yaml $(az)
az:
extensions: managementgroup
namespace: azure.mgmt.managementgroup
package-name: azure-mgmt-managementgroup
client-subscription-bound: false
client-base-url-bound: true
az-output-folder: $(azure-cli-extension-folder)/src/managementgroup
python-sdk-output-folder: "$(az-output-folder)/azext_managementgroup/vendored_sdks/managementgroup"

```
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
CLI

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

``` yaml $(cli)
#cli:
# test-scenario:
# - name: Example_CreateOrUpdate
```
1 change: 1 addition & 0 deletions specification/managementgroups/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-go
- repo: azure-sdk-for-js
- repo: azure-sdk-for-node
- repo: azure-cli-extensions
```

## C#
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## 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>`.

```yaml $(python)
python:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: azure.mgmt.managementgroup
package-name: azure-mgmt-managementgroup
package-version: 2020-02-01
clear-output-folder: true
```

``` yaml $(python) && $(python-mode) == 'update'
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/managementgroup/azure-mgmt-managementgroup/azure/mgmt/managementgroup
```
``` yaml $(python) && $(python-mode) == 'create'
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/managementgroup/azure-mgmt-managementgroup
```