Skip to content

Commit

Permalink
Windowsiot (Azure#9333)
Browse files Browse the repository at this point in the history
* resourcegraph trenton

* trenton pipeline

* test windowsiot pipeline

Co-authored-by: root <root@cjf.1nfgrxx31qve3h2ogd1kz2gjvd.cx.internal.cloudapp.net>
  • Loading branch information
2 people authored and 00Kai0 committed Oct 12, 2020
1 parent 1516b68 commit f781ace
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
30 changes: 30 additions & 0 deletions specification/resourcegraph/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ swagger-to-sdk:
- repo: azure-sdk-for-java
- repo: azure-sdk-for-go
- repo: azure-sdk-for-js
- repo: azure-sdk-for-trenton
```

## C#
Expand Down Expand Up @@ -141,3 +142,32 @@ uncomment the `exclude-file` section below and add the file paths.
# - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json
```

## cli

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

``` yaml $(cli)
cli:
cli-name: ResourceGraph
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
namespace: azure.mgmt.ResourceGraph
package-name: azure-mgmt-ResourceGraph
clear-output-folder: false
```

## trenton

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

``` yaml $(trenton)
trenton:
cli_name: ResourceGraph
azure_arm: true
license_header: MICROSOFT_MIT_NO_VERSION
payload_flattening_threshold: 2
namespace: azure.mgmt.ResourceGraph
package_name: azure-mgmt-ResourceGraph
clear_output_folder: false
```
14 changes: 14 additions & 0 deletions specification/windowsiot/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,17 @@ uncomment the `exclude-file` section below and add the file paths.
# - $(this-folder)/Microsoft.Example/stable/2010-01-01/somefile.json
```

## trenton

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

``` yaml $(trenton)
trenton:
cli-name: windowsiot
azure_arm: true
license_header: MICROSOFT_MIT_NO_VERSION
payload_flattening_threshold: 2
namespace: windowsiot
package-name: windowsiot
clear_output_folder: false
```

0 comments on commit f781ace

Please sign in to comment.