Skip to content

Commit

Permalink
CodeGen from PR 24400 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 75e463bf00bdc64fd0b1e3ead5eff017165ec5e4 into ac98588da3cf3c3e043568adc8a6cc122ad8d6a7
  • Loading branch information
SDKAuto committed Jun 13, 2023
1 parent 19c14fc commit bd85447
Show file tree
Hide file tree
Showing 56 changed files with 1,031 additions and 6,780 deletions.
37 changes: 37 additions & 0 deletions sdk/resourcemanager/appcontainers/armappcontainers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Release History

## 2.0.0-beta.4 (2023-06-13)
### Breaking Changes

- Function `*JobsClient.BeginStopMultipleExecutions` parameter(s) have been changed from `(context.Context, string, string, JobExecutionNamesCollection, *JobsClientBeginStopMultipleExecutionsOptions)` to `(context.Context, string, string, *JobsClientBeginStopMultipleExecutionsOptions)`
- `TriggerTypeScheduled` from enum `TriggerType` has been removed

### Features Added

- New value `TriggerTypeSchedule` added to enum type `TriggerType`
- New enum type `ContainerAppContainerRunningState` with values `ContainerAppContainerRunningStateRunning`, `ContainerAppContainerRunningStateTerminated`, `ContainerAppContainerRunningStateWaiting`
- New enum type `ContainerAppReplicaRunningState` with values `ContainerAppReplicaRunningStateNotRunning`, `ContainerAppReplicaRunningStateRunning`, `ContainerAppReplicaRunningStateUnknown`
- New enum type `RevisionRunningState` with values `RevisionRunningStateDegraded`, `RevisionRunningStateFailed`, `RevisionRunningStateProcessing`, `RevisionRunningStateRunning`, `RevisionRunningStateStopped`, `RevisionRunningStateUnknown`
- New function `*ClientFactory.NewContainerAppsAPIClient() *ContainerAppsAPIClient`
- New function `NewContainerAppsAPIClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ContainerAppsAPIClient, error)`
- New function `*ContainerAppsAPIClient.JobExecution(context.Context, string, string, string, *ContainerAppsAPIClientJobExecutionOptions) (ContainerAppsAPIClientJobExecutionResponse, error)`
- New function `*ContainerAppsClient.BeginStart(context.Context, string, string, *ContainerAppsClientBeginStartOptions) (*runtime.Poller[ContainerAppsClientStartResponse], error)`
- New function `*ContainerAppsClient.BeginStop(context.Context, string, string, *ContainerAppsClientBeginStopOptions) (*runtime.Poller[ContainerAppsClientStopResponse], error)`
- New struct `JobConfigurationEventTriggerConfig`
- New struct `JobScale`
- New struct `JobScaleRule`
- New struct `ManagedEnvironmentPropertiesPeerAuthentication`
- New struct `Mtls`
- New struct `Service`
- New struct `ServiceBind`
- New field `Kind` in struct `AzureCredentials`
- New field `Service` in struct `Configuration`
- New field `GithubPersonalAccessToken` in struct `GithubActionConfiguration`
- New field `EventTriggerConfig` in struct `JobConfiguration`
- New field `PeerAuthentication` in struct `ManagedEnvironmentProperties`
- New field `RunningState`, `RunningStateDetails` in struct `ReplicaContainer`
- New field `InitContainers`, `RunningState`, `RunningStateDetails` in struct `ReplicaProperties`
- New field `RunningState` in struct `RevisionProperties`
- New field `ServiceBinds`, `TerminationGracePeriodSeconds` in struct `Template`
- New field `MountOptions` in struct `Volume`
- New field `SubPath` in struct `VolumeMount`


## 2.0.0-beta.3 (2023-05-26)
### Breaking Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/4a7af0df86022e5e6cc6e8f40ca1981c4557a4bc/specification/app/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/4a7af0df86022e5e6cc6e8f40ca1981c4557a4bc/specification/app/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/app/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/app/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 2.0.0-beta.3
tag: package-preview-2022-11
module-version: 2.0.0-beta.4
```

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

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit bd85447

Please sign in to comment.