Skip to content

Commit 17f5f76

Browse files
Migrate App from generation to main (#20146)
* Move App to main * Update New-AzContainerAppTrafficWeightObject.md * Update New-AzContainerAppTrafficWeightObject.md * Update New-AzContainerApp.md * Update New-AzContainerApp.md Co-authored-by: Lucas Yao <[email protected]>
1 parent 70fe065 commit 17f5f76

File tree

74 files changed

+254
-228
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+254
-228
lines changed

src/App/App.sln

Lines changed: 78 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.6.30114.105
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{AD9266EC-8AAA-41FD-AC17-44A5905A0076}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{C1CF396F-9CD2-4908-8263-BEF049864BD8}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{27988362-7387-4899-972F-0ECE3992571F}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{45352CBC-E056-4B57-B472-B2BD182E0026}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{48DCF322-161D-43F2-872B-3F1C8BE70449}"
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{14E328C5-1E40-43D3-B005-D8F1A7E77FD0}"
1111
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{9E340544-09F9-4461-A688-F4369805E9DA}"
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{DD366FE2-BB7E-4EC9-85C9-40859420C99C}"
1313
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{D22A9238-897A-4F97-809A-432303919C5D}"
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{84FFA918-3D46-42AE-8A98-ADB224D49B71}"
1515
EndProject
16-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.App", "Az.App.csproj", "{6C168278-3CBF-44EE-84B8-DBF9F37846CF}"
16+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.App", "Az.App.csproj", "{972EAEE7-93B6-4E4E-BD3A-C7EEAF7C6399}"
1717
EndProject
1818
Global
1919
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -28,77 +28,77 @@ Global
2828
HideSolutionNode = FALSE
2929
EndGlobalSection
3030
GlobalSection(ProjectConfigurationPlatforms) = postSolution
31-
{AD9266EC-8AAA-41FD-AC17-44A5905A0076}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
32-
{AD9266EC-8AAA-41FD-AC17-44A5905A0076}.Debug|Any CPU.Build.0 = Debug|Any CPU
33-
{AD9266EC-8AAA-41FD-AC17-44A5905A0076}.Debug|x64.ActiveCfg = Debug|Any CPU
34-
{AD9266EC-8AAA-41FD-AC17-44A5905A0076}.Debug|x64.Build.0 = Debug|Any CPU
35-
{AD9266EC-8AAA-41FD-AC17-44A5905A0076}.Debug|x86.ActiveCfg = Debug|Any CPU
36-
{AD9266EC-8AAA-41FD-AC17-44A5905A0076}.Debug|x86.Build.0 = Debug|Any CPU
37-
{AD9266EC-8AAA-41FD-AC17-44A5905A0076}.Release|Any CPU.ActiveCfg = Release|Any CPU
38-
{AD9266EC-8AAA-41FD-AC17-44A5905A0076}.Release|Any CPU.Build.0 = Release|Any CPU
39-
{AD9266EC-8AAA-41FD-AC17-44A5905A0076}.Release|x64.ActiveCfg = Release|Any CPU
40-
{AD9266EC-8AAA-41FD-AC17-44A5905A0076}.Release|x64.Build.0 = Release|Any CPU
41-
{AD9266EC-8AAA-41FD-AC17-44A5905A0076}.Release|x86.ActiveCfg = Release|Any CPU
42-
{AD9266EC-8AAA-41FD-AC17-44A5905A0076}.Release|x86.Build.0 = Release|Any CPU
43-
{27988362-7387-4899-972F-0ECE3992571F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
44-
{27988362-7387-4899-972F-0ECE3992571F}.Debug|Any CPU.Build.0 = Debug|Any CPU
45-
{27988362-7387-4899-972F-0ECE3992571F}.Debug|x64.ActiveCfg = Debug|Any CPU
46-
{27988362-7387-4899-972F-0ECE3992571F}.Debug|x64.Build.0 = Debug|Any CPU
47-
{27988362-7387-4899-972F-0ECE3992571F}.Debug|x86.ActiveCfg = Debug|Any CPU
48-
{27988362-7387-4899-972F-0ECE3992571F}.Debug|x86.Build.0 = Debug|Any CPU
49-
{27988362-7387-4899-972F-0ECE3992571F}.Release|Any CPU.ActiveCfg = Release|Any CPU
50-
{27988362-7387-4899-972F-0ECE3992571F}.Release|Any CPU.Build.0 = Release|Any CPU
51-
{27988362-7387-4899-972F-0ECE3992571F}.Release|x64.ActiveCfg = Release|Any CPU
52-
{27988362-7387-4899-972F-0ECE3992571F}.Release|x64.Build.0 = Release|Any CPU
53-
{27988362-7387-4899-972F-0ECE3992571F}.Release|x86.ActiveCfg = Release|Any CPU
54-
{27988362-7387-4899-972F-0ECE3992571F}.Release|x86.Build.0 = Release|Any CPU
55-
{48DCF322-161D-43F2-872B-3F1C8BE70449}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
56-
{48DCF322-161D-43F2-872B-3F1C8BE70449}.Debug|Any CPU.Build.0 = Debug|Any CPU
57-
{48DCF322-161D-43F2-872B-3F1C8BE70449}.Debug|x64.ActiveCfg = Debug|Any CPU
58-
{48DCF322-161D-43F2-872B-3F1C8BE70449}.Debug|x64.Build.0 = Debug|Any CPU
59-
{48DCF322-161D-43F2-872B-3F1C8BE70449}.Debug|x86.ActiveCfg = Debug|Any CPU
60-
{48DCF322-161D-43F2-872B-3F1C8BE70449}.Debug|x86.Build.0 = Debug|Any CPU
61-
{48DCF322-161D-43F2-872B-3F1C8BE70449}.Release|Any CPU.ActiveCfg = Release|Any CPU
62-
{48DCF322-161D-43F2-872B-3F1C8BE70449}.Release|Any CPU.Build.0 = Release|Any CPU
63-
{48DCF322-161D-43F2-872B-3F1C8BE70449}.Release|x64.ActiveCfg = Release|Any CPU
64-
{48DCF322-161D-43F2-872B-3F1C8BE70449}.Release|x64.Build.0 = Release|Any CPU
65-
{48DCF322-161D-43F2-872B-3F1C8BE70449}.Release|x86.ActiveCfg = Release|Any CPU
66-
{48DCF322-161D-43F2-872B-3F1C8BE70449}.Release|x86.Build.0 = Release|Any CPU
67-
{9E340544-09F9-4461-A688-F4369805E9DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
68-
{9E340544-09F9-4461-A688-F4369805E9DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
69-
{9E340544-09F9-4461-A688-F4369805E9DA}.Debug|x64.ActiveCfg = Debug|Any CPU
70-
{9E340544-09F9-4461-A688-F4369805E9DA}.Debug|x64.Build.0 = Debug|Any CPU
71-
{9E340544-09F9-4461-A688-F4369805E9DA}.Debug|x86.ActiveCfg = Debug|Any CPU
72-
{9E340544-09F9-4461-A688-F4369805E9DA}.Debug|x86.Build.0 = Debug|Any CPU
73-
{9E340544-09F9-4461-A688-F4369805E9DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
74-
{9E340544-09F9-4461-A688-F4369805E9DA}.Release|Any CPU.Build.0 = Release|Any CPU
75-
{9E340544-09F9-4461-A688-F4369805E9DA}.Release|x64.ActiveCfg = Release|Any CPU
76-
{9E340544-09F9-4461-A688-F4369805E9DA}.Release|x64.Build.0 = Release|Any CPU
77-
{9E340544-09F9-4461-A688-F4369805E9DA}.Release|x86.ActiveCfg = Release|Any CPU
78-
{9E340544-09F9-4461-A688-F4369805E9DA}.Release|x86.Build.0 = Release|Any CPU
79-
{D22A9238-897A-4F97-809A-432303919C5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
80-
{D22A9238-897A-4F97-809A-432303919C5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
81-
{D22A9238-897A-4F97-809A-432303919C5D}.Debug|x64.ActiveCfg = Debug|Any CPU
82-
{D22A9238-897A-4F97-809A-432303919C5D}.Debug|x64.Build.0 = Debug|Any CPU
83-
{D22A9238-897A-4F97-809A-432303919C5D}.Debug|x86.ActiveCfg = Debug|Any CPU
84-
{D22A9238-897A-4F97-809A-432303919C5D}.Debug|x86.Build.0 = Debug|Any CPU
85-
{D22A9238-897A-4F97-809A-432303919C5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
86-
{D22A9238-897A-4F97-809A-432303919C5D}.Release|Any CPU.Build.0 = Release|Any CPU
87-
{D22A9238-897A-4F97-809A-432303919C5D}.Release|x64.ActiveCfg = Release|Any CPU
88-
{D22A9238-897A-4F97-809A-432303919C5D}.Release|x64.Build.0 = Release|Any CPU
89-
{D22A9238-897A-4F97-809A-432303919C5D}.Release|x86.ActiveCfg = Release|Any CPU
90-
{D22A9238-897A-4F97-809A-432303919C5D}.Release|x86.Build.0 = Release|Any CPU
91-
{6C168278-3CBF-44EE-84B8-DBF9F37846CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
92-
{6C168278-3CBF-44EE-84B8-DBF9F37846CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
93-
{6C168278-3CBF-44EE-84B8-DBF9F37846CF}.Debug|x64.ActiveCfg = Debug|Any CPU
94-
{6C168278-3CBF-44EE-84B8-DBF9F37846CF}.Debug|x64.Build.0 = Debug|Any CPU
95-
{6C168278-3CBF-44EE-84B8-DBF9F37846CF}.Debug|x86.ActiveCfg = Debug|Any CPU
96-
{6C168278-3CBF-44EE-84B8-DBF9F37846CF}.Debug|x86.Build.0 = Debug|Any CPU
97-
{6C168278-3CBF-44EE-84B8-DBF9F37846CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
98-
{6C168278-3CBF-44EE-84B8-DBF9F37846CF}.Release|Any CPU.Build.0 = Release|Any CPU
99-
{6C168278-3CBF-44EE-84B8-DBF9F37846CF}.Release|x64.ActiveCfg = Release|Any CPU
100-
{6C168278-3CBF-44EE-84B8-DBF9F37846CF}.Release|x64.Build.0 = Release|Any CPU
101-
{6C168278-3CBF-44EE-84B8-DBF9F37846CF}.Release|x86.ActiveCfg = Release|Any CPU
102-
{6C168278-3CBF-44EE-84B8-DBF9F37846CF}.Release|x86.Build.0 = Release|Any CPU
31+
{C1CF396F-9CD2-4908-8263-BEF049864BD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
32+
{C1CF396F-9CD2-4908-8263-BEF049864BD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
33+
{C1CF396F-9CD2-4908-8263-BEF049864BD8}.Debug|x64.ActiveCfg = Debug|Any CPU
34+
{C1CF396F-9CD2-4908-8263-BEF049864BD8}.Debug|x64.Build.0 = Debug|Any CPU
35+
{C1CF396F-9CD2-4908-8263-BEF049864BD8}.Debug|x86.ActiveCfg = Debug|Any CPU
36+
{C1CF396F-9CD2-4908-8263-BEF049864BD8}.Debug|x86.Build.0 = Debug|Any CPU
37+
{C1CF396F-9CD2-4908-8263-BEF049864BD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
38+
{C1CF396F-9CD2-4908-8263-BEF049864BD8}.Release|Any CPU.Build.0 = Release|Any CPU
39+
{C1CF396F-9CD2-4908-8263-BEF049864BD8}.Release|x64.ActiveCfg = Release|Any CPU
40+
{C1CF396F-9CD2-4908-8263-BEF049864BD8}.Release|x64.Build.0 = Release|Any CPU
41+
{C1CF396F-9CD2-4908-8263-BEF049864BD8}.Release|x86.ActiveCfg = Release|Any CPU
42+
{C1CF396F-9CD2-4908-8263-BEF049864BD8}.Release|x86.Build.0 = Release|Any CPU
43+
{45352CBC-E056-4B57-B472-B2BD182E0026}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
44+
{45352CBC-E056-4B57-B472-B2BD182E0026}.Debug|Any CPU.Build.0 = Debug|Any CPU
45+
{45352CBC-E056-4B57-B472-B2BD182E0026}.Debug|x64.ActiveCfg = Debug|Any CPU
46+
{45352CBC-E056-4B57-B472-B2BD182E0026}.Debug|x64.Build.0 = Debug|Any CPU
47+
{45352CBC-E056-4B57-B472-B2BD182E0026}.Debug|x86.ActiveCfg = Debug|Any CPU
48+
{45352CBC-E056-4B57-B472-B2BD182E0026}.Debug|x86.Build.0 = Debug|Any CPU
49+
{45352CBC-E056-4B57-B472-B2BD182E0026}.Release|Any CPU.ActiveCfg = Release|Any CPU
50+
{45352CBC-E056-4B57-B472-B2BD182E0026}.Release|Any CPU.Build.0 = Release|Any CPU
51+
{45352CBC-E056-4B57-B472-B2BD182E0026}.Release|x64.ActiveCfg = Release|Any CPU
52+
{45352CBC-E056-4B57-B472-B2BD182E0026}.Release|x64.Build.0 = Release|Any CPU
53+
{45352CBC-E056-4B57-B472-B2BD182E0026}.Release|x86.ActiveCfg = Release|Any CPU
54+
{45352CBC-E056-4B57-B472-B2BD182E0026}.Release|x86.Build.0 = Release|Any CPU
55+
{14E328C5-1E40-43D3-B005-D8F1A7E77FD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
56+
{14E328C5-1E40-43D3-B005-D8F1A7E77FD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
57+
{14E328C5-1E40-43D3-B005-D8F1A7E77FD0}.Debug|x64.ActiveCfg = Debug|Any CPU
58+
{14E328C5-1E40-43D3-B005-D8F1A7E77FD0}.Debug|x64.Build.0 = Debug|Any CPU
59+
{14E328C5-1E40-43D3-B005-D8F1A7E77FD0}.Debug|x86.ActiveCfg = Debug|Any CPU
60+
{14E328C5-1E40-43D3-B005-D8F1A7E77FD0}.Debug|x86.Build.0 = Debug|Any CPU
61+
{14E328C5-1E40-43D3-B005-D8F1A7E77FD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
62+
{14E328C5-1E40-43D3-B005-D8F1A7E77FD0}.Release|Any CPU.Build.0 = Release|Any CPU
63+
{14E328C5-1E40-43D3-B005-D8F1A7E77FD0}.Release|x64.ActiveCfg = Release|Any CPU
64+
{14E328C5-1E40-43D3-B005-D8F1A7E77FD0}.Release|x64.Build.0 = Release|Any CPU
65+
{14E328C5-1E40-43D3-B005-D8F1A7E77FD0}.Release|x86.ActiveCfg = Release|Any CPU
66+
{14E328C5-1E40-43D3-B005-D8F1A7E77FD0}.Release|x86.Build.0 = Release|Any CPU
67+
{DD366FE2-BB7E-4EC9-85C9-40859420C99C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
68+
{DD366FE2-BB7E-4EC9-85C9-40859420C99C}.Debug|Any CPU.Build.0 = Debug|Any CPU
69+
{DD366FE2-BB7E-4EC9-85C9-40859420C99C}.Debug|x64.ActiveCfg = Debug|Any CPU
70+
{DD366FE2-BB7E-4EC9-85C9-40859420C99C}.Debug|x64.Build.0 = Debug|Any CPU
71+
{DD366FE2-BB7E-4EC9-85C9-40859420C99C}.Debug|x86.ActiveCfg = Debug|Any CPU
72+
{DD366FE2-BB7E-4EC9-85C9-40859420C99C}.Debug|x86.Build.0 = Debug|Any CPU
73+
{DD366FE2-BB7E-4EC9-85C9-40859420C99C}.Release|Any CPU.ActiveCfg = Release|Any CPU
74+
{DD366FE2-BB7E-4EC9-85C9-40859420C99C}.Release|Any CPU.Build.0 = Release|Any CPU
75+
{DD366FE2-BB7E-4EC9-85C9-40859420C99C}.Release|x64.ActiveCfg = Release|Any CPU
76+
{DD366FE2-BB7E-4EC9-85C9-40859420C99C}.Release|x64.Build.0 = Release|Any CPU
77+
{DD366FE2-BB7E-4EC9-85C9-40859420C99C}.Release|x86.ActiveCfg = Release|Any CPU
78+
{DD366FE2-BB7E-4EC9-85C9-40859420C99C}.Release|x86.Build.0 = Release|Any CPU
79+
{84FFA918-3D46-42AE-8A98-ADB224D49B71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
80+
{84FFA918-3D46-42AE-8A98-ADB224D49B71}.Debug|Any CPU.Build.0 = Debug|Any CPU
81+
{84FFA918-3D46-42AE-8A98-ADB224D49B71}.Debug|x64.ActiveCfg = Debug|Any CPU
82+
{84FFA918-3D46-42AE-8A98-ADB224D49B71}.Debug|x64.Build.0 = Debug|Any CPU
83+
{84FFA918-3D46-42AE-8A98-ADB224D49B71}.Debug|x86.ActiveCfg = Debug|Any CPU
84+
{84FFA918-3D46-42AE-8A98-ADB224D49B71}.Debug|x86.Build.0 = Debug|Any CPU
85+
{84FFA918-3D46-42AE-8A98-ADB224D49B71}.Release|Any CPU.ActiveCfg = Release|Any CPU
86+
{84FFA918-3D46-42AE-8A98-ADB224D49B71}.Release|Any CPU.Build.0 = Release|Any CPU
87+
{84FFA918-3D46-42AE-8A98-ADB224D49B71}.Release|x64.ActiveCfg = Release|Any CPU
88+
{84FFA918-3D46-42AE-8A98-ADB224D49B71}.Release|x64.Build.0 = Release|Any CPU
89+
{84FFA918-3D46-42AE-8A98-ADB224D49B71}.Release|x86.ActiveCfg = Release|Any CPU
90+
{84FFA918-3D46-42AE-8A98-ADB224D49B71}.Release|x86.Build.0 = Release|Any CPU
91+
{972EAEE7-93B6-4E4E-BD3A-C7EEAF7C6399}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
92+
{972EAEE7-93B6-4E4E-BD3A-C7EEAF7C6399}.Debug|Any CPU.Build.0 = Debug|Any CPU
93+
{972EAEE7-93B6-4E4E-BD3A-C7EEAF7C6399}.Debug|x64.ActiveCfg = Debug|Any CPU
94+
{972EAEE7-93B6-4E4E-BD3A-C7EEAF7C6399}.Debug|x64.Build.0 = Debug|Any CPU
95+
{972EAEE7-93B6-4E4E-BD3A-C7EEAF7C6399}.Debug|x86.ActiveCfg = Debug|Any CPU
96+
{972EAEE7-93B6-4E4E-BD3A-C7EEAF7C6399}.Debug|x86.Build.0 = Debug|Any CPU
97+
{972EAEE7-93B6-4E4E-BD3A-C7EEAF7C6399}.Release|Any CPU.ActiveCfg = Release|Any CPU
98+
{972EAEE7-93B6-4E4E-BD3A-C7EEAF7C6399}.Release|Any CPU.Build.0 = Release|Any CPU
99+
{972EAEE7-93B6-4E4E-BD3A-C7EEAF7C6399}.Release|x64.ActiveCfg = Release|Any CPU
100+
{972EAEE7-93B6-4E4E-BD3A-C7EEAF7C6399}.Release|x64.Build.0 = Release|Any CPU
101+
{972EAEE7-93B6-4E4E-BD3A-C7EEAF7C6399}.Release|x86.ActiveCfg = Release|Any CPU
102+
{972EAEE7-93B6-4E4E-BD3A-C7EEAF7C6399}.Release|x86.Build.0 = Release|Any CPU
103103
EndGlobalSection
104104
EndGlobal

src/App/Az.App.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 6/22/2022
6+
# Generated on: 11/16/2022
77
#
88

99
@{

src/App/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,4 +275,4 @@ directive:
275275
- where:
276276
subject: ContainerAppCustomHostName
277277
remove: true
278-
```
278+
```

src/App/create-model-cmdlets.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Create an in-memory object for ${ObjectType}.
158158
.Outputs
159159
${ObjectTypeWithNamespace}
160160
.Link
161-
https://docs.microsoft.com/powershell/module/az.${ModuleName}/new-Az${ModulePrefix}${ObjectType}Object
161+
https://learn.microsoft.com/powershell/module/az.${ModuleName}/new-Az${ModulePrefix}${ObjectType}Object
162162
#>
163163
function New-Az${ModulePrefix}${ObjectType}Object {
164164
[OutputType('${ObjectTypeWithNamespace}')]

src/App/examples/New-AzContainerApp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Example 1: Create or update a Container App.
22
```powershell
3-
$trafficWeight = New-AzContainerAppTrafficWeightObject -Label production -LatestRevision:$True -Weight 100
3+
$trafficWeight = New-AzContainerAppTrafficWeightObject -Label production -LatestRevision $True -Weight 100
44
$secretObject = New-AzContainerAppSecretObject -Name "facebook-secret" -Value "facebook-password"
55
66
$containerAppHttpHeader = New-AzContainerAppProbeHeaderObject -Name Custom-Header -Value Awesome
@@ -18,4 +18,4 @@ Location Name ResourceGroupName
1818
Canada Central azps-containerapp azpstest_gp
1919
```
2020

21-
Create or update a Container App.
21+
Create or update a Container App.

src/App/examples/New-AzContainerAppTemplateObject.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
### Example 1: Create an image object for Container.
22
```powershell
3-
New-AzContainerAppTemplateObject -Name azps-containerapp -Image mcr.microsoft.com/azuredocs/containerapps-helloworld:latest -Probe $probe -ResourceCpu 2.0 -ResourceMemory 4.0Gi
3+
$containerAppHttpHeader = New-AzContainerAppProbeHeaderObject -Name Custom-Header -Value Awesome
4+
$probeArray = @()
5+
$probeArray += New-AzContainerAppProbeObject -HttpGetPath "/health01" -HttpGetPort 8080 -InitialDelaySecond 3 -PeriodSecond 3 -Type Liveness -HttpGetHttpHeader $containerAppHttpHeader
6+
$probeArray += New-AzContainerAppProbeObject -HttpGetPath "/health02" -HttpGetPort 8080 -InitialDelaySecond 3 -PeriodSecond 3 -Type Liveness -HttpGetHttpHeader $containerAppHttpHeader
7+
New-AzContainerAppTemplateObject -Name azps-containerapp -Image mcr.microsoft.com/azuredocs/containerapps-helloworld:latest -Probe $probeArray -ResourceCpu 2.0 -ResourceMemory 4.0Gi
48
```
59

610
```output
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Example 1: Create a TrafficWeight object for ContainerApp.
22
```powershell
3-
New-AzContainerAppTrafficWeightObject -Label production -LatestRevision:$True -Weight 100
3+
New-AzContainerAppTrafficWeightObject -Label production -LatestRevision $True -Weight 100
44
```
55

66
```output
@@ -9,4 +9,4 @@ Label LatestRevision RevisionName Weight
99
production True 100
1010
```
1111

12-
Create a TrafficWeight object for ContainerApp.
12+
Create a TrafficWeight object for ContainerApp.

src/App/exports/Disable-AzContainerAppRevision.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ INPUTOBJECT <IAppIdentity>: Identity Parameter
4747
[StorageName <String>]: Name of the storage.
4848
[SubscriptionId <String>]: The ID of the target subscription.
4949
.Link
50-
https://docs.microsoft.com/powershell/module/az.app/disable-azcontainerapprevision
50+
https://learn.microsoft.com/powershell/module/az.app/disable-azcontainerapprevision
5151
#>
5252
function Disable-AzContainerAppRevision {
5353
[OutputType([System.Boolean])]

src/App/exports/Enable-AzContainerAppRevision.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ INPUTOBJECT <IAppIdentity>: Identity Parameter
4747
[StorageName <String>]: Name of the storage.
4848
[SubscriptionId <String>]: The ID of the target subscription.
4949
.Link
50-
https://docs.microsoft.com/powershell/module/az.app/enable-azcontainerapprevision
50+
https://learn.microsoft.com/powershell/module/az.app/enable-azcontainerapprevision
5151
#>
5252
function Enable-AzContainerAppRevision {
5353
[OutputType([System.Boolean])]

src/App/exports/Get-AzContainerApp.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ INPUTOBJECT <IAppIdentity>: Identity Parameter
4949
[StorageName <String>]: Name of the storage.
5050
[SubscriptionId <String>]: The ID of the target subscription.
5151
.Link
52-
https://docs.microsoft.com/powershell/module/az.app/get-azcontainerapp
52+
https://learn.microsoft.com/powershell/module/az.app/get-azcontainerapp
5353
#>
5454
function Get-AzContainerApp {
5555
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IContainerApp])]

src/App/exports/Get-AzContainerAppAuthConfig.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ INPUTOBJECT <IAppIdentity>: Identity Parameter
4545
[StorageName <String>]: Name of the storage.
4646
[SubscriptionId <String>]: The ID of the target subscription.
4747
.Link
48-
https://docs.microsoft.com/powershell/module/az.app/get-azcontainerappauthconfig
48+
https://learn.microsoft.com/powershell/module/az.app/get-azcontainerappauthconfig
4949
#>
5050
function Get-AzContainerAppAuthConfig {
5151
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IAuthConfig])]

src/App/exports/Get-AzContainerAppManagedEnv.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ INPUTOBJECT <IAppIdentity>: Identity Parameter
4949
[StorageName <String>]: Name of the storage.
5050
[SubscriptionId <String>]: The ID of the target subscription.
5151
.Link
52-
https://docs.microsoft.com/powershell/module/az.app/get-azcontainerappmanagedenv
52+
https://learn.microsoft.com/powershell/module/az.app/get-azcontainerappmanagedenv
5353
#>
5454
function Get-AzContainerAppManagedEnv {
5555
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IManagedEnvironment])]

src/App/exports/Get-AzContainerAppManagedEnvCert.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ INPUTOBJECT <IAppIdentity>: Identity Parameter
4747
[StorageName <String>]: Name of the storage.
4848
[SubscriptionId <String>]: The ID of the target subscription.
4949
.Link
50-
https://docs.microsoft.com/powershell/module/az.app/get-azcontainerappmanagedenvcert
50+
https://learn.microsoft.com/powershell/module/az.app/get-azcontainerappmanagedenvcert
5151
#>
5252
function Get-AzContainerAppManagedEnvCert {
5353
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.ICertificate])]

src/App/exports/Get-AzContainerAppManagedEnvDapr.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ INPUTOBJECT <IAppIdentity>: Identity Parameter
4747
[StorageName <String>]: Name of the storage.
4848
[SubscriptionId <String>]: The ID of the target subscription.
4949
.Link
50-
https://docs.microsoft.com/powershell/module/az.app/get-azcontainerappmanagedenvdapr
50+
https://learn.microsoft.com/powershell/module/az.app/get-azcontainerappmanagedenvdapr
5151
#>
5252
function Get-AzContainerAppManagedEnvDapr {
5353
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.App.Models.Api20220301.IDaprComponent])]

0 commit comments

Comments
 (0)