@@ -26,15 +26,39 @@ These are the global settings for the app.
26
26
27
27
``` yaml
28
28
openapi-type : arm
29
- tag : package-preview-2023-11
29
+ tag : package-2024-03
30
30
` ` `
31
31
32
32
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
+ ` ` `
33
57
# ## Tag: package-preview-2023-11
34
58
35
59
These settings apply only when `--tag=package-preview-2023-11` is specified on the command line.
36
60
37
- ` ` ` yaml $(tag) == 'package-preview-2023-11'
61
+ ` ` ` yaml $(tag) == 'package-preview-2023-11'
38
62
input-file:
39
63
- Microsoft.App/preview/2023-11-02-preview/AppResiliency.json
40
64
- Microsoft.App/preview/2023-11-02-preview/AuthConfigs.json
@@ -63,6 +87,7 @@ input-file:
63
87
- Microsoft.App/preview/2023-11-02-preview/JavaComponents.json
64
88
- Microsoft.App/preview/2023-11-02-preview/DotNetComponents.json
65
89
` ` `
90
+
66
91
# ## Tag: package-preview-2023-08
67
92
68
93
These settings apply only when `--tag=package-preview-2023-08` is specified on the command line.
0 commit comments