Skip to content

Commit 1953d5b

Browse files
committed
Updates readme
1 parent fe4e463 commit 1953d5b

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

specification/app/resource-manager/readme.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,39 @@ These are the global settings for the app.
2626

2727
``` yaml
2828
openapi-type: arm
29-
tag: package-preview-2023-11
29+
tag: package-2024-03
3030
```
3131
3232
33+
### Tag: package-2024-03
34+
35+
These settings apply only when `--tag=package-2024-03` is specified on the command line.
36+
37+
```yaml $(tag) == 'package-2024-03'
38+
input-file:
39+
- Microsoft.App/stable/2024-03-01/AuthConfigs.json
40+
- Microsoft.App/stable/2024-03-01/AvailableWorkloadProfiles.json
41+
- Microsoft.App/stable/2024-03-01/BillingMeters.json
42+
- Microsoft.App/stable/2024-03-01/CommonDefinitions.json
43+
- Microsoft.App/stable/2024-03-01/ConnectedEnvironments.json
44+
- Microsoft.App/stable/2024-03-01/ConnectedEnvironmentsCertificates.json
45+
- Microsoft.App/stable/2024-03-01/ConnectedEnvironmentsDaprComponents.json
46+
- Microsoft.App/stable/2024-03-01/ConnectedEnvironmentsStorages.json
47+
- Microsoft.App/stable/2024-03-01/ContainerApps.json
48+
- Microsoft.App/stable/2024-03-01/ContainerAppsRevisions.json
49+
- Microsoft.App/stable/2024-03-01/Diagnostics.json
50+
- Microsoft.App/stable/2024-03-01/Global.json
51+
- Microsoft.App/stable/2024-03-01/Jobs.json
52+
- Microsoft.App/stable/2024-03-01/ManagedEnvironments.json
53+
- Microsoft.App/stable/2024-03-01/ManagedEnvironmentsDaprComponents.json
54+
- Microsoft.App/stable/2024-03-01/ManagedEnvironmentsStorages.json
55+
- Microsoft.App/stable/2024-03-01/SourceControls.json
56+
```
3357
### Tag: package-preview-2023-11
3458

3559
These settings apply only when `--tag=package-preview-2023-11` is specified on the command line.
3660

37-
```yaml $(tag) == 'package-preview-2023-11'
61+
``` yaml $(tag) == 'package-preview-2023-11'
3862
input-file:
3963
- Microsoft.App/preview/2023-11-02-preview/AppResiliency.json
4064
- Microsoft.App/preview/2023-11-02-preview/AuthConfigs.json
@@ -63,6 +87,7 @@ input-file:
6387
- Microsoft.App/preview/2023-11-02-preview/JavaComponents.json
6488
- Microsoft.App/preview/2023-11-02-preview/DotNetComponents.json
6589
```
90+
6691
### Tag: package-preview-2023-08
6792

6893
These settings apply only when `--tag=package-preview-2023-08` is specified on the command line.

0 commit comments

Comments
 (0)