Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade containerapps SDK to 2023-04-01-preview #37930

Merged
merged 4 commits into from
Aug 4, 2023
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
1 change: 1 addition & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"lucene",
"mgmt",
"msal",
"Mtls",
"northcentralus",
"nunit",
"odata",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

### Features Added

- Upgrade to 2023-04-01-preview api version
- Add `runningState` and `runningStateDetails` for `ContainerAppReplica`
- Add `TerminationGracePeriodSeconds` and `ServicBinds`for `ContainerAppTemplate`
- Add `MountOptions` for `ContainerAppVolume`
- Add `SubPath` for `ContainerAppVolumeMount`
- Add Mtls Enabled for ContainerAppManagedEnvironment
- Add `Kind` for ContainerAppCredentials
- Add `GitHubPersonalAccessToken` for `ContainerAppGitHubActionConfiguration`
- Add `EventTriggerConfig` for JobConfiguration
- Rename `ContainerAppJobTriggerType` value from `Scheduled` to `Schedule`

### Breaking Changes

### Bugs Fixed
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.

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