Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslany committed Apr 13, 2022
1 parent 24d1f09 commit 5e1015c
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions specification/app/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,31 @@ These are the global settings for the app.

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

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

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

```yaml $(tag) == 'package-2022-03'
``` yaml $(tag) == 'package-2022-03'
input-file:
- Microsoft.App/stable/2022-03-01/AuthConfigs.json
- Microsoft.App/stable/2022-03-01/CommonDefinitions.json
Expand All @@ -53,6 +69,7 @@ directive:
from: AuthConfigs.json
reason: Use disableWWWAuthenticate to align with AuthSettingV2
```

### Tag: package-2022-01-01-preview

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

0 comments on commit 5e1015c

Please sign in to comment.