diff --git a/sdk/resourcemanager/appplatform/armappplatform/CHANGELOG.md b/sdk/resourcemanager/appplatform/armappplatform/CHANGELOG.md index 37d49a2566c6..91661a0a534a 100644 --- a/sdk/resourcemanager/appplatform/armappplatform/CHANGELOG.md +++ b/sdk/resourcemanager/appplatform/armappplatform/CHANGELOG.md @@ -1,5 +1,1133 @@ # Release History +## 0.4.0 (2022-04-08) +### Breaking Changes + +- Function `*GatewayCustomDomainsClient.BeginDelete` return value(s) have been changed from `(GatewayCustomDomainsClientDeletePollerResponse, error)` to `(*armruntime.Poller[GatewayCustomDomainsClientDeleteResponse], error)` +- Function `*CustomDomainsClient.BeginDelete` return value(s) have been changed from `(CustomDomainsClientDeletePollerResponse, error)` to `(*armruntime.Poller[CustomDomainsClientDeleteResponse], error)` +- Function `*ConfigServersClient.BeginUpdatePut` return value(s) have been changed from `(ConfigServersClientUpdatePutPollerResponse, error)` to `(*armruntime.Poller[ConfigServersClientUpdatePutResponse], error)` +- Function `NewServicesClient` return value(s) have been changed from `(*ServicesClient)` to `(*ServicesClient, error)` +- Function `NewBuildServiceAgentPoolClient` return value(s) have been changed from `(*BuildServiceAgentPoolClient)` to `(*BuildServiceAgentPoolClient, error)` +- Function `*MonitoringSettingsClient.BeginUpdatePatch` return value(s) have been changed from `(MonitoringSettingsClientUpdatePatchPollerResponse, error)` to `(*armruntime.Poller[MonitoringSettingsClientUpdatePatchResponse], error)` +- Function `NewGatewayRouteConfigsClient` return value(s) have been changed from `(*GatewayRouteConfigsClient)` to `(*GatewayRouteConfigsClient, error)` +- Function `*CertificatesClient.List` return value(s) have been changed from `(*CertificatesClientListPager)` to `(*runtime.Pager[CertificatesClientListResponse])` +- Function `*ServicesClient.BeginDelete` return value(s) have been changed from `(ServicesClientDeletePollerResponse, error)` to `(*armruntime.Poller[ServicesClientDeleteResponse], error)` +- Function `NewCustomDomainsClient` return value(s) have been changed from `(*CustomDomainsClient)` to `(*CustomDomainsClient, error)` +- Function `*DeploymentsClient.BeginDelete` return value(s) have been changed from `(DeploymentsClientDeletePollerResponse, error)` to `(*armruntime.Poller[DeploymentsClientDeleteResponse], error)` +- Function `*AppsClient.BeginUpdate` return value(s) have been changed from `(AppsClientUpdatePollerResponse, error)` to `(*armruntime.Poller[AppsClientUpdateResponse], error)` +- Function `*BuildServiceClient.ListBuildResults` return value(s) have been changed from `(*BuildServiceClientListBuildResultsPager)` to `(*runtime.Pager[BuildServiceClientListBuildResultsResponse])` +- Function `*ServicesClient.BeginStop` return value(s) have been changed from `(ServicesClientStopPollerResponse, error)` to `(*armruntime.Poller[ServicesClientStopResponse], error)` +- Function `*CertificatesClient.BeginCreateOrUpdate` return value(s) have been changed from `(CertificatesClientCreateOrUpdatePollerResponse, error)` to `(*armruntime.Poller[CertificatesClientCreateOrUpdateResponse], error)` +- Function `NewStoragesClient` return value(s) have been changed from `(*StoragesClient)` to `(*StoragesClient, error)` +- Function `*StoragesClient.List` return value(s) have been changed from `(*StoragesClientListPager)` to `(*runtime.Pager[StoragesClientListResponse])` +- Function `*DeploymentsClient.BeginStart` return value(s) have been changed from `(DeploymentsClientStartPollerResponse, error)` to `(*armruntime.Poller[DeploymentsClientStartResponse], error)` +- Function `*BuildServiceAgentPoolClient.BeginUpdatePut` return value(s) have been changed from `(BuildServiceAgentPoolClientUpdatePutPollerResponse, error)` to `(*armruntime.Poller[BuildServiceAgentPoolClientUpdatePutResponse], error)` +- Function `*ServicesClient.BeginStart` return value(s) have been changed from `(ServicesClientStartPollerResponse, error)` to `(*armruntime.Poller[ServicesClientStartResponse], error)` +- Function `*BuildpackBindingClient.List` return value(s) have been changed from `(*BuildpackBindingClientListPager)` to `(*runtime.Pager[BuildpackBindingClientListResponse])` +- Function `*DeploymentsClient.BeginGenerateHeapDump` return value(s) have been changed from `(DeploymentsClientGenerateHeapDumpPollerResponse, error)` to `(*armruntime.Poller[DeploymentsClientGenerateHeapDumpResponse], error)` +- Function `NewServiceRegistriesClient` return value(s) have been changed from `(*ServiceRegistriesClient)` to `(*ServiceRegistriesClient, error)` +- Function `*GatewayRouteConfigsClient.List` return value(s) have been changed from `(*GatewayRouteConfigsClientListPager)` to `(*runtime.Pager[GatewayRouteConfigsClientListResponse])` +- Function `*GatewaysClient.BeginCreateOrUpdate` return value(s) have been changed from `(GatewaysClientCreateOrUpdatePollerResponse, error)` to `(*armruntime.Poller[GatewaysClientCreateOrUpdateResponse], error)` +- Function `*BindingsClient.BeginUpdate` return value(s) have been changed from `(BindingsClientUpdatePollerResponse, error)` to `(*armruntime.Poller[BindingsClientUpdateResponse], error)` +- Function `*GatewayCustomDomainsClient.List` return value(s) have been changed from `(*GatewayCustomDomainsClientListPager)` to `(*runtime.Pager[GatewayCustomDomainsClientListResponse])` +- Function `NewBindingsClient` return value(s) have been changed from `(*BindingsClient)` to `(*BindingsClient, error)` +- Function `NewRuntimeVersionsClient` return value(s) have been changed from `(*RuntimeVersionsClient)` to `(*RuntimeVersionsClient, error)` +- Function `*APIPortalsClient.BeginDelete` return value(s) have been changed from `(APIPortalsClientDeletePollerResponse, error)` to `(*armruntime.Poller[APIPortalsClientDeleteResponse], error)` +- Function `*ConfigurationServicesClient.BeginCreateOrUpdate` return value(s) have been changed from `(ConfigurationServicesClientCreateOrUpdatePollerResponse, error)` to `(*armruntime.Poller[ConfigurationServicesClientCreateOrUpdateResponse], error)` +- Function `*AppsClient.BeginDelete` return value(s) have been changed from `(AppsClientDeletePollerResponse, error)` to `(*armruntime.Poller[AppsClientDeleteResponse], error)` +- Function `*DeploymentsClient.BeginUpdate` return value(s) have been changed from `(DeploymentsClientUpdatePollerResponse, error)` to `(*armruntime.Poller[DeploymentsClientUpdateResponse], error)` +- Function `NewGatewaysClient` return value(s) have been changed from `(*GatewaysClient)` to `(*GatewaysClient, error)` +- Function `*SKUsClient.List` return value(s) have been changed from `(*SKUsClientListPager)` to `(*runtime.Pager[SKUsClientListResponse])` +- Function `*CertificatesClient.BeginDelete` return value(s) have been changed from `(CertificatesClientDeletePollerResponse, error)` to `(*armruntime.Poller[CertificatesClientDeleteResponse], error)` +- Function `*ServiceRegistriesClient.BeginCreateOrUpdate` return value(s) have been changed from `(ServiceRegistriesClientCreateOrUpdatePollerResponse, error)` to `(*armruntime.Poller[ServiceRegistriesClientCreateOrUpdateResponse], error)` +- Function `*ServicesClient.ListBySubscription` return value(s) have been changed from `(*ServicesClientListBySubscriptionPager)` to `(*runtime.Pager[ServicesClientListBySubscriptionResponse])` +- Function `*BuildpackBindingClient.BeginCreateOrUpdate` return value(s) have been changed from `(BuildpackBindingClientCreateOrUpdatePollerResponse, error)` to `(*armruntime.Poller[BuildpackBindingClientCreateOrUpdateResponse], error)` +- Function `NewBuildServiceClient` return value(s) have been changed from `(*BuildServiceClient)` to `(*BuildServiceClient, error)` +- Function `NewAPIPortalCustomDomainsClient` return value(s) have been changed from `(*APIPortalCustomDomainsClient)` to `(*APIPortalCustomDomainsClient, error)` +- Function `NewCertificatesClient` return value(s) have been changed from `(*CertificatesClient)` to `(*CertificatesClient, error)` +- Function `*CustomDomainsClient.BeginCreateOrUpdate` return value(s) have been changed from `(CustomDomainsClientCreateOrUpdatePollerResponse, error)` to `(*armruntime.Poller[CustomDomainsClientCreateOrUpdateResponse], error)` +- Function `*ConfigServersClient.BeginUpdatePatch` return value(s) have been changed from `(ConfigServersClientUpdatePatchPollerResponse, error)` to `(*armruntime.Poller[ConfigServersClientUpdatePatchResponse], error)` +- Function `*GatewayCustomDomainsClient.BeginCreateOrUpdate` return value(s) have been changed from `(GatewayCustomDomainsClientCreateOrUpdatePollerResponse, error)` to `(*armruntime.Poller[GatewayCustomDomainsClientCreateOrUpdateResponse], error)` +- Function `*DeploymentsClient.BeginStop` return value(s) have been changed from `(DeploymentsClientStopPollerResponse, error)` to `(*armruntime.Poller[DeploymentsClientStopResponse], error)` +- Function `NewBuildpackBindingClient` return value(s) have been changed from `(*BuildpackBindingClient)` to `(*BuildpackBindingClient, error)` +- Function `NewOperationsClient` return value(s) have been changed from `(*OperationsClient)` to `(*OperationsClient, error)` +- Function `*ConfigurationServicesClient.BeginValidate` return value(s) have been changed from `(ConfigurationServicesClientValidatePollerResponse, error)` to `(*armruntime.Poller[ConfigurationServicesClientValidateResponse], error)` +- Function `*ServicesClient.BeginCreateOrUpdate` return value(s) have been changed from `(ServicesClientCreateOrUpdatePollerResponse, error)` to `(*armruntime.Poller[ServicesClientCreateOrUpdateResponse], error)` +- Function `*APIPortalCustomDomainsClient.BeginCreateOrUpdate` return value(s) have been changed from `(APIPortalCustomDomainsClientCreateOrUpdatePollerResponse, error)` to `(*armruntime.Poller[APIPortalCustomDomainsClientCreateOrUpdateResponse], error)` +- Function `*BuildServiceBuilderClient.BeginDelete` return value(s) have been changed from `(BuildServiceBuilderClientDeletePollerResponse, error)` to `(*armruntime.Poller[BuildServiceBuilderClientDeleteResponse], error)` +- Function `*BuildServiceClient.ListBuildServices` return value(s) have been changed from `(*BuildServiceClientListBuildServicesPager)` to `(*runtime.Pager[BuildServiceClientListBuildServicesResponse])` +- Function `*DeploymentsClient.BeginStartJFR` return value(s) have been changed from `(DeploymentsClientStartJFRPollerResponse, error)` to `(*armruntime.Poller[DeploymentsClientStartJFRResponse], error)` +- Function `*ConfigurationServicesClient.List` return value(s) have been changed from `(*ConfigurationServicesClientListPager)` to `(*runtime.Pager[ConfigurationServicesClientListResponse])` +- Function `NewBuildServiceBuilderClient` return value(s) have been changed from `(*BuildServiceBuilderClient)` to `(*BuildServiceBuilderClient, error)` +- Function `*ServiceRegistriesClient.BeginDelete` return value(s) have been changed from `(ServiceRegistriesClientDeletePollerResponse, error)` to `(*armruntime.Poller[ServiceRegistriesClientDeleteResponse], error)` +- Function `*AppsClient.BeginCreateOrUpdate` return value(s) have been changed from `(AppsClientCreateOrUpdatePollerResponse, error)` to `(*armruntime.Poller[AppsClientCreateOrUpdateResponse], error)` +- Function `*BuildServiceAgentPoolClient.List` return value(s) have been changed from `(*BuildServiceAgentPoolClientListPager)` to `(*runtime.Pager[BuildServiceAgentPoolClientListResponse])` +- Function `*GatewayRouteConfigsClient.BeginDelete` return value(s) have been changed from `(GatewayRouteConfigsClientDeletePollerResponse, error)` to `(*armruntime.Poller[GatewayRouteConfigsClientDeleteResponse], error)` +- Function `NewConfigServersClient` return value(s) have been changed from `(*ConfigServersClient)` to `(*ConfigServersClient, error)` +- Function `*ConfigServersClient.BeginValidate` return value(s) have been changed from `(ConfigServersClientValidatePollerResponse, error)` to `(*armruntime.Poller[ConfigServersClientValidateResponse], error)` +- Function `*DeploymentsClient.List` return value(s) have been changed from `(*DeploymentsClientListPager)` to `(*runtime.Pager[DeploymentsClientListResponse])` +- Function `NewAppsClient` return value(s) have been changed from `(*AppsClient)` to `(*AppsClient, error)` +- Function `NewAPIPortalsClient` return value(s) have been changed from `(*APIPortalsClient)` to `(*APIPortalsClient, error)` +- Function `NewMonitoringSettingsClient` return value(s) have been changed from `(*MonitoringSettingsClient)` to `(*MonitoringSettingsClient, error)` +- Function `*CustomDomainsClient.BeginUpdate` return value(s) have been changed from `(CustomDomainsClientUpdatePollerResponse, error)` to `(*armruntime.Poller[CustomDomainsClientUpdateResponse], error)` +- Function `*AppsClient.List` return value(s) have been changed from `(*AppsClientListPager)` to `(*runtime.Pager[AppsClientListResponse])` +- Function `*BindingsClient.List` return value(s) have been changed from `(*BindingsClientListPager)` to `(*runtime.Pager[BindingsClientListResponse])` +- Function `NewSKUsClient` return value(s) have been changed from `(*SKUsClient)` to `(*SKUsClient, error)` +- Function `*OperationsClient.List` return value(s) have been changed from `(*OperationsClientListPager)` to `(*runtime.Pager[OperationsClientListResponse])` +- Function `*MonitoringSettingsClient.BeginUpdatePut` return value(s) have been changed from `(MonitoringSettingsClientUpdatePutPollerResponse, error)` to `(*armruntime.Poller[MonitoringSettingsClientUpdatePutResponse], error)` +- Function `*GatewaysClient.List` return value(s) have been changed from `(*GatewaysClientListPager)` to `(*runtime.Pager[GatewaysClientListResponse])` +- Function `*StoragesClient.BeginDelete` return value(s) have been changed from `(StoragesClientDeletePollerResponse, error)` to `(*armruntime.Poller[StoragesClientDeleteResponse], error)` +- Function `*GatewaysClient.BeginDelete` return value(s) have been changed from `(GatewaysClientDeletePollerResponse, error)` to `(*armruntime.Poller[GatewaysClientDeleteResponse], error)` +- Function `*ServicesClient.List` return value(s) have been changed from `(*ServicesClientListPager)` to `(*runtime.Pager[ServicesClientListResponse])` +- Function `*AppsClient.BeginSetActiveDeployments` return value(s) have been changed from `(AppsClientSetActiveDeploymentsPollerResponse, error)` to `(*armruntime.Poller[AppsClientSetActiveDeploymentsResponse], error)` +- Function `*ServiceRegistriesClient.List` return value(s) have been changed from `(*ServiceRegistriesClientListPager)` to `(*runtime.Pager[ServiceRegistriesClientListResponse])` +- Function `*DeploymentsClient.BeginRestart` return value(s) have been changed from `(DeploymentsClientRestartPollerResponse, error)` to `(*armruntime.Poller[DeploymentsClientRestartResponse], error)` +- Function `NewGatewayCustomDomainsClient` return value(s) have been changed from `(*GatewayCustomDomainsClient)` to `(*GatewayCustomDomainsClient, error)` +- Function `*BuildpackBindingClient.BeginDelete` return value(s) have been changed from `(BuildpackBindingClientDeletePollerResponse, error)` to `(*armruntime.Poller[BuildpackBindingClientDeleteResponse], error)` +- Function `*DeploymentsClient.BeginGenerateThreadDump` return value(s) have been changed from `(DeploymentsClientGenerateThreadDumpPollerResponse, error)` to `(*armruntime.Poller[DeploymentsClientGenerateThreadDumpResponse], error)` +- Function `*APIPortalCustomDomainsClient.List` return value(s) have been changed from `(*APIPortalCustomDomainsClientListPager)` to `(*runtime.Pager[APIPortalCustomDomainsClientListResponse])` +- Function `*APIPortalCustomDomainsClient.BeginDelete` return value(s) have been changed from `(APIPortalCustomDomainsClientDeletePollerResponse, error)` to `(*armruntime.Poller[APIPortalCustomDomainsClientDeleteResponse], error)` +- Function `*ServicesClient.BeginUpdate` return value(s) have been changed from `(ServicesClientUpdatePollerResponse, error)` to `(*armruntime.Poller[ServicesClientUpdateResponse], error)` +- Function `*DeploymentsClient.ListForCluster` return value(s) have been changed from `(*DeploymentsClientListForClusterPager)` to `(*runtime.Pager[DeploymentsClientListForClusterResponse])` +- Function `NewDeploymentsClient` return value(s) have been changed from `(*DeploymentsClient)` to `(*DeploymentsClient, error)` +- Function `*BuildServiceBuilderClient.List` return value(s) have been changed from `(*BuildServiceBuilderClientListPager)` to `(*runtime.Pager[BuildServiceBuilderClientListResponse])` +- Function `*APIPortalsClient.BeginCreateOrUpdate` return value(s) have been changed from `(APIPortalsClientCreateOrUpdatePollerResponse, error)` to `(*armruntime.Poller[APIPortalsClientCreateOrUpdateResponse], error)` +- Function `*CustomDomainsClient.List` return value(s) have been changed from `(*CustomDomainsClientListPager)` to `(*runtime.Pager[CustomDomainsClientListResponse])` +- Function `*BindingsClient.BeginDelete` return value(s) have been changed from `(BindingsClientDeletePollerResponse, error)` to `(*armruntime.Poller[BindingsClientDeleteResponse], error)` +- Function `*BuildServiceBuilderClient.BeginCreateOrUpdate` return value(s) have been changed from `(BuildServiceBuilderClientCreateOrUpdatePollerResponse, error)` to `(*armruntime.Poller[BuildServiceBuilderClientCreateOrUpdateResponse], error)` +- Function `*DeploymentsClient.BeginCreateOrUpdate` return value(s) have been changed from `(DeploymentsClientCreateOrUpdatePollerResponse, error)` to `(*armruntime.Poller[DeploymentsClientCreateOrUpdateResponse], error)` +- Function `NewConfigurationServicesClient` return value(s) have been changed from `(*ConfigurationServicesClient)` to `(*ConfigurationServicesClient, error)` +- Function `*ConfigurationServicesClient.BeginDelete` return value(s) have been changed from `(ConfigurationServicesClientDeletePollerResponse, error)` to `(*armruntime.Poller[ConfigurationServicesClientDeleteResponse], error)` +- Function `*BindingsClient.BeginCreateOrUpdate` return value(s) have been changed from `(BindingsClientCreateOrUpdatePollerResponse, error)` to `(*armruntime.Poller[BindingsClientCreateOrUpdateResponse], error)` +- Function `*StoragesClient.BeginCreateOrUpdate` return value(s) have been changed from `(StoragesClientCreateOrUpdatePollerResponse, error)` to `(*armruntime.Poller[StoragesClientCreateOrUpdateResponse], error)` +- Function `*APIPortalsClient.List` return value(s) have been changed from `(*APIPortalsClientListPager)` to `(*runtime.Pager[APIPortalsClientListResponse])` +- Function `*GatewayRouteConfigsClient.BeginCreateOrUpdate` return value(s) have been changed from `(GatewayRouteConfigsClientCreateOrUpdatePollerResponse, error)` to `(*armruntime.Poller[GatewayRouteConfigsClientCreateOrUpdateResponse], error)` +- Function `*BuildServiceClient.ListBuilds` return value(s) have been changed from `(*BuildServiceClientListBuildsPager)` to `(*runtime.Pager[BuildServiceClientListBuildsResponse])` +- Type of `AppResourceProperties.AddonConfigs` has been changed from `map[string]map[string]map[string]interface{}` to `map[string]map[string]interface{}` +- Type of `StorageProperties.StorageType` has been changed from `*StoragePropertiesStorageType` to `*StorageType` +- Type of `CustomPersistentDiskProperties.Type` has been changed from `*CustomPersistentDiskPropertiesType` to `*Type` +- Type of `StorageAccount.StorageType` has been changed from `*StoragePropertiesStorageType` to `*StorageType` +- Type of `BindingResourceProperties.BindingParameters` has been changed from `map[string]map[string]interface{}` to `map[string]interface{}` +- Type of `AzureFileVolume.Type` has been changed from `*CustomPersistentDiskPropertiesType` to `*Type` +- Type of `DeploymentSettings.AddonConfigs` has been changed from `map[string]map[string]map[string]interface{}` to `map[string]map[string]interface{}` +- Const `StoragePropertiesStorageTypeStorageAccount` has been removed +- Const `CustomPersistentDiskPropertiesTypeAzureFileVolume` has been removed +- Function `DeploymentsClientGenerateHeapDumpPollerResponse.PollUntilDone` has been removed +- Function `*ConfigServersClientUpdatePatchPoller.FinalResponse` has been removed +- Function `*BuildServiceClientListBuildResultsPager.PageResponse` has been removed +- Function `*BindingsClientListPager.PageResponse` has been removed +- Function `*BuildServiceBuilderClientCreateOrUpdatePoller.ResumeToken` has been removed +- Function `*ServicesClientStartPoller.Done` has been removed +- Function `*CustomDomainsClientDeletePoller.Done` has been removed +- Function `*ConfigServersClientUpdatePatchPoller.Done` has been removed +- Function `*ServicesClientUpdatePoller.FinalResponse` has been removed +- Function `*ConfigurationServicesClientDeletePoller.Poll` has been removed +- Function `*ServiceRegistriesClientCreateOrUpdatePoller.Poll` has been removed +- Function `KPackBuildStageProvisioningState.ToPtr` has been removed +- Function `*DeploymentsClientCreateOrUpdatePoller.FinalResponse` has been removed +- Function `*BuildServiceAgentPoolClientListPager.NextPage` has been removed +- Function `SupportedRuntimePlatform.ToPtr` has been removed +- Function `*DeploymentsClientStartJFRPoller.Poll` has been removed +- Function `*OperationsClientListPager.NextPage` has been removed +- Function `*AppsClientListPager.NextPage` has been removed +- Function `MonitoringSettingState.ToPtr` has been removed +- Function `*DeploymentsClientRestartPoller.Poll` has been removed +- Function `*StoragesClientListPager.Err` has been removed +- Function `*ConfigurationServicesClientValidatePoller.FinalResponse` has been removed +- Function `*ServicesClientDeletePoller.Poll` has been removed +- Function `*GatewaysClientCreateOrUpdatePoller.Done` has been removed +- Function `*DeploymentsClientUpdatePollerResponse.Resume` has been removed +- Function `*AppsClientSetActiveDeploymentsPollerResponse.Resume` has been removed +- Function `CustomDomainsClientDeletePollerResponse.PollUntilDone` has been removed +- Function `*ConfigurationServicesClientValidatePoller.ResumeToken` has been removed +- Function `*BuildServiceClientListBuildServicesPager.Err` has been removed +- Function `*BuildServiceAgentPoolClientUpdatePutPoller.ResumeToken` has been removed +- Function `*GatewayCustomDomainsClientListPager.PageResponse` has been removed +- Function `*ServicesClientCreateOrUpdatePoller.Poll` has been removed +- Function `*APIPortalCustomDomainsClientCreateOrUpdatePollerResponse.Resume` has been removed +- Function `DeploymentResourceProvisioningState.ToPtr` has been removed +- Function `*BuildServiceBuilderClientDeletePoller.ResumeToken` has been removed +- Function `APIPortalProvisioningState.ToPtr` has been removed +- Function `*APIPortalsClientDeletePoller.FinalResponse` has been removed +- Function `*BuildpackBindingClientDeletePoller.Done` has been removed +- Function `*ServicesClientUpdatePoller.Poll` has been removed +- Function `*ServicesClientDeletePoller.FinalResponse` has been removed +- Function `*BuildServiceAgentPoolClientListPager.PageResponse` has been removed +- Function `*ConfigurationServicesClientCreateOrUpdatePoller.Poll` has been removed +- Function `*ServiceRegistriesClientCreateOrUpdatePollerResponse.Resume` has been removed +- Function `*DeploymentsClientGenerateHeapDumpPollerResponse.Resume` has been removed +- Function `BuildServiceAgentPoolClientUpdatePutPollerResponse.PollUntilDone` has been removed +- Function `*ServicesClientStopPoller.Done` has been removed +- Function `*BuildpackBindingClientCreateOrUpdatePoller.Poll` has been removed +- Function `*ServiceRegistriesClientDeletePoller.ResumeToken` has been removed +- Function `*BindingsClientDeletePoller.ResumeToken` has been removed +- Function `StoragePropertiesStorageType.ToPtr` has been removed +- Function `*CertificatesClientCreateOrUpdatePoller.Poll` has been removed +- Function `*DeploymentsClientRestartPoller.Done` has been removed +- Function `*BindingsClientUpdatePoller.Poll` has been removed +- Function `*DeploymentsClientUpdatePoller.FinalResponse` has been removed +- Function `*ServiceRegistriesClientCreateOrUpdatePoller.FinalResponse` has been removed +- Function `*DeploymentsClientListPager.PageResponse` has been removed +- Function `*APIPortalsClientListPager.Err` has been removed +- Function `PossibleCustomPersistentDiskPropertiesTypeValues` has been removed +- Function `*BuildServiceBuilderClientCreateOrUpdatePoller.Poll` has been removed +- Function `*DeploymentsClientStartPoller.Done` has been removed +- Function `*MonitoringSettingsClientUpdatePutPollerResponse.Resume` has been removed +- Function `*AppsClientDeletePollerResponse.Resume` has been removed +- Function `*ServiceRegistriesClientListPager.NextPage` has been removed +- Function `*GatewayCustomDomainsClientDeletePoller.ResumeToken` has been removed +- Function `*ServicesClientListBySubscriptionPager.Err` has been removed +- Function `*AppsClientUpdatePoller.ResumeToken` has been removed +- Function `*APIPortalCustomDomainsClientCreateOrUpdatePoller.Done` has been removed +- Function `DeploymentsClientStartJFRPollerResponse.PollUntilDone` has been removed +- Function `*DeploymentsClientStartPoller.ResumeToken` has been removed +- Function `*AppsClientDeletePoller.Done` has been removed +- Function `DeploymentsClientCreateOrUpdatePollerResponse.PollUntilDone` has been removed +- Function `DeploymentsClientDeletePollerResponse.PollUntilDone` has been removed +- Function `*ConfigurationServicesClientDeletePollerResponse.Resume` has been removed +- Function `*APIPortalCustomDomainsClientListPager.Err` has been removed +- Function `*MonitoringSettingsClientUpdatePatchPoller.Done` has been removed +- Function `*SKUsClientListPager.Err` has been removed +- Function `ConfigServersClientValidatePollerResponse.PollUntilDone` has been removed +- Function `*BindingsClientCreateOrUpdatePoller.Done` has been removed +- Function `*CustomDomainsClientCreateOrUpdatePoller.Done` has been removed +- Function `*GatewayRouteConfigsClientCreateOrUpdatePollerResponse.Resume` has been removed +- Function `*CustomDomainsClientUpdatePoller.Poll` has been removed +- Function `*GatewayRouteConfigsClientDeletePollerResponse.Resume` has been removed +- Function `BindingsClientUpdatePollerResponse.PollUntilDone` has been removed +- Function `*CustomDomainsClientDeletePoller.FinalResponse` has been removed +- Function `*DeploymentsClientStartPoller.Poll` has been removed +- Function `*APIPortalsClientDeletePoller.Poll` has been removed +- Function `GatewaysClientDeletePollerResponse.PollUntilDone` has been removed +- Function `*DeploymentsClientStartPoller.FinalResponse` has been removed +- Function `*CustomDomainsClientCreateOrUpdatePoller.FinalResponse` has been removed +- Function `*ServiceRegistriesClientListPager.Err` has been removed +- Function `ServicesClientStartPollerResponse.PollUntilDone` has been removed +- Function `*GatewayRouteConfigsClientCreateOrUpdatePoller.FinalResponse` has been removed +- Function `*CustomDomainsClientListPager.Err` has been removed +- Function `*BindingsClientCreateOrUpdatePollerResponse.Resume` has been removed +- Function `*ServiceRegistriesClientCreateOrUpdatePoller.Done` has been removed +- Function `ConfigServersClientUpdatePatchPollerResponse.PollUntilDone` has been removed +- Function `*MonitoringSettingsClientUpdatePatchPoller.Poll` has been removed +- Function `*APIPortalCustomDomainsClientDeletePollerResponse.Resume` has been removed +- Function `*ServiceRegistriesClientDeletePoller.Poll` has been removed +- Function `*GatewaysClientListPager.PageResponse` has been removed +- Function `*ServiceRegistriesClientCreateOrUpdatePoller.ResumeToken` has been removed +- Function `*GatewayCustomDomainsClientCreateOrUpdatePoller.ResumeToken` has been removed +- Function `*MonitoringSettingsClientUpdatePutPoller.FinalResponse` has been removed +- Function `StoragesClientCreateOrUpdatePollerResponse.PollUntilDone` has been removed +- Function `*ConfigurationServicesClientDeletePoller.ResumeToken` has been removed +- Function `*ConfigurationServicesClientValidatePollerResponse.Resume` has been removed +- Function `*StoragesClientCreateOrUpdatePoller.ResumeToken` has been removed +- Function `LastModifiedByType.ToPtr` has been removed +- Function `*GatewayRouteConfigsClientDeletePoller.ResumeToken` has been removed +- Function `*BuildpackBindingClientDeletePollerResponse.Resume` has been removed +- Function `*GatewaysClientCreateOrUpdatePoller.FinalResponse` has been removed +- Function `*CertificatesClientDeletePollerResponse.Resume` has been removed +- Function `*BuildServiceAgentPoolClientUpdatePutPoller.Poll` has been removed +- Function `*CertificatesClientCreateOrUpdatePoller.Done` has been removed +- Function `*GatewayCustomDomainsClientDeletePollerResponse.Resume` has been removed +- Function `*GatewayRouteConfigsClientListPager.PageResponse` has been removed +- Function `*DeploymentsClientGenerateThreadDumpPoller.Poll` has been removed +- Function `*CustomDomainsClientCreateOrUpdatePoller.Poll` has been removed +- Function `*APIPortalsClientDeletePollerResponse.Resume` has been removed +- Function `*GatewayCustomDomainsClientCreateOrUpdatePoller.FinalResponse` has been removed +- Function `*StoragesClientDeletePoller.ResumeToken` has been removed +- Function `*CustomDomainsClientUpdatePollerResponse.Resume` has been removed +- Function `*DeploymentsClientGenerateThreadDumpPoller.Done` has been removed +- Function `*ConfigurationServicesClientListPager.PageResponse` has been removed +- Function `GatewayCustomDomainsClientDeletePollerResponse.PollUntilDone` has been removed +- Function `*AppsClientDeletePoller.FinalResponse` has been removed +- Function `*DeploymentsClientStopPollerResponse.Resume` has been removed +- Function `*ServicesClientListPager.NextPage` has been removed +- Function `*AppsClientUpdatePollerResponse.Resume` has been removed +- Function `*DeploymentsClientRestartPoller.FinalResponse` has been removed +- Function `*GatewayRouteConfigsClientCreateOrUpdatePoller.ResumeToken` has been removed +- Function `*MonitoringSettingsClientUpdatePutPoller.ResumeToken` has been removed +- Function `*BindingsClientListPager.Err` has been removed +- Function `*ServiceRegistriesClientListPager.PageResponse` has been removed +- Function `*BuildServiceBuilderClientCreateOrUpdatePoller.FinalResponse` has been removed +- Function `*BuildServiceBuilderClientDeletePollerResponse.Resume` has been removed +- Function `*DeploymentsClientDeletePoller.Poll` has been removed +- Function `SupportedRuntimeValue.ToPtr` has been removed +- Function `*GatewaysClientListPager.Err` has been removed +- Function `ServiceRegistryProvisioningState.ToPtr` has been removed +- Function `CertificatesClientCreateOrUpdatePollerResponse.PollUntilDone` has been removed +- Function `*MonitoringSettingsClientUpdatePutPoller.Poll` has been removed +- Function `*ServicesClientStopPoller.Poll` has been removed +- Function `*SKUsClientListPager.NextPage` has been removed +- Function `*DeploymentsClientGenerateThreadDumpPoller.FinalResponse` has been removed +- Function `APIPortalsClientDeletePollerResponse.PollUntilDone` has been removed +- Function `*ConfigServersClientUpdatePutPoller.FinalResponse` has been removed +- Function `*BuildServiceBuilderClientListPager.NextPage` has been removed +- Function `*ConfigurationServicesClientCreateOrUpdatePoller.FinalResponse` has been removed +- Function `*ConfigurationServicesClientValidatePoller.Done` has been removed +- Function `BuildpackBindingClientCreateOrUpdatePollerResponse.PollUntilDone` has been removed +- Function `APIPortalCustomDomainsClientDeletePollerResponse.PollUntilDone` has been removed +- Function `APIPortalCustomDomainsClientCreateOrUpdatePollerResponse.PollUntilDone` has been removed +- Function `*APIPortalCustomDomainsClientListPager.NextPage` has been removed +- Function `*BuildServiceClientListBuildsPager.NextPage` has been removed +- Function `ServiceRegistriesClientDeletePollerResponse.PollUntilDone` has been removed +- Function `ConfigurationServiceProvisioningState.ToPtr` has been removed +- Function `*GatewaysClientCreateOrUpdatePoller.ResumeToken` has been removed +- Function `*DeploymentsClientGenerateHeapDumpPoller.Poll` has been removed +- Function `*SKUsClientListPager.PageResponse` has been removed +- Function `*ConfigServersClientUpdatePatchPoller.Poll` has been removed +- Function `*AppsClientUpdatePoller.FinalResponse` has been removed +- Function `*BindingsClientCreateOrUpdatePoller.Poll` has been removed +- Function `*CertificatesClientDeletePoller.ResumeToken` has been removed +- Function `*BuildServiceAgentPoolClientUpdatePutPoller.FinalResponse` has been removed +- Function `*DeploymentsClientStopPoller.Done` has been removed +- Function `*GatewayRouteConfigsClientListPager.NextPage` has been removed +- Function `*CertificatesClientListPager.Err` has been removed +- Function `AppResourceProvisioningState.ToPtr` has been removed +- Function `DeploymentsClientRestartPollerResponse.PollUntilDone` has been removed +- Function `BuildServiceBuilderClientDeletePollerResponse.PollUntilDone` has been removed +- Function `*BuildServiceAgentPoolClientUpdatePutPoller.Done` has been removed +- Function `ProvisioningState.ToPtr` has been removed +- Function `*APIPortalsClientListPager.NextPage` has been removed +- Function `*GatewaysClientDeletePollerResponse.Resume` has been removed +- Function `*DeploymentsClientListForClusterPager.NextPage` has been removed +- Function `*DeploymentsClientListForClusterPager.PageResponse` has been removed +- Function `DeploymentsClientStopPollerResponse.PollUntilDone` has been removed +- Function `*DeploymentsClientCreateOrUpdatePollerResponse.Resume` has been removed +- Function `*DeploymentsClientGenerateThreadDumpPoller.ResumeToken` has been removed +- Function `DeploymentsClientStartPollerResponse.PollUntilDone` has been removed +- Function `BindingType.ToPtr` has been removed +- Function `*DeploymentsClientListPager.Err` has been removed +- Function `*StoragesClientDeletePoller.Done` has been removed +- Function `*ConfigurationServicesClientListPager.Err` has been removed +- Function `*BuildpackBindingClientCreateOrUpdatePoller.Done` has been removed +- Function `*APIPortalCustomDomainsClientListPager.PageResponse` has been removed +- Function `*CustomDomainsClientUpdatePoller.FinalResponse` has been removed +- Function `BuildServiceBuilderClientCreateOrUpdatePollerResponse.PollUntilDone` has been removed +- Function `*AppsClientCreateOrUpdatePoller.Done` has been removed +- Function `*MonitoringSettingsClientUpdatePatchPoller.ResumeToken` has been removed +- Function `*CertificatesClientCreateOrUpdatePollerResponse.Resume` has been removed +- Function `*CertificatesClientListPager.NextPage` has been removed +- Function `*CustomDomainsClientDeletePoller.Poll` has been removed +- Function `*AppsClientSetActiveDeploymentsPoller.Poll` has been removed +- Function `*ConfigServersClientValidatePollerResponse.Resume` has been removed +- Function `*GatewayRouteConfigsClientCreateOrUpdatePoller.Done` has been removed +- Function `*GatewayRouteConfigsClientDeletePoller.FinalResponse` has been removed +- Function `*ServicesClientStopPoller.ResumeToken` has been removed +- Function `*GatewaysClientDeletePoller.Done` has been removed +- Function `ConfigServerState.ToPtr` has been removed +- Function `*GatewaysClientDeletePoller.FinalResponse` has been removed +- Function `*ConfigServersClientValidatePoller.Poll` has been removed +- Function `*ConfigurationServicesClientDeletePoller.FinalResponse` has been removed +- Function `*CertificatesClientDeletePoller.FinalResponse` has been removed +- Function `*DeploymentsClientGenerateHeapDumpPoller.FinalResponse` has been removed +- Function `*ServiceRegistriesClientDeletePollerResponse.Resume` has been removed +- Function `*GatewayRouteConfigsClientListPager.Err` has been removed +- Function `*GatewayRouteConfigsClientDeletePoller.Done` has been removed +- Function `*ServicesClientStopPollerResponse.Resume` has been removed +- Function `*CertificatesClientDeletePoller.Poll` has been removed +- Function `*DeploymentsClientUpdatePoller.ResumeToken` has been removed +- Function `*ServicesClientListPager.PageResponse` has been removed +- Function `*CertificatesClientListPager.PageResponse` has been removed +- Function `*BuildServiceClientListBuildResultsPager.Err` has been removed +- Function `*DeploymentsClientStopPoller.Poll` has been removed +- Function `*ServiceRegistriesClientDeletePoller.FinalResponse` has been removed +- Function `*CustomDomainsClientUpdatePoller.Done` has been removed +- Function `ResourceSKURestrictionsReasonCode.ToPtr` has been removed +- Function `*ConfigServersClientUpdatePatchPoller.ResumeToken` has been removed +- Function `*StoragesClientDeletePoller.Poll` has been removed +- Function `*BuildServiceClientListBuildsPager.PageResponse` has been removed +- Function `*AppsClientListPager.Err` has been removed +- Function `*BindingsClientCreateOrUpdatePoller.FinalResponse` has been removed +- Function `*APIPortalCustomDomainsClientDeletePoller.Done` has been removed +- Function `ServicesClientCreateOrUpdatePollerResponse.PollUntilDone` has been removed +- Function `ConfigurationServicesClientValidatePollerResponse.PollUntilDone` has been removed +- Function `*APIPortalCustomDomainsClientDeletePoller.ResumeToken` has been removed +- Function `*BuildpackBindingClientListPager.Err` has been removed +- Function `BindingsClientCreateOrUpdatePollerResponse.PollUntilDone` has been removed +- Function `*DeploymentsClientRestartPoller.ResumeToken` has been removed +- Function `*BuildServiceAgentPoolClientListPager.Err` has been removed +- Function `GatewayCustomDomainsClientCreateOrUpdatePollerResponse.PollUntilDone` has been removed +- Function `*CustomDomainsClientDeletePollerResponse.Resume` has been removed +- Function `*ServicesClientUpdatePoller.Done` has been removed +- Function `*GatewayCustomDomainsClientDeletePoller.FinalResponse` has been removed +- Function `*BindingsClientUpdatePoller.FinalResponse` has been removed +- Function `*BuildpackBindingClientCreateOrUpdatePollerResponse.Resume` has been removed +- Function `*APIPortalsClientCreateOrUpdatePoller.Poll` has been removed +- Function `*DeploymentsClientDeletePoller.ResumeToken` has been removed +- Function `*DeploymentsClientDeletePollerResponse.Resume` has been removed +- Function `*ServicesClientStartPoller.FinalResponse` has been removed +- Function `ServicesClientStopPollerResponse.PollUntilDone` has been removed +- Function `GatewayProvisioningState.ToPtr` has been removed +- Function `*ServicesClientDeletePoller.ResumeToken` has been removed +- Function `*DeploymentsClientStartPollerResponse.Resume` has been removed +- Function `PossibleStoragePropertiesStorageTypeValues` has been removed +- Function `*APIPortalsClientCreateOrUpdatePoller.Done` has been removed +- Function `CustomPersistentDiskPropertiesType.ToPtr` has been removed +- Function `*BuildServiceAgentPoolClientUpdatePutPollerResponse.Resume` has been removed +- Function `*DeploymentsClientDeletePoller.Done` has been removed +- Function `ServiceRegistriesClientCreateOrUpdatePollerResponse.PollUntilDone` has been removed +- Function `*BuildServiceBuilderClientDeletePoller.Done` has been removed +- Function `BindingsClientDeletePollerResponse.PollUntilDone` has been removed +- Function `*BuildServiceClientListBuildResultsPager.NextPage` has been removed +- Function `TestKeyType.ToPtr` has been removed +- Function `*GatewaysClientDeletePoller.Poll` has been removed +- Function `*AppsClientCreateOrUpdatePoller.ResumeToken` has been removed +- Function `DeploymentResourceStatus.ToPtr` has been removed +- Function `AppsClientUpdatePollerResponse.PollUntilDone` has been removed +- Function `*DeploymentsClientCreateOrUpdatePoller.Poll` has been removed +- Function `*StoragesClientDeletePollerResponse.Resume` has been removed +- Function `*CustomDomainsClientCreateOrUpdatePollerResponse.Resume` has been removed +- Function `*ServicesClientDeletePollerResponse.Resume` has been removed +- Function `ConfigurationServicesClientCreateOrUpdatePollerResponse.PollUntilDone` has been removed +- Function `*BindingsClientUpdatePoller.ResumeToken` has been removed +- Function `*GatewaysClientCreateOrUpdatePollerResponse.Resume` has been removed +- Function `*DeploymentsClientStopPoller.FinalResponse` has been removed +- Function `AppsClientCreateOrUpdatePollerResponse.PollUntilDone` has been removed +- Function `BuildpackBindingProvisioningState.ToPtr` has been removed +- Function `*GatewayCustomDomainsClientCreateOrUpdatePoller.Poll` has been removed +- Function `*ConfigServersClientUpdatePutPoller.Done` has been removed +- Function `*APIPortalsClientCreateOrUpdatePollerResponse.Resume` has been removed +- Function `*APIPortalsClientCreateOrUpdatePoller.FinalResponse` has been removed +- Function `*ServicesClientStartPoller.Poll` has been removed +- Function `*CustomDomainsClientCreateOrUpdatePoller.ResumeToken` has been removed +- Function `*StoragesClientCreateOrUpdatePoller.Poll` has been removed +- Function `*BindingsClientDeletePollerResponse.Resume` has been removed +- Function `BuildServiceProvisioningState.ToPtr` has been removed +- Function `*GatewayRouteConfigsClientCreateOrUpdatePoller.Poll` has been removed +- Function `GatewayRouteConfigsClientDeletePollerResponse.PollUntilDone` has been removed +- Function `*BindingsClientCreateOrUpdatePoller.ResumeToken` has been removed +- Function `*ConfigServersClientValidatePoller.FinalResponse` has been removed +- Function `DeploymentsClientUpdatePollerResponse.PollUntilDone` has been removed +- Function `*OperationsClientListPager.PageResponse` has been removed +- Function `*DeploymentsClientStopPoller.ResumeToken` has been removed +- Function `BuilderProvisioningState.ToPtr` has been removed +- Function `*StoragesClientListPager.PageResponse` has been removed +- Function `*OperationsClientListPager.Err` has been removed +- Function `*BuildServiceBuilderClientListPager.Err` has been removed +- Function `*StoragesClientCreateOrUpdatePollerResponse.Resume` has been removed +- Function `*DeploymentsClientStartJFRPoller.Done` has been removed +- Function `*BindingsClientDeletePoller.Done` has been removed +- Function `*ServicesClientListBySubscriptionPager.NextPage` has been removed +- Function `AppsClientSetActiveDeploymentsPollerResponse.PollUntilDone` has been removed +- Function `*GatewayRouteConfigsClientDeletePoller.Poll` has been removed +- Function `*BuildServiceClientListBuildsPager.Err` has been removed +- Function `*StoragesClientCreateOrUpdatePoller.FinalResponse` has been removed +- Function `*BindingsClientDeletePoller.FinalResponse` has been removed +- Function `*DeploymentsClientStartJFRPoller.ResumeToken` has been removed +- Function `*CertificatesClientCreateOrUpdatePoller.ResumeToken` has been removed +- Function `*BindingsClientUpdatePoller.Done` has been removed +- Function `*CustomDomainsClientDeletePoller.ResumeToken` has been removed +- Function `*APIPortalCustomDomainsClientCreateOrUpdatePoller.Poll` has been removed +- Function `*AppsClientDeletePoller.Poll` has been removed +- Function `*APIPortalsClientListPager.PageResponse` has been removed +- Function `*CustomDomainsClientUpdatePoller.ResumeToken` has been removed +- Function `*DeploymentsClientGenerateHeapDumpPoller.Done` has been removed +- Function `*MonitoringSettingsClientUpdatePutPoller.Done` has been removed +- Function `*AppsClientSetActiveDeploymentsPoller.Done` has been removed +- Function `BuildProvisioningState.ToPtr` has been removed +- Function `*DeploymentsClientDeletePoller.FinalResponse` has been removed +- Function `*APIPortalsClientDeletePoller.Done` has been removed +- Function `*GatewayCustomDomainsClientCreateOrUpdatePollerResponse.Resume` has been removed +- Function `*ServicesClientCreateOrUpdatePoller.Done` has been removed +- Function `*ServicesClientUpdatePollerResponse.Resume` has been removed +- Function `*CertificatesClientCreateOrUpdatePoller.FinalResponse` has been removed +- Function `*BuildServiceClientListBuildServicesPager.NextPage` has been removed +- Function `*ConfigServersClientUpdatePatchPollerResponse.Resume` has been removed +- Function `*GatewaysClientCreateOrUpdatePoller.Poll` has been removed +- Function `*AppsClientUpdatePoller.Done` has been removed +- Function `CustomDomainsClientCreateOrUpdatePollerResponse.PollUntilDone` has been removed +- Function `*APIPortalsClientCreateOrUpdatePoller.ResumeToken` has been removed +- Function `*ServicesClientStopPoller.FinalResponse` has been removed +- Function `*DeploymentsClientUpdatePoller.Poll` has been removed +- Function `*GatewayCustomDomainsClientDeletePoller.Poll` has been removed +- Function `*AppsClientSetActiveDeploymentsPoller.ResumeToken` has been removed +- Function `*DeploymentsClientStartJFRPoller.FinalResponse` has been removed +- Function `*BindingsClientUpdatePollerResponse.Resume` has been removed +- Function `*BindingsClientListPager.NextPage` has been removed +- Function `*DeploymentsClientUpdatePoller.Done` has been removed +- Function `GatewaysClientCreateOrUpdatePollerResponse.PollUntilDone` has been removed +- Function `*BuildpackBindingClientDeletePoller.FinalResponse` has been removed +- Function `*BuildServiceBuilderClientDeletePoller.Poll` has been removed +- Function `*ServiceRegistriesClientDeletePoller.Done` has been removed +- Function `*ConfigServersClientUpdatePutPoller.ResumeToken` has been removed +- Function `SKUScaleType.ToPtr` has been removed +- Function `*AppsClientDeletePoller.ResumeToken` has been removed +- Function `*BuildServiceClientListBuildServicesPager.PageResponse` has been removed +- Function `BuildResultProvisioningState.ToPtr` has been removed +- Function `*BindingsClientDeletePoller.Poll` has been removed +- Function `*GatewayCustomDomainsClientCreateOrUpdatePoller.Done` has been removed +- Function `*CertificatesClientDeletePoller.Done` has been removed +- Function `*AppsClientCreateOrUpdatePoller.Poll` has been removed +- Function `*APIPortalCustomDomainsClientCreateOrUpdatePoller.FinalResponse` has been removed +- Function `*CustomDomainsClientListPager.NextPage` has been removed +- Function `*DeploymentsClientCreateOrUpdatePoller.ResumeToken` has been removed +- Function `*DeploymentsClientCreateOrUpdatePoller.Done` has been removed +- Function `*BuildpackBindingClientCreateOrUpdatePoller.FinalResponse` has been removed +- Function `*APIPortalCustomDomainsClientDeletePoller.Poll` has been removed +- Function `ConfigurationServicesClientDeletePollerResponse.PollUntilDone` has been removed +- Function `*ConfigServersClientValidatePoller.ResumeToken` has been removed +- Function `*ServicesClientUpdatePoller.ResumeToken` has been removed +- Function `*ServicesClientStartPoller.ResumeToken` has been removed +- Function `*GatewayCustomDomainsClientListPager.NextPage` has been removed +- Function `*ConfigServersClientUpdatePutPollerResponse.Resume` has been removed +- Function `PowerState.ToPtr` has been removed +- Function `*GatewayCustomDomainsClientDeletePoller.Done` has been removed +- Function `*BuildServiceBuilderClientDeletePoller.FinalResponse` has been removed +- Function `*MonitoringSettingsClientUpdatePatchPollerResponse.Resume` has been removed +- Function `*BuildpackBindingClientListPager.PageResponse` has been removed +- Function `*BuildServiceBuilderClientListPager.PageResponse` has been removed +- Function `*GatewaysClientDeletePoller.ResumeToken` has been removed +- Function `*ConfigurationServicesClientCreateOrUpdatePoller.ResumeToken` has been removed +- Function `*BuildpackBindingClientListPager.NextPage` has been removed +- Function `GatewayRouteConfigsClientCreateOrUpdatePollerResponse.PollUntilDone` has been removed +- Function `*APIPortalCustomDomainsClientDeletePoller.FinalResponse` has been removed +- Function `*ServicesClientCreateOrUpdatePoller.ResumeToken` has been removed +- Function `*ServicesClientStartPollerResponse.Resume` has been removed +- Function `*BuildpackBindingClientDeletePoller.ResumeToken` has been removed +- Function `DeploymentsClientGenerateThreadDumpPollerResponse.PollUntilDone` has been removed +- Function `*ConfigurationServicesClientCreateOrUpdatePoller.Done` has been removed +- Function `*BuildpackBindingClientDeletePoller.Poll` has been removed +- Function `*ServicesClientDeletePoller.Done` has been removed +- Function `BuildpackBindingClientDeletePollerResponse.PollUntilDone` has been removed +- Function `*ConfigurationServicesClientListPager.NextPage` has been removed +- Function `*ConfigurationServicesClientCreateOrUpdatePollerResponse.Resume` has been removed +- Function `*StoragesClientDeletePoller.FinalResponse` has been removed +- Function `AppsClientDeletePollerResponse.PollUntilDone` has been removed +- Function `*AppsClientUpdatePoller.Poll` has been removed +- Function `ConfigServersClientUpdatePutPollerResponse.PollUntilDone` has been removed +- Function `*ServicesClientCreateOrUpdatePoller.FinalResponse` has been removed +- Function `MonitoringSettingsClientUpdatePutPollerResponse.PollUntilDone` has been removed +- Function `StoragesClientDeletePollerResponse.PollUntilDone` has been removed +- Function `*ServicesClientListBySubscriptionPager.PageResponse` has been removed +- Function `*DeploymentsClientListForClusterPager.Err` has been removed +- Function `MonitoringSettingsClientUpdatePatchPollerResponse.PollUntilDone` has been removed +- Function `ServicesClientDeletePollerResponse.PollUntilDone` has been removed +- Function `APIPortalsClientCreateOrUpdatePollerResponse.PollUntilDone` has been removed +- Function `*ConfigurationServicesClientDeletePoller.Done` has been removed +- Function `*GatewaysClientListPager.NextPage` has been removed +- Function `*ConfigurationServicesClientValidatePoller.Poll` has been removed +- Function `*CustomDomainsClientListPager.PageResponse` has been removed +- Function `ResourceSKURestrictionsType.ToPtr` has been removed +- Function `*StoragesClientListPager.NextPage` has been removed +- Function `*MonitoringSettingsClientUpdatePatchPoller.FinalResponse` has been removed +- Function `*DeploymentsClientStartJFRPollerResponse.Resume` has been removed +- Function `ManagedIdentityType.ToPtr` has been removed +- Function `*BuildServiceBuilderClientCreateOrUpdatePollerResponse.Resume` has been removed +- Function `*APIPortalCustomDomainsClientCreateOrUpdatePoller.ResumeToken` has been removed +- Function `CreatedByType.ToPtr` has been removed +- Function `*GatewayCustomDomainsClientListPager.Err` has been removed +- Function `*DeploymentsClientGenerateHeapDumpPoller.ResumeToken` has been removed +- Function `*AppsClientCreateOrUpdatePoller.FinalResponse` has been removed +- Function `*ConfigServersClientValidatePoller.Done` has been removed +- Function `TrafficDirection.ToPtr` has been removed +- Function `ServicesClientUpdatePollerResponse.PollUntilDone` has been removed +- Function `*ServicesClientListPager.Err` has been removed +- Function `*ServicesClientCreateOrUpdatePollerResponse.Resume` has been removed +- Function `*DeploymentsClientRestartPollerResponse.Resume` has been removed +- Function `*ConfigServersClientUpdatePutPoller.Poll` has been removed +- Function `CertificatesClientDeletePollerResponse.PollUntilDone` has been removed +- Function `CustomDomainsClientUpdatePollerResponse.PollUntilDone` has been removed +- Function `*BuildServiceBuilderClientCreateOrUpdatePoller.Done` has been removed +- Function `*DeploymentsClientListPager.NextPage` has been removed +- Function `*AppsClientListPager.PageResponse` has been removed +- Function `*AppsClientSetActiveDeploymentsPoller.FinalResponse` has been removed +- Function `*BuildpackBindingClientCreateOrUpdatePoller.ResumeToken` has been removed +- Function `*APIPortalsClientDeletePoller.ResumeToken` has been removed +- Function `*DeploymentsClientGenerateThreadDumpPollerResponse.Resume` has been removed +- Function `*StoragesClientCreateOrUpdatePoller.Done` has been removed +- Function `*AppsClientCreateOrUpdatePollerResponse.Resume` has been removed +- Struct `APIPortalCustomDomainsClientCreateOrUpdatePoller` has been removed +- Struct `APIPortalCustomDomainsClientCreateOrUpdatePollerResponse` has been removed +- Struct `APIPortalCustomDomainsClientCreateOrUpdateResult` has been removed +- Struct `APIPortalCustomDomainsClientDeletePoller` has been removed +- Struct `APIPortalCustomDomainsClientDeletePollerResponse` has been removed +- Struct `APIPortalCustomDomainsClientGetResult` has been removed +- Struct `APIPortalCustomDomainsClientListPager` has been removed +- Struct `APIPortalCustomDomainsClientListResult` has been removed +- Struct `APIPortalsClientCreateOrUpdatePoller` has been removed +- Struct `APIPortalsClientCreateOrUpdatePollerResponse` has been removed +- Struct `APIPortalsClientCreateOrUpdateResult` has been removed +- Struct `APIPortalsClientDeletePoller` has been removed +- Struct `APIPortalsClientDeletePollerResponse` has been removed +- Struct `APIPortalsClientGetResult` has been removed +- Struct `APIPortalsClientListPager` has been removed +- Struct `APIPortalsClientListResult` has been removed +- Struct `APIPortalsClientValidateDomainResult` has been removed +- Struct `AppsClientCreateOrUpdatePoller` has been removed +- Struct `AppsClientCreateOrUpdatePollerResponse` has been removed +- Struct `AppsClientCreateOrUpdateResult` has been removed +- Struct `AppsClientDeletePoller` has been removed +- Struct `AppsClientDeletePollerResponse` has been removed +- Struct `AppsClientGetResourceUploadURLResult` has been removed +- Struct `AppsClientGetResult` has been removed +- Struct `AppsClientListPager` has been removed +- Struct `AppsClientListResult` has been removed +- Struct `AppsClientSetActiveDeploymentsPoller` has been removed +- Struct `AppsClientSetActiveDeploymentsPollerResponse` has been removed +- Struct `AppsClientSetActiveDeploymentsResult` has been removed +- Struct `AppsClientUpdatePoller` has been removed +- Struct `AppsClientUpdatePollerResponse` has been removed +- Struct `AppsClientUpdateResult` has been removed +- Struct `AppsClientValidateDomainResult` has been removed +- Struct `BindingsClientCreateOrUpdatePoller` has been removed +- Struct `BindingsClientCreateOrUpdatePollerResponse` has been removed +- Struct `BindingsClientCreateOrUpdateResult` has been removed +- Struct `BindingsClientDeletePoller` has been removed +- Struct `BindingsClientDeletePollerResponse` has been removed +- Struct `BindingsClientGetResult` has been removed +- Struct `BindingsClientListPager` has been removed +- Struct `BindingsClientListResult` has been removed +- Struct `BindingsClientUpdatePoller` has been removed +- Struct `BindingsClientUpdatePollerResponse` has been removed +- Struct `BindingsClientUpdateResult` has been removed +- Struct `BuildServiceAgentPoolClientGetResult` has been removed +- Struct `BuildServiceAgentPoolClientListPager` has been removed +- Struct `BuildServiceAgentPoolClientListResult` has been removed +- Struct `BuildServiceAgentPoolClientUpdatePutPoller` has been removed +- Struct `BuildServiceAgentPoolClientUpdatePutPollerResponse` has been removed +- Struct `BuildServiceAgentPoolClientUpdatePutResult` has been removed +- Struct `BuildServiceBuilderClientCreateOrUpdatePoller` has been removed +- Struct `BuildServiceBuilderClientCreateOrUpdatePollerResponse` has been removed +- Struct `BuildServiceBuilderClientCreateOrUpdateResult` has been removed +- Struct `BuildServiceBuilderClientDeletePoller` has been removed +- Struct `BuildServiceBuilderClientDeletePollerResponse` has been removed +- Struct `BuildServiceBuilderClientGetResult` has been removed +- Struct `BuildServiceBuilderClientListPager` has been removed +- Struct `BuildServiceBuilderClientListResult` has been removed +- Struct `BuildServiceClientCreateOrUpdateBuildResult` has been removed +- Struct `BuildServiceClientGetBuildResult` has been removed +- Struct `BuildServiceClientGetBuildResultLogResult` has been removed +- Struct `BuildServiceClientGetBuildResultResult` has been removed +- Struct `BuildServiceClientGetBuildServiceResult` has been removed +- Struct `BuildServiceClientGetResourceUploadURLResult` has been removed +- Struct `BuildServiceClientGetSupportedBuildpackResult` has been removed +- Struct `BuildServiceClientGetSupportedStackResult` has been removed +- Struct `BuildServiceClientListBuildResultsPager` has been removed +- Struct `BuildServiceClientListBuildResultsResult` has been removed +- Struct `BuildServiceClientListBuildServicesPager` has been removed +- Struct `BuildServiceClientListBuildServicesResult` has been removed +- Struct `BuildServiceClientListBuildsPager` has been removed +- Struct `BuildServiceClientListBuildsResult` has been removed +- Struct `BuildServiceClientListSupportedBuildpacksResult` has been removed +- Struct `BuildServiceClientListSupportedStacksResult` has been removed +- Struct `BuildpackBindingClientCreateOrUpdatePoller` has been removed +- Struct `BuildpackBindingClientCreateOrUpdatePollerResponse` has been removed +- Struct `BuildpackBindingClientCreateOrUpdateResult` has been removed +- Struct `BuildpackBindingClientDeletePoller` has been removed +- Struct `BuildpackBindingClientDeletePollerResponse` has been removed +- Struct `BuildpackBindingClientGetResult` has been removed +- Struct `BuildpackBindingClientListPager` has been removed +- Struct `BuildpackBindingClientListResult` has been removed +- Struct `CertificatesClientCreateOrUpdatePoller` has been removed +- Struct `CertificatesClientCreateOrUpdatePollerResponse` has been removed +- Struct `CertificatesClientCreateOrUpdateResult` has been removed +- Struct `CertificatesClientDeletePoller` has been removed +- Struct `CertificatesClientDeletePollerResponse` has been removed +- Struct `CertificatesClientGetResult` has been removed +- Struct `CertificatesClientListPager` has been removed +- Struct `CertificatesClientListResult` has been removed +- Struct `ConfigServersClientGetResult` has been removed +- Struct `ConfigServersClientUpdatePatchPoller` has been removed +- Struct `ConfigServersClientUpdatePatchPollerResponse` has been removed +- Struct `ConfigServersClientUpdatePatchResult` has been removed +- Struct `ConfigServersClientUpdatePutPoller` has been removed +- Struct `ConfigServersClientUpdatePutPollerResponse` has been removed +- Struct `ConfigServersClientUpdatePutResult` has been removed +- Struct `ConfigServersClientValidatePoller` has been removed +- Struct `ConfigServersClientValidatePollerResponse` has been removed +- Struct `ConfigServersClientValidateResult` has been removed +- Struct `ConfigurationServicesClientCreateOrUpdatePoller` has been removed +- Struct `ConfigurationServicesClientCreateOrUpdatePollerResponse` has been removed +- Struct `ConfigurationServicesClientCreateOrUpdateResult` has been removed +- Struct `ConfigurationServicesClientDeletePoller` has been removed +- Struct `ConfigurationServicesClientDeletePollerResponse` has been removed +- Struct `ConfigurationServicesClientGetResult` has been removed +- Struct `ConfigurationServicesClientListPager` has been removed +- Struct `ConfigurationServicesClientListResult` has been removed +- Struct `ConfigurationServicesClientValidatePoller` has been removed +- Struct `ConfigurationServicesClientValidatePollerResponse` has been removed +- Struct `ConfigurationServicesClientValidateResult` has been removed +- Struct `CustomDomainsClientCreateOrUpdatePoller` has been removed +- Struct `CustomDomainsClientCreateOrUpdatePollerResponse` has been removed +- Struct `CustomDomainsClientCreateOrUpdateResult` has been removed +- Struct `CustomDomainsClientDeletePoller` has been removed +- Struct `CustomDomainsClientDeletePollerResponse` has been removed +- Struct `CustomDomainsClientGetResult` has been removed +- Struct `CustomDomainsClientListPager` has been removed +- Struct `CustomDomainsClientListResult` has been removed +- Struct `CustomDomainsClientUpdatePoller` has been removed +- Struct `CustomDomainsClientUpdatePollerResponse` has been removed +- Struct `CustomDomainsClientUpdateResult` has been removed +- Struct `DeploymentsClientCreateOrUpdatePoller` has been removed +- Struct `DeploymentsClientCreateOrUpdatePollerResponse` has been removed +- Struct `DeploymentsClientCreateOrUpdateResult` has been removed +- Struct `DeploymentsClientDeletePoller` has been removed +- Struct `DeploymentsClientDeletePollerResponse` has been removed +- Struct `DeploymentsClientGenerateHeapDumpPoller` has been removed +- Struct `DeploymentsClientGenerateHeapDumpPollerResponse` has been removed +- Struct `DeploymentsClientGenerateThreadDumpPoller` has been removed +- Struct `DeploymentsClientGenerateThreadDumpPollerResponse` has been removed +- Struct `DeploymentsClientGetLogFileURLResult` has been removed +- Struct `DeploymentsClientGetResult` has been removed +- Struct `DeploymentsClientListForClusterPager` has been removed +- Struct `DeploymentsClientListForClusterResult` has been removed +- Struct `DeploymentsClientListPager` has been removed +- Struct `DeploymentsClientListResult` has been removed +- Struct `DeploymentsClientRestartPoller` has been removed +- Struct `DeploymentsClientRestartPollerResponse` has been removed +- Struct `DeploymentsClientStartJFRPoller` has been removed +- Struct `DeploymentsClientStartJFRPollerResponse` has been removed +- Struct `DeploymentsClientStartPoller` has been removed +- Struct `DeploymentsClientStartPollerResponse` has been removed +- Struct `DeploymentsClientStopPoller` has been removed +- Struct `DeploymentsClientStopPollerResponse` has been removed +- Struct `DeploymentsClientUpdatePoller` has been removed +- Struct `DeploymentsClientUpdatePollerResponse` has been removed +- Struct `DeploymentsClientUpdateResult` has been removed +- Struct `GatewayCustomDomainsClientCreateOrUpdatePoller` has been removed +- Struct `GatewayCustomDomainsClientCreateOrUpdatePollerResponse` has been removed +- Struct `GatewayCustomDomainsClientCreateOrUpdateResult` has been removed +- Struct `GatewayCustomDomainsClientDeletePoller` has been removed +- Struct `GatewayCustomDomainsClientDeletePollerResponse` has been removed +- Struct `GatewayCustomDomainsClientGetResult` has been removed +- Struct `GatewayCustomDomainsClientListPager` has been removed +- Struct `GatewayCustomDomainsClientListResult` has been removed +- Struct `GatewayRouteConfigsClientCreateOrUpdatePoller` has been removed +- Struct `GatewayRouteConfigsClientCreateOrUpdatePollerResponse` has been removed +- Struct `GatewayRouteConfigsClientCreateOrUpdateResult` has been removed +- Struct `GatewayRouteConfigsClientDeletePoller` has been removed +- Struct `GatewayRouteConfigsClientDeletePollerResponse` has been removed +- Struct `GatewayRouteConfigsClientGetResult` has been removed +- Struct `GatewayRouteConfigsClientListPager` has been removed +- Struct `GatewayRouteConfigsClientListResult` has been removed +- Struct `GatewaysClientCreateOrUpdatePoller` has been removed +- Struct `GatewaysClientCreateOrUpdatePollerResponse` has been removed +- Struct `GatewaysClientCreateOrUpdateResult` has been removed +- Struct `GatewaysClientDeletePoller` has been removed +- Struct `GatewaysClientDeletePollerResponse` has been removed +- Struct `GatewaysClientGetResult` has been removed +- Struct `GatewaysClientListPager` has been removed +- Struct `GatewaysClientListResult` has been removed +- Struct `GatewaysClientValidateDomainResult` has been removed +- Struct `MonitoringSettingsClientGetResult` has been removed +- Struct `MonitoringSettingsClientUpdatePatchPoller` has been removed +- Struct `MonitoringSettingsClientUpdatePatchPollerResponse` has been removed +- Struct `MonitoringSettingsClientUpdatePatchResult` has been removed +- Struct `MonitoringSettingsClientUpdatePutPoller` has been removed +- Struct `MonitoringSettingsClientUpdatePutPollerResponse` has been removed +- Struct `MonitoringSettingsClientUpdatePutResult` has been removed +- Struct `OperationsClientListPager` has been removed +- Struct `OperationsClientListResult` has been removed +- Struct `RuntimeVersionsClientListRuntimeVersionsResult` has been removed +- Struct `SKUsClientListPager` has been removed +- Struct `SKUsClientListResult` has been removed +- Struct `ServiceRegistriesClientCreateOrUpdatePoller` has been removed +- Struct `ServiceRegistriesClientCreateOrUpdatePollerResponse` has been removed +- Struct `ServiceRegistriesClientCreateOrUpdateResult` has been removed +- Struct `ServiceRegistriesClientDeletePoller` has been removed +- Struct `ServiceRegistriesClientDeletePollerResponse` has been removed +- Struct `ServiceRegistriesClientGetResult` has been removed +- Struct `ServiceRegistriesClientListPager` has been removed +- Struct `ServiceRegistriesClientListResult` has been removed +- Struct `ServicesClientCheckNameAvailabilityResult` has been removed +- Struct `ServicesClientCreateOrUpdatePoller` has been removed +- Struct `ServicesClientCreateOrUpdatePollerResponse` has been removed +- Struct `ServicesClientCreateOrUpdateResult` has been removed +- Struct `ServicesClientDeletePoller` has been removed +- Struct `ServicesClientDeletePollerResponse` has been removed +- Struct `ServicesClientEnableTestEndpointResult` has been removed +- Struct `ServicesClientGetResult` has been removed +- Struct `ServicesClientListBySubscriptionPager` has been removed +- Struct `ServicesClientListBySubscriptionResult` has been removed +- Struct `ServicesClientListPager` has been removed +- Struct `ServicesClientListResult` has been removed +- Struct `ServicesClientListTestKeysResult` has been removed +- Struct `ServicesClientRegenerateTestKeyResult` has been removed +- Struct `ServicesClientStartPoller` has been removed +- Struct `ServicesClientStartPollerResponse` has been removed +- Struct `ServicesClientStopPoller` has been removed +- Struct `ServicesClientStopPollerResponse` has been removed +- Struct `ServicesClientUpdatePoller` has been removed +- Struct `ServicesClientUpdatePollerResponse` has been removed +- Struct `ServicesClientUpdateResult` has been removed +- Struct `StoragesClientCreateOrUpdatePoller` has been removed +- Struct `StoragesClientCreateOrUpdatePollerResponse` has been removed +- Struct `StoragesClientCreateOrUpdateResult` has been removed +- Struct `StoragesClientDeletePoller` has been removed +- Struct `StoragesClientDeletePollerResponse` has been removed +- Struct `StoragesClientGetResult` has been removed +- Struct `StoragesClientListPager` has been removed +- Struct `StoragesClientListResult` has been removed +- Field `BuildServiceClientGetBuildServiceResult` of struct `BuildServiceClientGetBuildServiceResponse` has been removed +- Field `RawResponse` of struct `BuildServiceClientGetBuildServiceResponse` has been removed +- Field `ServicesClientListTestKeysResult` of struct `ServicesClientListTestKeysResponse` has been removed +- Field `RawResponse` of struct `ServicesClientListTestKeysResponse` has been removed +- Field `MonitoringSettingsClientUpdatePatchResult` of struct `MonitoringSettingsClientUpdatePatchResponse` has been removed +- Field `RawResponse` of struct `MonitoringSettingsClientUpdatePatchResponse` has been removed +- Field `BuildServiceClientGetSupportedBuildpackResult` of struct `BuildServiceClientGetSupportedBuildpackResponse` has been removed +- Field `RawResponse` of struct `BuildServiceClientGetSupportedBuildpackResponse` has been removed +- Field `ServicesClientCreateOrUpdateResult` of struct `ServicesClientCreateOrUpdateResponse` has been removed +- Field `RawResponse` of struct `ServicesClientCreateOrUpdateResponse` has been removed +- Field `RuntimeVersionsClientListRuntimeVersionsResult` of struct `RuntimeVersionsClientListRuntimeVersionsResponse` has been removed +- Field `RawResponse` of struct `RuntimeVersionsClientListRuntimeVersionsResponse` has been removed +- Field `CustomDomainsClientListResult` of struct `CustomDomainsClientListResponse` has been removed +- Field `RawResponse` of struct `CustomDomainsClientListResponse` has been removed +- Field `BuildpackBindingClientListResult` of struct `BuildpackBindingClientListResponse` has been removed +- Field `RawResponse` of struct `BuildpackBindingClientListResponse` has been removed +- Field `GatewayCustomDomainsClientGetResult` of struct `GatewayCustomDomainsClientGetResponse` has been removed +- Field `RawResponse` of struct `GatewayCustomDomainsClientGetResponse` has been removed +- Field `ServicesClientGetResult` of struct `ServicesClientGetResponse` has been removed +- Field `RawResponse` of struct `ServicesClientGetResponse` has been removed +- Field `RawResponse` of struct `GatewayRouteConfigsClientDeleteResponse` has been removed +- Field `MonitoringSettingsClientGetResult` of struct `MonitoringSettingsClientGetResponse` has been removed +- Field `RawResponse` of struct `MonitoringSettingsClientGetResponse` has been removed +- Field `BuildServiceClientListSupportedBuildpacksResult` of struct `BuildServiceClientListSupportedBuildpacksResponse` has been removed +- Field `RawResponse` of struct `BuildServiceClientListSupportedBuildpacksResponse` has been removed +- Field `ServicesClientListBySubscriptionResult` of struct `ServicesClientListBySubscriptionResponse` has been removed +- Field `RawResponse` of struct `ServicesClientListBySubscriptionResponse` has been removed +- Field `RawResponse` of struct `CustomDomainsClientDeleteResponse` has been removed +- Field `BuildServiceBuilderClientCreateOrUpdateResult` of struct `BuildServiceBuilderClientCreateOrUpdateResponse` has been removed +- Field `RawResponse` of struct `BuildServiceBuilderClientCreateOrUpdateResponse` has been removed +- Field `StoragesClientGetResult` of struct `StoragesClientGetResponse` has been removed +- Field `RawResponse` of struct `StoragesClientGetResponse` has been removed +- Field `RawResponse` of struct `ServicesClientStartResponse` has been removed +- Field `ServicesClientListResult` of struct `ServicesClientListResponse` has been removed +- Field `RawResponse` of struct `ServicesClientListResponse` has been removed +- Field `BuildServiceClientListBuildResultsResult` of struct `BuildServiceClientListBuildResultsResponse` has been removed +- Field `RawResponse` of struct `BuildServiceClientListBuildResultsResponse` has been removed +- Field `BindingsClientListResult` of struct `BindingsClientListResponse` has been removed +- Field `RawResponse` of struct `BindingsClientListResponse` has been removed +- Field `RawResponse` of struct `BuildServiceBuilderClientDeleteResponse` has been removed +- Field `ConfigurationServicesClientCreateOrUpdateResult` of struct `ConfigurationServicesClientCreateOrUpdateResponse` has been removed +- Field `RawResponse` of struct `ConfigurationServicesClientCreateOrUpdateResponse` has been removed +- Field `RawResponse` of struct `GatewaysClientDeleteResponse` has been removed +- Field `BuildpackBindingClientCreateOrUpdateResult` of struct `BuildpackBindingClientCreateOrUpdateResponse` has been removed +- Field `RawResponse` of struct `BuildpackBindingClientCreateOrUpdateResponse` has been removed +- Field `BuildpackBindingClientGetResult` of struct `BuildpackBindingClientGetResponse` has been removed +- Field `RawResponse` of struct `BuildpackBindingClientGetResponse` has been removed +- Field `RawResponse` of struct `DeploymentsClientGenerateThreadDumpResponse` has been removed +- Field `ConfigServersClientUpdatePatchResult` of struct `ConfigServersClientUpdatePatchResponse` has been removed +- Field `RawResponse` of struct `ConfigServersClientUpdatePatchResponse` has been removed +- Field `APIPortalsClientValidateDomainResult` of struct `APIPortalsClientValidateDomainResponse` has been removed +- Field `RawResponse` of struct `APIPortalsClientValidateDomainResponse` has been removed +- Field `BuildServiceAgentPoolClientListResult` of struct `BuildServiceAgentPoolClientListResponse` has been removed +- Field `RawResponse` of struct `BuildServiceAgentPoolClientListResponse` has been removed +- Field `StoragesClientCreateOrUpdateResult` of struct `StoragesClientCreateOrUpdateResponse` has been removed +- Field `RawResponse` of struct `StoragesClientCreateOrUpdateResponse` has been removed +- Field `RawResponse` of struct `DeploymentsClientDeleteResponse` has been removed +- Field `DeploymentsClientListResult` of struct `DeploymentsClientListResponse` has been removed +- Field `RawResponse` of struct `DeploymentsClientListResponse` has been removed +- Field `ConfigurationServicesClientGetResult` of struct `ConfigurationServicesClientGetResponse` has been removed +- Field `RawResponse` of struct `ConfigurationServicesClientGetResponse` has been removed +- Field `GatewayCustomDomainsClientListResult` of struct `GatewayCustomDomainsClientListResponse` has been removed +- Field `RawResponse` of struct `GatewayCustomDomainsClientListResponse` has been removed +- Field `RawResponse` of struct `DeploymentsClientGenerateHeapDumpResponse` has been removed +- Field `MonitoringSettingsClientUpdatePutResult` of struct `MonitoringSettingsClientUpdatePutResponse` has been removed +- Field `RawResponse` of struct `MonitoringSettingsClientUpdatePutResponse` has been removed +- Field `ServiceRegistriesClientGetResult` of struct `ServiceRegistriesClientGetResponse` has been removed +- Field `RawResponse` of struct `ServiceRegistriesClientGetResponse` has been removed +- Field `RawResponse` of struct `BuildpackBindingClientDeleteResponse` has been removed +- Field `ConfigServersClientUpdatePutResult` of struct `ConfigServersClientUpdatePutResponse` has been removed +- Field `RawResponse` of struct `ConfigServersClientUpdatePutResponse` has been removed +- Field `APIPortalCustomDomainsClientListResult` of struct `APIPortalCustomDomainsClientListResponse` has been removed +- Field `RawResponse` of struct `APIPortalCustomDomainsClientListResponse` has been removed +- Field `CustomDomainsClientCreateOrUpdateResult` of struct `CustomDomainsClientCreateOrUpdateResponse` has been removed +- Field `RawResponse` of struct `CustomDomainsClientCreateOrUpdateResponse` has been removed +- Field `ConfigServersClientGetResult` of struct `ConfigServersClientGetResponse` has been removed +- Field `RawResponse` of struct `ConfigServersClientGetResponse` has been removed +- Field `BuildServiceClientListBuildServicesResult` of struct `BuildServiceClientListBuildServicesResponse` has been removed +- Field `RawResponse` of struct `BuildServiceClientListBuildServicesResponse` has been removed +- Field `RawResponse` of struct `ServicesClientDeleteResponse` has been removed +- Field `GatewayRouteConfigsClientGetResult` of struct `GatewayRouteConfigsClientGetResponse` has been removed +- Field `RawResponse` of struct `GatewayRouteConfigsClientGetResponse` has been removed +- Field `GatewaysClientValidateDomainResult` of struct `GatewaysClientValidateDomainResponse` has been removed +- Field `RawResponse` of struct `GatewaysClientValidateDomainResponse` has been removed +- Field `RawResponse` of struct `GatewayCustomDomainsClientDeleteResponse` has been removed +- Field `RawResponse` of struct `AppsClientDeleteResponse` has been removed +- Field `CertificatesClientGetResult` of struct `CertificatesClientGetResponse` has been removed +- Field `RawResponse` of struct `CertificatesClientGetResponse` has been removed +- Field `ConfigurationServicesClientValidateResult` of struct `ConfigurationServicesClientValidateResponse` has been removed +- Field `RawResponse` of struct `ConfigurationServicesClientValidateResponse` has been removed +- Field `RawResponse` of struct `ServiceRegistriesClientDeleteResponse` has been removed +- Field `AppsClientUpdateResult` of struct `AppsClientUpdateResponse` has been removed +- Field `RawResponse` of struct `AppsClientUpdateResponse` has been removed +- Field `RawResponse` of struct `BindingsClientDeleteResponse` has been removed +- Field `ServicesClientUpdateResult` of struct `ServicesClientUpdateResponse` has been removed +- Field `RawResponse` of struct `ServicesClientUpdateResponse` has been removed +- Field `APIPortalsClientGetResult` of struct `APIPortalsClientGetResponse` has been removed +- Field `RawResponse` of struct `APIPortalsClientGetResponse` has been removed +- Field `AppsClientValidateDomainResult` of struct `AppsClientValidateDomainResponse` has been removed +- Field `RawResponse` of struct `AppsClientValidateDomainResponse` has been removed +- Field `BindingsClientUpdateResult` of struct `BindingsClientUpdateResponse` has been removed +- Field `RawResponse` of struct `BindingsClientUpdateResponse` has been removed +- Field `GatewayCustomDomainsClientCreateOrUpdateResult` of struct `GatewayCustomDomainsClientCreateOrUpdateResponse` has been removed +- Field `RawResponse` of struct `GatewayCustomDomainsClientCreateOrUpdateResponse` has been removed +- Field `RawResponse` of struct `ServicesClientStopResponse` has been removed +- Field `AppsClientSetActiveDeploymentsResult` of struct `AppsClientSetActiveDeploymentsResponse` has been removed +- Field `RawResponse` of struct `AppsClientSetActiveDeploymentsResponse` has been removed +- Field `RawResponse` of struct `ConfigurationServicesClientDeleteResponse` has been removed +- Field `RawResponse` of struct `APIPortalsClientDeleteResponse` has been removed +- Field `BuildServiceClientListSupportedStacksResult` of struct `BuildServiceClientListSupportedStacksResponse` has been removed +- Field `RawResponse` of struct `BuildServiceClientListSupportedStacksResponse` has been removed +- Field `RawResponse` of struct `DeploymentsClientStopResponse` has been removed +- Field `DeploymentsClientGetLogFileURLResult` of struct `DeploymentsClientGetLogFileURLResponse` has been removed +- Field `RawResponse` of struct `DeploymentsClientGetLogFileURLResponse` has been removed +- Field `OperationsClientListResult` of struct `OperationsClientListResponse` has been removed +- Field `RawResponse` of struct `OperationsClientListResponse` has been removed +- Field `BuildServiceClientCreateOrUpdateBuildResult` of struct `BuildServiceClientCreateOrUpdateBuildResponse` has been removed +- Field `RawResponse` of struct `BuildServiceClientCreateOrUpdateBuildResponse` has been removed +- Field `BuildServiceClientGetBuildResultResult` of struct `BuildServiceClientGetBuildResultResponse` has been removed +- Field `RawResponse` of struct `BuildServiceClientGetBuildResultResponse` has been removed +- Field `GatewaysClientListResult` of struct `GatewaysClientListResponse` has been removed +- Field `RawResponse` of struct `GatewaysClientListResponse` has been removed +- Field `BuildServiceClientGetSupportedStackResult` of struct `BuildServiceClientGetSupportedStackResponse` has been removed +- Field `RawResponse` of struct `BuildServiceClientGetSupportedStackResponse` has been removed +- Field `AppsClientGetResourceUploadURLResult` of struct `AppsClientGetResourceUploadURLResponse` has been removed +- Field `RawResponse` of struct `AppsClientGetResourceUploadURLResponse` has been removed +- Field `BuildServiceBuilderClientGetResult` of struct `BuildServiceBuilderClientGetResponse` has been removed +- Field `RawResponse` of struct `BuildServiceBuilderClientGetResponse` has been removed +- Field `ServicesClientCheckNameAvailabilityResult` of struct `ServicesClientCheckNameAvailabilityResponse` has been removed +- Field `RawResponse` of struct `ServicesClientCheckNameAvailabilityResponse` has been removed +- Field `BuildServiceClientGetBuildResultLogResult` of struct `BuildServiceClientGetBuildResultLogResponse` has been removed +- Field `RawResponse` of struct `BuildServiceClientGetBuildResultLogResponse` has been removed +- Field `APIPortalsClientListResult` of struct `APIPortalsClientListResponse` has been removed +- Field `RawResponse` of struct `APIPortalsClientListResponse` has been removed +- Field `BuildServiceBuilderClientListResult` of struct `BuildServiceBuilderClientListResponse` has been removed +- Field `RawResponse` of struct `BuildServiceBuilderClientListResponse` has been removed +- Field `APIPortalCustomDomainsClientGetResult` of struct `APIPortalCustomDomainsClientGetResponse` has been removed +- Field `RawResponse` of struct `APIPortalCustomDomainsClientGetResponse` has been removed +- Field `AppsClientListResult` of struct `AppsClientListResponse` has been removed +- Field `RawResponse` of struct `AppsClientListResponse` has been removed +- Field `CustomDomainsClientGetResult` of struct `CustomDomainsClientGetResponse` has been removed +- Field `RawResponse` of struct `CustomDomainsClientGetResponse` has been removed +- Field `DeploymentsClientUpdateResult` of struct `DeploymentsClientUpdateResponse` has been removed +- Field `RawResponse` of struct `DeploymentsClientUpdateResponse` has been removed +- Field `APIPortalsClientCreateOrUpdateResult` of struct `APIPortalsClientCreateOrUpdateResponse` has been removed +- Field `RawResponse` of struct `APIPortalsClientCreateOrUpdateResponse` has been removed +- Field `DeploymentsClientGetResult` of struct `DeploymentsClientGetResponse` has been removed +- Field `RawResponse` of struct `DeploymentsClientGetResponse` has been removed +- Field `AppsClientGetResult` of struct `AppsClientGetResponse` has been removed +- Field `RawResponse` of struct `AppsClientGetResponse` has been removed +- Field `GatewaysClientGetResult` of struct `GatewaysClientGetResponse` has been removed +- Field `RawResponse` of struct `GatewaysClientGetResponse` has been removed +- Field `BindingsClientCreateOrUpdateResult` of struct `BindingsClientCreateOrUpdateResponse` has been removed +- Field `RawResponse` of struct `BindingsClientCreateOrUpdateResponse` has been removed +- Field `BuildServiceClientListBuildsResult` of struct `BuildServiceClientListBuildsResponse` has been removed +- Field `RawResponse` of struct `BuildServiceClientListBuildsResponse` has been removed +- Field `ServicesClientEnableTestEndpointResult` of struct `ServicesClientEnableTestEndpointResponse` has been removed +- Field `RawResponse` of struct `ServicesClientEnableTestEndpointResponse` has been removed +- Field `DeploymentsClientListForClusterResult` of struct `DeploymentsClientListForClusterResponse` has been removed +- Field `RawResponse` of struct `DeploymentsClientListForClusterResponse` has been removed +- Field `BuildServiceAgentPoolClientGetResult` of struct `BuildServiceAgentPoolClientGetResponse` has been removed +- Field `RawResponse` of struct `BuildServiceAgentPoolClientGetResponse` has been removed +- Field `BuildServiceClientGetBuildResult` of struct `BuildServiceClientGetBuildResponse` has been removed +- Field `RawResponse` of struct `BuildServiceClientGetBuildResponse` has been removed +- Field `ServiceRegistriesClientCreateOrUpdateResult` of struct `ServiceRegistriesClientCreateOrUpdateResponse` has been removed +- Field `RawResponse` of struct `ServiceRegistriesClientCreateOrUpdateResponse` has been removed +- Field `BuildServiceAgentPoolClientUpdatePutResult` of struct `BuildServiceAgentPoolClientUpdatePutResponse` has been removed +- Field `RawResponse` of struct `BuildServiceAgentPoolClientUpdatePutResponse` has been removed +- Field `RawResponse` of struct `DeploymentsClientStartJFRResponse` has been removed +- Field `RawResponse` of struct `APIPortalCustomDomainsClientDeleteResponse` has been removed +- Field `RawResponse` of struct `DeploymentsClientRestartResponse` has been removed +- Field `DeploymentsClientCreateOrUpdateResult` of struct `DeploymentsClientCreateOrUpdateResponse` has been removed +- Field `RawResponse` of struct `DeploymentsClientCreateOrUpdateResponse` has been removed +- Field `RawResponse` of struct `CertificatesClientDeleteResponse` has been removed +- Field `CustomDomainsClientUpdateResult` of struct `CustomDomainsClientUpdateResponse` has been removed +- Field `RawResponse` of struct `CustomDomainsClientUpdateResponse` has been removed +- Field `GatewayRouteConfigsClientListResult` of struct `GatewayRouteConfigsClientListResponse` has been removed +- Field `RawResponse` of struct `GatewayRouteConfigsClientListResponse` has been removed +- Field `ServiceRegistriesClientListResult` of struct `ServiceRegistriesClientListResponse` has been removed +- Field `RawResponse` of struct `ServiceRegistriesClientListResponse` has been removed +- Field `RawResponse` of struct `StoragesClientDeleteResponse` has been removed +- Field `APIPortalCustomDomainsClientCreateOrUpdateResult` of struct `APIPortalCustomDomainsClientCreateOrUpdateResponse` has been removed +- Field `RawResponse` of struct `APIPortalCustomDomainsClientCreateOrUpdateResponse` has been removed +- Field `CertificatesClientCreateOrUpdateResult` of struct `CertificatesClientCreateOrUpdateResponse` has been removed +- Field `RawResponse` of struct `CertificatesClientCreateOrUpdateResponse` has been removed +- Field `ServicesClientRegenerateTestKeyResult` of struct `ServicesClientRegenerateTestKeyResponse` has been removed +- Field `RawResponse` of struct `ServicesClientRegenerateTestKeyResponse` has been removed +- Field `AppsClientCreateOrUpdateResult` of struct `AppsClientCreateOrUpdateResponse` has been removed +- Field `RawResponse` of struct `AppsClientCreateOrUpdateResponse` has been removed +- Field `StoragesClientListResult` of struct `StoragesClientListResponse` has been removed +- Field `RawResponse` of struct `StoragesClientListResponse` has been removed +- Field `BuildServiceClientGetResourceUploadURLResult` of struct `BuildServiceClientGetResourceUploadURLResponse` has been removed +- Field `RawResponse` of struct `BuildServiceClientGetResourceUploadURLResponse` has been removed +- Field `GatewayRouteConfigsClientCreateOrUpdateResult` of struct `GatewayRouteConfigsClientCreateOrUpdateResponse` has been removed +- Field `RawResponse` of struct `GatewayRouteConfigsClientCreateOrUpdateResponse` has been removed +- Field `BindingsClientGetResult` of struct `BindingsClientGetResponse` has been removed +- Field `RawResponse` of struct `BindingsClientGetResponse` has been removed +- Field `CertificatesClientListResult` of struct `CertificatesClientListResponse` has been removed +- Field `RawResponse` of struct `CertificatesClientListResponse` has been removed +- Field `SKUsClientListResult` of struct `SKUsClientListResponse` has been removed +- Field `RawResponse` of struct `SKUsClientListResponse` has been removed +- Field `RawResponse` of struct `ServicesClientDisableTestEndpointResponse` has been removed +- Field `RawResponse` of struct `DeploymentsClientStartResponse` has been removed +- Field `ConfigurationServicesClientListResult` of struct `ConfigurationServicesClientListResponse` has been removed +- Field `RawResponse` of struct `ConfigurationServicesClientListResponse` has been removed +- Field `ConfigServersClientValidateResult` of struct `ConfigServersClientValidateResponse` has been removed +- Field `RawResponse` of struct `ConfigServersClientValidateResponse` has been removed +- Field `GatewaysClientCreateOrUpdateResult` of struct `GatewaysClientCreateOrUpdateResponse` has been removed +- Field `RawResponse` of struct `GatewaysClientCreateOrUpdateResponse` has been removed + +### Features Added + +- New const `ProvisioningStateStopping` +- New const `ProvisioningStateStarting` +- New const `ActionTypeInternal` +- New const `StorageTypeStorageAccount` +- New const `TypeAzureFileVolume` +- New function `PossibleActionTypeValues() []ActionType` +- New function `PossibleTypeValues() []Type` +- New function `ManagedIdentityProperties.MarshalJSON() ([]byte, error)` +- New function `PossibleStorageTypeValues() []StorageType` +- New struct `UserAssignedManagedIdentity` +- New anonymous field `ConfigServerResource` in struct `ConfigServersClientUpdatePutResponse` +- New anonymous field `CertificateResource` in struct `CertificatesClientCreateOrUpdateResponse` +- New anonymous field `BuildServiceAgentPoolResourceCollection` in struct `BuildServiceAgentPoolClientListResponse` +- New field `ResumeToken` in struct `DeploymentsClientBeginDeleteOptions` +- New field `ResumeToken` in struct `CertificatesClientBeginDeleteOptions` +- New field `ResumeToken` in struct `DeploymentsClientBeginStartOptions` +- New anonymous field `APIPortalCustomDomainResourceCollection` in struct `APIPortalCustomDomainsClientListResponse` +- New anonymous field `GatewayRouteConfigResource` in struct `GatewayRouteConfigsClientCreateOrUpdateResponse` +- New anonymous field `BindingResource` in struct `BindingsClientCreateOrUpdateResponse` +- New anonymous field `GatewayResource` in struct `GatewaysClientCreateOrUpdateResponse` +- New anonymous field `Build` in struct `BuildServiceClientCreateOrUpdateBuildResponse` +- New anonymous field `GatewayRouteConfigResourceCollection` in struct `GatewayRouteConfigsClientListResponse` +- New field `ResumeToken` in struct `DeploymentsClientBeginGenerateHeapDumpOptions` +- New anonymous field `SupportedBuildpackResource` in struct `BuildServiceClientGetSupportedBuildpackResponse` +- New field `ResumeToken` in struct `DeploymentsClientBeginUpdateOptions` +- New anonymous field `TestKeys` in struct `ServicesClientEnableTestEndpointResponse` +- New anonymous field `GatewayResource` in struct `GatewaysClientGetResponse` +- New field `ResumeToken` in struct `DeploymentsClientBeginStopOptions` +- New anonymous field `GatewayCustomDomainResource` in struct `GatewayCustomDomainsClientGetResponse` +- New field `ResumeToken` in struct `APIPortalCustomDomainsClientBeginCreateOrUpdateOptions` +- New anonymous field `DeploymentResourceCollection` in struct `DeploymentsClientListResponse` +- New anonymous field `APIPortalResource` in struct `APIPortalsClientGetResponse` +- New anonymous field `DeploymentResourceCollection` in struct `DeploymentsClientListForClusterResponse` +- New anonymous field `ServiceResourceList` in struct `ServicesClientListBySubscriptionResponse` +- New field `ResumeToken` in struct `BindingsClientBeginCreateOrUpdateOptions` +- New anonymous field `AppResource` in struct `AppsClientCreateOrUpdateResponse` +- New field `ResumeToken` in struct `BindingsClientBeginUpdateOptions` +- New field `ActionType` in struct `OperationDetail` +- New anonymous field `BuildpackBindingResource` in struct `BuildpackBindingClientGetResponse` +- New field `ResumeToken` in struct `ConfigurationServicesClientBeginCreateOrUpdateOptions` +- New anonymous field `AppResource` in struct `AppsClientUpdateResponse` +- New anonymous field `ConfigurationServiceResourceCollection` in struct `ConfigurationServicesClientListResponse` +- New field `ResumeToken` in struct `ConfigurationServicesClientBeginDeleteOptions` +- New field `ResumeToken` in struct `ServicesClientBeginUpdateOptions` +- New field `ResumeToken` in struct `GatewayRouteConfigsClientBeginCreateOrUpdateOptions` +- New anonymous field `Build` in struct `BuildServiceClientGetBuildResponse` +- New anonymous field `LogFileURLResponse` in struct `DeploymentsClientGetLogFileURLResponse` +- New anonymous field `CertificateResource` in struct `CertificatesClientGetResponse` +- New field `ResumeToken` in struct `AppsClientBeginDeleteOptions` +- New anonymous field `GatewayCustomDomainResourceCollection` in struct `GatewayCustomDomainsClientListResponse` +- New anonymous field `BindingResourceCollection` in struct `BindingsClientListResponse` +- New field `ResumeToken` in struct `AppsClientBeginUpdateOptions` +- New anonymous field `MonitoringSettingResource` in struct `MonitoringSettingsClientUpdatePutResponse` +- New anonymous field `BuildServiceCollection` in struct `BuildServiceClientListBuildServicesResponse` +- New field `ResumeToken` in struct `GatewaysClientBeginCreateOrUpdateOptions` +- New anonymous field `StorageResource` in struct `StoragesClientCreateOrUpdateResponse` +- New field `ResumeToken` in struct `BuildServiceAgentPoolClientBeginUpdatePutOptions` +- New anonymous field `ResourceUploadDefinition` in struct `BuildServiceClientGetResourceUploadURLResponse` +- New anonymous field `CustomDomainResource` in struct `CustomDomainsClientGetResponse` +- New anonymous field `CustomDomainResource` in struct `CustomDomainsClientCreateOrUpdateResponse` +- New field `ResumeToken` in struct `ServicesClientBeginCreateOrUpdateOptions` +- New field `ResumeToken` in struct `ConfigServersClientBeginUpdatePatchOptions` +- New field `UserAssignedIdentities` in struct `ManagedIdentityProperties` +- New field `ResumeToken` in struct `MonitoringSettingsClientBeginUpdatePatchOptions` +- New anonymous field `SupportedBuildpacksCollection` in struct `BuildServiceClientListSupportedBuildpacksResponse` +- New anonymous field `CustomDomainResourceCollection` in struct `CustomDomainsClientListResponse` +- New field `ResumeToken` in struct `AppsClientBeginSetActiveDeploymentsOptions` +- New field `ResumeToken` in struct `ServicesClientBeginDeleteOptions` +- New field `ResumeToken` in struct `BindingsClientBeginDeleteOptions` +- New field `ResumeToken` in struct `CertificatesClientBeginCreateOrUpdateOptions` +- New anonymous field `BindingResource` in struct `BindingsClientGetResponse` +- New anonymous field `BuildCollection` in struct `BuildServiceClientListBuildsResponse` +- New anonymous field `ServiceResource` in struct `ServicesClientUpdateResponse` +- New anonymous field `SupportedStacksCollection` in struct `BuildServiceClientListSupportedStacksResponse` +- New anonymous field `BuildResultLog` in struct `BuildServiceClientGetBuildResultLogResponse` +- New anonymous field `ServiceResource` in struct `ServicesClientCreateOrUpdateResponse` +- New anonymous field `ConfigurationServiceResource` in struct `ConfigurationServicesClientGetResponse` +- New field `ResumeToken` in struct `ConfigServersClientBeginValidateOptions` +- New anonymous field `ConfigurationServiceResource` in struct `ConfigurationServicesClientCreateOrUpdateResponse` +- New anonymous field `BuildService` in struct `BuildServiceClientGetBuildServiceResponse` +- New field `ResumeToken` in struct `ServicesClientBeginStopOptions` +- New anonymous field `DeploymentResource` in struct `DeploymentsClientGetResponse` +- New field `ResumeToken` in struct `DeploymentsClientBeginRestartOptions` +- New field `ResumeToken` in struct `AppsClientBeginCreateOrUpdateOptions` +- New anonymous field `DeploymentResource` in struct `DeploymentsClientCreateOrUpdateResponse` +- New anonymous field `BuildServiceAgentPoolResource` in struct `BuildServiceAgentPoolClientUpdatePutResponse` +- New anonymous field `APIPortalResourceCollection` in struct `APIPortalsClientListResponse` +- New field `ResumeToken` in struct `StoragesClientBeginCreateOrUpdateOptions` +- New anonymous field `CustomDomainResource` in struct `CustomDomainsClientUpdateResponse` +- New anonymous field `MonitoringSettingResource` in struct `MonitoringSettingsClientGetResponse` +- New anonymous field `ServiceRegistryResourceCollection` in struct `ServiceRegistriesClientListResponse` +- New field `ResumeToken` in struct `BuildpackBindingClientBeginCreateOrUpdateOptions` +- New anonymous field `APIPortalCustomDomainResource` in struct `APIPortalCustomDomainsClientCreateOrUpdateResponse` +- New anonymous field `AppResourceCollection` in struct `AppsClientListResponse` +- New anonymous field `StorageResourceCollection` in struct `StoragesClientListResponse` +- New anonymous field `AppResource` in struct `AppsClientGetResponse` +- New field `ResumeToken` in struct `ConfigServersClientBeginUpdatePutOptions` +- New field `ResumeToken` in struct `DeploymentsClientBeginCreateOrUpdateOptions` +- New anonymous field `CertificateResourceCollection` in struct `CertificatesClientListResponse` +- New anonymous field `BuildServiceAgentPoolResource` in struct `BuildServiceAgentPoolClientGetResponse` +- New field `ResumeToken` in struct `APIPortalCustomDomainsClientBeginDeleteOptions` +- New anonymous field `BindingResource` in struct `BindingsClientUpdateResponse` +- New field `ResumeToken` in struct `CustomDomainsClientBeginCreateOrUpdateOptions` +- New anonymous field `BuilderResource` in struct `BuildServiceBuilderClientCreateOrUpdateResponse` +- New anonymous field `ConfigServerResource` in struct `ConfigServersClientGetResponse` +- New anonymous field `MonitoringSettingResource` in struct `MonitoringSettingsClientUpdatePatchResponse` +- New field `ResumeToken` in struct `BuildpackBindingClientBeginDeleteOptions` +- New field `ResumeToken` in struct `StoragesClientBeginDeleteOptions` +- New anonymous field `GatewayCustomDomainResource` in struct `GatewayCustomDomainsClientCreateOrUpdateResponse` +- New anonymous field `CustomDomainValidateResult` in struct `GatewaysClientValidateDomainResponse` +- New anonymous field `AppResource` in struct `AppsClientSetActiveDeploymentsResponse` +- New anonymous field `NameAvailability` in struct `ServicesClientCheckNameAvailabilityResponse` +- New field `ResumeToken` in struct `ServicesClientBeginStartOptions` +- New field `ResumeToken` in struct `DeploymentsClientBeginGenerateThreadDumpOptions` +- New anonymous field `GatewayResourceCollection` in struct `GatewaysClientListResponse` +- New anonymous field `GatewayRouteConfigResource` in struct `GatewayRouteConfigsClientGetResponse` +- New anonymous field `ServiceResourceList` in struct `ServicesClientListResponse` +- New field `ResumeToken` in struct `BuildServiceBuilderClientBeginCreateOrUpdateOptions` +- New anonymous field `AvailableRuntimeVersions` in struct `RuntimeVersionsClientListRuntimeVersionsResponse` +- New anonymous field `ConfigurationServiceSettingsValidateResult` in struct `ConfigurationServicesClientValidateResponse` +- New anonymous field `BuildResultCollection` in struct `BuildServiceClientListBuildResultsResponse` +- New field `ResumeToken` in struct `ServiceRegistriesClientBeginCreateOrUpdateOptions` +- New anonymous field `ResourceUploadDefinition` in struct `AppsClientGetResourceUploadURLResponse` +- New anonymous field `ConfigServerResource` in struct `ConfigServersClientUpdatePatchResponse` +- New anonymous field `BuilderResourceCollection` in struct `BuildServiceBuilderClientListResponse` +- New field `ResumeToken` in struct `BuildServiceBuilderClientBeginDeleteOptions` +- New anonymous field `DeploymentResource` in struct `DeploymentsClientUpdateResponse` +- New field `ResumeToken` in struct `GatewayCustomDomainsClientBeginDeleteOptions` +- New field `ResumeToken` in struct `APIPortalsClientBeginDeleteOptions` +- New anonymous field `SupportedStackResource` in struct `BuildServiceClientGetSupportedStackResponse` +- New field `ResumeToken` in struct `APIPortalsClientBeginCreateOrUpdateOptions` +- New anonymous field `APIPortalCustomDomainResource` in struct `APIPortalCustomDomainsClientGetResponse` +- New field `ResumeToken` in struct `CustomDomainsClientBeginUpdateOptions` +- New anonymous field `BuildResult` in struct `BuildServiceClientGetBuildResultResponse` +- New anonymous field `ConfigServerSettingsValidateResult` in struct `ConfigServersClientValidateResponse` +- New anonymous field `BuildpackBindingResourceCollection` in struct `BuildpackBindingClientListResponse` +- New anonymous field `ResourceSKUCollection` in struct `SKUsClientListResponse` +- New field `ResumeToken` in struct `ServiceRegistriesClientBeginDeleteOptions` +- New anonymous field `AvailableOperations` in struct `OperationsClientListResponse` +- New anonymous field `BuildpackBindingResource` in struct `BuildpackBindingClientCreateOrUpdateResponse` +- New anonymous field `TestKeys` in struct `ServicesClientListTestKeysResponse` +- New anonymous field `ServiceRegistryResource` in struct `ServiceRegistriesClientGetResponse` +- New anonymous field `TestKeys` in struct `ServicesClientRegenerateTestKeyResponse` +- New anonymous field `StorageResource` in struct `StoragesClientGetResponse` +- New anonymous field `ServiceResource` in struct `ServicesClientGetResponse` +- New anonymous field `APIPortalResource` in struct `APIPortalsClientCreateOrUpdateResponse` +- New anonymous field `CustomDomainValidateResult` in struct `AppsClientValidateDomainResponse` +- New field `LanguageFramework` in struct `CustomContainer` +- New anonymous field `BuilderResource` in struct `BuildServiceBuilderClientGetResponse` +- New field `ResumeToken` in struct `GatewayCustomDomainsClientBeginCreateOrUpdateOptions` +- New field `ResumeToken` in struct `ConfigurationServicesClientBeginValidateOptions` +- New field `ResumeToken` in struct `DeploymentsClientBeginStartJFROptions` +- New field `ResumeToken` in struct `GatewayRouteConfigsClientBeginDeleteOptions` +- New anonymous field `CustomDomainValidateResult` in struct `APIPortalsClientValidateDomainResponse` +- New anonymous field `ServiceRegistryResource` in struct `ServiceRegistriesClientCreateOrUpdateResponse` +- New field `ResumeToken` in struct `MonitoringSettingsClientBeginUpdatePutOptions` +- New field `ResumeToken` in struct `GatewaysClientBeginDeleteOptions` +- New field `ResumeToken` in struct `CustomDomainsClientBeginDeleteOptions` + + ## 0.3.1 (2022-02-22) ### Other Changes diff --git a/sdk/resourcemanager/appplatform/armappplatform/autorest.md b/sdk/resourcemanager/appplatform/armappplatform/autorest.md index 55799d6f676e..72e86c5e960e 100644 --- a/sdk/resourcemanager/appplatform/armappplatform/autorest.md +++ b/sdk/resourcemanager/appplatform/armappplatform/autorest.md @@ -5,8 +5,8 @@ ``` yaml azure-arm: true require: -- https://github.com/Azure/azure-rest-api-specs/blob/8e4746332979ed6ff3577bdc97dd2065a7577598/specification/appplatform/resource-manager/readme.md -- https://github.com/Azure/azure-rest-api-specs/blob/8e4746332979ed6ff3577bdc97dd2065a7577598/specification/appplatform/resource-manager/readme.go.md +- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/appplatform/resource-manager/readme.md +- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/appplatform/resource-manager/readme.go.md license-header: MICROSOFT_MIT_NO_VERSION -module-version: 0.3.1 +module-version: 0.4.0 ``` \ No newline at end of file diff --git a/sdk/resourcemanager/appplatform/armappplatform/go.mod b/sdk/resourcemanager/appplatform/armappplatform/go.mod index 9881deac066f..857d729f1c64 100644 --- a/sdk/resourcemanager/appplatform/armappplatform/go.mod +++ b/sdk/resourcemanager/appplatform/armappplatform/go.mod @@ -1,8 +1,11 @@ module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appplatform/armappplatform -go 1.16 +go 1.18 + +require github.com/Azure/azure-sdk-for-go/sdk/azcore v0.23.0 require ( - github.com/Azure/azure-sdk-for-go/sdk/azcore v0.21.0 - github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.13.0 + github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.1 // indirect + golang.org/x/net v0.0.0-20210610132358-84b48f89b13b // indirect + golang.org/x/text v0.3.6 // indirect ) diff --git a/sdk/resourcemanager/appplatform/armappplatform/go.sum b/sdk/resourcemanager/appplatform/armappplatform/go.sum index 2ce51d3b8174..a7eaa30576c1 100644 --- a/sdk/resourcemanager/appplatform/armappplatform/go.sum +++ b/sdk/resourcemanager/appplatform/armappplatform/go.sum @@ -1,26 +1,11 @@ -github.com/Azure/azure-sdk-for-go/sdk/azcore v0.21.0 h1:8wVJL0HUP5yDFXvotdewORTw7Yu88JbreWN/mobSvsQ= -github.com/Azure/azure-sdk-for-go/sdk/azcore v0.21.0/go.mod h1:fBF9PQNqB8scdgpZ3ufzaLntG0AG7C1WjPMsiFOmfHM= -github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.13.0 h1:bLRntPH25SkY1uZ/YZW+dmxNky9r1fAHvDFrzluo+4Q= -github.com/Azure/azure-sdk-for-go/sdk/azidentity v0.13.0/go.mod h1:TmXReXZ9yPp5D5TBRMTAtyz+UyOl15Py4hL5E5p6igQ= -github.com/Azure/azure-sdk-for-go/sdk/internal v0.8.3 h1:E+m3SkZCN0Bf5q7YdTs5lSm2CYY3CK4spn5OmUIiQtk= -github.com/Azure/azure-sdk-for-go/sdk/internal v0.8.3/go.mod h1:KLF4gFr6DcKFZwSuH8w8yEK6DpFl3LP5rhdvAb7Yz5I= -github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0 h1:WVsrXCnHlDDX8ls+tootqRE87/hL9S/g4ewig9RsD/c= -github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0/go.mod h1:Vt9sXTKwMyGcOxSmLDMnGPgqsUg7m8pe215qMLrDXw4= +github.com/Azure/azure-sdk-for-go/sdk/azcore v0.23.0 h1:D7l5jspkc4kwBYRWoZE4DQnu6LVpLwDsMZjBKS4wZLQ= +github.com/Azure/azure-sdk-for-go/sdk/azcore v0.23.0/go.mod h1:w5pDIZuawUmY3Bj4tVx3Xb8KS96ToB0j315w9rqpAg0= +github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.1 h1:sLZ/Y+P/5RRtsXWylBjB5lkgixYfm0MQPiwrSX//JSo= +github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.1/go.mod h1:KLF4gFr6DcKFZwSuH8w8yEK6DpFl3LP5rhdvAb7Yz5I= +github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= -github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/dnaeon/go-vcr v1.1.0 h1:ReYa/UBrRyQdant9B4fNHGoCNKw6qh6P0fsdGmZpR7c= github.com/dnaeon/go-vcr v1.1.0/go.mod h1:M7tiix8f0r6mKKJ3Yq/kqU1OYf3MnfmBWVbPx/yU9ko= -github.com/golang-jwt/jwt v3.2.1+incompatible h1:73Z+4BJcrTC+KczS6WvTPvRGOp1WmfEP4Q1lOd9Z/+c= -github.com/golang-jwt/jwt v3.2.1+incompatible/go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I= -github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY= -github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc= -github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5/go.mod h1:caMODM3PzxT8aQXRPkAt8xlV/e7d7w8GM5g0fa5F0D8= -github.com/montanaflynn/stats v0.6.6/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow= -github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 h1:Qj1ukM4GlMWXNdMBuXcXfz/Kw9s1qm0CLY32QxuSImI= -github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4/go.mod h1:N6UoU20jOqggOuDwUaBQpluzLNDqif3kq9z2wpdYEfQ= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= @@ -28,32 +13,20 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 h1:pLI5jrR7OSLijeIDcmRxNmw2api+jEfxLoykJVice/E= -golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20201010224723-4f7140c49acb/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= +golang.org/x/net v0.0.0-20210610132358-84b48f89b13b h1:k+E048sYJHyVnsr1GDrRZWQ32D2C7lWs9JRc0bel53A= golang.org/x/net v0.0.0-20210610132358-84b48f89b13b/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f h1:OfiFi4JbukWwe3lzw+xunroH1mnC1e2Gy5cxNJApiSY= -golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 h1:id054HUawV2/6IGm2IV8KZQjqtwAOo2CYlOToYqa0d0= -golang.org/x/sys v0.0.0-20211019181941-9d821ace8654/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= +golang.org/x/text v0.3.6 h1:aRYxNxv6iGQlyVaZmk6ZgYEDa+Jg18DxebPSrd6bg1M= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk= -golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= +gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo= -gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= diff --git a/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_apiportalcustomdomains_client_test.go b/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_apiportalcustomdomains_client_test.go deleted file mode 100644 index 11daa776a246..000000000000 --- a/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_apiportalcustomdomains_client_test.go +++ /dev/null @@ -1,118 +0,0 @@ -//go:build go1.16 -// +build go1.16 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armappplatform_test - -import ( - "context" - "log" - - "time" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appplatform/armappplatform" -) - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/ApiPortalCustomDomains_Get.json -func ExampleAPIPortalCustomDomainsClient_Get() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewAPIPortalCustomDomainsClient("", cred, nil) - res, err := client.Get(ctx, - "", - "", - "", - "", - nil) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.APIPortalCustomDomainsClientGetResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/ApiPortalCustomDomains_CreateOrUpdate.json -func ExampleAPIPortalCustomDomainsClient_BeginCreateOrUpdate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewAPIPortalCustomDomainsClient("", cred, nil) - poller, err := client.BeginCreateOrUpdate(ctx, - "", - "", - "", - "", - armappplatform.APIPortalCustomDomainResource{ - Properties: &armappplatform.APIPortalCustomDomainProperties{ - Thumbprint: to.StringPtr(""), - }, - }, - nil) - if err != nil { - log.Fatal(err) - } - res, err := poller.PollUntilDone(ctx, 30*time.Second) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.APIPortalCustomDomainsClientCreateOrUpdateResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/ApiPortalCustomDomains_Delete.json -func ExampleAPIPortalCustomDomainsClient_BeginDelete() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewAPIPortalCustomDomainsClient("", cred, nil) - poller, err := client.BeginDelete(ctx, - "", - "", - "", - "", - nil) - if err != nil { - log.Fatal(err) - } - _, err = poller.PollUntilDone(ctx, 30*time.Second) - if err != nil { - log.Fatal(err) - } -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/ApiPortalCustomDomains_List.json -func ExampleAPIPortalCustomDomainsClient_List() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewAPIPortalCustomDomainsClient("", cred, nil) - pager := client.List("", - "", - "", - nil) - for { - nextResult := pager.NextPage(ctx) - if err := pager.Err(); err != nil { - log.Fatalf("failed to advance page: %v", err) - } - if !nextResult { - break - } - for _, v := range pager.PageResponse().Value { - log.Printf("Pager result: %#v\n", v) - } - } -} diff --git a/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_apiportals_client_test.go b/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_apiportals_client_test.go deleted file mode 100644 index 9e75b4a0ba0a..000000000000 --- a/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_apiportals_client_test.go +++ /dev/null @@ -1,143 +0,0 @@ -//go:build go1.16 -// +build go1.16 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armappplatform_test - -import ( - "context" - "log" - - "time" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appplatform/armappplatform" -) - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/ApiPortals_Get.json -func ExampleAPIPortalsClient_Get() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewAPIPortalsClient("", cred, nil) - res, err := client.Get(ctx, - "", - "", - "", - nil) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.APIPortalsClientGetResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/ApiPortals_CreateOrUpdate.json -func ExampleAPIPortalsClient_BeginCreateOrUpdate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewAPIPortalsClient("", cred, nil) - poller, err := client.BeginCreateOrUpdate(ctx, - "", - "", - "", - armappplatform.APIPortalResource{ - Properties: &armappplatform.APIPortalProperties{ - GatewayIDs: []*string{ - to.StringPtr("/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.AppPlatform/Spring/myservice/gateways/default")}, - Public: to.BoolPtr(true), - }, - SKU: &armappplatform.SKU{ - Name: to.StringPtr(""), - Capacity: to.Int32Ptr(2), - Tier: to.StringPtr(""), - }, - }, - nil) - if err != nil { - log.Fatal(err) - } - res, err := poller.PollUntilDone(ctx, 30*time.Second) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.APIPortalsClientCreateOrUpdateResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/ApiPortals_Delete.json -func ExampleAPIPortalsClient_BeginDelete() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewAPIPortalsClient("", cred, nil) - poller, err := client.BeginDelete(ctx, - "", - "", - "", - nil) - if err != nil { - log.Fatal(err) - } - _, err = poller.PollUntilDone(ctx, 30*time.Second) - if err != nil { - log.Fatal(err) - } -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/ApiPortals_List.json -func ExampleAPIPortalsClient_List() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewAPIPortalsClient("", cred, nil) - pager := client.List("", - "", - nil) - for { - nextResult := pager.NextPage(ctx) - if err := pager.Err(); err != nil { - log.Fatalf("failed to advance page: %v", err) - } - if !nextResult { - break - } - for _, v := range pager.PageResponse().Value { - log.Printf("Pager result: %#v\n", v) - } - } -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/ApiPortals_ValidateDomain.json -func ExampleAPIPortalsClient_ValidateDomain() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewAPIPortalsClient("", cred, nil) - res, err := client.ValidateDomain(ctx, - "", - "", - "", - armappplatform.CustomDomainValidatePayload{ - Name: to.StringPtr(""), - }, - nil) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.APIPortalsClientValidateDomainResult) -} diff --git a/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_apps_client_test.go b/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_apps_client_test.go deleted file mode 100644 index 9b1225e701e1..000000000000 --- a/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_apps_client_test.go +++ /dev/null @@ -1,587 +0,0 @@ -//go:build go1.16 -// +build go1.16 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armappplatform_test - -import ( - "context" - "log" - - "time" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appplatform/armappplatform" -) - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/Apps_Get.json -func ExampleAppsClient_Get() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewAppsClient("", cred, nil) - res, err := client.Get(ctx, - "", - "", - "", - &armappplatform.AppsClientGetOptions{SyncStatus: nil}) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.AppsClientGetResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/Apps_CreateOrUpdate.json -func ExampleAppsClient_BeginCreateOrUpdate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewAppsClient("", cred, nil) - poller, err := client.BeginCreateOrUpdate(ctx, - "", - "", - "", - armappplatform.AppResource{ - Location: to.StringPtr(""), - Properties: &armappplatform.AppResourceProperties{ - AddonConfigs: map[string]map[string]map[string]interface{}{ - "ApplicationConfigurationService": { - "resourceId": { - "0": "/", - "1": "s", - "2": "u", - "3": "b", - "4": "s", - "5": "c", - "6": "r", - "7": "i", - "8": "p", - "9": "t", - "10": "i", - "11": "o", - "12": "n", - "13": "s", - "14": "/", - "15": "0", - "16": "0", - "17": "0", - "18": "0", - "19": "0", - "20": "0", - "21": "0", - "22": "0", - "23": "-", - "24": "0", - "25": "0", - "26": "0", - "27": "0", - "28": "-", - "29": "0", - "30": "0", - "31": "0", - "32": "0", - "33": "-", - "34": "0", - "35": "0", - "36": "0", - "37": "0", - "38": "-", - "39": "0", - "40": "0", - "41": "0", - "42": "0", - "43": "0", - "44": "0", - "45": "0", - "46": "0", - "47": "0", - "48": "0", - "49": "0", - "50": "0", - "51": "/", - "52": "r", - "53": "e", - "54": "s", - "55": "o", - "56": "u", - "57": "r", - "58": "c", - "59": "e", - "60": "G", - "61": "r", - "62": "o", - "63": "u", - "64": "p", - "65": "s", - "66": "/", - "67": "m", - "68": "y", - "69": "R", - "70": "e", - "71": "s", - "72": "o", - "73": "u", - "74": "r", - "75": "c", - "76": "e", - "77": "G", - "78": "r", - "79": "o", - "80": "u", - "81": "p", - "82": "/", - "83": "p", - "84": "r", - "85": "o", - "86": "v", - "87": "i", - "88": "d", - "89": "e", - "90": "r", - "91": "s", - "92": "/", - "93": "M", - "94": "i", - "95": "c", - "96": "r", - "97": "o", - "98": "s", - "99": "o", - "100": "f", - "101": "t", - "102": ".", - "103": "A", - "104": "p", - "105": "p", - "106": "P", - "107": "l", - "108": "a", - "109": "t", - "110": "f", - "111": "o", - "112": "r", - "113": "m", - "114": "/", - "115": "S", - "116": "p", - "117": "r", - "118": "i", - "119": "n", - "120": "g", - "121": "/", - "122": "m", - "123": "y", - "124": "s", - "125": "e", - "126": "r", - "127": "v", - "128": "i", - "129": "c", - "130": "e", - "131": "/", - "132": "c", - "133": "o", - "134": "n", - "135": "f", - "136": "i", - "137": "g", - "138": "u", - "139": "r", - "140": "a", - "141": "t", - "142": "i", - "143": "o", - "144": "n", - "145": "S", - "146": "e", - "147": "r", - "148": "v", - "149": "i", - "150": "c", - "151": "e", - "152": "s", - "153": "/", - "154": "m", - "155": "y", - "156": "a", - "157": "c", - "158": "s", - }, - }, - "ServiceRegistry": { - "resourceId": { - "0": "/", - "1": "s", - "2": "u", - "3": "b", - "4": "s", - "5": "c", - "6": "r", - "7": "i", - "8": "p", - "9": "t", - "10": "i", - "11": "o", - "12": "n", - "13": "s", - "14": "/", - "15": "0", - "16": "0", - "17": "0", - "18": "0", - "19": "0", - "20": "0", - "21": "0", - "22": "0", - "23": "-", - "24": "0", - "25": "0", - "26": "0", - "27": "0", - "28": "-", - "29": "0", - "30": "0", - "31": "0", - "32": "0", - "33": "-", - "34": "0", - "35": "0", - "36": "0", - "37": "0", - "38": "-", - "39": "0", - "40": "0", - "41": "0", - "42": "0", - "43": "0", - "44": "0", - "45": "0", - "46": "0", - "47": "0", - "48": "0", - "49": "0", - "50": "0", - "51": "/", - "52": "r", - "53": "e", - "54": "s", - "55": "o", - "56": "u", - "57": "r", - "58": "c", - "59": "e", - "60": "G", - "61": "r", - "62": "o", - "63": "u", - "64": "p", - "65": "s", - "66": "/", - "67": "m", - "68": "y", - "69": "R", - "70": "e", - "71": "s", - "72": "o", - "73": "u", - "74": "r", - "75": "c", - "76": "e", - "77": "G", - "78": "r", - "79": "o", - "80": "u", - "81": "p", - "82": "/", - "83": "p", - "84": "r", - "85": "o", - "86": "v", - "87": "i", - "88": "d", - "89": "e", - "90": "r", - "91": "s", - "92": "/", - "93": "M", - "94": "i", - "95": "c", - "96": "r", - "97": "o", - "98": "s", - "99": "o", - "100": "f", - "101": "t", - "102": ".", - "103": "A", - "104": "p", - "105": "p", - "106": "P", - "107": "l", - "108": "a", - "109": "t", - "110": "f", - "111": "o", - "112": "r", - "113": "m", - "114": "/", - "115": "S", - "116": "p", - "117": "r", - "118": "i", - "119": "n", - "120": "g", - "121": "/", - "122": "m", - "123": "y", - "124": "s", - "125": "e", - "126": "r", - "127": "v", - "128": "i", - "129": "c", - "130": "e", - "131": "/", - "132": "s", - "133": "e", - "134": "r", - "135": "v", - "136": "i", - "137": "c", - "138": "e", - "139": "R", - "140": "e", - "141": "g", - "142": "i", - "143": "s", - "144": "t", - "145": "r", - "146": "i", - "147": "e", - "148": "s", - "149": "/", - "150": "m", - "151": "y", - "152": "S", - "153": "e", - "154": "r", - "155": "v", - "156": "i", - "157": "c", - "158": "e", - "159": "R", - "160": "e", - "161": "g", - "162": "i", - "163": "s", - "164": "t", - "165": "r", - "166": "y", - }, - }, - }, - CustomPersistentDisks: []*armappplatform.CustomPersistentDiskResource{ - { - CustomPersistentDiskProperties: &armappplatform.AzureFileVolume{ - Type: armappplatform.CustomPersistentDiskPropertiesType("AzureFileVolume").ToPtr(), - MountOptions: []*string{ - to.StringPtr("uid=0"), - to.StringPtr("gid=0"), - to.StringPtr("dir_mode=0777"), - to.StringPtr("file_mode=0777")}, - MountPath: to.StringPtr(""), - ShareName: to.StringPtr(""), - }, - StorageID: to.StringPtr(""), - }}, - EnableEndToEndTLS: to.BoolPtr(false), - Fqdn: to.StringPtr(""), - HTTPSOnly: to.BoolPtr(false), - LoadedCertificates: []*armappplatform.LoadedCertificate{ - { - LoadTrustStore: to.BoolPtr(false), - ResourceID: to.StringPtr(""), - }, - { - LoadTrustStore: to.BoolPtr(true), - ResourceID: to.StringPtr(""), - }}, - PersistentDisk: &armappplatform.PersistentDisk{ - MountPath: to.StringPtr(""), - SizeInGB: to.Int32Ptr(2), - }, - Public: to.BoolPtr(true), - TemporaryDisk: &armappplatform.TemporaryDisk{ - MountPath: to.StringPtr(""), - SizeInGB: to.Int32Ptr(2), - }, - }, - }, - nil) - if err != nil { - log.Fatal(err) - } - res, err := poller.PollUntilDone(ctx, 30*time.Second) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.AppsClientCreateOrUpdateResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/Apps_Delete.json -func ExampleAppsClient_BeginDelete() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewAppsClient("", cred, nil) - poller, err := client.BeginDelete(ctx, - "", - "", - "", - nil) - if err != nil { - log.Fatal(err) - } - _, err = poller.PollUntilDone(ctx, 30*time.Second) - if err != nil { - log.Fatal(err) - } -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/Apps_Update.json -func ExampleAppsClient_BeginUpdate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewAppsClient("", cred, nil) - poller, err := client.BeginUpdate(ctx, - "", - "", - "", - armappplatform.AppResource{ - Identity: &armappplatform.ManagedIdentityProperties{ - Type: armappplatform.ManagedIdentityType("SystemAssigned").ToPtr(), - }, - Location: to.StringPtr(""), - Properties: &armappplatform.AppResourceProperties{ - CustomPersistentDisks: []*armappplatform.CustomPersistentDiskResource{ - { - CustomPersistentDiskProperties: &armappplatform.AzureFileVolume{ - Type: armappplatform.CustomPersistentDiskPropertiesType("AzureFileVolume").ToPtr(), - MountOptions: []*string{}, - MountPath: to.StringPtr(""), - ShareName: to.StringPtr(""), - }, - StorageID: to.StringPtr(""), - }}, - EnableEndToEndTLS: to.BoolPtr(false), - Fqdn: to.StringPtr(""), - HTTPSOnly: to.BoolPtr(false), - PersistentDisk: &armappplatform.PersistentDisk{ - MountPath: to.StringPtr(""), - SizeInGB: to.Int32Ptr(2), - }, - Public: to.BoolPtr(true), - TemporaryDisk: &armappplatform.TemporaryDisk{ - MountPath: to.StringPtr(""), - SizeInGB: to.Int32Ptr(2), - }, - }, - }, - nil) - if err != nil { - log.Fatal(err) - } - res, err := poller.PollUntilDone(ctx, 30*time.Second) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.AppsClientUpdateResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/Apps_List.json -func ExampleAppsClient_List() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewAppsClient("", cred, nil) - pager := client.List("", - "", - nil) - for { - nextResult := pager.NextPage(ctx) - if err := pager.Err(); err != nil { - log.Fatalf("failed to advance page: %v", err) - } - if !nextResult { - break - } - for _, v := range pager.PageResponse().Value { - log.Printf("Pager result: %#v\n", v) - } - } -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/Apps_SetActiveDeployments.json -func ExampleAppsClient_BeginSetActiveDeployments() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewAppsClient("", cred, nil) - poller, err := client.BeginSetActiveDeployments(ctx, - "", - "", - "", - armappplatform.ActiveDeploymentCollection{ - ActiveDeploymentNames: []*string{ - to.StringPtr("default")}, - }, - nil) - if err != nil { - log.Fatal(err) - } - res, err := poller.PollUntilDone(ctx, 30*time.Second) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.AppsClientSetActiveDeploymentsResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/Apps_ValidateDomain.json -func ExampleAppsClient_ValidateDomain() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewAppsClient("", cred, nil) - res, err := client.ValidateDomain(ctx, - "", - "", - "", - armappplatform.CustomDomainValidatePayload{ - Name: to.StringPtr(""), - }, - nil) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.AppsClientValidateDomainResult) -} diff --git a/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_bindings_client_test.go b/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_bindings_client_test.go deleted file mode 100644 index 999a35db4058..000000000000 --- a/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_bindings_client_test.go +++ /dev/null @@ -1,172 +0,0 @@ -//go:build go1.16 -// +build go1.16 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armappplatform_test - -import ( - "context" - "log" - - "time" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appplatform/armappplatform" -) - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/Bindings_Get.json -func ExampleBindingsClient_Get() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBindingsClient("", cred, nil) - res, err := client.Get(ctx, - "", - "", - "", - "", - nil) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.BindingsClientGetResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/Bindings_CreateOrUpdate.json -func ExampleBindingsClient_BeginCreateOrUpdate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBindingsClient("", cred, nil) - poller, err := client.BeginCreateOrUpdate(ctx, - "", - "", - "", - "", - armappplatform.BindingResource{ - Properties: &armappplatform.BindingResourceProperties{ - BindingParameters: map[string]map[string]interface{}{ - "apiType": { - "0": "S", - "1": "Q", - "2": "L", - }, - "databaseName": { - "0": "d", - "1": "b", - "2": "1", - }, - }, - Key: to.StringPtr(""), - ResourceID: to.StringPtr(""), - }, - }, - nil) - if err != nil { - log.Fatal(err) - } - res, err := poller.PollUntilDone(ctx, 30*time.Second) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.BindingsClientCreateOrUpdateResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/Bindings_Delete.json -func ExampleBindingsClient_BeginDelete() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBindingsClient("", cred, nil) - poller, err := client.BeginDelete(ctx, - "", - "", - "", - "", - nil) - if err != nil { - log.Fatal(err) - } - _, err = poller.PollUntilDone(ctx, 30*time.Second) - if err != nil { - log.Fatal(err) - } -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/Bindings_Update.json -func ExampleBindingsClient_BeginUpdate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBindingsClient("", cred, nil) - poller, err := client.BeginUpdate(ctx, - "", - "", - "", - "", - armappplatform.BindingResource{ - Properties: &armappplatform.BindingResourceProperties{ - BindingParameters: map[string]map[string]interface{}{ - "apiType": { - "0": "S", - "1": "Q", - "2": "L", - }, - "databaseName": { - "0": "d", - "1": "b", - "2": "1", - }, - }, - Key: to.StringPtr(""), - }, - }, - nil) - if err != nil { - log.Fatal(err) - } - res, err := poller.PollUntilDone(ctx, 30*time.Second) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.BindingsClientUpdateResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/Bindings_List.json -func ExampleBindingsClient_List() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBindingsClient("", cred, nil) - pager := client.List("", - "", - "", - nil) - for { - nextResult := pager.NextPage(ctx) - if err := pager.Err(); err != nil { - log.Fatalf("failed to advance page: %v", err) - } - if !nextResult { - break - } - for _, v := range pager.PageResponse().Value { - log.Printf("Pager result: %#v\n", v) - } - } -} diff --git a/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_buildpackbinding_client_test.go b/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_buildpackbinding_client_test.go deleted file mode 100644 index 10d45e1fee72..000000000000 --- a/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_buildpackbinding_client_test.go +++ /dev/null @@ -1,132 +0,0 @@ -//go:build go1.16 -// +build go1.16 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armappplatform_test - -import ( - "context" - "log" - - "time" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appplatform/armappplatform" -) - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/BuildpackBinding_Get.json -func ExampleBuildpackBindingClient_Get() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBuildpackBindingClient("", cred, nil) - res, err := client.Get(ctx, - "", - "", - "", - "", - "", - nil) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.BuildpackBindingClientGetResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/BuildpackBinding_CreateOrUpdate.json -func ExampleBuildpackBindingClient_BeginCreateOrUpdate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBuildpackBindingClient("", cred, nil) - poller, err := client.BeginCreateOrUpdate(ctx, - "", - "", - "", - "", - "", - armappplatform.BuildpackBindingResource{ - Properties: &armappplatform.BuildpackBindingProperties{ - BindingType: armappplatform.BindingType("ApplicationInsights").ToPtr(), - LaunchProperties: &armappplatform.BuildpackBindingLaunchProperties{ - Properties: map[string]*string{ - "abc": to.StringPtr("def"), - "any-string": to.StringPtr("any-string"), - "sampling-rate": to.StringPtr("12.0"), - }, - Secrets: map[string]*string{ - "connection-string": to.StringPtr("XXXXXXXXXXXXXXXXX=XXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXX;XXXXXXXXXXXXXXXXX=XXXXXXXXXXXXXXXXXXX"), - }, - }, - }, - }, - nil) - if err != nil { - log.Fatal(err) - } - res, err := poller.PollUntilDone(ctx, 30*time.Second) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.BuildpackBindingClientCreateOrUpdateResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/BuildpackBinding_Delete.json -func ExampleBuildpackBindingClient_BeginDelete() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBuildpackBindingClient("", cred, nil) - poller, err := client.BeginDelete(ctx, - "", - "", - "", - "", - "", - nil) - if err != nil { - log.Fatal(err) - } - _, err = poller.PollUntilDone(ctx, 30*time.Second) - if err != nil { - log.Fatal(err) - } -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/BuildpackBinding_List.json -func ExampleBuildpackBindingClient_List() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBuildpackBindingClient("", cred, nil) - pager := client.List("", - "", - "", - "", - nil) - for { - nextResult := pager.NextPage(ctx) - if err := pager.Err(); err != nil { - log.Fatalf("failed to advance page: %v", err) - } - if !nextResult { - break - } - for _, v := range pager.PageResponse().Value { - log.Printf("Pager result: %#v\n", v) - } - } -} diff --git a/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_buildservice_client_test.go b/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_buildservice_client_test.go deleted file mode 100644 index 5fb2555c01ce..000000000000 --- a/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_buildservice_client_test.go +++ /dev/null @@ -1,285 +0,0 @@ -//go:build go1.16 -// +build go1.16 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armappplatform_test - -import ( - "context" - "log" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appplatform/armappplatform" -) - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/BuildService_ListBuildServices.json -func ExampleBuildServiceClient_ListBuildServices() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBuildServiceClient("", cred, nil) - pager := client.ListBuildServices("", - "", - nil) - for { - nextResult := pager.NextPage(ctx) - if err := pager.Err(); err != nil { - log.Fatalf("failed to advance page: %v", err) - } - if !nextResult { - break - } - for _, v := range pager.PageResponse().Value { - log.Printf("Pager result: %#v\n", v) - } - } -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/BuildService_GetBuildService.json -func ExampleBuildServiceClient_GetBuildService() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBuildServiceClient("", cred, nil) - res, err := client.GetBuildService(ctx, - "", - "", - "", - nil) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.BuildServiceClientGetBuildServiceResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/BuildService_ListBuilds.json -func ExampleBuildServiceClient_ListBuilds() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBuildServiceClient("", cred, nil) - pager := client.ListBuilds("", - "", - "", - nil) - for { - nextResult := pager.NextPage(ctx) - if err := pager.Err(); err != nil { - log.Fatalf("failed to advance page: %v", err) - } - if !nextResult { - break - } - for _, v := range pager.PageResponse().Value { - log.Printf("Pager result: %#v\n", v) - } - } -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/BuildService_GetBuild.json -func ExampleBuildServiceClient_GetBuild() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBuildServiceClient("", cred, nil) - res, err := client.GetBuild(ctx, - "", - "", - "", - "", - nil) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.BuildServiceClientGetBuildResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/BuildService_CreateOrUpdateBuild.json -func ExampleBuildServiceClient_CreateOrUpdateBuild() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBuildServiceClient("", cred, nil) - res, err := client.CreateOrUpdateBuild(ctx, - "", - "", - "", - "", - armappplatform.Build{ - Properties: &armappplatform.BuildProperties{ - AgentPool: to.StringPtr(""), - Builder: to.StringPtr(""), - Env: map[string]*string{ - "environmentVariable": to.StringPtr("test"), - }, - RelativePath: to.StringPtr(""), - }, - }, - nil) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.BuildServiceClientCreateOrUpdateBuildResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/BuildService_ListBuildResults.json -func ExampleBuildServiceClient_ListBuildResults() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBuildServiceClient("", cred, nil) - pager := client.ListBuildResults("", - "", - "", - "", - nil) - for { - nextResult := pager.NextPage(ctx) - if err := pager.Err(); err != nil { - log.Fatalf("failed to advance page: %v", err) - } - if !nextResult { - break - } - for _, v := range pager.PageResponse().Value { - log.Printf("Pager result: %#v\n", v) - } - } -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/BuildService_GetBuildResult.json -func ExampleBuildServiceClient_GetBuildResult() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBuildServiceClient("", cred, nil) - res, err := client.GetBuildResult(ctx, - "", - "", - "", - "", - "", - nil) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.BuildServiceClientGetBuildResultResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/BuildService_GetBuildResultLog.json -func ExampleBuildServiceClient_GetBuildResultLog() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBuildServiceClient("", cred, nil) - res, err := client.GetBuildResultLog(ctx, - "", - "", - "", - "", - "", - nil) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.BuildServiceClientGetBuildResultLogResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/BuildService_ListSupportedBuildpacks.json -func ExampleBuildServiceClient_ListSupportedBuildpacks() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBuildServiceClient("", cred, nil) - res, err := client.ListSupportedBuildpacks(ctx, - "", - "", - "", - nil) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.BuildServiceClientListSupportedBuildpacksResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/BuildService_GetSupportedBuildpack.json -func ExampleBuildServiceClient_GetSupportedBuildpack() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBuildServiceClient("", cred, nil) - res, err := client.GetSupportedBuildpack(ctx, - "", - "", - "", - "", - nil) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.BuildServiceClientGetSupportedBuildpackResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/BuildService_ListSupportedStacks.json -func ExampleBuildServiceClient_ListSupportedStacks() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBuildServiceClient("", cred, nil) - res, err := client.ListSupportedStacks(ctx, - "", - "", - "", - nil) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.BuildServiceClientListSupportedStacksResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/BuildService_GetSupportedStack.json -func ExampleBuildServiceClient_GetSupportedStack() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBuildServiceClient("", cred, nil) - res, err := client.GetSupportedStack(ctx, - "", - "", - "", - "", - nil) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.BuildServiceClientGetSupportedStackResult) -} diff --git a/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_buildserviceagentpool_client_test.go b/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_buildserviceagentpool_client_test.go deleted file mode 100644 index 319176f9b4c7..000000000000 --- a/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_buildserviceagentpool_client_test.go +++ /dev/null @@ -1,97 +0,0 @@ -//go:build go1.16 -// +build go1.16 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armappplatform_test - -import ( - "context" - "log" - - "time" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appplatform/armappplatform" -) - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/BuildServiceAgentPool_List.json -func ExampleBuildServiceAgentPoolClient_List() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBuildServiceAgentPoolClient("", cred, nil) - pager := client.List("", - "", - "", - nil) - for { - nextResult := pager.NextPage(ctx) - if err := pager.Err(); err != nil { - log.Fatalf("failed to advance page: %v", err) - } - if !nextResult { - break - } - for _, v := range pager.PageResponse().Value { - log.Printf("Pager result: %#v\n", v) - } - } -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/BuildServiceAgentPool_Get.json -func ExampleBuildServiceAgentPoolClient_Get() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBuildServiceAgentPoolClient("", cred, nil) - res, err := client.Get(ctx, - "", - "", - "", - "", - nil) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.BuildServiceAgentPoolClientGetResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/BuildServiceAgentPool_UpdatePut.json -func ExampleBuildServiceAgentPoolClient_BeginUpdatePut() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBuildServiceAgentPoolClient("", cred, nil) - poller, err := client.BeginUpdatePut(ctx, - "", - "", - "", - "", - armappplatform.BuildServiceAgentPoolResource{ - Properties: &armappplatform.BuildServiceAgentPoolProperties{ - PoolSize: &armappplatform.BuildServiceAgentPoolSizeProperties{ - Name: to.StringPtr(""), - }, - }, - }, - nil) - if err != nil { - log.Fatal(err) - } - res, err := poller.PollUntilDone(ctx, 30*time.Second) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.BuildServiceAgentPoolClientUpdatePutResult) -} diff --git a/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_buildservicebuilder_client_test.go b/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_buildservicebuilder_client_test.go deleted file mode 100644 index f37eb6f8c47c..000000000000 --- a/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_buildservicebuilder_client_test.go +++ /dev/null @@ -1,129 +0,0 @@ -//go:build go1.16 -// +build go1.16 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armappplatform_test - -import ( - "context" - "log" - - "time" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appplatform/armappplatform" -) - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/BuildServiceBuilder_Get.json -func ExampleBuildServiceBuilderClient_Get() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBuildServiceBuilderClient("", cred, nil) - res, err := client.Get(ctx, - "", - "", - "", - "", - nil) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.BuildServiceBuilderClientGetResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/BuildServiceBuilder_CreateOrUpdate.json -func ExampleBuildServiceBuilderClient_BeginCreateOrUpdate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBuildServiceBuilderClient("", cred, nil) - poller, err := client.BeginCreateOrUpdate(ctx, - "", - "", - "", - "", - armappplatform.BuilderResource{ - Properties: &armappplatform.BuilderProperties{ - BuildpackGroups: []*armappplatform.BuildpacksGroupProperties{ - { - Name: to.StringPtr(""), - Buildpacks: []*armappplatform.BuildpackProperties{ - { - ID: to.StringPtr(""), - }}, - }}, - Stack: &armappplatform.StackProperties{ - ID: to.StringPtr(""), - Version: to.StringPtr(""), - }, - }, - }, - nil) - if err != nil { - log.Fatal(err) - } - res, err := poller.PollUntilDone(ctx, 30*time.Second) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.BuildServiceBuilderClientCreateOrUpdateResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/BuildServiceBuilder_Delete.json -func ExampleBuildServiceBuilderClient_BeginDelete() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBuildServiceBuilderClient("", cred, nil) - poller, err := client.BeginDelete(ctx, - "", - "", - "", - "", - nil) - if err != nil { - log.Fatal(err) - } - _, err = poller.PollUntilDone(ctx, 30*time.Second) - if err != nil { - log.Fatal(err) - } -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/BuildServiceBuilder_List.json -func ExampleBuildServiceBuilderClient_List() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewBuildServiceBuilderClient("", cred, nil) - pager := client.List("", - "", - "", - nil) - for { - nextResult := pager.NextPage(ctx) - if err := pager.Err(); err != nil { - log.Fatalf("failed to advance page: %v", err) - } - if !nextResult { - break - } - for _, v := range pager.PageResponse().Value { - log.Printf("Pager result: %#v\n", v) - } - } -} diff --git a/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_certificates_client_test.go b/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_certificates_client_test.go deleted file mode 100644 index 1cc64f57081f..000000000000 --- a/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_certificates_client_test.go +++ /dev/null @@ -1,117 +0,0 @@ -//go:build go1.16 -// +build go1.16 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armappplatform_test - -import ( - "context" - "log" - - "time" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appplatform/armappplatform" -) - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/Certificates_Get.json -func ExampleCertificatesClient_Get() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewCertificatesClient("", cred, nil) - res, err := client.Get(ctx, - "", - "", - "", - nil) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.CertificatesClientGetResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/Certificates_CreateOrUpdate.json -func ExampleCertificatesClient_BeginCreateOrUpdate() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewCertificatesClient("", cred, nil) - poller, err := client.BeginCreateOrUpdate(ctx, - "", - "", - "", - armappplatform.CertificateResource{ - Properties: &armappplatform.KeyVaultCertificateProperties{ - Type: to.StringPtr(""), - CertVersion: to.StringPtr(""), - KeyVaultCertName: to.StringPtr(""), - VaultURI: to.StringPtr(""), - }, - }, - nil) - if err != nil { - log.Fatal(err) - } - res, err := poller.PollUntilDone(ctx, 30*time.Second) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.CertificatesClientCreateOrUpdateResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/Certificates_Delete.json -func ExampleCertificatesClient_BeginDelete() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewCertificatesClient("", cred, nil) - poller, err := client.BeginDelete(ctx, - "", - "", - "", - nil) - if err != nil { - log.Fatal(err) - } - _, err = poller.PollUntilDone(ctx, 30*time.Second) - if err != nil { - log.Fatal(err) - } -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/Certificates_List.json -func ExampleCertificatesClient_List() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewCertificatesClient("", cred, nil) - pager := client.List("", - "", - nil) - for { - nextResult := pager.NextPage(ctx) - if err := pager.Err(); err != nil { - log.Fatalf("failed to advance page: %v", err) - } - if !nextResult { - break - } - for _, v := range pager.PageResponse().Value { - log.Printf("Pager result: %#v\n", v) - } - } -} diff --git a/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_configservers_client_test.go b/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_configservers_client_test.go deleted file mode 100644 index 4182b540e59b..000000000000 --- a/sdk/resourcemanager/appplatform/armappplatform/ze_generated_example_configservers_client_test.go +++ /dev/null @@ -1,136 +0,0 @@ -//go:build go1.16 -// +build go1.16 - -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for license information. -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is regenerated. - -package armappplatform_test - -import ( - "context" - "log" - - "time" - - "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" - "github.com/Azure/azure-sdk-for-go/sdk/azidentity" - "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/appplatform/armappplatform" -) - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/ConfigServers_Get.json -func ExampleConfigServersClient_Get() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewConfigServersClient("", cred, nil) - res, err := client.Get(ctx, - "", - "", - nil) - if err != nil { - log.Fatal(err) - } - log.Printf("Response result: %#v\n", res.ConfigServersClientGetResult) -} - -// x-ms-original-file: specification/appplatform/resource-manager/Microsoft.AppPlatform/preview/2022-01-01-preview/examples/ConfigServers_UpdatePut.json -func ExampleConfigServersClient_BeginUpdatePut() { - cred, err := azidentity.NewDefaultAzureCredential(nil) - if err != nil { - log.Fatalf("failed to obtain a credential: %v", err) - } - ctx := context.Background() - client := armappplatform.NewConfigServersClient("", cred, nil) - poller, err := client.BeginUpdatePut(ctx, - "", - "", - armappplatform.ConfigServerResource{ - Properties: &armappplatform.ConfigServerProperties{ - ConfigServer: &armappplatform.ConfigServerSettings{ - GitProperty: &armappplatform.ConfigServerGitProperty{ - Label: to.StringPtr("