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

Add apiTryOutEnabledState for api protal #25923

Add apiTryOutEnabledState for api protal

d0568db
Select commit
Loading
Failed to load commit list.
Merged

Add apiTryOutEnabledState for api protal #25923

Add apiTryOutEnabledState for api protal
d0568db
Select commit
Loading
Failed to load commit list.
openapi-pipeline-app / SDK azure-sdk-for-go succeeded Sep 22, 2023 in 3m 13s

SDK azure-sdk-for-go succeeded

azure-sdk-for-go
View more details.

Details

  • ️✔️Succeeded [Logs] Generate from b1e15ff8247e870feacacc92c337789330da8545. SDK Automation 14.0.0
    command	sh ./eng/scripts/automation_init.sh ../../../../../azure-sdk-for-go_tmp/initInput.json ../../../../../azure-sdk-for-go_tmp/initOutput.json
    command	generator automation-v2 ../../../../../azure-sdk-for-go_tmp/generateInput.json ../../../../../azure-sdk-for-go_tmp/generateOutput.json
  • ️✔️sdk/resourcemanager/appplatform/armappplatform [View full logs]  [Preview SDK Changes] Breaking Change Detected
    info	[Changelog] ### Breaking Changes
    info	[Changelog]
    info	[Changelog] - Field `Instances`, `ResourceRequests` of struct `DevToolPortalProperties` has been removed
    info	[Changelog]
    info	[Changelog] ### Features Added
    info	[Changelog]
    info	[Changelog] - New enum type `APIPortalAPITryOutEnabledState` with values `APIPortalAPITryOutEnabledStateDisabled`, `APIPortalAPITryOutEnabledStateEnabled`
    info	[Changelog] - New enum type `ApmProvisioningState` with values `ApmProvisioningStateCanceled`, `ApmProvisioningStateCreating`, `ApmProvisioningStateDeleting`, `ApmProvisioningStateFailed`, `ApmProvisioningStateSucceeded`, `ApmProvisioningStateUpdating`
    info	[Changelog] - New enum type `ConfigServerEnabledState` with values `ConfigServerEnabledStateDisabled`, `ConfigServerEnabledStateEnabled`
    info	[Changelog] - New enum type `ConfigurationServiceGeneration` with values `ConfigurationServiceGenerationGen1`, `ConfigurationServiceGenerationGen2`
    info	[Changelog] - New enum type `ContainerRegistryProvisioningState` with values `ContainerRegistryProvisioningStateCanceled`, `ContainerRegistryProvisioningStateCreating`, `ContainerRegistryProvisioningStateDeleting`, `ContainerRegistryProvisioningStateFailed`, `ContainerRegistryProvisioningStateSucceeded`, `ContainerRegistryProvisioningStateUpdating`
    info	[Changelog] - New enum type `CustomizedAcceleratorType` with values `CustomizedAcceleratorTypeAccelerator`, `CustomizedAcceleratorTypeFragment`
    info	[Changelog] - New enum type `EurekaServerEnabledState` with values `EurekaServerEnabledStateDisabled`, `EurekaServerEnabledStateEnabled`
    info	[Changelog] - New enum type `EurekaServerState` with values `EurekaServerStateCanceled`, `EurekaServerStateFailed`, `EurekaServerStateSucceeded`, `EurekaServerStateUpdating`
    info	[Changelog] - New enum type `Frequency` with values `FrequencyWeekly`
    info	[Changelog] - New enum type `GatewayCertificateVerification` with values `GatewayCertificateVerificationDisabled`, `GatewayCertificateVerificationEnabled`
    info	[Changelog] - New enum type `GitImplementation` with values `GitImplementationGoGit`, `GitImplementationLibgit2`
    info	[Changelog] - New enum type `KeyVaultCertificateAutoSync` with values `KeyVaultCertificateAutoSyncDisabled`, `KeyVaultCertificateAutoSyncEnabled`
    info	[Changelog] - New enum type `WeekDay` with values `WeekDayFriday`, `WeekDayMonday`, `WeekDaySaturday`, `WeekDaySunday`, `WeekDayThursday`, `WeekDayTuesday`, `WeekDayWednesday`
    info	[Changelog] - New function `NewApmsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ApmsClient, error)`
    info	[Changelog] - New function `*ApmsClient.BeginCreateOrUpdate(context.Context, string, string, string, ApmResource, *ApmsClientBeginCreateOrUpdateOptions) (*runtime.Poller[ApmsClientCreateOrUpdateResponse], error)`
    info	[Changelog] - New function `*ApmsClient.BeginDelete(context.Context, string, string, string, *ApmsClientBeginDeleteOptions) (*runtime.Poller[ApmsClientDeleteResponse], error)`
    info	[Changelog] - New function `*ApmsClient.Get(context.Context, string, string, string, *ApmsClientGetOptions) (ApmsClientGetResponse, error)`
    info	[Changelog] - New function `*ApmsClient.NewListPager(string, string, *ApmsClientListOptions) *runtime.Pager[ApmsClientListResponse]`
    info	[Changelog] - New function `*ApmsClient.ListSecretKeys(context.Context, string, string, string, *ApmsClientListSecretKeysOptions) (ApmsClientListSecretKeysResponse, error)`
    info	[Changelog] - New function `*BuildServiceClient.BeginCreateOrUpdate(context.Context, string, string, string, BuildService, *BuildServiceClientBeginCreateOrUpdateOptions) (*runtime.Poller[BuildServiceClientCreateOrUpdateResponse], error)`
    info	[Changelog] - New function `*BuildServiceClient.BeginDeleteBuild(context.Context, string, string, string, string, *BuildServiceClientBeginDeleteBuildOptions) (*runtime.Poller[BuildServiceClientDeleteBuildResponse], error)`
    info	[Changelog] - New function `*ClientFactory.NewApmsClient() *ApmsClient`
    info	[Changelog] - New function `*ClientFactory.NewContainerRegistriesClient() *ContainerRegistriesClient`
    info	[Changelog] - New function `*ClientFactory.NewEurekaServersClient() *EurekaServersClient`
    info	[Changelog] - New function `*ConfigurationServicesClient.BeginValidateResource(context.Context, string, string, string, ConfigurationServiceResource, *ConfigurationServicesClientBeginValidateResourceOptions) (*runtime.Poller[ConfigurationServicesClientValidateResourceResponse], error)`
    info	[Changelog] - New function `NewContainerRegistriesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ContainerRegistriesClient, error)`
    info	[Changelog] - New function `*ContainerRegistriesClient.BeginCreateOrUpdate(context.Context, string, string, string, ContainerRegistryResource, *ContainerRegistriesClientBeginCreateOrUpdateOptions) (*runtime.Poller[ContainerRegistriesClientCreateOrUpdateResponse], error)`
    info	[Changelog] - New function `*ContainerRegistriesClient.BeginDelete(context.Context, string, string, string, *ContainerRegistriesClientBeginDeleteOptions) (*runtime.Poller[ContainerRegistriesClientDeleteResponse], error)`
    info	[Changelog] - New function `*ContainerRegistriesClient.Get(context.Context, string, string, string, *ContainerRegistriesClientGetOptions) (ContainerRegistriesClientGetResponse, error)`
    info	[Changelog] - New function `*ContainerRegistriesClient.NewListPager(string, string, *ContainerRegistriesClientListOptions) *runtime.Pager[ContainerRegistriesClientListResponse]`
    info	[Changelog] - New function `*ContainerRegistriesClient.BeginValidate(context.Context, string, string, string, ContainerRegistryProperties, *ContainerRegistriesClientBeginValidateOptions) (*runtime.Poller[ContainerRegistriesClientValidateResponse], error)`
    info	[Changelog] - New function `*ContainerRegistryBasicCredentials.GetContainerRegistryCredentials() *ContainerRegistryCredentials`
    info	[Changelog] - New function `*ContainerRegistryCredentials.GetContainerRegistryCredentials() *ContainerRegistryCredentials`
    info	[Changelog] - New function `NewEurekaServersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*EurekaServersClient, error)`
    info	[Changelog] - New function `*EurekaServersClient.Get(context.Context, string, string, *EurekaServersClientGetOptions) (EurekaServersClientGetResponse, error)`
    info	[Changelog] - New function `*EurekaServersClient.List(context.Context, string, string, *EurekaServersClientListOptions) (EurekaServersClientListResponse, error)`
    info	[Changelog] - New function `*EurekaServersClient.BeginUpdatePatch(context.Context, string, string, EurekaServerResource, *EurekaServersClientBeginUpdatePatchOptions) (*runtime.Poller[EurekaServersClientUpdatePatchResponse], error)`
    info	[Changelog] - New function `*EurekaServersClient.BeginUpdatePut(context.Context, string, string, EurekaServerResource, *EurekaServersClientBeginUpdatePutOptions) (*runtime.Poller[EurekaServersClientUpdatePutResponse], error)`
    info	[Changelog] - New function `*GatewaysClient.BeginRestart(context.Context, string, string, string, *GatewaysClientBeginRestartOptions) (*runtime.Poller[GatewaysClientRestartResponse], error)`
    info	[Changelog] - New function `*MaintenanceScheduleConfiguration.GetMaintenanceScheduleConfiguration() *MaintenanceScheduleConfiguration`
    info	[Changelog] - New function `*ServicesClient.BeginDisableApmGlobally(context.Context, string, string, ApmReference, *ServicesClientBeginDisableApmGloballyOptions) (*runtime.Poller[ServicesClientDisableApmGloballyResponse], error)`
    info	[Changelog] - New function `*ServicesClient.BeginEnableApmGlobally(context.Context, string, string, ApmReference, *ServicesClientBeginEnableApmGloballyOptions) (*runtime.Poller[ServicesClientEnableApmGloballyResponse], error)`
    info	[Changelog] - New function `*ServicesClient.BeginFlushVnetDNSSetting(context.Context, string, string, *ServicesClientBeginFlushVnetDNSSettingOptions) (*runtime.Poller[ServicesClientFlushVnetDNSSettingResponse], error)`
    info	[Changelog] - New function `*ServicesClient.ListGloballyEnabledApms(context.Context, string, string, *ServicesClientListGloballyEnabledApmsOptions) (ServicesClientListGloballyEnabledApmsResponse, error)`
    info	[Changelog] - New function `*ServicesClient.NewListSupportedApmTypesPager(string, string, *ServicesClientListSupportedApmTypesOptions) *runtime.Pager[ServicesClientListSupportedApmTypesResponse]`
    info	[Changelog] - New function `*ServicesClient.NewListSupportedServerVersionsPager(string, string, *ServicesClientListSupportedServerVersionsOptions) *runtime.Pager[ServicesClientListSupportedServerVersionsResponse]`
    info	[Changelog] - New function `*WarUploadedUserSourceInfo.GetUploadedUserSourceInfo() *UploadedUserSourceInfo`
    info	[Changelog] - New function `*WarUploadedUserSourceInfo.GetUserSourceInfo() *UserSourceInfo`
    info	[Changelog] - New function `*WeeklyMaintenanceScheduleConfiguration.GetMaintenanceScheduleConfiguration() *MaintenanceScheduleConfiguration`
    info	[Changelog] - New struct `ApmProperties`
    info	[Changelog] - New struct `ApmReference`
    info	[Changelog] - New struct `ApmResource`
    info	[Changelog] - New struct `ApmResourceCollection`
    info	[Changelog] - New struct `ApmSecretKeys`
    info	[Changelog] - New struct `CertificateReference`
    info	[Changelog] - New struct `ContainerRegistryBasicCredentials`
    info	[Changelog] - New struct `ContainerRegistryProperties`
    info	[Changelog] - New struct `ContainerRegistryResource`
    info	[Changelog] - New struct `ContainerRegistryResourceCollection`
    info	[Changelog] - New struct `ContainerRegistryValidateResult`
    info	[Changelog] - New struct `DevToolPortalComponent`
    info	[Changelog] - New struct `EurekaServerProperties`
    info	[Changelog] - New struct `EurekaServerResource`
    info	[Changelog] - New struct `EurekaServerResourceCollection`
    info	[Changelog] - New struct `GatewayPropertiesClientAuth`
    info	[Changelog] - New struct `GloballyEnabledApms`
    info	[Changelog] - New struct `SupportedApmType`
    info	[Changelog] - New struct `SupportedApmTypes`
    info	[Changelog] - New struct `SupportedServerVersion`
    info	[Changelog] - New struct `SupportedServerVersions`
    info	[Changelog] - New struct `WarUploadedUserSourceInfo`
    info	[Changelog] - New struct `WeeklyMaintenanceScheduleConfiguration`
    info	[Changelog] - New field `APITryOutEnabledState` in struct `APIPortalProperties`
    info	[Changelog] - New field `CaCertResourceID` in struct `AcceleratorBasicAuthSetting`
    info	[Changelog] - New field `SubPath` in struct `AcceleratorGitRepository`
    info	[Changelog] - New field `CaCertResourceID` in struct `AcceleratorPublicSetting`
    info	[Changelog] - New field `WorkloadProfileName` in struct `AppResourceProperties`
    info	[Changelog] - New field `Apms`, `Certificates` in struct `BuildProperties`
    info	[Changelog] - New field `Image` in struct `BuildResultProperties`
    info	[Changelog] - New field `ContainerRegistry` in struct `BuildServiceProperties`
    info	[Changelog] - New field `MaintenanceScheduleConfiguration` in struct `ClusterResourceProperties`
    info	[Changelog] - New field `EnabledState` in struct `ConfigServerProperties`
    info	[Changelog] - New field `CaCertResourceID`, `GitImplementation` in struct `ConfigurationServiceGitRepository`
    info	[Changelog] - New field `Generation` in struct `ConfigurationServiceProperties`
    info	[Changelog] - New field `AcceleratorType`, `Imports` in struct `CustomizedAcceleratorProperties`
    info	[Changelog] - New field `Apms` in struct `DeploymentSettings`
    info	[Changelog] - New field `Expand` in struct `DeploymentsClientListForClusterOptions`
    info	[Changelog] - New field `Expand` in struct `DeploymentsClientListOptions`
    info	[Changelog] - New field `Components` in struct `DevToolPortalProperties`
    info	[Changelog] - New field `AllowedOriginPatterns` in struct `GatewayCorsProperties`
    info	[Changelog] - New field `AddonConfigs`, `Apms`, `ClientAuth` in struct `GatewayProperties`
    info	[Changelog] - New field `AutoSync` in struct `KeyVaultCertificateProperties`
    info	[Changelog] - New field `DataPlanePublicEndpoint` in struct `ServiceVNetAddons`
    info	[Changelog]
    info	[Changelog] Total 1 breaking change(s), 158 additive change(s).