Skip to content

Commit 348a7ec

Browse files
author
SDKAuto
committed
CodeGen from PR 24360 in Azure/azure-rest-api-specs
Merge bfbaf7193e9f0163965540c33d42e5759c2dc27c into 1290a9dfec16dcf4e62191774b9cc208e92f678e
1 parent 7bc695f commit 348a7ec

File tree

56 files changed

+1025
-6776
lines changed

Some content is hidden

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

56 files changed

+1025
-6776
lines changed

sdk/resourcemanager/appcontainers/armappcontainers/CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Release History
22

3+
## 2.0.0-beta.4 (2023-06-08)
4+
### Breaking Changes
5+
6+
- Function `*JobsClient.BeginStopMultipleExecutions` parameter(s) have been changed from `(context.Context, string, string, JobExecutionNamesCollection, *JobsClientBeginStopMultipleExecutionsOptions)` to `(context.Context, string, string, *JobsClientBeginStopMultipleExecutionsOptions)`
7+
8+
### Features Added
9+
10+
- New enum type `ContainerAppContainerRunningState` with values `ContainerAppContainerRunningStateRunning`, `ContainerAppContainerRunningStateTerminated`, `ContainerAppContainerRunningStateWaiting`
11+
- New enum type `ContainerAppReplicaRunningState` with values `ContainerAppReplicaRunningStateNotRunning`, `ContainerAppReplicaRunningStateRunning`, `ContainerAppReplicaRunningStateUnknown`
12+
- New enum type `RevisionRunningState` with values `RevisionRunningStateDegraded`, `RevisionRunningStateFailed`, `RevisionRunningStateProcessing`, `RevisionRunningStateRunning`, `RevisionRunningStateStopped`, `RevisionRunningStateUnknown`
13+
- New function `*ClientFactory.NewContainerAppsAPIClient() *ContainerAppsAPIClient`
14+
- New function `NewContainerAppsAPIClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ContainerAppsAPIClient, error)`
15+
- New function `*ContainerAppsAPIClient.JobExecution(context.Context, string, string, string, *ContainerAppsAPIClientJobExecutionOptions) (ContainerAppsAPIClientJobExecutionResponse, error)`
16+
- New function `*ContainerAppsClient.BeginStart(context.Context, string, string, *ContainerAppsClientBeginStartOptions) (*runtime.Poller[ContainerAppsClientStartResponse], error)`
17+
- New function `*ContainerAppsClient.BeginStop(context.Context, string, string, *ContainerAppsClientBeginStopOptions) (*runtime.Poller[ContainerAppsClientStopResponse], error)`
18+
- New struct `JobConfigurationEventTriggerConfig`
19+
- New struct `JobScale`
20+
- New struct `JobScaleRule`
21+
- New struct `ManagedEnvironmentPropertiesPeerAuthentication`
22+
- New struct `Mtls`
23+
- New struct `Service`
24+
- New struct `ServiceBind`
25+
- New field `Kind` in struct `AzureCredentials`
26+
- New field `Service` in struct `Configuration`
27+
- New field `GithubPersonalAccessToken` in struct `GithubActionConfiguration`
28+
- New field `EventTriggerConfig` in struct `JobConfiguration`
29+
- New field `PeerAuthentication` in struct `ManagedEnvironmentProperties`
30+
- New field `RunningState`, `RunningStateDetails` in struct `ReplicaContainer`
31+
- New field `InitContainers`, `RunningState`, `RunningStateDetails` in struct `ReplicaProperties`
32+
- New field `RunningState` in struct `RevisionProperties`
33+
- New field `ServiceBinds`, `TerminationGracePeriodSeconds` in struct `Template`
34+
- New field `MountOptions` in struct `Volume`
35+
- New field `SubPath` in struct `VolumeMount`
36+
37+
338
## 2.0.0-beta.3 (2023-05-26)
439
### Breaking Changes
540

sdk/resourcemanager/appcontainers/armappcontainers/autorest.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/4a7af0df86022e5e6cc6e8f40ca1981c4557a4bc/specification/app/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/4a7af0df86022e5e6cc6e8f40ca1981c4557a4bc/specification/app/resource-manager/readme.go.md
8+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/app/resource-manager/readme.md
9+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/app/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 2.0.0-beta.3
12-
tag: package-preview-2022-11
11+
module-version: 2.0.0-beta.4
1312
```

sdk/resourcemanager/appcontainers/armappcontainers/availableworkloadprofiles_client.go

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

sdk/resourcemanager/appcontainers/armappcontainers/availableworkloadprofiles_client_example_test.go

Lines changed: 0 additions & 176 deletions
This file was deleted.

sdk/resourcemanager/appcontainers/armappcontainers/billingmeters_client.go

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

sdk/resourcemanager/appcontainers/armappcontainers/billingmeters_client_example_test.go

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)