Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30309.148
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{7532DC22-2997-4574-90A4-47E91F9A2B75}") = "Azure.ResourceManager.AppContainers", "src\Azure.ResourceManager.AppContainers.csproj", "{08FB3214-6D32-4CB2-B147-328D26991B0E}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.AppContainers", "src\Azure.ResourceManager.AppContainers.csproj", "{08FB3214-6D32-4CB2-B147-328D26991B0E}"
EndProject
Project("{7532DC22-2997-4574-90A4-47E91F9A2B75}") = "Azure.ResourceManager.AppContainers.Tests", "tests\Azure.ResourceManager.AppContainers.Tests.csproj", "{F93F747E-06D9-4C84-B79A-0C288D854C9A}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.AppContainers.Tests", "tests\Azure.ResourceManager.AppContainers.Tests.csproj", "{F93F747E-06D9-4C84-B79A-0C288D854C9A}"
EndProject
Project("{7532DC22-2997-4574-90A4-47E91F9A2B75}") = "Azure.ResourceManager.AppContainers.Samples", "samples\Azure.ResourceManager.AppContainers.Samples.csproj", "{7FAF05E5-856A-4706-AD86-B3BE4B0B5203}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.AppContainers.Samples", "samples\Azure.ResourceManager.AppContainers.Samples.csproj", "{7FAF05E5-856A-4706-AD86-B3BE4B0B5203}"
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C513CCE4-D1E4-4E21-85B6-174F42CF53CF}
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Expand Down Expand Up @@ -49,5 +43,23 @@ Global
{F93F747E-06D9-4C84-B79A-0C288D854C9A}.Release|x64.Build.0 = Release|Any CPU
{F93F747E-06D9-4C84-B79A-0C288D854C9A}.Release|x86.ActiveCfg = Release|Any CPU
{F93F747E-06D9-4C84-B79A-0C288D854C9A}.Release|x86.Build.0 = Release|Any CPU
{7FAF05E5-856A-4706-AD86-B3BE4B0B5203}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FAF05E5-856A-4706-AD86-B3BE4B0B5203}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FAF05E5-856A-4706-AD86-B3BE4B0B5203}.Debug|x64.ActiveCfg = Debug|Any CPU
{7FAF05E5-856A-4706-AD86-B3BE4B0B5203}.Debug|x64.Build.0 = Debug|Any CPU
{7FAF05E5-856A-4706-AD86-B3BE4B0B5203}.Debug|x86.ActiveCfg = Debug|Any CPU
{7FAF05E5-856A-4706-AD86-B3BE4B0B5203}.Debug|x86.Build.0 = Debug|Any CPU
{7FAF05E5-856A-4706-AD86-B3BE4B0B5203}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FAF05E5-856A-4706-AD86-B3BE4B0B5203}.Release|Any CPU.Build.0 = Release|Any CPU
{7FAF05E5-856A-4706-AD86-B3BE4B0B5203}.Release|x64.ActiveCfg = Release|Any CPU
{7FAF05E5-856A-4706-AD86-B3BE4B0B5203}.Release|x64.Build.0 = Release|Any CPU
{7FAF05E5-856A-4706-AD86-B3BE4B0B5203}.Release|x86.ActiveCfg = Release|Any CPU
{7FAF05E5-856A-4706-AD86-B3BE4B0B5203}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C513CCE4-D1E4-4E21-85B6-174F42CF53CF}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@
## 1.1.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
- Upgrade to 2022-11-01-preview api version
- Add API to start, stop and executions for ContainerAppJobs
- Support keyvault for container app secret
- Add managedBy for ContainerApps
- Add keda/dapr version support
- Add API to support ManagedCertificate
- Add AppState and LatestReadyRevisionName
- Add Client certificate mode for mTLS authentication and corsPolicy for Container App
- Add Friendly workload profile name support

### Bugs Fixed
- Fix certifaicte password format for environment custom domain

### Other Changes

Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading