Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinzhao Tian committed Aug 5, 2022
1 parent df1ccbb commit 58af853
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-06
```
### Tag: package-2022-06
These settings apply only when `--tag=package-2022-06` is specified on the command line.

```yaml $(tag) == 'package-2022-06'
input-file:
- Microsoft.App/stable/2022-06-01/AuthConfigs.json
- Microsoft.App/stable/2022-06-01/CommonDefinitions.json
- Microsoft.App/stable/2022-06-01/ContainerApps.json
- Microsoft.App/stable/2022-06-01/ContainerAppsRevisions.json
- Microsoft.App/stable/2022-06-01/DaprComponents.json
- Microsoft.App/stable/2022-06-01/Global.json
- Microsoft.App/stable/2022-06-01/ManagedEnvironments.json
- Microsoft.App/stable/2022-06-01/ManagedEnvironmentsStorages.json
- Microsoft.App/stable/2022-06-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 58af853

Please sign in to comment.