Skip to content

Commit c135a10

Browse files
authored
Upgrade containerapps SDK to 2023-04-01-preview (#37930)
* upgrade * update * update * fix ci
1 parent 688a205 commit c135a10

File tree

127 files changed

+3181
-736
lines changed

Some content is hidden

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

127 files changed

+3181
-736
lines changed

.vscode/cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
"lucene",
8787
"mgmt",
8888
"msal",
89+
"Mtls",
8990
"northcentralus",
9091
"nunit",
9192
"odata",

sdk/containerapps/Azure.ResourceManager.AppContainers/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
### Features Added
66

7+
- Upgrade to 2023-04-01-preview api version
8+
- Add `runningState` and `runningStateDetails` for `ContainerAppReplica`
9+
- Add `TerminationGracePeriodSeconds` and `ServicBinds`for `ContainerAppTemplate`
10+
- Add `MountOptions` for `ContainerAppVolume`
11+
- Add `SubPath` for `ContainerAppVolumeMount`
12+
- Add Mtls Enabled for ContainerAppManagedEnvironment
13+
- Add `Kind` for ContainerAppCredentials
14+
- Add `GitHubPersonalAccessToken` for `ContainerAppGitHubActionConfiguration`
15+
- Add `EventTriggerConfig` for JobConfiguration
16+
- Rename `ContainerAppJobTriggerType` value from `Scheduled` to `Schedule`
17+
718
### Breaking Changes
819

920
### Bugs Fixed

sdk/containerapps/Azure.ResourceManager.AppContainers/api/Azure.ResourceManager.AppContainers.netstandard2.0.cs

Lines changed: 161 additions & 32 deletions
Large diffs are not rendered by default.

sdk/containerapps/Azure.ResourceManager.AppContainers/samples/Generated/Samples/Sample_ContainerAppAuthConfigCollection.cs

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/containerapps/Azure.ResourceManager.AppContainers/samples/Generated/Samples/Sample_ContainerAppAuthConfigResource.cs

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/containerapps/Azure.ResourceManager.AppContainers/samples/Generated/Samples/Sample_ContainerAppCollection.cs

Lines changed: 15 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/containerapps/Azure.ResourceManager.AppContainers/samples/Generated/Samples/Sample_ContainerAppConnectedEnvironmentCertificateCollection.cs

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)