File tree Expand file tree Collapse file tree 4 files changed +35
-0
lines changed
specification/windowsiot/resource-manager Expand file tree Collapse file tree 4 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ ## AZ
2+
3+ These settings apply only when ` --az ` is specified on the command line.
4+
5+ ``` yaml $(az)
6+ az :
7+ extensions : windowsiotservices
8+ namespace : azure.mgmt.windowsiot
9+ package-name : azure-mgmt-windowsiot
10+ az-output-folder : $(azure-cli-extension-folder)/src/windowsiot
11+ python-sdk-output-folder : " $(az-output-folder)/azext_windowsiotservices/vendored_sdks/windowsiot"
12+
13+ # cli:
14+ # cli-directive:
15+ # directive on operationGroup
16+ # - select: 'operationGroup'
17+ # where:
18+ # operationGroup: 'operations'
19+ # hidden: true
20+ # - where:
21+ # parameter: location
22+ # required: true
23+
24+ ```
Original file line number Diff line number Diff line change 1+ CLI
2+
3+ These settings apply only when ` --cli ` is specified on the command line.
4+
5+ ``` yaml $(cli)
6+ # cli:
7+ # test-scenario:
8+ # - name: Factories_CreateOrUpdate
9+ ```
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ swagger-to-sdk:
6565 - repo: azure-sdk-for-ruby
6666 after_scripts:
6767 - bundle install && rake arm:regen_all_profiles['azure_mgmt_windowsiot']
68+ - repo: azure-cli-extensions
6869` ` `
6970
7071# # C#
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ python:
1212 payload-flattening-threshold : 2
1313 namespace : azure.mgmt.windowsiot
1414 package-name : azure-mgmt-windowsiot
15+ package-version : 0.1.0
1516 clear-output-folder : true
1617` ` `
1718
You can’t perform that action at this time.
0 commit comments