Skip to content

Commit

Permalink
CodeGen from PR 28212 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 33302e1e1c6a2328704eb294ff13b83cb24feb5c into 3bf41e88ce124bde1e10d2e38723c866ab892136
  • Loading branch information
SDKAuto committed Mar 14, 2024
1 parent 7d8dec5 commit 0fb5f5c
Show file tree
Hide file tree
Showing 87 changed files with 5,658 additions and 9,945 deletions.
93 changes: 93 additions & 0 deletions sdk/resourcemanager/appplatform/armappplatform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,98 @@
# Release History

## 2.1.0-beta.1 (2024-03-14)
### Features Added

- New value `BindingTypeCACertificates` added to enum type `BindingType`
- New value `ConfigServerStateCreating`, `ConfigServerStateDeleting` added to enum type `ConfigServerState`
- New value `SupportedRuntimeValueJava21` added to enum type `SupportedRuntimeValue`
- New enum type `ApmType` with values `ApmTypeAppDynamics`, `ApmTypeApplicationInsights`, `ApmTypeDynatrace`, `ApmTypeElasticAPM`, `ApmTypeNewRelic`
- New enum type `ConfigServerEnabledState` with values `ConfigServerEnabledStateDisabled`, `ConfigServerEnabledStateEnabled`
- New enum type `EurekaServerEnabledState` with values `EurekaServerEnabledStateDisabled`, `EurekaServerEnabledStateEnabled`
- New enum type `EurekaServerState` with values `EurekaServerStateCanceled`, `EurekaServerStateFailed`, `EurekaServerStateSucceeded`, `EurekaServerStateUpdating`
- New enum type `Frequency` with values `FrequencyWeekly`
- New enum type `JobExecutionRunningState` with values `JobExecutionRunningStateCanceled`, `JobExecutionRunningStateCompleted`, `JobExecutionRunningStateFailed`, `JobExecutionRunningStatePending`, `JobExecutionRunningStateRunning`
- New enum type `JobResourceProvisioningState` with values `JobResourceProvisioningStateCanceled`, `JobResourceProvisioningStateCreating`, `JobResourceProvisioningStateDeleting`, `JobResourceProvisioningStateFailed`, `JobResourceProvisioningStateSucceeded`, `JobResourceProvisioningStateUpdating`
- New enum type `PrivateLinkState` with values `PrivateLinkStateDisabled`, `PrivateLinkStateEnabled`
- New enum type `SystemAssignedServiceIdentityType` with values `SystemAssignedServiceIdentityTypeNone`, `SystemAssignedServiceIdentityTypeSystemAssigned`
- New enum type `TestEndpointAuthState` with values `TestEndpointAuthStateDisabled`, `TestEndpointAuthStateEnabled`
- New enum type `WeekDay` with values `WeekDayFriday`, `WeekDayMonday`, `WeekDaySaturday`, `WeekDaySunday`, `WeekDayThursday`, `WeekDayTuesday`, `WeekDayWednesday`
- New function `*ClientFactory.NewEurekaServersClient() *EurekaServersClient`
- New function `*ClientFactory.NewJobClient() *JobClient`
- New function `*ClientFactory.NewJobExecutionClient() *JobExecutionClient`
- New function `*ClientFactory.NewJobExecutionsClient() *JobExecutionsClient`
- New function `*ClientFactory.NewJobsClient() *JobsClient`
- New function `*ConfigServersClient.BeginDelete(context.Context, string, string, *ConfigServersClientBeginDeleteOptions) (*runtime.Poller[ConfigServersClientDeleteResponse], error)`
- New function `*ConfigServersClient.NewListPager(string, string, *ConfigServersClientListOptions) *runtime.Pager[ConfigServersClientListResponse]`
- New function `NewEurekaServersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*EurekaServersClient, error)`
- New function `*EurekaServersClient.Get(context.Context, string, string, *EurekaServersClientGetOptions) (EurekaServersClientGetResponse, error)`
- New function `*EurekaServersClient.List(context.Context, string, string, *EurekaServersClientListOptions) (EurekaServersClientListResponse, error)`
- New function `*EurekaServersClient.BeginUpdatePatch(context.Context, string, string, EurekaServerResource, *EurekaServersClientBeginUpdatePatchOptions) (*runtime.Poller[EurekaServersClientUpdatePatchResponse], error)`
- New function `*EurekaServersClient.BeginUpdatePut(context.Context, string, string, EurekaServerResource, *EurekaServersClientBeginUpdatePutOptions) (*runtime.Poller[EurekaServersClientUpdatePutResponse], error)`
- New function `*GatewayLocalResponseCachePerInstanceProperties.GetGatewayResponseCacheProperties() *GatewayResponseCacheProperties`
- New function `*GatewayLocalResponseCachePerRouteProperties.GetGatewayResponseCacheProperties() *GatewayResponseCacheProperties`
- New function `*GatewayResponseCacheProperties.GetGatewayResponseCacheProperties() *GatewayResponseCacheProperties`
- New function `*GatewaysClient.BeginUpdateCapacity(context.Context, string, string, string, SKUObject, *GatewaysClientBeginUpdateCapacityOptions) (*runtime.Poller[GatewaysClientUpdateCapacityResponse], error)`
- New function `NewJobClient(string, azcore.TokenCredential, *arm.ClientOptions) (*JobClient, error)`
- New function `*JobClient.BeginCreateOrUpdate(context.Context, string, string, string, JobResource, *JobClientBeginCreateOrUpdateOptions) (*runtime.Poller[JobClientCreateOrUpdateResponse], error)`
- New function `*JobClient.BeginDelete(context.Context, string, string, string, *JobClientBeginDeleteOptions) (*runtime.Poller[JobClientDeleteResponse], error)`
- New function `*JobClient.Get(context.Context, string, string, string, *JobClientGetOptions) (JobClientGetResponse, error)`
- New function `*JobClient.ListEnvSecrets(context.Context, string, string, string, *JobClientListEnvSecretsOptions) (JobClientListEnvSecretsResponse, error)`
- New function `*JobClient.BeginStart(context.Context, string, string, string, *JobClientBeginStartOptions) (*runtime.Poller[JobClientStartResponse], error)`
- New function `NewJobExecutionClient(string, azcore.TokenCredential, *arm.ClientOptions) (*JobExecutionClient, error)`
- New function `*JobExecutionClient.BeginCancel(context.Context, string, string, string, string, *JobExecutionClientBeginCancelOptions) (*runtime.Poller[JobExecutionClientCancelResponse], error)`
- New function `*JobExecutionClient.Get(context.Context, string, string, string, string, *JobExecutionClientGetOptions) (JobExecutionClientGetResponse, error)`
- New function `*JobExecutionClient.ListEnvSecrets(context.Context, string, string, string, string, *JobExecutionClientListEnvSecretsOptions) (JobExecutionClientListEnvSecretsResponse, error)`
- New function `NewJobExecutionsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*JobExecutionsClient, error)`
- New function `*JobExecutionsClient.NewListPager(string, string, string, *JobExecutionsClientListOptions) *runtime.Pager[JobExecutionsClientListResponse]`
- New function `*JobTriggerConfig.GetJobTriggerConfig() *JobTriggerConfig`
- New function `NewJobsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*JobsClient, error)`
- New function `*JobsClient.NewListPager(string, string, *JobsClientListOptions) *runtime.Pager[JobsClientListResponse]`
- New function `*MaintenanceScheduleConfiguration.GetMaintenanceScheduleConfiguration() *MaintenanceScheduleConfiguration`
- New function `*ManualJobTriggerConfig.GetJobTriggerConfig() *JobTriggerConfig`
- New function `*WeeklyMaintenanceScheduleConfiguration.GetMaintenanceScheduleConfiguration() *MaintenanceScheduleConfiguration`
- New struct `ConfigServerInstance`
- New struct `ConfigServerResourceCollection`
- New struct `ConfigServerResourceRequests`
- New struct `CustomScaleRule`
- New struct `EnvSecretsCollection`
- New struct `EnvVar`
- New struct `EurekaServerProperties`
- New struct `EurekaServerResource`
- New struct `EurekaServerResourceCollection`
- New struct `GatewayLocalResponseCachePerInstanceProperties`
- New struct `GatewayLocalResponseCachePerRouteProperties`
- New struct `HTTPScaleRule`
- New struct `JobExecution`
- New struct `JobExecutionCollection`
- New struct `JobExecutionProperties`
- New struct `JobExecutionTemplate`
- New struct `JobResource`
- New struct `JobResourceCollection`
- New struct `JobResourceProperties`
- New struct `ManagedComponentReference`
- New struct `ManualJobTriggerConfig`
- New struct `QueueScaleRule`
- New struct `Scale`
- New struct `ScaleRule`
- New struct `ScaleRuleAuth`
- New struct `Secret`
- New struct `SystemAssignedServiceIdentity`
- New struct `TCPScaleRule`
- New struct `WeeklyMaintenanceScheduleConfiguration`
- New field `Secrets`, `TestEndpointAuthState`, `WorkloadProfileName` in struct `AppResourceProperties`
- New field `Version` in struct `BuildpackProperties`
- New field `InfraResourceGroup`, `MaintenanceScheduleConfiguration`, `ManagedEnvironmentID` in struct `ClusterResourceProperties`
- New field `EnabledState`, `Instances`, `ResourceRequests` in struct `ConfigServerProperties`
- New field `RefreshIntervalInSeconds` in struct `ConfigurationServiceSettings`
- New field `Scale` in struct `DeploymentSettings`
- New field `Expand` in struct `DeploymentsClientListOptions`
- New field `AddonConfigs`, `ApmTypes`, `ResponseCacheProperties` in struct `GatewayProperties`
- New field `Identity` in struct `ServiceResource`
- New field `PrivateDNSZoneID`, `PrivateLinkState` in struct `ServiceVNetAddons`
- New field `Version` in struct `SupportedBuildpackResourceProperties`


## 2.0.0 (2024-01-26)
### Breaking Changes

Expand Down

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

Loading

0 comments on commit 0fb5f5c

Please sign in to comment.