Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslany committed Mar 8, 2022
1 parent d95fc33 commit 842ab2b
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions specification/app/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,33 @@ For other options on installation see [Installing AutoRest](https://aka.ms/autor

These are the global settings for the app.

```yaml
``` yaml
openapi-type: arm
tag: package-2022-01-01-preview
tag: package-2022-03
```
### Tag: package-2022-03
These settings apply only when `--tag=package-2022-03` is specified on the command line.

```yaml $(tag) == 'package-2022-03'
input-file:
- Microsoft.App/stable/2022-03-01/AuthConfigs.json
- Microsoft.App/stable/2022-03-01/CommonDefinitions.json
- Microsoft.App/stable/2022-03-01/ContainerApps.json
- Microsoft.App/stable/2022-03-01/ContainerAppsRevisions.json
- Microsoft.App/stable/2022-03-01/DaprComponents.json
- Microsoft.App/stable/2022-03-01/Global.json
- Microsoft.App/stable/2022-03-01/ManagedEnvironments.json
- Microsoft.App/stable/2022-03-01/ManagedEnvironmentsStorages.json
- Microsoft.App/stable/2022-03-01/SourceControls.json
```
### Tag: package-2022-01-01-preview

These settings apply only when `--tag=package-2022-01-01-preview` is specified on the command line.

```yaml $(tag) == 'package-2022-01-01-preview'
``` yaml $(tag) == 'package-2022-01-01-preview'
input-file:
- Microsoft.App/preview/2022-01-01-preview/CommonDefinitions.json
- Microsoft.App/preview/2022-01-01-preview/ContainerApps.json
Expand Down Expand Up @@ -83,7 +100,7 @@ directive:
This section describes what SDK should be generated by the automatic system.
This is not used by Autorest itself.

```yaml $(swagger-to-sdk)
``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-python-track2
- repo: azure-sdk-for-java
Expand All @@ -92,6 +109,7 @@ swagger-to-sdk:
- repo: azure-resource-manager-schemas
- repo: azure-cli-extensions
```

## Az

See configuration in [readme.az.md](./readme.az.md)
Expand Down

0 comments on commit 842ab2b

Please sign in to comment.