Skip to content

Commit

Permalink
Add Readme for Devops
Browse files Browse the repository at this point in the history
  • Loading branch information
LianwMS committed Apr 21, 2020
1 parent 0d2db43 commit d3ef645
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
24 changes: 24 additions & 0 deletions specification/devops/resource-manager/readme.az.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## AZ

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

``` yaml $(az)
az:
extensions: devops
namespace: azure.mgmt.devops
package-name: azure-mgmt-devops
az-output-folder: $(azure-cli-extension-folder)/src/devops
python-sdk-output-folder: "$(az-output-folder)/azext_devops/vendored_sdks/devops"

#cli:
# cli-directive:
# directive on operationGroup
# - select: 'operationGroup'
# where:
# operationGroup: 'operations'
# hidden: true
# - where:
# parameter: location
# required: true

```
9 changes: 9 additions & 0 deletions specification/devops/resource-manager/readme.cli.md
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: Factories_CreateOrUpdate
```
1 change: 1 addition & 0 deletions specification/devops/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-ruby
after_scripts:
- bundle install && rake arm:regen_all_profiles['azure_mgmt_devops']
- repo: azure-cli-extensions
```

## Go
Expand Down

0 comments on commit d3ef645

Please sign in to comment.