Skip to content

Commit

Permalink
Add Readme for WindowsIot
Browse files Browse the repository at this point in the history
  • Loading branch information
LianwMS committed Apr 21, 2020
1 parent 0d2db43 commit 288543f
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
24 changes: 24 additions & 0 deletions specification/windowsiot/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: windowsiotservices
namespace: azure.mgmt.windowsiot
package-name: azure-mgmt-windowsiot
az-output-folder: $(azure-cli-extension-folder)/src/windowsiot
python-sdk-output-folder: "$(az-output-folder)/azext_windowsiotservices/vendored_sdks/windowsiot"

#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/windowsiot/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/windowsiot/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-ruby
after_scripts:
- bundle install && rake arm:regen_all_profiles['azure_mgmt_windowsiot']
- repo: azure-cli-extensions
```

## C#
Expand Down
1 change: 1 addition & 0 deletions specification/windowsiot/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ python:
payload-flattening-threshold: 2
namespace: azure.mgmt.windowsiot
package-name: azure-mgmt-windowsiot
package-version: 0.1.0
clear-output-folder: true
```
Expand Down

0 comments on commit 288543f

Please sign in to comment.